<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Tally Integration</title>
    <description>A comprehensive resource forum of Tally.ERP 9 Integration with Other Softwares.</description>
    <pubDate>Thu, 14 May 2026 14:13:33 +0000</pubDate>
    <lastBuildDate>Thu, 14 May 2026 14:13:33 +0000</lastBuildDate>
    <generator>TDLeXperts-World's first online TDL (Tally Definition Language) community</generator>
    <link>http://tdlexpert.com/index.php?forums/tally-integration.9/</link>
    <atom:link rel="self" type="application/rss+xml" href="http://tdlexpert.com/index.php?forums/tally-integration.9/index.rss"/>
    <item>
      <title>Tally API for Creation and Alteration</title>
      <pubDate>Sat, 23 Aug 2025 08:04:52 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/tally-api-for-creation-and-alteration.10750/</link>
      <guid>http://tdlexpert.com/index.php?threads/tally-api-for-creation-and-alteration.10750/</guid>
      <author>invalid@example.com (Manimaran)</author>
      <dc:creator>Manimaran</dc:creator>
      <content:encoded><![CDATA[Hi All,<br />
                 I have developed API for Creation and Alteration masters and Entries from External Request It can get data from Any ERP of WebApp and it will post to Tally Prime and also Return response to Host]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Walk command</title>
      <pubDate>Wed, 13 Aug 2025 05:42:56 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/walk-command.10668/</link>
      <guid>http://tdlexpert.com/index.php?threads/walk-command.10668/</guid>
      <author>invalid@example.com (Sridharan S)</author>
      <dc:creator>Sridharan S</dc:creator>
      <content:encoded><![CDATA[I process Xml response from Tally. Using &quot;walk collection&quot; I can get only relevant data. So far good.  Profiling I found it is not significantly faster. Getting raw verbose response and processing as tree  proved faster. What is your experience? or Is there difference difference between implementation of ftdl scripts and xHttp?]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Tally ODBC Plus</title>
      <pubDate>Mon, 23 Jun 2025 08:17:24 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/tally-odbc-plus.10727/</link>
      <guid>http://tdlexpert.com/index.php?threads/tally-odbc-plus.10727/</guid>
      <author>invalid@example.com (Sai Vineeth)</author>
      <dc:creator>Sai Vineeth</dc:creator>
      <content:encoded><![CDATA[Introducing Tally ODBC Plus TDL (Open Source) <br />
where we extend the existing ODBC to fix inherit limitations of Tally ODBC like<br />
<ul>
<li>cannot get data of non-selected company</li>
<li>old data is not fetched if period is set to current year in Tally</li>
<li>data beyond first level is not there in ODBC</li>
</ul><br />
our ODBC Plus TDL exposes new tables with prefix AC_ which fixes above you can check more at - <a href="https://lnkd.in/g-iVebs6" target="_blank" class="externalLink" rel="nofollow">https://lnkd.in/g-iVebs6</a>...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/tally-odbc-plus.10727/" target="_blank" class="externalLink" rel="nofollow">Tally ODBC Plus</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>JSON output format.</title>
      <pubDate>Wed, 19 Mar 2025 12:07:40 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/json-output-format.10728/</link>
      <guid>http://tdlexpert.com/index.php?threads/json-output-format.10728/</guid>
      <author>invalid@example.com (zakirhossain_diu)</author>
      <dc:creator>zakirhossain_diu</dc:creator>
      <content:encoded><![CDATA[hi,<br />
Can someone help me out JSON output.<br />
<br />
[Field: taxExempted]<br />
  JSONTag: &quot;taxExempted&quot;<br />
  Set as: &quot;true&quot;<br />
<br />
getting output within double quotation: &quot;taxExempted&quot;: &quot;true&quot;<br />
<br />
But I need output as without double quotation: &quot;taxExempted&quot;: true<br />
<br />
Thank you]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Import configuration In tally Prime for changing "behavior of import when exceptions exist"</title>
      <pubDate>Tue, 04 Mar 2025 06:53:53 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/import-configuration-in-tally-prime-for-changing-behavior-of-import-when-exceptions-exist.10720/</link>
      <guid>http://tdlexpert.com/index.php?threads/import-configuration-in-tally-prime-for-changing-behavior-of-import-when-exceptions-exist.10720/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[I am using the below XML Request to import Voucher into a company using Tally Prime <br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>&lt;ENVELOPE&gt;
     &lt;HEADER&gt;
          &lt;TALLYREQUEST&gt;Import Data&lt;/TALLYREQUEST&gt;
     &lt;/HEADER&gt;
     &lt;BODY&gt;
          &lt;IMPORTDATA&gt;
               &lt;REQUESTDESC&gt;
                    &lt;REPORTNAME&gt;Vouchers&lt;/REPORTNAME&gt;
                    &lt;STATICVARIABLES&gt;
                         &lt;SVCURRENTCOMPANY&gt;Approved2&lt;/SVCURRENTCOMPANY&gt;
&lt;SVOverwriteImpVch&gt;Yes&lt;/SVOverwriteImpVch&gt;
                    &lt;/STATICVARIABLES&gt;...</pre>
</div><a href="http://tdlexpert.com/index.php?threads/import-configuration-in-tally-prime-for-changing-behavior-of-import-when-exceptions-exist.10720/" target="_blank" class="externalLink" rel="nofollow">Import configuration In tally Prime for changing &quot;behavior of import when exceptions exist&quot;</a>]]></content:encoded>
    </item>
    <item>
      <title>Budget</title>
      <pubDate>Sun, 16 Feb 2025 02:26:48 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/budget.10708/</link>
      <guid>http://tdlexpert.com/index.php?threads/budget.10708/</guid>
      <author>invalid@example.com (kosi)</author>
      <dc:creator>kosi</dc:creator>
      <content:encoded><![CDATA[Hello senior coders.<br />
Budget name is imported correctly but<br />
Im getting invalid method name error when importing budget periods from excel.  My files are attached <br />
Please help correct error]]></content:encoded>
    </item>
    <item>
      <title>Tally License Information</title>
      <pubDate>Fri, 10 Jan 2025 04:55:10 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/tally-license-information.10626/</link>
      <guid>http://tdlexpert.com/index.php?threads/tally-license-information.10626/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[I am using vb.net to connect Tally Erp9. Using xml requesting exporting information from tally. But before exporting I would like to know, in which mode the connected tally instance is running. <br />
I would like to know if the tally is running in licensed or educational mode. <br />
<br />
Is there any xml/tdl request can be used to get the information?<br />
Is it possible to get information about connected tally running in which mode?]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>BankersDate tag must be Fetched under BankAllocations.LIST tag in Sales/Purchase register XML</title>
      <pubDate>Wed, 08 Jan 2025 04:43:55 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/bankersdate-tag-must-be-fetched-under-bankallocations-list-tag-in-sales-purchase-register-xml.10693/</link>
      <guid>http://tdlexpert.com/index.php?threads/bankersdate-tag-must-be-fetched-under-bankallocations-list-tag-in-sales-purchase-register-xml.10693/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[While fetching the Sales/Purchase Register using an XML request in Tally Prime, I want to retrieve the BANKERSDATE tag under the BANKALLOCATIONS.LIST tag. <br />
<br />
Currently, it is appearing only under the VOUCHERS tag. How can I modify the request to get the desired response? Below is the query I tried executing, but it is not working.<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>&lt;ENVELOPE&gt;
    &lt;HEADER&gt;
        &lt;VERSION&gt;1&lt;/VERSION&gt;
        &lt;TALLYREQUEST&gt;Export&lt;/TALLYREQUEST&gt;
        &lt;TYPE&gt;Data&lt;/TYPE&gt;
        &lt;ID&gt;DaybookGR&lt;/ID&gt;...</pre>
</div><a href="http://tdlexpert.com/index.php?threads/bankersdate-tag-must-be-fetched-under-bankallocations-list-tag-in-sales-purchase-register-xml.10693/" target="_blank" class="externalLink" rel="nofollow">BankersDate tag must be Fetched under BankAllocations.LIST tag in Sales/Purchase register XML</a>]]></content:encoded>
    </item>
    <item>
      <title>Importing master from excel to tally</title>
      <pubDate>Sun, 29 Dec 2024 05:36:14 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/importing-master-from-excel-to-tally.2960/</link>
      <guid>http://tdlexpert.com/index.php?threads/importing-master-from-excel-to-tally.2960/</guid>
      <author>invalid@example.com (skumar)</author>
      <dc:creator>skumar</dc:creator>
      <content:encoded><![CDATA[Dear experts<br />
 <br />
                   I am importing the ledger master from excel to tally. Here i am attaching the excel and tdl code for your reference. it was working fine in Tally ERP9 3.6 but in Tally ERP9 4.6 it shows error. 02a : Invalid number of steps, 02a: Action Execution Failed. kindly give me the solution.<br />
 <br />
 <br />
with regards<br />
skumar<br />
 <br />
 <br />]]></content:encoded>
      <slash:comments>30</slash:comments>
    </item>
    <item>
      <title>Master data exported from Tally must include the 'Closing Balance as on' [date]</title>
      <pubDate>Tue, 17 Dec 2024 11:18:49 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/master-data-exported-from-tally-must-include-the-closing-balance-as-on-date.10681/</link>
      <guid>http://tdlexpert.com/index.php?threads/master-data-exported-from-tally-must-include-the-closing-balance-as-on-date.10681/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[I am trying to fetch master details using the following XML request in Tally Prime. I want to include a &#039;Closing Balance as on&#039; date to get the respective response for it. How can I modify the XML request to achieve this and get the desired response?<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>&lt;ENVELOPE&gt;
