TDS Percentage rate in voucher

Discussion in 'Free Source Codes' started by Neeru, Dec 7, 2020.

    
  1. Neeru

    Neeru Active Member


    Pls help
    How to fatch TDS "TRRateofTax" rate in Voucher

    Code:
    [#Line: EIAccInfo]
    ;;    EI AccDesc
    Add:Field:After:EI AccDesc:TDSPER
    ;
    [Field:TDSPER]
        Set as:$$String:$TRRateofTax;
    upload_2020-12-7_14-30-15.png
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    How??

    In Voucher there is no link to the "Nature of Payment".
    You need to use 2 functions .... one to get the Category Name which is directly linked to the Ledger on the left side. Second another function to extract the TDS Rate from that "nature of payment".
     


Share This Page