How to Get TCS Calculated in Delivery Note.

Discussion in 'Tally Developer' started by Sohail Khan, Jan 5, 2021.

    
  1. Sohail Khan

    Sohail Khan Member


    Dear Experts,
    Please Help me getting TCS calculated in Delivery Note.

    Code:
    [#Field: CI PrevTotal]
        Inactive     : NOT (@@IsIndian AND $$IsTCSOn AND @@TaxLedgerHasTCS AND @@MyTCSInvoices)
    [#Field: EI PrevTotal]
        Inactive     : NOT (@@IsIndian AND $$IsTCSOn AND @@TaxLedgerHasTCS AND @@MyTCSInvoices)
      
    [#Field: EI Value]
        Set By Condition    : (@@IsIndian AND @@TaxLedgerHasTCS AND @@MyTCSInvoices) : @TCSCollAmt
    [System:Formula]
    MyTCSInvoices                 : @@IsSales OR @@IsCreditNote Or @@IsDebitNote Or @@IsDelNote
     


  2. Sohail Khan

    Sohail Khan Member


    Can Someone Please help why TCS Not getting Calculated in Delivery Note. I asked Tally a month ago they said they will provide update to fix it. Still No Response.
     


Share This Page