&lt;HEADER&gt;
&lt;TALLYREQUEST&gt;Export Data&lt;/TALLYREQUEST&gt;
&lt;/HEADER&gt;
&lt;BODY&gt;
&lt;EXPORTDATA&gt;
&lt;REQUESTDESC&gt;
&lt;REPORTNAME&gt;List of Accounts&lt;/REPORTNAME&gt;
&lt;STATICVARIABLES&gt;
&lt;SVEXPORTFORMAT&gt;$$SysName:XML&lt;/SVEXPORTFORMAT&gt;
&lt;/STATICVARIABLES&gt;...</pre>
</div><a href="http://tdlexpert.com/index.php?threads/master-data-exported-from-tally-must-include-the-closing-balance-as-on-date.10681/" target="_blank" class="externalLink" rel="nofollow">Master data exported from Tally must include the &#039;Closing Balance as on&#039; [date]</a>]]></content:encoded>
    </item>
    <item>
      <title>xml Request to Export Vouchers with Inventory details</title>
      <pubDate>Sat, 07 Dec 2024 03:04:48 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/xml-request-to-export-vouchers-with-inventory-details.10675/</link>
      <guid>http://tdlexpert.com/index.php?threads/xml-request-to-export-vouchers-with-inventory-details.10675/</guid>
      <author>invalid@example.com (Varadha)</author>
      <dc:creator>Varadha</dc:creator>
      <content:encoded><![CDATA[Hi All,<br />
I am trying to Import Ledger statements of Sundry Debtors and Creditors to Google sheets. I wrote an xml request to fetch the voucher details which is working fine but I want inventory details in the transactions. Following is my xml request. Please help me out in this regard<br />
<br />
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br />
&lt;ENVELOPE&gt;<br />
  &lt;HEADER&gt;<br />
    &lt;VERSION&gt;1&lt;/VERSION&gt;<br />
    &lt;TALLYREQUEST&gt;Export&lt;/TALLYREQUEST&gt;<br />
    &lt;TYPE&gt;Data&lt;/TYPE&gt;<br />
    &lt;ID&gt;MyReportLedgerVouchers&lt;/ID&gt;<br />
  &lt;/HEADER&gt;<br />
  &lt;BODY&gt;...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/xml-request-to-export-vouchers-with-inventory-details.10675/" target="_blank" class="externalLink" rel="nofollow">xml Request to Export Vouchers with Inventory details</a>]]></content:encoded>
    </item>
    <item>
      <title>How to differentiate between two Tally companies that were split from the same parent company?</title>
      <pubDate>Fri, 29 Nov 2024 11:06:40 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/how-to-differentiate-between-two-tally-companies-that-were-split-from-the-same-parent-company.10669/</link>
      <guid>http://tdlexpert.com/index.php?threads/how-to-differentiate-between-two-tally-companies-that-were-split-from-the-same-parent-company.10669/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[I understand that each Tally company has a unique GUID. However, when I split a company, both the original company and the newly created split companies share the same GUID. <br />
<br />
I don&#039;t want this. Is there any other unique identifier that can differentiate the split companies from each other]]></content:encoded>
    </item>
    <item>
      <title>Import from Tally</title>
      <pubDate>Mon, 31 May 2021 09:41:25 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/import-from-tally.10640/</link>
      <guid>http://tdlexpert.com/index.php?threads/import-from-tally.10640/</guid>
      <author>invalid@example.com (Eka Bada)</author>
      <dc:creator>Eka Bada</dc:creator>
      <content:encoded><![CDATA[Data from XML to tally is successfully made by way of POST method. But for Import Data from Tally in XML is not success the same. While any request by xml is send then response.text is showing that tally prime server is running. TDL in text file format is properly included and in Tally Prime Showing no issue with TDL. Also TDL is included in XML and Send via POST but received same response.]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Whatsapp sender for Tally(dll)</title>
      <pubDate>Mon, 31 May 2021 09:36:54 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/whatsapp-sender-for-tally-dll.7232/</link>
      <guid>http://tdlexpert.com/index.php?threads/whatsapp-sender-for-tally-dll.7232/</guid>
      <author>invalid@example.com (teja varma)</author>
      <dc:creator>teja varma</dc:creator>
      <content:encoded><![CDATA[hello people<br />
i got an idea to create a Whats-App dll which send invoice and message to  ledger contact<br />
it will open chrome window and automatically navigate  to  Whats-App site  then wait until you scan the qr<br />
then it will send message or attached PDF that was exported previously and send to the ledger contact in the invoice<br />
<br />
i already have an application which do this<br />
it works by controlling the browser using web-scrapping and chromium driver<br />
but i want to integrate with tally<br />
we no need to...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/whatsapp-sender-for-tally-dll.7232/" target="_blank" class="externalLink" rel="nofollow">Whatsapp sender for Tally(dll)</a>]]></content:encoded>
      <slash:comments>201</slash:comments>
    </item>
    <item>
      <title>Corona, Tally , Your Office and Work from Home : How ?</title>
      <pubDate>Mon, 31 May 2021 04:33:13 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/corona-tally-your-office-and-work-from-home-how.10553/</link>
      <guid>http://tdlexpert.com/index.php?threads/corona-tally-your-office-and-work-from-home-how.10553/</guid>
      <author>invalid@example.com (garima)</author>
      <dc:creator>garima</dc:creator>
      <content:encoded><![CDATA[Dear Friends,  <br />
<br />
Due to Corona , frequent lock downs are a new normal, employees can not go to offices  and there is considerable demand to access office data from home.<br />
<br />
There are already some know ways in which Tally provides this facility: <br />
a. Tally remote access -inbuilt feature (Tally.Net users)<br />
b. Tally synchronisation <br />
c. In Browser reports (View Only)<br />
d. Tally Server.<br />
<br />
Apart from above, a lot other companies are marketing  and selling ..<br />
<br />
<br />
.. some are selling <b>Tally ERP 9 on cloud...</b><br />
<br />
<a href="http://tdlexpert.com/index.php?threads/corona-tally-your-office-and-work-from-home-how.10553/" target="_blank" class="externalLink" rel="nofollow">Corona, Tally , Your Office and Work from Home : How ?</a>]]></content:encoded>
      <slash:comments>13</slash:comments>
    </item>
    <item>
      <title>HSN CODE LIST WITH DESCRIPTION AUTOFILL</title>
      <pubDate>Thu, 27 May 2021 18:35:11 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/hsn-code-list-with-description-autofill.7284/</link>
      <guid>http://tdlexpert.com/index.php?threads/hsn-code-list-with-description-autofill.7284/</guid>
      <author>invalid@example.com (teja varma)</author>
      <dc:creator>teja varma</dc:creator>
      <content:encoded><![CDATA[Hello people<br />
This is updated version to my previous project HSN CODES LIST (TABLE)<br />
This contains auto fill of description when you select HSN code<br />
and have other options (Manual entry of HSN codes and description if it doesn&#039;t contain in the existing list) to be added...<br />
<br />
 <br />
<br />
<iframe width="500" height="300" src="https://www.youtube.com/embed/zWF-TT8X9CQ?wmode=opaque" frameborder="0" allowfullscreen></iframe>]]></content:encoded>
      <slash:comments>19</slash:comments>
    </item>
    <item>
      <title>SALE ORDER TAX INCLUSIVE RATES</title>
      <pubDate>Tue, 25 May 2021 14:06:28 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/sale-order-tax-inclusive-rates.10614/</link>
      <guid>http://tdlexpert.com/index.php?threads/sale-order-tax-inclusive-rates.10614/</guid>
      <author>invalid@example.com (Pankaj Arora)</author>
      <dc:creator>Pankaj Arora</dc:creator>
      <content:encoded><![CDATA[Short description : <b>Rates </b>entered in <b>Sale order </b>to be filled in <b>RATE (INLV OF TAXES)</b> column vehicle issuing sale invoice.<br />
<br />
Detailed Description : While issuing sale order we enter rates in <b>RATE</b> column, say for <b>ITEM-A <i>(GST 5%)</i>, 105 per bag (100 basic + 5 GST), </b>is entered. While issuing <b>SALES INVOICE</b> for above sale order of <b>ITEM-A, </b>above rate is treated as basic &amp; fetched to <b>RATE </b>column of <b>SALES INVOICE </b>instead of <b>RATE...</b><br />
<br />
<a href="http://tdlexpert.com/index.php?threads/sale-order-tax-inclusive-rates.10614/" target="_blank" class="externalLink" rel="nofollow">SALE ORDER TAX INCLUSIVE RATES</a>]]></content:encoded>
    </item>
    <item>
      <title>Qr Code in Sales - scan to make payment with UPI payment apps</title>
      <pubDate>Fri, 14 May 2021 08:55:27 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/qr-code-in-sales-scan-to-make-payment-with-upi-payment-apps.7865/</link>
      <guid>http://tdlexpert.com/index.php?threads/qr-code-in-sales-scan-to-make-payment-with-upi-payment-apps.7865/</guid>
      <author>invalid@example.com (teja varma)</author>
      <dc:creator>teja varma</dc:creator>
      <content:encoded><![CDATA[Hello Everyone, <br />
 1) With this TDL Qr Code will be generated in Sales Invoice <br />
 2) You can scan to make payment<br />
 3) All UPI payment apps are supported - Gpay Bhim,Phone Pey,etc..<br />
 <br />
<b>Get Started:</b> <br />
1) Download all the files from the below link<br />
2) Register the DLL (PaymentsQr.dll)<br />
3) Load the tcp in Tally (Payment Qr.tcp)<br />
4) Goto-&gt;f11-&gt;Accounting features-&gt;Enable Qr Code in Sales(at last)<br />
5) Enter Payment Mode (you like to receive through)<br />
6) And Enter the Information it asked (Make sure...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/qr-code-in-sales-scan-to-make-payment-with-upi-payment-apps.7865/" target="_blank" class="externalLink" rel="nofollow">Qr Code in Sales - scan to make payment with UPI payment apps</a>]]></content:encoded>
      <slash:comments>28</slash:comments>
    </item>
    <item>
      <title>ODBC Export Vouchers with required fields</title>
      <pubDate>Tue, 11 May 2021 18:13:42 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/odbc-export-vouchers-with-required-fields.6851/</link>
      <guid>http://tdlexpert.com/index.php?threads/odbc-export-vouchers-with-required-fields.6851/</guid>
      <author>invalid@example.com (Sanket Patel)</author>
      <dc:creator>Sanket Patel</dc:creator>
      <content:encoded><![CDATA[Hello<br />
Please help with TDL file which can export all vouchers with following information.<br />
<br />
Date, Voucher Type, Voucher Number, Reference Number, Narration, Amount<br />
<br />
Thanks]]></content:encoded>
      <slash:comments>31</slash:comments>
    </item>
    <item>
      <title>Connect to Tally User wise</title>
      <pubDate>Fri, 30 Apr 2021 11:00:35 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/connect-to-tally-user-wise.10375/</link>
      <guid>http://tdlexpert.com/index.php?threads/connect-to-tally-user-wise.10375/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[I am tally Erp9 software in windows server 2012 r2.<br />
<br />
I am using below code to connect to tally and fetch response for particular request.<br />
<br />
  <br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>  Dim TallyRequest As WebRequest
TallyRequest = WebRequest.Create(&quot;http://localhost:9000&quot;)</pre>
</div>When multiple users connect to server computer and open the Tally software, only one tally instance opened by 1st user, listens to the requests. So my application is not able to connect to the other tally instances.<br />
<br />
How to connect the tally, opened...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/connect-to-tally-user-wise.10375/" target="_blank" class="externalLink" rel="nofollow">Connect to Tally User wise</a>]]></content:encoded>
    </item>
    <item>
      <title>Tags Information in Voucher Request</title>
      <pubDate>Fri, 30 Apr 2021 08:23:55 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/tags-information-in-voucher-request.10374/</link>
      <guid>http://tdlexpert.com/index.php?threads/tags-information-in-voucher-request.10374/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[I am using below query to get the Voucher information.<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>&lt;ENVELOPE&gt;&lt;HEADER&gt;&lt;VERSION&gt;1&lt;/VERSION&gt;&lt;TALLYREQUEST&gt;Export&lt;/TALLYREQUEST&gt;&lt;TYPE&gt;Collection&lt;/TYPE&gt;&lt;ID&gt;TestLedgerList&lt;/ID&gt;&lt;/HEADER&gt;&lt;BODY&gt;&lt;DESC&gt;&lt;STATICVARIABLES&gt;&lt;SVCURRENTCOMPANY&gt;Demo&lt;/SVCURRENTCOMPANY&gt;&lt;/STATICVARIABLES&gt;&lt;TDL&gt;&lt;TDLMESSAGE&gt;&lt;COLLECTION NAME='TestLedgerList' ISMODIFY='NO'&gt;&lt;TYPE&gt;Voucher&lt;/TYPE &gt;&lt;FETCH&gt;*&lt;/FETCH&gt;&lt;/COLLECTION&gt;&lt;/TDLMESSAGE&gt;&lt;/TDL&gt;&lt;/DESC&gt;&lt;/BODY&gt;&lt;/ENVELOPE&gt;</pre>
</div>But this will produce lots of tags. How to know...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/tags-information-in-voucher-request.10374/" target="_blank" class="externalLink" rel="nofollow">Tags Information in Voucher Request</a>]]></content:encoded>
    </item>
    <item>
      <title>Select employee name from employee list using xml request</title>
      <pubDate>Wed, 28 Apr 2021 06:48:40 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/select-employee-name-from-employee-list-using-xml-request.10097/</link>
      <guid>http://tdlexpert.com/index.php?threads/select-employee-name-from-employee-list-using-xml-request.10097/</guid>
      <author>invalid@example.com (skulal75)</author>
      <dc:creator>skulal75</dc:creator>
      <content:encoded><![CDATA[using xml request i want to pass or select  employee name from the list]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Export Company Information From Tally with Address Details</title>
      <pubDate>Thu, 22 Apr 2021 06:36:23 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/export-company-information-from-tally-with-address-details.6208/</link>
      <guid>http://tdlexpert.com/index.php?threads/export-company-information-from-tally-with-address-details.6208/</guid>
      <author>invalid@example.com (Bhushan Cellica)</author>
      <dc:creator>Bhushan Cellica</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I am trying to export connected Companies Information From Tally using HTTP XML request.<br />
And able to get Company details like Starting date, Company Number, Phone Number, Website etc.<br />
<br />
I want to export Companies Address information, but no success for it.<br />
I am using following XML,<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>
&lt;ENVELOPE&gt;
   &lt;HEADER&gt;
     &lt;VERSION&gt;1&lt;/VERSION&gt;
     &lt;TALLYREQUEST&gt;Export&lt;/TALLYREQUEST&gt;
     &lt;TYPE&gt;Collection&lt;/TYPE&gt;
     &lt;ID&gt;Company Collection&lt;/ID&gt;
   &lt;/HEADER&gt;
   &lt;BODY&gt;
     &lt;DESC&gt;...</pre>
</div><a href="http://tdlexpert.com/index.php?threads/export-company-information-from-tally-with-address-details.6208/" target="_blank" class="externalLink" rel="nofollow">Export Company Information From Tally with Address Details</a>]]></content:encoded>
      <slash:comments>10</slash:comments>
    </item>
    <item>
      <title>XML to export License Information and installation Application Path of Tally Prime</title>
      <pubDate>Sat, 17 Apr 2021 13:16:35 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/xml-to-export-license-information-and-installation-application-path-of-tally-prime.9090/</link>
      <guid>http://tdlexpert.com/index.php?threads/xml-to-export-license-information-and-installation-application-path-of-tally-prime.9090/</guid>
      <author>invalid@example.com (Bhushan Cellica)</author>
      <dc:creator>Bhushan Cellica</dc:creator>
      <content:encoded><![CDATA[Hello All.<br />
<br />
Please guide to export License Information and Tally Prime Installation Path from Tally using request XML.<br />
<br />
Thank You,<br />
Bhushan Akole.]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Sales Master Import</title>
      <pubDate>Wed, 14 Apr 2021 15:50:25 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/sales-master-import.10158/</link>
      <guid>http://tdlexpert.com/index.php?threads/sales-master-import.10158/</guid>
      <author>invalid@example.com (Partha Mondal)</author>
      <dc:creator>Partha Mondal</dc:creator>
      <content:encoded><![CDATA[Dear All member,<br />
<br />
Getting error in my TDL. When Import sales transaction from excel. <br />
can anyone help me. <br />
<br />
Thanks in advance.<br />
<br />
;;;; Shri Ganeshji<br />
<br />
[#Menu            : GateWay of Tally]<br />
   <br />
    Key Item        : Sales (Master) Import : K : Execute : Rpt_Ledgermaster_Import<br />
<br />
[Report    : Rpt_Ledgermaster_Import] ;; Auto Report<br />
<br />
    Form            : Frm_Ledgermaster_Import<br />
    Title           : $$LocaleString:&quot;Sales Master Import&quot;<br />
    Auto            : Yes<br />
<br />
[Form: Frm_Ledgermaster_Import]...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/sales-master-import.10158/" target="_blank" class="externalLink" rel="nofollow">Sales Master Import</a>]]></content:encoded>
    </item>
    <item>
      <title>Ledger Information based on Company name</title>
      <pubDate>Tue, 13 Apr 2021 05:57:28 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/ledger-information-based-on-company-name.10121/</link>
      <guid>http://tdlexpert.com/index.php?threads/ledger-information-based-on-company-name.10121/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[I am using Tally ERP9.<br />
<br />
Below xml request is used to get the ledger information<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>&lt;ENVELOPE&gt;&lt;HEADER&gt;&lt;VERSION&gt;1&lt;/VERSION&gt;&lt;TALLYREQUEST&gt;Export&lt;/TALLYREQUEST&gt;&lt;TYPE&gt;Collection&lt;/TYPE&gt;&lt;ID&gt;TestLedgerList2&lt;/ID&gt;&lt;STATICVARIABLES&gt;&lt;/STATICVARIABLES&gt;&lt;/HEADER&gt;&lt;BODY&gt;&lt;DESC&gt;&lt;TDL&gt;&lt;TDLMESSAGE&gt;&lt;COLLECTION NAME='TestLedgerList2' ISMODIFY='NO'&gt;&lt;TYPE&gt;Ledger&lt;/TYPE &gt;&lt;FETCH&gt;Name,OpeningBalance, ClosingBalance IsRevenue, IsDeemedPositive,...</pre>
</div><a href="http://tdlexpert.com/index.php?threads/ledger-information-based-on-company-name.10121/" target="_blank" class="externalLink" rel="nofollow">Ledger Information based on Company name</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>How to delete all Vouchers from Tally Using TDL</title>
      <pubDate>Tue, 13 Apr 2021 05:42:03 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/how-to-delete-all-vouchers-from-tally-using-tdl.2208/</link>
      <guid>http://tdlexpert.com/index.php?threads/how-to-delete-all-vouchers-from-tally-using-tdl.2208/</guid>
      <author>invalid@example.com (Vinothkumar S)</author>
      <dc:creator>Vinothkumar S</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
         i need to delete all the vouchers in tally using tdl program. can you please help me to get this one.<br />
 <br />
 <br />
Thanks in advance]]></content:encoded>
      <slash:comments>18</slash:comments>
    </item>
    <item>
      <title>Maintain in batches?</title>
      <pubDate>Sun, 11 Apr 2021 05:25:48 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/maintain-in-batches.10123/</link>
      <guid>http://tdlexpert.com/index.php?threads/maintain-in-batches.10123/</guid>
      <author>invalid@example.com (Partha Mondal)</author>
      <dc:creator>Partha Mondal</dc:creator>
      <content:encoded><![CDATA[Dear all Member,<br />
<br />
I am new in TDL. I have created Stock Item master import from Excel. Import successfully done. But face some problem when I import. If any Item Category exist in Tally then show category already exist and not import. <br />
Also I want to <b>Maintain in batches? </b>field is automatically <b>Yes</b> if Excel file have data in Bachname row  when I import. <br />
can anyone help me regarding this issue. is this possible? Attach my code below.<br />
<br />
Thank you in advance.<br />
<br />
<br />
<br />
;;; Shri Ganesh...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/maintain-in-batches.10123/" target="_blank" class="externalLink" rel="nofollow">Maintain in batches?</a>]]></content:encoded>
    </item>
    <item>
      <title>how to export invoices from tally using odbc</title>
      <pubDate>Fri, 09 Apr 2021 01:08:48 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/how-to-export-invoices-from-tally-using-odbc.9657/</link>
      <guid>http://tdlexpert.com/index.php?threads/how-to-export-invoices-from-tally-using-odbc.9657/</guid>
      <author>invalid@example.com (Jemba David)</author>
      <dc:creator>Jemba David</dc:creator>
      <content:encoded><![CDATA[Am a beginner in tdl and in want to make a collection that can extract invoices from tally using odbc so that i can view them in vb.net and make an envoicing solution from vb.net. so far i have this tdl code to make the collection but it does not give me item names ,quantity,discount e.t.c neccessary for make an envoice.<br />
<br />
[Collection: RTSAllVouchers] <br />
Type: Voucher <br />
IsODBCTable: Yes <br />
Fetch : *, AllLedgerEntries.*, LedgerEntries.*,Inventory Entries,*]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Program to export ledgers of all sundry debtors in excel from tally and then mail them.</title>
      <pubDate>Thu, 08 Apr 2021 09:35:46 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/program-to-export-ledgers-of-all-sundry-debtors-in-excel-from-tally-and-then-mail-them.7648/</link>
      <guid>http://tdlexpert.com/index.php?threads/program-to-export-ledgers-of-all-sundry-debtors-in-excel-from-tally-and-then-mail-them.7648/</guid>
      <author>invalid@example.com (PRATIKTHACKER)</author>
      <dc:creator>PRATIKTHACKER</dc:creator>
      <content:encoded><![CDATA[Goal : Export Ledgers of all my customers ( Sundry Debtors) and send them a mail with attached ledger asking for payment with 1 click.<br />
<br />
PS : I have already written a code in python to do the same. But since tally is not integrated with python, my code uses the keyboard to export the ledgers and mail them. Currently , i have put in time delays to ensure tally responds to the script commands. But i realize this is not an efficient solution. I need help to write a code in any software that will...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/program-to-export-ledgers-of-all-sundry-debtors-in-excel-from-tally-and-then-mail-them.7648/" target="_blank" class="externalLink" rel="nofollow">Program to export ledgers of all sundry debtors in excel from tally and then mail them.</a>]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>XML Request for Voucher Type</title>
      <pubDate>Mon, 05 Apr 2021 08:44:54 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/xml-request-for-voucher-type.9828/</link>
      <guid>http://tdlexpert.com/index.php?threads/xml-request-for-voucher-type.9828/</guid>
      <author>invalid@example.com (Researcher)</author>
      <dc:creator>Researcher</dc:creator>
      <content:encoded><![CDATA[How to export &quot;List of  Voucher type&quot; in  tally?<br />
can anyone please suggest  me the xml request for getting &quot;List of  Voucher type&quot;.]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Function "Import" No Valid Names!</title>
      <pubDate>Wed, 31 Mar 2021 14:19:52 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/function-import-no-valid-names.10033/</link>
      <guid>http://tdlexpert.com/index.php?threads/function-import-no-valid-names.10033/</guid>
      <author>invalid@example.com (Partha Mondal)</author>
      <dc:creator>Partha Mondal</dc:creator>
      <content:encoded><![CDATA[Dear All member,<br />
<br />
Can anyone help me regarding this message. Why getting this message after import Ledger master from Excel.<br />
TDL working fine and all Ledger master importing successfully but after import getting this <br />
<b>&lt; FUNCTION : &#039;Func_ImportLedgerMaster&#039; LABEL :17: No Valid Names! &gt;</b> message in calculator panel in tally. I attach my code. <br />
<br />
;;; Shri Ganesh <br />
<br />
[#Menu            : GateWay of Tally]<br />
   <br />
    Key Item        : Ledger (Master) Import : K : Execute : Rpt_Ledgermaster_Import...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/function-import-no-valid-names.10033/" target="_blank" class="externalLink" rel="nofollow">Function &quot;Import&quot; No Valid Names!</a>]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Import from Excel</title>
      <pubDate>Mon, 29 Mar 2021 16:02:17 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/import-from-excel.10022/</link>
      <guid>http://tdlexpert.com/index.php?threads/import-from-excel.10022/</guid>
      <author>invalid@example.com (Partha Mondal)</author>
      <dc:creator>Partha Mondal</dc:creator>
      <content:encoded><![CDATA[Dear all,<br />
I am new in TDL. I create a TDL for Import Ledger master from Excel file. <br />
But here I get some error. When I run my TDL then get this error. But my Excel driver is ok. <br />
Can anyone help me. I also attached my TDL code. <br />
<br />
;;;; Shri Ganeshji<br />
<br />
[#Menu            : GateWay of Tally]<br />
   <br />
    Key Item        : Stock Item Import : K : Execute : PM Sales Import<br />
<br />
[Report    : PM Sales Import] ;; Auto Report<br />
<br />
    Form            : PM Sales Import<br />
    Title           : $$LocaleString:&quot;Stock...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/import-from-excel.10022/" target="_blank" class="externalLink" rel="nofollow">Import from Excel</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>TCP file to import GST Transactions from Excel with multiple inventory</title>
      <pubDate>Sat, 27 Mar 2021 14:44:56 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/tcp-file-to-import-gst-transactions-from-excel-with-multiple-inventory.5732/</link>
      <guid>http://tdlexpert.com/index.php?threads/tcp-file-to-import-gst-transactions-from-excel-with-multiple-inventory.5732/</guid>
      <author>invalid@example.com (Rawat Bartwal Consultancy)</author>
      <dc:creator>Rawat Bartwal Consultancy</dc:creator>
      <content:encoded><![CDATA[It can import entries with<br />
<br />
<i><b>1. Multiple stock entries (unlimited) with GST<br />
2. Tax Ledgers /expense ledgers along with stock items<br />
3. Discount, freight entries in sales, purchase invoice entry<br />
4. Can enter Sales in Accounting invoice mode<br />
5. Excel file provided only first sheet is relevant<br />
6. Round off. Ledger is to selected from option<br />
8. Single line Entry (option in excel) for simple receipt/payments/journal entries<br />
9. TDL Does not provide support for creating Ledgers and Items on the...</b></i><br />
<br />
<a href="http://tdlexpert.com/index.php?threads/tcp-file-to-import-gst-transactions-from-excel-with-multiple-inventory.5732/" target="_blank" class="externalLink" rel="nofollow">TCP file to import GST Transactions from Excel with multiple inventory</a>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>ODBC get all ledger details</title>
      <pubDate>Sat, 27 Mar 2021 05:12:26 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/odbc-get-all-ledger-details.9967/</link>
      <guid>http://tdlexpert.com/index.php?threads/odbc-get-all-ledger-details.9967/</guid>
      <author>invalid@example.com (Satwaki Sarkar)</author>
      <dc:creator>Satwaki Sarkar</dc:creator>
      <content:encoded><![CDATA[I am trying to get all ledger details through ODBC. In few cases, a voucher has multiple ledger entries with the same name. Whats happening is ODBC is only able to pick the first entry for that ledger and ignoring the others as you can see in the screenshot below. How do i get all the entries along with their bill transaction details?<br />
<br />
Any help is much appreciated<br />
<br />
[Collection : RTSAllVouchers2]<br />
Type: Voucher<br />
IsODBCTable: Yes<br />
Fetch: Vouchernumber,date,vouchertypename<br />
<br />
[Collection : Reccoll]...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/odbc-get-all-ledger-details.9967/" target="_blank" class="externalLink" rel="nofollow">ODBC get all ledger details</a>]]></content:encoded>
      <slash:comments>15</slash:comments>
    </item>
    <item>
      <title>Updating tally response xml to include masterid of the created ledger</title>
      <pubDate>Fri, 26 Mar 2021 13:06:40 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/updating-tally-response-xml-to-include-masterid-of-the-created-ledger.9944/</link>
      <guid>http://tdlexpert.com/index.php?threads/updating-tally-response-xml-to-include-masterid-of-the-created-ledger.9944/</guid>
      <author>invalid@example.com (sriharisivaraj)</author>
      <dc:creator>sriharisivaraj</dc:creator>
      <content:encoded><![CDATA[Below is the simple xml to add masters to tally.<br />
<br />
<b>Request XML</b><br />
<br />
&lt;ENVELOPE&gt;<br />
&lt;HEADER&gt;<br />
&lt;VERSION&gt;1&lt;/VERSION&gt;<br />
&lt;TALLYREQUEST&gt;Import&lt;/TALLYREQUEST&gt;<br />
&lt;TYPE&gt;Data&lt;/TYPE&gt;<br />
&lt;ID&gt;All Masters&lt;/ID&gt;<br />
&lt;/HEADER&gt;<br />
&lt;BODY&gt;<br />
&lt;DESC&gt;<br />
&lt;STATICVARIABLES&gt;<br />
&lt;IMPORTDUPS&gt;@@DUPCOMBINE&lt;/IMPORTDUPS&gt;<br />
&lt;/STATICVARIABLES&gt;<br />
&lt;/DESC&gt;<br />
&lt;DATA&gt;<br />
&lt;TALLYMESSAGE&gt;<br />
&lt;LEDGER NAME=&quot;from dev 1&quot; Action = &quot;Create&quot;&gt;<br />
&lt;NAME&gt;from dev 1&lt;/NAME&gt;<br />
&lt;PARENT&gt;Sundry Debtors&lt;/PARENT&gt;<br />
&lt;OPENINGBALANCE&gt;-12500&lt;/OPENINGBALANCE&gt;<br />
&lt;/LEDGER&gt;<br />
&lt;LEDGER NAME=&quot;from dev 2&quot;...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/updating-tally-response-xml-to-include-masterid-of-the-created-ledger.9944/" target="_blank" class="externalLink" rel="nofollow">Updating tally response xml to include masterid of the created ledger</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Send print action to Tally using XML Request</title>
      <pubDate>Fri, 26 Mar 2021 10:34:33 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/send-print-action-to-tally-using-xml-request.5091/</link>
      <guid>http://tdlexpert.com/index.php?threads/send-print-action-to-tally-using-xml-request.5091/</guid>
      <author>invalid@example.com (Bhushan Cellica)</author>
      <dc:creator>Bhushan Cellica</dc:creator>
      <content:encoded><![CDATA[Hello Everyone,<br />
<br />
I have configured printer settings with Tally, and I am able to print &quot;Sales Invoice&quot; from Tally.<br />
<br />
But Now I am creating &quot;Sales Invoice&quot; from my C# application and want to print &quot;Sales Invoice&quot; from C# application.<br />
How I can send print action to Tally using XML request to print specific Sales Invoice Voucher in Tally ?<br />
<br />
Thanks in Advance !!!]]></content:encoded>
      <slash:comments>17</slash:comments>
    </item>
    <item>
      <title>Tally Integration with my Cloud CRM</title>
      <pubDate>Tue, 23 Mar 2021 16:07:48 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/tally-integration-with-my-cloud-crm.9970/</link>
      <guid>http://tdlexpert.com/index.php?threads/tally-integration-with-my-cloud-crm.9970/</guid>
      <author>invalid@example.com (Saral Doshi)</author>
      <dc:creator>Saral Doshi</dc:creator>
      <content:encoded><![CDATA[Hello TDLExperts,<br />
<br />
I want to develop a bridge/integration between my CRM and Tally. (Basically a TCP file to be loaded in tally. I am open for other methods or suggestions as well.)<br />
Following things I need from Tally into CRM:<br />
<br />
1) Product List<br />
2) Product Stock<br />
3) Customer list (Sundry Debtors)<br />
4) Billwise Outstanding Report<br />
<br />
We have our REST APIs ready from our side. Following is to be done in Tally:<br />
Generate a new Menu in Tally. Following Tabs in Menu <br />
Settings -&gt; Enter auth Key, CompanyID...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/tally-integration-with-my-cloud-crm.9970/" target="_blank" class="externalLink" rel="nofollow">Tally Integration with my Cloud CRM</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>ODBC multiple company extract data</title>
      <pubDate>Tue, 23 Mar 2021 13:17:19 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/odbc-multiple-company-extract-data.9968/</link>
      <guid>http://tdlexpert.com/index.php?threads/odbc-multiple-company-extract-data.9968/</guid>
      <author>invalid@example.com (Satwaki Sarkar)</author>
      <dc:creator>Satwaki Sarkar</dc:creator>
      <content:encoded><![CDATA[I am pulling all ledger data through ODBC. Presently, i am selecting each company in tally and running the query in excel. Is there a way to pull for all the companies at once?]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Download payslip of particular  employee from tally sending request through xml fromat</title>
      <pubDate>Tue, 23 Mar 2021 08:24:28 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/download-payslip-of-particular-employee-from-tally-sending-request-through-xml-fromat.9972/</link>
      <guid>http://tdlexpert.com/index.php?threads/download-payslip-of-particular-employee-from-tally-sending-request-through-xml-fromat.9972/</guid>
      <author>invalid@example.com (skulal75)</author>
      <dc:creator>skulal75</dc:creator>
      <content:encoded><![CDATA[i wont getting employee details in payslip only template of playslip will download I wont able to pass employee detail(Name or ID) .]]></content:encoded>
    </item>
  </channel>
</rss>
