Configure each company differently

Discussion in 'Tally Developer' started by mukesh1961, Nov 9, 2014.

    
  1. mukesh1961

    mukesh1961 New Member


    Sir
    I am using tally erp9 and accounting for three companies.
    i need to configure the printing of invoice differently in each company
    if i change in one company it is applied to other three too.

    please help
     


  2. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Check variable ##svcurrentcompany by fine the company name

    based on the value you write conditions to configure thee pritning accordingly
     


  3. mukesh1961

    mukesh1961 New Member


    I need more help on this
     


  4. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Dear Mr.Mukesh,

    u want to print separate reports for separate companies ?

    or a particular part

    if u want to print a particular Part, Line,Field

    for. ex.

    suppose u want to print a filed based on company

    Ex.

    if u hv 2 companies n if u want to print "Title" based on company

    1. ABC
    2. BCD

    put a condition in field

    [Field : Fldvaluename]
    Set as : If @@cmpmailname contains "ABC" then "ABC SALES " Else @cndn1
    cndn1 : If @@cmpmailname contains "BCD" then "BCD Sales" Else ""

    If want to print data from company master

    [Field : fldvaluename]
    Set as : $Email:Company:##Svcurrentcompany

    it will take mail id of the company which is active.

    u post yr code, requirements for better understanding
     


Share This Page