Search Correct GST from Tally with PAN and GST Number | Best TDL code to search GST Number and Correct it | 2021 Best Tally Prime TDL Codes

Rate this post

 

In India GST applicable from year 2017. We all maintain GST enabled taxation and fill tax returns.
Also many business use Tally for Accounting and Taxation. In this sometime we put wrong GST Number in our Ledgers or Invoices and face problems at Tax filling time.
So in this post provided a simple TDL code to search GST number with PAN or with GSTIN to correct wrong GST. With this TDL when invoicing and put GST number in buyer detail, we redirected to government portal and can check right GST.
In this Tally Prime and Tally ERP TDL code we can add some additional fields or we can remove extra fields according to our need, and this will work perfectly with Tally Erp9 and Tally Prime. Best simple tdl code to make GST or Pan searchable for right gst with government portal.
HOW TO USE:

        1. Copy below TDL code and make a text file.
        2. Save text file then load in Tally ERP9 or in Tally Prime (Method provided below the code)             3. Now go for Invoicing and put GST number in buyer detail then press enter, you will redirected to government gst portal to search GST number with PAN and GSTIn.

This is best free TDL to have in your Tally . Must have TDL file for Tally ERP9 and Tally Prime that can use for lifetime. 

This free TDL Code will perfectly work with Tally Prime.

Watch above video to learn :
1. How to modify TDL code for searchable with PAN and GST number.
2. From which field we redirected to government portal
3. And Many More…….

TDL Code : 

Search with Pan:

[#Field:EI BuyerGSTIN]
    On:Accept:Yes:Field Accept
    On:Accept:Yes:Call:SearchGSTIN:$$Value:#EIBuyerGSTIN

[Function:SearchGSTIN]
    000:Browse Url:”https://services.gst.gov.in/services/searchtpbypan?PanNum=” + @@LWPan

[System : Formulae]
LWPan : $$Stringpart:(#EIBuyerGSTIN):2:10

Search with GST Number:

[#Field:EI BuyerGSTIN]
On:Accept:Yes:FieldAccept
On:Accept:Yes:Call:LWSearchGSTIn:$$Value:#EIBuyerGSTIN

[Function:LWSearchGSTIn]
000:BrowseURL:”https://services.gst.gov.in/services/searchtp?GstInNo=”+@@LWPGStin+”&PanNum=”+@@LWPan

[System:Formulae]
LWPGStin:#EIBuyerGSTIN
LWPan:$$Stringpart:(#EIBuyerGSTIN):2:10



HOW TO USE ABOVE CODE:

FOLLOW THE BELLOW INSTRUCTIONS TO LOAD TDL FILE IN TALLY:

1. Copy the code and paste in a Text file.
2. Save the text file into your computer.
3. Copy the text file path including Name and extension (as – C:UsersHPDesktoprecParty Detail.txt)
4. Open Tally ERP9  OR Tally Prime
5a. Press F12 and goto Product and Features (for Tally ERP9)
5b. Click on Help and click on TDL & Addon  (for Tally Prime)
5. Press F4 (to open a Box)
6. Load TDL file on Startup – Yes
7. Paste The path in blank space
8. Press enter and save 
 


Now your TDL is ready to use.

Tags: No tags

Add a Comment

Your email address will not be published. Required fields are marked *