Required tdl for sales invoice

Discussion in 'Requests' started by Jeeson, Jun 9, 2013.

    
?

tdl for sales invoice

Poll closed Jul 9, 2013.
  1. sales invoice

    0 vote(s)
    0.0%
  2. invoicew

    1 vote(s)
    100.0%
  1. Jeeson

    Jeeson New Member


    Hi Admin & friends,

    Please anybody can help me. i need tdl for sales invoice. i have attached sample invoice for reference.
     

    Attached Files:



  2. admin

    admin Administrator Staff Member


    Kindly start TDL coding from your end. If you need any help during development , we will help you.
     


  3. Jeeson

    Jeeson New Member


    I have written some code .. i am able to get the party name but the full address of the party is not displaying while printing the invoice . how to get the party address.. please help me..
    Code:
            [Part: ANETCustomerDet]
                Height        : 40 mms
                Width        : 115 mms
                Border        : Thin Right
                Lines        : ANETCustomerTo, ANETCustomerName, ANETCustomerAdd
                Repeat        : ANETCustomerAdd  : Address
               
                   
                    [Line: ANETCustomerTo]
                        Field    : ANETCustomerTo
                        Height : 10 mms
     
                        [Field: ANETCustomerTo]
                            Width        : 115 mms
                            Set As        : 'Customer'
                            PrePrinted    : Yes
                            Style        : Large
                           
     
                    [Line: ANETCustomerName]
                        Field    : ANETCustomerName
     
                        [Field: ANETCustomerName]
                            Width        : 115 mms
                            Space Left    : 5 mms
                            Set As        : $PartyLedgerName
                            Style        : Large
     
                    [Line: ANETCustomerAdd]
                        Field : ANETCustomerAdd
     
                        [Field: ANETCustomerAdd]
                            Width        : 115 mms
                            Space Left    : 5 mms
                            Set As        : $Address
     


  4. Joharfchhil

    Joharfchhil Member


    For Name : $BuyerName
    For Address : $BuyerAddress
     


  5. Jeeson

    Jeeson New Member


    Dear Admin,

    How to get the values in Rate Per Column.
     


Share This Page