ODBC - Export Vouchers in Excel

Discussion in 'Tally Integration' started by AnuB, Aug 25, 2018.

    
Tags:
  1. AnuB

    AnuB New Member


    Hi All

    I want to export Vouchers + it's associated Ledger Entries in Excel.
    I followed steps to expose Voucher as ODBCTable by creating TDL

    [Collection: Vouchers]
    Type : Voucher
    Is ODBCTable: Yes


    I can not get "Vouchers" table in excel but unable to fetch ledgerentries associated with the voucher.
    Any help is appreciated.
     


  2. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    [Collection: Vouchers]
    Type : Voucher
    Fetch : vouchernumber,Date
    Walk : Ledger Entries
    Fetch : Ledgerentries.*
    Is ODBCTable: Yes

    You need to Walk/Fetch the subcollection (Ledger Entries)

    Then only it will be Expose to ODBC Tables
     


  3. Sudhir83411

    Sudhir83411 New Member


    hi all
    Its not working i am getting only first line of item of the voucher
     
    Satwaki Sarkar likes this.


  4. kapil22

    kapil22 Member



    so, where to find these subcollection names
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    BillAllocations, InventoryAllocations, BankAllocations, BatchAllocations etc.. these are sub-collection.
     


Share This Page