<?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 Developer</title>
    <description>A comprehensive resource forum of Tally Developer - The Development Platform of Tally.ERP 9.</description>
    <pubDate>Thu, 14 May 2026 12:43:20 +0000</pubDate>
    <lastBuildDate>Thu, 14 May 2026 12:43:20 +0000</lastBuildDate>
    <generator>TDLeXperts-World's first online TDL (Tally Definition Language) community</generator>
    <link>http://tdlexpert.com/index.php?forums/tally-developer.7/</link>
    <atom:link rel="self" type="application/rss+xml" href="http://tdlexpert.com/index.php?forums/tally-developer.7/index.rss"/>
    <item>
      <title>How to Create New Vehicle Collection</title>
      <pubDate>Wed, 10 Sep 2025 12:06:02 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/how-to-create-new-vehicle-collection.10804/</link>
      <guid>http://tdlexpert.com/index.php?threads/how-to-create-new-vehicle-collection.10804/</guid>
      <author>invalid@example.com (Hetal Panchal)</author>
      <dc:creator>Hetal Panchal</dc:creator>
      <content:encoded><![CDATA[I Want To create New Collection Like Ledger<br />
Like Create Collection To create Vehicle<br />
Alter Collelction <br />
i mean My collection Beheviour Like Ledger Master]]></content:encoded>
      <slash:comments>16</slash:comments>
    </item>
    <item>
      <title>Bulk Stock Journal Import from Excel to tally in single entry</title>
      <pubDate>Wed, 10 Sep 2025 11:58:26 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/bulk-stock-journal-import-from-excel-to-tally-in-single-entry.10704/</link>
      <guid>http://tdlexpert.com/index.php?threads/bulk-stock-journal-import-from-excel-to-tally-in-single-entry.10704/</guid>
      <author>invalid@example.com (ujwlgrg)</author>
      <dc:creator>ujwlgrg</dc:creator>
      <content:encoded><![CDATA[Hello Everyone, <br />
<br />
I want to import Stock Journal Voucher Entries from Excel to Tally, But I want to import all the stock Items in a single Entry. Currently, my code is working fine but it is creating multiple entries.<br />
<br />
Please help me in correcting this code.<br />
<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>[Function    : GSTEntry Updation]
    Variable    : RCnt            : Number
    Variable    : CCnt            : Number
    Variable    : APTotRCount    : Number    : 2
    Variable    : APFilePath    : String
    Variable    :...</pre>
</div><a href="http://tdlexpert.com/index.php?threads/bulk-stock-journal-import-from-excel-to-tally-in-single-entry.10704/" target="_blank" class="externalLink" rel="nofollow">Bulk Stock Journal Import from Excel to tally in single entry</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Not able to print E-way Bill</title>
      <pubDate>Fri, 05 Sep 2025 18:33:17 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/not-able-to-print-e-way-bill.10820/</link>
      <guid>http://tdlexpert.com/index.php?threads/not-able-to-print-e-way-bill.10820/</guid>
      <author>invalid@example.com (Johar)</author>
      <dc:creator>Johar</dc:creator>
      <content:encoded><![CDATA[Experts,<br />
<br />
In my customised Invoice cam unable to print E-way Bill, can anyone help me out<br />
<br />
Local        : Form: GSTeWayBillDetails: Delete             : Empty  :   Not @@IsPrintGSTRegularInvoice<br />
<br />
Plz help]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>Find the Administrator User Name - Tally Prime</title>
      <pubDate>Fri, 05 Sep 2025 09:10:26 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/find-the-administrator-user-name-tally-prime.10855/</link>
      <guid>http://tdlexpert.com/index.php?threads/find-the-administrator-user-name-tally-prime.10855/</guid>
      <author>invalid@example.com (Arun Prasath)</author>
      <dc:creator>Arun Prasath</dc:creator>
      <content:encoded><![CDATA[Hi, is there any way to find the username of the administrator in Tally Prime? I have a user ID and a password. The administrator did not enter any transactions or create any masters.]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Upload File name in not working...when uploading invoice in FTP Server</title>
      <pubDate>Wed, 03 Sep 2025 10:22:42 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/upload-file-name-in-not-working-when-uploading-invoice-in-ftp-server.7104/</link>
      <guid>http://tdlexpert.com/index.php?threads/upload-file-name-in-not-working-when-uploading-invoice-in-ftp-server.7104/</guid>
      <author>invalid@example.com (Neeru)</author>
      <dc:creator>Neeru</dc:creator>
      <content:encoded><![CDATA[Hi I want to upload invoce in FTP server.. which is working but upload file name in not working... PLs look code..<br />
<br />
[#Form: Sales Color]<br />
On : Form Accept : $$InAlterMode : CALL : UpLoadToFTP<br />
On : Form Accept : $$InCreateMode : CALL : UpLoadToFTP<br />
<br />
<br />
<br />
[Function: UpLoadToFTP]<br />
   <br />
00:Set:SVUploadType:$$SysName:FTPSite<br />
10:SET :SVFtpServer:ftp:// xyz.com                                          ;Ok this is working <br />
20:SET :SVFtpUser: Xyz UserName                                          ;Ok this is...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/upload-file-name-in-not-working-when-uploading-invoice-in-ftp-server.7104/" target="_blank" class="externalLink" rel="nofollow">Upload File name in not working...when uploading invoice in FTP Server</a>]]></content:encoded>
      <slash:comments>25</slash:comments>
    </item>
    <item>
      <title>need help regarding multi voucher printing</title>
      <pubDate>Mon, 01 Sep 2025 09:45:52 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/need-help-regarding-multi-voucher-printing.10850/</link>
      <guid>http://tdlexpert.com/index.php?threads/need-help-regarding-multi-voucher-printing.10850/</guid>
      <author>invalid@example.com (ankur daga)</author>
      <dc:creator>ankur daga</dc:creator>
      <content:encoded><![CDATA[Dear sir,<br />
<br />
I am having a customised sales invoice which i have to implement in multi voucher printing. I am using the following code but its not working. Please help<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>[#Report: Multi Voucher Print]
        Set : SVVoucherType : &quot;sales&quot;
        Delete:Form : Multi Voucher Print
        Object:voucher
        Add:form: CustInvForm ; this is my customized invoice form</pre>
</div>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Help Require to Create VBA Macro to Import Sales Transaction from Excel to Tally Prime</title>
      <pubDate>Sun, 24 Aug 2025 14:01:42 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/help-require-to-create-vba-macro-to-import-sales-transaction-from-excel-to-tally-prime.10843/</link>
      <guid>http://tdlexpert.com/index.php?threads/help-require-to-create-vba-macro-to-import-sales-transaction-from-excel-to-tally-prime.10843/</guid>
      <author>invalid@example.com (NiravMerchant)</author>
      <dc:creator>NiravMerchant</dc:creator>
      <content:encoded><![CDATA[Dear All<br />
Greetings for the day!!!<br />
<br />
I have attached an Excel File having VBA Macro which Imports Sales Transaction from Excel to to tally on Clicking the Button having VBA Macro<br />
<br />
everything is working fine but it supports Voucher having only Single Inventory Item details<br />
i need your help in Importing Voucher Having Multiple item Details...<br />
<br />
i have tried but not getting proper result<br />
<br />
Thanks if any body can help]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Collection Update Through Function</title>
      <pubDate>Wed, 13 Aug 2025 10:27:58 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/collection-update-through-function.10829/</link>
      <guid>http://tdlexpert.com/index.php?threads/collection-update-through-function.10829/</guid>
      <author>invalid@example.com (Hetal Panchal)</author>
      <dc:creator>Hetal Panchal</dc:creator>
      <content:encoded><![CDATA[<b><span style="font-family: 'Courier New'"><span style="font-size: 18px"><span style="color: #ff0000">I used this code<br />
But having some issues with it<br />
When I add a new contact in &quot;New Contact&quot; and show &quot;Contact List&quot;, the record is not showing, but when I add a second contact in New Contact, the first contact is showing in the contact list<br />
Like if I added a third contact then two contacts are showing in the contact list<br />
My last added contact is not showing<br />
<br />
Please Help</span></span></span></b>...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/collection-update-through-function.10829/" target="_blank" class="externalLink" rel="nofollow">Collection Update Through Function</a>]]></content:encoded>
    </item>
    <item>
      <title>Ledger Statistics 7-in-1 screen (Auditor's snapshot)</title>
      <pubDate>Sun, 10 Aug 2025 04:35:36 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/ledger-statistics-7-in-1-screen-auditors-snapshot.10795/</link>
      <guid>http://tdlexpert.com/index.php?threads/ledger-statistics-7-in-1-screen-auditors-snapshot.10795/</guid>
      <author>invalid@example.com (Amit Kamdar)</author>
      <dc:creator>Amit Kamdar</dc:creator>
      <content:encoded><![CDATA[Finally complete............<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8534/" target="_blank">View attachment 8534</a>
	
<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8535/" target="_blank">View attachment 8535</a>
	
<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8536/" target="_blank">View attachment 8536</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>What is the Method name to Print Udyam MSME No in Sales Invoice Print</title>
      <pubDate>Fri, 08 Aug 2025 06:26:55 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/what-is-the-method-name-to-print-udyam-msme-no-in-sales-invoice-print.10819/</link>
      <guid>http://tdlexpert.com/index.php?threads/what-is-the-method-name-to-print-udyam-msme-no-in-sales-invoice-print.10819/</guid>
      <author>invalid@example.com (NiravMerchant)</author>
      <dc:creator>NiravMerchant</dc:creator>
      <content:encoded><![CDATA[Kindly Help<br />
<br />
Thanks]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Cash Bank Summary (Auditor)</title>
      <pubDate>Fri, 08 Aug 2025 06:11:53 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/cash-bank-summary-auditor.10815/</link>
      <guid>http://tdlexpert.com/index.php?threads/cash-bank-summary-auditor.10815/</guid>
      <author>invalid@example.com (Amit Kamdar)</author>
      <dc:creator>Amit Kamdar</dc:creator>
      <content:encoded><![CDATA[This is a small utility useful to CAs and Accountants for obtaining Summary details from Cash and Bank Ledgers.<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8574/" target="_blank">View attachment 8574</a>
	
 <br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8575/" target="_blank">View attachment 8575</a>
	
 <br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8576/" target="_blank">View attachment 8576</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>whatsapp integration</title>
      <pubDate>Thu, 07 Aug 2025 16:56:46 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/whatsapp-integration.4264/</link>
      <guid>http://tdlexpert.com/index.php?threads/whatsapp-integration.4264/</guid>
      <author>invalid@example.com (Nirav Merchant)</author>
      <dc:creator>Nirav Merchant</dc:creator>
      <content:encoded><![CDATA[Hi does anybody has idea how to integrate WhatsApp with tally for sending msg]]></content:encoded>
      <slash:comments>82</slash:comments>
    </item>
    <item>
      <title>delete old cheque book range</title>
      <pubDate>Wed, 06 Aug 2025 07:45:06 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/delete-old-cheque-book-range.10818/</link>
      <guid>http://tdlexpert.com/index.php?threads/delete-old-cheque-book-range.10818/</guid>
      <author>invalid@example.com (rajiv jaiswal)</author>
      <dc:creator>rajiv jaiswal</dc:creator>
      <content:encoded><![CDATA[hello<br />
i want to remove old Previous year cheque book Range which was used last and no cheque are available from that range]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Show Ledger Statement from Company Start Date Only</title>
      <pubDate>Sun, 03 Aug 2025 08:48:14 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/show-ledger-statement-from-company-start-date-only.10814/</link>
      <guid>http://tdlexpert.com/index.php?threads/show-ledger-statement-from-company-start-date-only.10814/</guid>
      <author>invalid@example.com (rajiv jaiswal)</author>
      <dc:creator>rajiv jaiswal</dc:creator>
      <content:encoded><![CDATA[can anyone help in this code<br />
[#Report: Ledger Vouchers Browser]<br />
   <br />
    Use        : Ledger Vouchers<br />
          Delete :Set        : SVFromDate    : $$MonthStart<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie4" alt=":mad:" title="Mad    :mad:" />@LastVoucher<br />
   <br />
    Variable : SVFromDate, SVToDate<br />
<br />
    ;; Force the from‑date to be *Books Begin* as per current company<br />
    Set : SVFromDate : $BooksFrom:Company:##SVCurrentCompany<br />
    ;; Optionally restrict To‑date to today<br />
     Set : SVToDate   : ##SVCurrentDate]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Excel import reg</title>
      <pubDate>Sat, 02 Aug 2025 13:38:42 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/excel-import-reg.10813/</link>
      <guid>http://tdlexpert.com/index.php?threads/excel-import-reg.10813/</guid>
      <author>invalid@example.com (Murali.R)</author>
      <dc:creator>Murali.R</dc:creator>
      <content:encoded><![CDATA[please help me on excell import , I want sheet name default possition first Sheet , plese sugest experts<br />
<br />
advance thanks to  all<br />
<br />
[Collection : ExPurchase Import Excel]<br />
    ODBC        : &quot;Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};DBQ=&quot; + @@XLTotFilePath<br />
   <span style="color: #b30059"> SQL            : &quot;Select * from [Sheet1$]&quot;<br />
<br />
  i don&#039;t want fix the sheet name, i want first sheet name defualt</span>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Request to alert for work in Tally Prime 6</title>
      <pubDate>Tue, 29 Jul 2025 12:16:14 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/request-to-alert-for-work-in-tally-prime-6.10793/</link>
      <guid>http://tdlexpert.com/index.php?threads/request-to-alert-for-work-in-tally-prime-6.10793/</guid>
      <author>invalid@example.com (Rajsrisrimal)</author>
      <dc:creator>Rajsrisrimal</dc:creator>
      <content:encoded><![CDATA[This is code to show in the bank ledger if reconciliation is done, but not working in Tally Prime 6. Please help update the same <br />
<br />
<br />
[#Line<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" />SP VCHAccTitles]<br />
add:Right Field:after<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" />SP VCHNumberTitle:VKYMALIKBDT<br />
[field:VKYMALIKBDT]<br />
Use:Medium Prompt<br />
Set As:&quot;Reconciled&quot;<br />
<br />
[#Line<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" />SP VCHDetail]<br />
add:Right Field:after<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" />SP VCHNumber:VKYMALIKBD<br />
[field:VKYMALIKBD]<br />
Use<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" />ate Field<br />
Set As:$AllLedgerEntries[-1].BankAllocations.BankersDate<br />
Width:20<br />
<br />
[#Collection:Vouchers of Ledger]...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/request-to-alert-for-work-in-tally-prime-6.10793/" target="_blank" class="externalLink" rel="nofollow">Request to alert for work in Tally Prime 6</a>]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>How to walk inventory entries from settled invoices</title>
      <pubDate>Mon, 28 Jul 2025 13:54:14 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/how-to-walk-inventory-entries-from-settled-invoices.10806/</link>
      <guid>http://tdlexpert.com/index.php?threads/how-to-walk-inventory-entries-from-settled-invoices.10806/</guid>
      <author>invalid@example.com (Arun Prasath)</author>
      <dc:creator>Arun Prasath</dc:creator>
      <content:encoded><![CDATA[I need to write a collection in below conditions.<br />
<br />
<br />
<ol>
<li>Walk Inventory entries of the invoices which are fully cleared (settled) from a given period receipts entries.</li>
</ol><br />
For example<br />
<br />
<br />
;; Receipts Collection<br />
<br />
<br />
[Collection: TR_TotalReceipts_Collect]<br />
<br />
   <br />
<br />
  Type  : Vouchers  : Voucher Type<br />
<br />
  Child Of  : $$VchTypeReceipt<br />
<br />
  Belongs To  : Yes<br />
<br />
 <br />
<br />
[Collection:  NGSTReceipts_MonthColl]<br />
<br />
 <br />
<br />
Source Collection: TR_TotalReceipts_Collect<br />
<br />
<br />
Walk: Ledger Entries , Billallocations<br />
<br />
Compute:...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/how-to-walk-inventory-entries-from-settled-invoices.10806/" target="_blank" class="externalLink" rel="nofollow">How to walk inventory entries from settled invoices</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Closing Balance with CR only</title>
      <pubDate>Wed, 23 Jul 2025 05:09:28 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/closing-balance-with-cr-only.10802/</link>
      <guid>http://tdlexpert.com/index.php?threads/closing-balance-with-cr-only.10802/</guid>
      <author>invalid@example.com (rajiv jaiswal)</author>
      <dc:creator>rajiv jaiswal</dc:creator>
      <content:encoded><![CDATA[Hello Experts<br />
i am making a report with closing Balance and i want only CR amount party ledger. <br />
<br />
[Field: SD ClBal13A]<br />
    Use   :Amount Field :Short Name Field<br />
    Set As:If $$IsCr:$_ClosingBalance then $$String:$_ClosingBalance + &quot; Cr&quot; else  &quot; &quot; <br />
     ;Style: Normal<br />
    Width    :  15 <br />
    ;background: Yellow<br />
    Border: Thin Left<br />
    Align: Left<br />
    Color     : if $$IsDebit:$ClosingBalance then &quot;Blue&quot; Else &quot;Red&quot; <br />
ia m not getting CR amount]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Import from excel to tally Automatic rounding off of Invoice</title>
      <pubDate>Sun, 20 Jul 2025 16:40:56 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/import-from-excel-to-tally-automatic-rounding-off-of-invoice.10801/</link>
      <guid>http://tdlexpert.com/index.php?threads/import-from-excel-to-tally-automatic-rounding-off-of-invoice.10801/</guid>
      <author>invalid@example.com (Sandy2150)</author>
      <dc:creator>Sandy2150</dc:creator>
      <content:encoded><![CDATA[;Please Resolve the Error of Miss Match Difference of Total Dr &amp; Total CR with Rounding of Invoice Amount<br />
;;--------------------------------------------------------------------------------------------------------------<br />
<br />
[Function : ImportSvWBInvCall]<br />
<br />
    Variable : Counter    : Number<br />
    Variable : TotalDr    : Amount<br />
    Variable : TotalCr    : Amount<br />
    Variable : RoundDiff  : Amount<br />
<br />
    00 : Start Batch Post : 10000<br />
    10 : SET : Counter : 0<br />
<br />
    20 : START PROGRESS :...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/import-from-excel-to-tally-automatic-rounding-off-of-invoice.10801/" target="_blank" class="externalLink" rel="nofollow">Import from excel to tally Automatic rounding off of Invoice</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>QR Code in Invoice on Bottom Part print</title>
      <pubDate>Sat, 12 Jul 2025 11:47:58 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/qr-code-in-invoice-on-bottom-part-print.10794/</link>
      <guid>http://tdlexpert.com/index.php?threads/qr-code-in-invoice-on-bottom-part-print.10794/</guid>
      <author>invalid@example.com (Mahesh Sethi)</author>
      <dc:creator>Mahesh Sethi</dc:creator>
      <content:encoded><![CDATA[Dear Amit Ji &amp; All Seniors,<br />
<br />
I will Try to print QR Code in Invoice at Bottom Part using default part provide by Tally as suggested by Amit Sir. But not print. Code is as under:<br />
<br />
[Part: GI Other Details]<br />
        Parts             : PaymentLink QRCode,PaymentLink QRInfo <br />
        Vertical        : Yes<br />
        Width            : 25<br />
        Border            : Thin Left<br />
        Common Border    : Yes<br />
<br />
I use Tally&#039;s GST details default part in this same code &amp; it will Done Example as under:...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/qr-code-in-invoice-on-bottom-part-print.10794/" target="_blank" class="externalLink" rel="nofollow">QR Code in Invoice on Bottom Part print</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>QR Code for Payment</title>
      <pubDate>Wed, 09 Jul 2025 08:26:42 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/qr-code-for-payment.10786/</link>
      <guid>http://tdlexpert.com/index.php?threads/qr-code-for-payment.10786/</guid>
      <author>invalid@example.com (Mahesh Sethi)</author>
      <dc:creator>Mahesh Sethi</dc:creator>
      <content:encoded><![CDATA[Dear All,<br />
<br />
can any one help me to print QR code in bottom side for Scan &amp; payment.<br />
<br />
Thanks in advance<br />
<br />
Like Att Image]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>Why Tally still uses a flat file System rather than a database system</title>
      <pubDate>Mon, 07 Jul 2025 05:15:33 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/why-tally-still-uses-a-flat-file-system-rather-than-a-database-system.10788/</link>
      <guid>http://tdlexpert.com/index.php?threads/why-tally-still-uses-a-flat-file-system-rather-than-a-database-system.10788/</guid>
      <author>invalid@example.com (Manoj Anandan)</author>
      <dc:creator>Manoj Anandan</dc:creator>
      <content:encoded><![CDATA[With increasing accounting rules and gst complications. Wont a dbase system make the application work faster and easily scalable]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Print Config &amp; Export Config in TallyPrime</title>
      <pubDate>Fri, 04 Jul 2025 12:01:17 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/print-config-export-config-in-tallyprime.9386/</link>
      <guid>http://tdlexpert.com/index.php?threads/print-config-export-config-in-tallyprime.9386/</guid>
      <author>invalid@example.com (Pritam Krishna)</author>
      <dc:creator>Pritam Krishna</dc:creator>
      <content:encoded><![CDATA[Dear All<br />
<br />
Wish you a very Happy New Year to ALL!<br />
<br />
In TallyPrime, how to set our customized title name in the Sales Invoice Print Config. In Tally ERP, we used to set &quot;Print Set : Report Title : &quot;Customized Invoice&quot;.<br />
<br />
Similarly In Export in PDF, how to change &amp; set our own Folder Path &amp; File Name.<br />
<br />
Thanks in Advance!<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/7828/" target="_blank">View attachment 7828</a>
	
<br />
<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/7829/" target="_blank">View attachment 7829</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Font Colour &amp; Back ground colour</title>
      <pubDate>Fri, 04 Jul 2025 09:39:09 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/font-colour-back-ground-colour.10785/</link>
      <guid>http://tdlexpert.com/index.php?threads/font-colour-back-ground-colour.10785/</guid>
      <author>invalid@example.com (Mahesh Sethi)</author>
      <dc:creator>Mahesh Sethi</dc:creator>
      <content:encoded><![CDATA[Dear sir,<br />
I want to change the particular field value font colour  in orange.<br />
<br />
<br />
    [Line: GI Cmp Name]<br />
<br />
        Fields        : Simple Field<br />
        Local: Field: Simple Field    : Set As    : &quot;D E M O   C M P A N Y&quot;            ;;@@CmpMailName<br />
        Local: Field: Simple Field    : Align        : Center<br />
        Local: Field: Simple Field    : FullWidth    : Yes<br />
        Local: Field: Simple Field    : Style        : Cmp Style<br />
        Local: Field: Simple Field    : Color        : Orange...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/font-colour-back-ground-colour.10785/" target="_blank" class="externalLink" rel="nofollow">Font Colour &amp; Back ground colour</a>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Net sales report</title>
      <pubDate>Fri, 27 Jun 2025 13:05:09 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/net-sales-report.10697/</link>
      <guid>http://tdlexpert.com/index.php?threads/net-sales-report.10697/</guid>
      <author>invalid@example.com (rajiv jaiswal)</author>
      <dc:creator>rajiv jaiswal</dc:creator>
      <content:encoded><![CDATA[hello<br />
i am trying to generate report of total sales ,sales return and Nett sales as shown in image. i am getting<br />
Total sales but Not Sales Return. Please Help. My code is <br />
<br />
[#Menu: Gateway of Tally]<br />
    Add         : Key Item :Before    : @@locQuit   : &quot;Party Wise Report&quot; : R : Display : SalesReport   <br />
<br />
   <br />
[Report:SalesReport]<br />
    Use        : DSP Template<br />
    Title   : &quot;Sales Report&quot;<br />
    ;Variable: SVFromDate, SVToDate<br />
    Repeat    : PartyName<br />
    Form    : SalesReport   <br />
    ;Set     :...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/net-sales-report.10697/" target="_blank" class="externalLink" rel="nofollow">Net sales report</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Adding Print configurations to my report</title>
      <pubDate>Mon, 23 Jun 2025 11:17:45 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/adding-print-configurations-to-my-report.10780/</link>
      <guid>http://tdlexpert.com/index.php?threads/adding-print-configurations-to-my-report.10780/</guid>
      <author>invalid@example.com (ujwlgrg)</author>
      <dc:creator>ujwlgrg</dc:creator>
      <content:encoded><![CDATA[<b>Hello everyone,</b><br />
<br />
I have developed a new report in Tally Prime version 2.1, and I would now like to integrate print configurations into it. Specifically, I want the report name to be displayed when printing, and I would also like to enable the standard print configuration options (such as paper size, orientation, etc.) to appear when pressing <b>Alt + P</b> or <b>Ctrl + P</b>.<br />
<br />
Any guidance or suggestions on implementing this functionality in TDL would be greatly appreciated.<br />
<br />
Thank...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/adding-print-configurations-to-my-report.10780/" target="_blank" class="externalLink" rel="nofollow">Adding Print configurations to my report</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Transport Master</title>
      <pubDate>Wed, 18 Jun 2025 06:34:24 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/transport-master.10777/</link>
      <guid>http://tdlexpert.com/index.php?threads/transport-master.10777/</guid>
      <author>invalid@example.com (seyed mohamed)</author>
      <dc:creator>seyed mohamed</dc:creator>
      <content:encoded><![CDATA[Please correct my code &quot;Incorrect Storage&quot;  in [Field: CMPVehicleNo] Error Showing<br />
<br />
[#Menu: Gateway Of Tally]<br />
Add : Item :Before: @@locquit: &quot;Transport Master&quot; : Alter : transportmaster<br />
<br />
[Report: transportmaster]<br />
Form : transportfrm<br />
Object : Company<br />
<br />
[Form: transportfrm]<br />
Part : transportHPart, transporter<br />
Height : 70% Screen<br />
Width : 20% Screen<br />
Background : PurchaseVocherclr<br />
SpaceRight : 0.5<br />
SpaceLeft : 1.5<br />
Local : Field : Form SubTitle : Info : $$LocaleString:&quot;Transporter Name&quot;...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/transport-master.10777/" target="_blank" class="externalLink" rel="nofollow">Transport Master</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Clause 23 - Related Party (Tax Audit)</title>
      <pubDate>Mon, 16 Jun 2025 09:24:31 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/clause-23-related-party-tax-audit.10761/</link>
      <guid>http://tdlexpert.com/index.php?threads/clause-23-related-party-tax-audit.10761/</guid>
      <author>invalid@example.com (Amit Kamdar)</author>
      <dc:creator>Amit Kamdar</dc:creator>
      <content:encoded><![CDATA[<a href="https://www.tdlexpert.com/index.php?attachments/8459/" target="_blank">View attachment 8459</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Hide Menu If User is not CMP Owner</title>
      <pubDate>Mon, 16 Jun 2025 09:18:35 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/hide-menu-if-user-is-not-cmp-owner.10772/</link>
      <guid>http://tdlexpert.com/index.php?threads/hide-menu-if-user-is-not-cmp-owner.10772/</guid>
      <author>invalid@example.com (Mahesh Sethi)</author>
      <dc:creator>Mahesh Sethi</dc:creator>
      <content:encoded><![CDATA[Res. Admin Sir,<br />
<br />
I have develop a report and want to hide if user us not company owner.<br />
<br />
i tried but not succeed . Please Help me.<br />
<br />
Thanks in Advance<br />
<br />
<br />
[#Menu : Gateway of Tally]<br />
   <br />
Add:Item:Before<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie4" alt=":mad:" title="Mad    :mad:" />@locDisplayMoreReports:Colony Report:Menu:Colony Report<br />
<br />
Delete    : Not $$IsCmpOwner]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Help : Print only Original Copy or Dublicate copy or triplicate copy as per user's Choice</title>
      <pubDate>Fri, 06 Jun 2025 07:18:08 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/help-print-only-original-copy-or-dublicate-copy-or-triplicate-copy-as-per-users-choice.4213/</link>
      <guid>http://tdlexpert.com/index.php?threads/help-print-only-original-copy-or-dublicate-copy-or-triplicate-copy-as-per-users-choice.4213/</guid>
      <author>invalid@example.com (Shibayan)</author>
      <dc:creator>Shibayan</dc:creator>
      <content:encoded><![CDATA[Hello friends...<br />
I m new here and New to TDL<br />
I want to Print Original, Dublicate or Triplicate copy separately in sales invoice, Where user can select which copy he want to print. Suppose I want to Print only the Triplicate copy of a Sales Invoice. Any TDL code for this?<br />
Thanks in Advance]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Need Help : Want to Print in a Line Separated by Comma</title>
      <pubDate>Fri, 06 Jun 2025 06:51:20 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/need-help-want-to-print-in-a-line-separated-by-comma.10769/</link>
      <guid>http://tdlexpert.com/index.php?threads/need-help-want-to-print-in-a-line-separated-by-comma.10769/</guid>
      <author>invalid@example.com (NAJMU SAQIB WANI)</author>
      <dc:creator>NAJMU SAQIB WANI</dc:creator>
      <content:encoded><![CDATA[[#Part: EXPINV TopRight]<br />
    Option: CS_EXPINV TopRight : @@CS_Module_Main_Enable and @@CS_Module_Vch_Enable <br />
[!Part:CS_EXPINV TopRight]     <br />
      Add: Part: At End: EXPINV_Lots<br />
[Part: EXPINV_Lots]<br />
      Lines       : EXPINV SubTitle, EXPINV_Lots<br />
      Repeat      : EXPINV_Lots : LotsAgg<br />
      Local       : Field : EXPINV SubTitle : Info        : $$LocaleString:&quot;GR. No(s). / Lot ID(s) : &quot;<br />
      Local       : Line  : EXPINV SubTitle : SpaceBottom : 0.25<br />
      Local       : Field : EXPINV...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/need-help-want-to-print-in-a-line-separated-by-comma.10769/" target="_blank" class="externalLink" rel="nofollow">Need Help : Want to Print in a Line Separated by Comma</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Help Needed: TDL Import Function Failing at SAVE TARGET (Label 180)</title>
      <pubDate>Sun, 01 Jun 2025 05:11:32 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/help-needed-tdl-import-function-failing-at-save-target-label-180.10765/</link>
      <guid>http://tdlexpert.com/index.php?threads/help-needed-tdl-import-function-failing-at-save-target-label-180.10765/</guid>
      <author>invalid@example.com (kishan agrawal)</author>
      <dc:creator>kishan agrawal</dc:creator>
      <content:encoded><![CDATA[I&#039;m working on a TDL code to import up to 10 rows with 2 columns (reportv320vs2, reportv320vs3) from an Excel file into a custom object (reportv320vs1) in Tally. The collection reportv320vlist1 displays data correctly, but the import function P8015importexcel fails at label 180 (SAVE TARGET), and no data is imported.<br />
<br />
[System: UDF]<br />
    reportv320vs1: Aggregate: 31801<br />
    reportv320vs2: String: 31802<br />
    reportv320vs3: String: 31803<br />
<br />
[Collection: reportv320vlist1]<br />
    Type: reportv320vs1 :...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/help-needed-tdl-import-function-failing-at-save-target-label-180.10765/" target="_blank" class="externalLink" rel="nofollow">Help Needed: TDL Import Function Failing at SAVE TARGET (Label 180)</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Import From Excel To Aggregate Field</title>
      <pubDate>Sun, 01 Jun 2025 05:10:39 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/import-from-excel-to-aggregate-field.5997/</link>
      <guid>http://tdlexpert.com/index.php?threads/import-from-excel-to-aggregate-field.5997/</guid>
      <author>invalid@example.com (Naitesh)</author>
      <dc:creator>Naitesh</dc:creator>
      <content:encoded><![CDATA[thank you all of you for your time to reply<br />
Hello Sir<br />
I have tried this to understand this function<br />
but something wrong<br />
<br />
please correction<br />
thank you sir<br />
<br />
[System: UDF]<br />
  MyUdfStkMasterTBL1 : Aggregate : 20025<br />
  MyUdfStkItemName1  : String    : 20026<br />
  MyUdfStkItemCat1  : String    : 20027<br />
<br />
[#Menu: Accounts Info.]<br />
    Add: Item :Before <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie4" alt=":mad:" title="Mad    :mad:" />@locQuit:Import Stock From Excel:Call : TestFunction123<br />
    Add: Item :Before <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie4" alt=":mad:" title="Mad    :mad:" />@locQuit<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" />isplay Imported Stock :Alter:Stock Detail Master<br />
   <br />
[Report:Stock...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/import-from-excel-to-aggregate-field.5997/" target="_blank" class="externalLink" rel="nofollow">Import From Excel To Aggregate Field</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Loan Schedule</title>
      <pubDate>Thu, 29 May 2025 08:25:24 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/loan-schedule.10762/</link>
      <guid>http://tdlexpert.com/index.php?threads/loan-schedule.10762/</guid>
      <author>invalid@example.com (Amit Kamdar)</author>
      <dc:creator>Amit Kamdar</dc:creator>
      <content:encoded><![CDATA[a SYNOPSIS of Loan A/cs<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8460/" target="_blank">View attachment 8460</a>]]></content:encoded>
    </item>
    <item>
      <title>Clause 21(d) Amount inadmissible u/s 40A(3) (Tax Audit)</title>
      <pubDate>Thu, 29 May 2025 08:15:22 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/clause-21-d-amount-inadmissible-u-s-40a-3-tax-audit.10760/</link>
      <guid>http://tdlexpert.com/index.php?threads/clause-21-d-amount-inadmissible-u-s-40a-3-tax-audit.10760/</guid>
      <author>invalid@example.com (Amit Kamdar)</author>
      <dc:creator>Amit Kamdar</dc:creator>
      <content:encoded><![CDATA[<a href="https://www.tdlexpert.com/index.php?attachments/8457/" target="_blank">View attachment 8457</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Depreciation as per Income Tax</title>
      <pubDate>Thu, 29 May 2025 08:12:40 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/depreciation-as-per-income-tax.10759/</link>
      <guid>http://tdlexpert.com/index.php?threads/depreciation-as-per-income-tax.10759/</guid>
      <author>invalid@example.com (Amit Kamdar)</author>
      <dc:creator>Amit Kamdar</dc:creator>
      <content:encoded><![CDATA[<a href="https://www.tdlexpert.com/index.php?attachments/8456/" target="_blank">View attachment 8456</a>
	
<br />
<br />
Depreciation Chart as per Income Tax format.]]></content:encoded>
    </item>
    <item>
      <title>Clause 18 (i) and (ii) of Form 3CD (Tax Audit)</title>
      <pubDate>Thu, 29 May 2025 08:10:02 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/clause-18-i-and-ii-of-form-3cd-tax-audit.10758/</link>
      <guid>http://tdlexpert.com/index.php?threads/clause-18-i-and-ii-of-form-3cd-tax-audit.10758/</guid>
      <author>invalid@example.com (Amit Kamdar)</author>
      <dc:creator>Amit Kamdar</dc:creator>
      <content:encoded><![CDATA[Depreciation working as per 3CD<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8454/" target="_blank">View attachment 8454</a>
	
<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8455/" target="_blank">View attachment 8455</a>]]></content:encoded>
    </item>
    <item>
      <title>Clause 31 of Form 3CD (Tax Audit)</title>
      <pubDate>Thu, 29 May 2025 07:09:38 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/clause-31-of-form-3cd-tax-audit.10756/</link>
      <guid>http://tdlexpert.com/index.php?threads/clause-31-of-form-3cd-tax-audit.10756/</guid>
      <author>invalid@example.com (Amit Kamdar)</author>
      <dc:creator>Amit Kamdar</dc:creator>
      <content:encoded><![CDATA[Finally completed...........<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8451/" target="_blank">View attachment 8451</a>
	
<br />
<br />


	<a href="https://www.tdlexpert.com/index.php?attachments/8452/" target="_blank">View attachment 8452</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Tally Hangs wen i execute the form second time. plsss Help</title>
      <pubDate>Fri, 23 May 2025 11:43:36 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/tally-hangs-wen-i-execute-the-form-second-time-plsss-help.10752/</link>
      <guid>http://tdlexpert.com/index.php?threads/tally-hangs-wen-i-execute-the-form-second-time-plsss-help.10752/</guid>
      <author>invalid@example.com (Manoj Anandan)</author>
      <dc:creator>Manoj Anandan</dc:creator>
      <content:encoded><![CDATA[But the program works as intented the first time<br />
<br />
<br />
<br />
[#Menu:Gateway of tally]<br />
  Add:Key Item<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie7" alt=":p" title="Stick Out Tongue    :p" />endL:L:Execute:mjpend<br />
   <br />
[Report:mjpend]<br />
  Auto:Yes<br />
  Form:mjpend<br />
  Full Screen:Yes<br />
   <br />
[Form:mjpend]<br />
  Part:mjpend<br />
  Width:50 % page<br />
   <br />
  On:Form Accept:True:Call<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie7" alt=":p" title="Stick Out Tongue    :p" />ensav<br />
  On:Form Accept:True:Form Accept<br />
[Part:mjpend]<br />
  Lines<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie7" alt=":p" title="Stick Out Tongue    :p" />enl1,penl2,penl6,penl5,penl3,penl4<br />
  Local:Style<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" />EFAULT:Height:36<br />
   <br />
[Line<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie7" alt=":p" title="Stick Out Tongue    :p" />enl1]<br />
  Fields<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie7" alt=":p" title="Stick Out Tongue    :p" />endinfo,penddate<br />
  Space Top:5 mms<br />
   <br />
   <br />
[Field<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie7" alt=":p" title="Stick Out Tongue    :p" />endinfo]<br />
  Style  : Normal...<br />
<br />
<a href="http://tdlexpert.com/index.php?threads/tally-hangs-wen-i-execute-the-form-second-time-plsss-help.10752/" target="_blank" class="externalLink" rel="nofollow">Tally Hangs wen i execute the form second time. plsss Help</a>]]></content:encoded>
    </item>
    <item>
      <title>Need Help GSTStateRateSummary Collection - Sorting, Month-Year Grouping, and Tax Values</title>
      <pubDate>Fri, 23 May 2025 05:46:31 +0000</pubDate>
      <link>http://tdlexpert.com/index.php?threads/need-help-gststateratesummary-collection-sorting-month-year-grouping-and-tax-values.10751/</link>
      <guid>http://tdlexpert.com/index.php?threads/need-help-gststateratesummary-collection-sorting-month-year-grouping-and-tax-values.10751/</guid>
      <author>invalid@example.com (kishan agrawal)</author>
      <dc:creator>kishan agrawal</dc:creator>
      <content:encoded><![CDATA[I’m working on a TDL report (GSTStateRateSummary) to summarize sales data by month, state, and GST rate, but I’m facing the following issues:<br />
<br />
<ol>
<li><b>Sorting Issue</b>: The collection is not sorting correctly by Month, State, and GstRate despite using Sort: $Month, $State, $GstRate. The output appears unsorted or jumbled.</li>
<li><b>Month-Year Grouping</b>: I’m using By: Month: $$String:$$MonthOfDate:$..Date + &quot;-&quot; + $$String:$$YearOfDate:$..Date to group by month-year (e.g., &quot;Jan-2025&quot;)....</li>
</ol><br />
<a href="http://tdlexpert.com/index.php?threads/need-help-gststateratesummary-collection-sorting-month-year-grouping-and-tax-values.10751/" target="_blank" class="externalLink" rel="nofollow">Need Help GSTStateRateSummary Collection - Sorting, Month-Year Grouping, and Tax Values</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
  </channel>
</rss>
