invoice for two company with different format

Discussion in 'Requests' started by ahmed rishali, Jan 27, 2013.

    
  1. ahmed rishali

    ahmed rishali Member


    sir,

    i customized two invoice for two different companies , doing in same tally
    how can i configure like , if the company name contain "xyz" then print "123.tcp" format
    if company name contain "abc" then print "456.tcp"

    pls help
     



  2. Hi, in the Customized Invoice, at the Report Level, apply "Empty : ##SVCurrentCompany Not Contains "Xyz"
     
    ahmed rishali likes this.


  3. ahmed rishali

    ahmed rishali Member


    Thank you very much pritam sir, its working:)
     


  4. kpstup

    kpstup New Member


    hi Sir
    i customized two invoice for two different Vouchertypes, doing in same Account
    how can i configure like , if the Vouchertype name contain "xyz" then print "123.tcp" format
    if Vouchertype name contain "abc" then print "456.tcp"
    also vouchertype wise printer Selection is possible ?
     


  5. ahmed rishali

    ahmed rishali Member


    i use same way ;)

    Empty : $VoucherTypeName not contains "xyz"
     


  6. ahmed rishali

    ahmed rishali Member



    Can you please explain how to use this function to control tdl



    /*
    Objective(s) -
    - This Sample TDL demonstrates the usage of Action Execute TDL which associates the TDL File
    programmatically to Tally and performs the actions specified

    Syntax -
    - Execute TDL : <TDL/TCP File Path>[ : <Keep TDL Loaded Logical Flag> : <Action> : <Action Parameters>]

    Last Modification -
    - Updated on 01-06-2012
    */

    [Function: TSPL Smp Execute TDL]

    00 : MSGBOX : "Attention" : "Please observe the Title of the Report"

    ;; The following action Execute TDL associates the TDL file "Definitions to be Executed.tdl", executes the
    ;; Action Display and subsequently unloads the file as the logical flag KeepTDLLoaded is disabled
    05 : EXECUTE TDL : "Definitions to be Executed.tdl" : No : Display : Balance Sheet

    ;; The Balance Sheet Title will now display the default Title
    10 : Display : Balance Sheet

    ;; End-of-File
     


  7. kpstup

    kpstup New Member


    Thank u Sir
     
    ahmed rishali likes this.


Share This Page