Customised Auto Delivery Challan

Discussion in 'Tally Developer' started by Partha Mondal, May 12, 2019.

    
  1. Partha Mondal

    Partha Mondal Member


    SS-1.jpg SS-2.jpg SS-3.jpg SS-4.jpg SS-5.jpg SS-1.jpg SS-1.jpg SS-2.jpg SS-3.jpg SS-4.jpg SS-5.jpg SS-5.jpg SS-4.jpg SS-3.jpg SS-2.jpg SS-1.jpg Dear all,

    I am new in TDL. I am trying to customized Sales Voucher. During Sales Voucher entry user print customized delivery challan if required. Here I use Logical field in voucher form when it YES then another sub form is open for print.
    But some problem is my code. Can anyone help me on this TDL please.

    Amit sir as per your suggestion now data is coming. Thank you for help me. But now another problem is found.
    Please help me sir.

    I share my code and screenshot.

    Regards
    Partha
     

    Attached Files:



  2. Partha Mondal

    Partha Mondal Member


    This is my customized Delivery Challan format which I want to created.
    See screenshot. Customized Delivery Challan.jpg
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You have explained all....thanks for the tour........ but not explained the problem.
     


  4. Partha Mondal

    Partha Mondal Member


    Actually sir my problem is in Address field. Please follow my screenshot of Customized Delivery Challan (Scan Copy) this is create through Excel.
    But how to Address is multi line. In my code Address is come multi line but "Address" title is also come send line. this is the problem.
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    $STPartyFullAdd:Ledger:$LedgerName
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    ok got it.............

    in line Address..... you should use repeat..........

    and as for Title..... Invisible : $$Line > 1
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    or try this way.....

    [Line: Line12]

    Fields : Medium Prompt, Global PartyAddress
    Local : Field: Medium Prompt : Set as : If $$Line = 1 Then $$LocaleString:"Address " Else ""
     


  8. Partha Mondal

    Partha Mondal Member


    Thank you sir
    I tried this method.

    [Line: Line12]

    Fields : Medium Prompt, Global PartyAddress
    Local : Field: Medium Prompt : Set as : If $$Line = 1 Then $$LocaleString:"Address " Else ""
     


  9. Partha Mondal

    Partha Mondal Member


    But sir can you tell me in my code I use Sub Form. Is this correct or not.
    If any easiest way please give me a suggestion.
     


  10. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes correct..............
     



  11. any one help me how to add two address in invoice 1. company registered and 2. correspondence address
     


  12. Vijay Shetye

    Vijay Shetye Member


    address has multiple line it will be repeated till the you leave it blank

    Registered Address
    R Address1,
    R Address2,
    Correspondence Address
    C Address1,
    C Address2,

    Try this method in address field this should sort your issue
     


Share This Page