Import purchase multiple currency wise

Discussion in 'Tally Developer' started by NIYAS P, Aug 21, 2022.

    
Tags:
  1. NIYAS P

    NIYAS P New Member


    do any one help me to import purchase voucher currency wise


    520 : INSERT COLLECTION OBJECT : LEDGERENTRIES
    530 : SET VALUE : LEDGERNAME : ##ImpPartyLedgerName
    540 : SET VALUE : ISDEEMEDPOSITIVE : No
    550 : SET VALUE : LEDGERFROMITEM : No
    560 : SET VALUE : REMOVEZEROENTRIES : No
    570 : SET VALUE : ISPARTYLEDGER : Yes
    580 : SET VALUE : ISLASTDEEMEDPOSITIVE: No
    581 : SET VALUE : AMOUNT : $$AsAmount:$ImpPartyAmount
     


  2. BizVim IT Solutions

    BizVim IT Solutions New Member


    Use below Sample

    Variable: MultiCurAmt : string
    580 : Set : MultiCurAmt : $$String:$Amt+$Currencysymbol+"="+ $$String:$MultiCurrAmt
    581 : SET VALUE : AMOUNT : $$AsAmount:##MultiCurAmt
     


Share This Page