To display the type of invoice whether cash or credit

Discussion in 'Tally Developer' started by lavesh, Sep 23, 2018.

    
  1. lavesh

    lavesh New Member


    i want to have a column in sales invoice which shows whether the invoice is cash or credit. automatically, so pls revert back .as i need help from someone.pls reply
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Make a TDL and in the field where you designate your new COLUMN...in

    Set As : IF $$IsLedOfGrp:mad:@BankName:$$GroupCash then "Cash Sales" Else "Credit Sales"
     
    vinoth likes this.


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    More easier way would be to change the Heading......

    use conditional formula to Print TAX INVOICE (Cash) or TAX INVOICE (Credit)
     
    Jaydeep Shah likes this.


  4. sivam

    sivam Active Member


    This is Another Way

    Set As : If $$IsCashLedger:$PArtyLedgerName Then "Cash Sales" Else "Credit Sales"
     
    vinoth and Jaya like this.


Share This Page