How to get the voucher narration in ledgerentries walk collection report

Discussion in 'Tally Developer' started by mahgs, Jan 4, 2015.

    
  1. mahgs

    mahgs Member


    Dear experts:

    I have try to Ledger entries Walk collection report

    eg.

    [Collection:BankvouchersColl]
    type:Voucher

    [Collection:BankVouchers]
    Source coll:BankvouchersColl
    walk:Ledgerentries
    Fetch:Ledgername,Date,VoucherNumber,Amount,narration

    But i did not get the Narration in my report.How to get the Narration,Please Help me.
     


  2. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    [Collection:BankVouchers]
    Type : Voucher
    walk:Ledgerentries
    Fetch:Ledgername,Date,VoucherNumber,Amount,narration

    Now Check , It will come

    you have mentioned ,
    Source coll:BankvouchersColl

    this is wrong, give as follows.

    Source Collection : Bankvoucherscoll
     


  3. Mahesh Sethi

    Mahesh Sethi Member



    Dear Sir,

    Hou i fatch the reference as shown the att voucher when i select the ledger service tax & go to columnar report.

    i want add a column for reference.

    Pls help me.


    Thanks & Regards,

    Manish
     

    Attached Files:



  4. mahgs

    mahgs Member


    Sorr
    Also i will give Source Collection:Bankvoucherscoll
    But Vouceher narration not show in my report,Alreaty i try to compute in Collection,But not get fruit
    Please guide me
     


  5. mahgs

    mahgs Member


    Also i will give Source Collection:Bankvoucherscoll
    But Vouceher narration not show in my report,Alreaty i try to compute in Collection,But not get fruit
    Please guide me
     


  6. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Post yr Full code & Data , I will Check n Revert
     


  7. Sachin Jain

    Sachin Jain New Member


    what is "Source Collection" theoretically?
     


  8. Vijay Shetye

    Vijay Shetye Member



    TRy This One

    [Collection:BankVouchers]
    Source coll:BankvouchersColl
    walk:Ledgerentries
    Fetch:Ledgername,Date,VoucherNumber,Amount,narration
    Compute:MyNarration:$$BaseOwner:$Narration
     


Share This Page