Not Fetching in to Bank Reconciliation report

Discussion in 'Requests' started by sunilvk, Nov 5, 2022.

    
  1. sunilvk

    sunilvk New Member


    I add additional field in Receipt Voucher, I want to get this field in Bank Reconciliation report, which is the Collection how to fetch, couldnot get field
    i attached file pls help me sir 2.jpg
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    why you need a SalesmanName in Bank Reco ?? If a particular Salesman is involved you will NOT mark that Voucher as reconciled???
     


  3. sunilvk

    sunilvk New Member


    thanks for reply..
    just who is collectted this cheque if reconciled or Not
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You need to define it in Object : ledger entry ...........

    Then call for that in the collection, compute it also and then call for it in your field.
     


  5. sunilvk

    sunilvk New Member


    How to do it?
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [#Collection: EBank Recon Vouchers Coll Summary]
    Fetch : salesman
    Compute : salesman : $Ledgerentries[1].VKSSalesmanName

    [#Collection: EBank Recon Vouchers Coll]
    Fetch : salesman

    [#Collection: EBank Recon Vouchers]
    Fetch : salesman
     


  7. sunilvk

    sunilvk New Member


    Thanks Admin Sir
    Problem Solved.
     


Share This Page