Gallery Application for Stock Items in Tally

Discussion in 'Tally Integration' started by teja varma, Jun 23, 2021.

    
  1. teja varma

    teja varma Active Member


    Hello everyone.

    This is a fun code that I wrote in C#.
    This is like a gallery or Product Brochure for the tally.
    Image path should be mentioned in the description field of Stock Item.
    I am not actively developing it.
    If any one interested. check out this code and help yourself.

    https://github.com/tejavarma-aln/Stock-Item-Image-Gallery
     


  2. saravanan1999

    saravanan1999 New Member


    Hello sir,
    I want to reduce my ouput lines how to apply filter to get only ALL Inventries.list(stockitem,rate,qty) and LedgerList(ledger name,ledger amount).
    And my code produce the some unwanted tags (eg: BatchAllocations,Billallocations,OLDAUDITENTRYIDS.LIST)

    <ENVELOPE>
    <HEADER>
    <VERSION>1</VERSION>
    <TALLYREQUEST>Export</TALLYREQUEST>
    <TYPE>Collection</TYPE>
    <ID>salesregister</ID>
    </HEADER>
    <BODY>
    <DESC>
    <STATICVARIABLES>
    <EXPLODEFLAG>Yes</EXPLODEFLAG>
    <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
    <SVFROMDATE>${fromDate}</SVFROMDATE>
    <SVTODATE>${toDate}</SVTODATE>
    </STATICVARIABLES>
    <TDL>
    <TDLMESSAGE>
    <COLLECTION NAME="salesregister">
    <TYPE>Voucher</TYPE>
    <FETCH>PartyLedgername,Amount,GrossRevenue</FETCH>
    <FILTERS>Filter_IsSales,Chkclsbal</FILTERS>
    </COLLECTION>
    <SYSTEM TYPE="Formulae" NAME="Filter_FilterQtyTotal">($$FilterQtyTotal:AllInventoryEntries:VATFltItemAndClass:$BilledQty)</SYSTEM>
    <SYSTEM TYPE="Formulae" NAME="Filter_IsSales">($$IsSales:$VoucherTypeName) </SYSTEM>
    <SYSTEM TYPE="Formulae" NAME="Chkclsbal"> $$Fullist:BatchAllocations:$BatchName</SYSTEM>
    </TDLMESSAGE>
    </TDL>
    </DESC>
    </BODY>
    </ENVELOPE>
     


Share This Page