ODBC

Discussion in 'Tally Developer' started by Sreejith, Dec 29, 2012.

    
  1. Sreejith

    Sreejith New Member


    Dear Sir,

    Using ODBC How can i export item details (Product Name, Alias, Group, Category, Purchase Price, Sales Rate, Closing Stock ) to excel ?
     


  2. Arun Prasath

    Arun Prasath Member


    Hi,

    Write a voucher collection for Vouchers (primary object), using that collection as a source write another collection whereas the secondary objects (Ledger Entries, Inventory Entries) . Make it " Is ODBC Table : Yes"
     
    Pritam Krishna likes this.


  3. admin

    admin Administrator Staff Member



    Stock Item Object is already available for ODBC .. But you want some method to exposed then use below Special Symbol.

    [#object: Stock Item]

    _ClosingBalance : $ClosingBalance

    means: Add "_" symbol infront of Method Name. So now _ClosingBalance will be available in ODBC
     
    Pritam Krishna likes this.


Share This Page