Selected Multi Voucher Print (Not working) Please Help

Discussion in 'Free Source Codes' started by pradeep kumar dewangan, Jul 13, 2021.

    

  1. ; Print - Selected Vouchers ;;
    ;;--------------------------------------------------------------------------------------------------
    [#Form : DayBook]

    Add : Button : RkcPrnt SelectedVch


    [#Form : Ledger Vouchers]

    Add : Button : RkcPrnt SelectedVch

    [Button : RkcPrnt SelectedVch]
    Key : Ctrl + F9
    Title : "Print Voucher"
    Action : Print Report : DayBook ;;RkcPymtVchPrint
    Scope : Selected Lines




    [Collection : RkcPrnt SelectedVchColl]

    Data Source : Parent Report : Selected
    Fetch : Inventory Entries.*, Voucher Number, Date,Ledger Entries.*
    ;;Fetch : Voucher Number, Date, Amount, BasicCompanyFormalName, Address, LedgerName, BasicVoucherChequeName, AllLedgerEntries.*, LedgerEntries.*



    [#Report : Printed invoice]

    Add : Collection : RkcPrnt SelectedVchColl

    ;;[#Report : DayBook]
    [#Report: Voucher]

    Add : Collection : RkcPrnt SelectedVchColl
     


Share This Page