How to get optional Vouchers Based On Particular Ledger

Discussion in 'Tally Developer' started by Vinothkumar S, Jan 5, 2013.

    
Thread Status:
Not open for further replies.
  1. Vinothkumar S

    Vinothkumar S New Member


    Hello,

    i need to get all optional vouchers for a particular ledger using tdl.

    i used the following tdl for this, but its not working...

    [Collection : MyOptionalVouchers]
    Type : Optional Vouchers : Ledger
    ChildOf : ##MyledgerName
    Fetch : PartyLedgerName, IsOptional, VoucherNumber

    Can any one suggest me the solution to solve this problem....

    Thanks in advance.....
     



  2. hai,
    Try this

    [Collection : MyOptionalVouchers]
    Type : OptionalVouchers
    Filter : MyFilter
    Fetch : PartyLedgerName, IsOptional, VoucherNumber

    [System : Formula]
    MyFilter : $LedgerName = ##MyledgerName
     
    Pritam Krishna and Vinothkumar S like this.


Thread Status:
Not open for further replies.

Share This Page