Help Required in receipt print

Discussion in 'Tally Developer' started by Jagrit Goel, Jun 5, 2020.

    
  1. Jagrit Goel

    Jagrit Goel New Member


    Hello All,
    I was trying to print the parties total balance while printing the receipt for example, in a single receipt voucher if we entered multiple receipts entries, can we print the total balance of each ledger while printing the receipt...?

    I think I found the correct definition [Report: VCH Print Configure] but I can't understand the following lines

    Fetch Object : Ledger : @@LedgerEntryList : STXDutyHead
    Fetch Object : Ledger : $STXVCHPartyLedName : RegistrationNumber
    Fetch Object : Ledger : @@AllLedEntryList : Name, IsTDSDutiesLedger, IsTDSPartyLedger, IsTCSDutiesLedger, TaxType, PartyDedTypeStatus, TDSRateName, ForServiceTax
    Fetch Object : Taxunit : ##SVTaxunit : ExciseRegistrationType

    please help me out on this,

    Thanks in Advance

    Jagrit
     


  2. Jagrit Goel

    Jagrit Goel New Member


    Hello Friends,
    Now I can print the party closing balance in receipt, but if I have multiple ledgers in a single receipt, this code capture only the first ledger balance, please help me in the code

    [#Part: PPR Details]

    add : Line: After : PPR Accts : PPRCLBAL
    Print BG: Yellow

    [Line : PPRCLBAL]
    Field : medium prompt, Balance
    Use: PPR SubTitles

    Local : Field: medium Prompt : Set as:"Closing Bal of :" + $LedgerName
    [Field : Balance]
    Use: amount field

    Set as : $$ToValue:$date:$ClosingBalance:Ledger:$$CollectionField:$LedgerName:1:LedgerEntries
    Format : "Symbol,DrCr"
    Print BG: Green
     


  3. gangstar

    gangstar Member


    [Field:SBSoR]
    Set as:$$InWords:#SBRecTotal:"NoSymbol" + " Only"
    Full Width:Yes
    Border:Thin Bottom
    Style:Normal

    [Field:SBRecTotal]
    Use:Amount Forex Field
    Set as:$$CollectionField:$Amount:1:AllLedgerEntries
    Align:Left
    Border:Double Bottom
    Style:Normal
     


  4. Neha19

    Neha19 Member


    Like Closing Balance, i want Party Full Address. Help
     


Share This Page