Voucher no and voucher date in the Outstanding report

Discussion in 'Tally Developer' started by Vikram, Jul 23, 2012.

    
  1. Vikram

    Vikram Member


    Dear Forum,
    i want to Display the voucherno and date of Outstanding report
    please help!

    [#Field: BILLFixed]

    Add : Field : At Beginning : IIBillNo

    [Field : IIBillno]

    Use : ShortNameField
    Set as : $.LedgerEntries[1].Voucher.VoucherNumber
    Width : 10
    Style : Normal
     


  2. admin

    admin Administrator Staff Member


    [Field : IIBillno]

    Use : ShortNameField
    Set as : $LedgerEntries[1].VoucherNumber
    Width : 10
    Style : Normal
     
    Vikram likes this.


  3. Vikram

    Vikram Member


    Thanks a lot!

     


Share This Page