View Ledger wise Voucher type wise Transaction Summary Report.

Discussion in 'Tally Developer' started by vishal.jayswal09, Dec 26, 2019.

    

  1. Hello Team,

    Kindly help me to develop the below report.

    View Ledger wise Voucher type wise Transaction Summary Report. User can view all the details of party like Total Amount of - Sales, Sales Order, Purchase, Purchase Order, Payment, Receipt, Debit note, Credit Note, Delivery Note, Journals etc in one shot.

    [​IMG]
     


  2. teja varma

    teja varma Active Member


    make collection like this

    [collection :all vouchers]
    type:Vouchers
    Belongs To:Yes

    [Collection:VocuherSummary]
    SourceCollection:all vouchers
    By:partyLedgerName:$PartyLedgerName
    By:VoucherTypeName:$VoucherTypeName
    Compute:Amount :$Amount


    make a report by repeating this collection
     



  3. Thank you Sir
     


Share This Page