WRITE YOUR COMPANY NAME/WEBSITE DETAIL IN FOOTER – TALLY TDL

 With this TDL code we can write our company name, Website name or can some other detail in footer at printing time, that change invoice look to more attractive.

It will work in all Tally versions. For more detail watch above Video.

TDL Code : 

[#Part: EXPINV InvoiceCompGen]
option:LWinfo:Yes

[!Part:LWinfo]
line:LearnwellLine
border:thick box
hight:0.50 inch
print BG:Light Grey

[line:LearnwellLine]
field:Simple field
Local:Field :Simple Field:set as:”www.Learnwells.com”

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.

WRITE YOUR OWN NAME IN VOUCHER ENTRY SCREEN -TALLY TDL

With this TDL code we can write our company name, or our name etc in voucher entry screen and color it.
It will work in all Tally versions. For more detail watch above Video.

TDL Code : 

[#Part : VCH Narration]
Add: Option : LearnwellVC : $$IsSales:$VoucherTypeName

[!Part:LearnwellVC]
Bottom Line : Lws
width : 100% screen

[Line : Lws]
Field : Lws
[Field : Lws]

Set as : “www.Learnwells.com”
width : 100% screen
Alignment : Center
Background : Yellow
Color : Blue
Skip : Yes

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.

CHANGE VOUCHER COLOR TALLY TDL

With this TDL file we can change Tally vouchers screen colors. Now all vouchers looks as per your view. This Tally TDL will help you to increase work productivity.
It will work in all Tally versions. For more detail watch above Video.

TDL Code : 

[#form : Contra Color]
Background : White, Light Blue

[#form : Payment Color]
Background : White, Aquamarine

[#form : Receipt Color]
Background : White, Grey

[#form : Journal Color]
Background : White, Yellow

[#form : Sales Color]
Background : White, Surf Green

[#form :purchase Color]
Background : White, Blue

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.

CHANGE ITEM INVOICE LOOK

With this TDL file we can print invoice with item different look. It work like a professional business invoices.
It will work in all Tally versions. For more detail watch above Video.

TDL Code : 

[#line : EXPINV invdetails]
option:bg print:@@oddline

[!line:bg print]
local : field : default : print bg : light grey

[system:formulae]
OddLine : $$IsOdd:$$Line

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.

CHANGE INVOICE NAME FIELDS – TALLY TDL

With this TDL file we can change party Dispatch Detail, Order Detail, Delivery Terms etc. headings of invoice fields. Now we can provide invoices with own heading names of Invoice number, Invoice Date, Delivery Note, Mode of Payment, Supplier Reference, Other Reference, Buyer Order Number, Dispatch Document Number, Dispatch Through, Terms of Delivery etc with this Invoice Modification TDL.
It will work in all Tally versions. For more detail watch above Video.

TDL Code : 

[#part:EXPINV Number]
Local:Field:EXPINV Subtitle:Info:”Bill No.”
[#part:EXPINV  Date]
Local:Field:EXPINV Subtitle:Info:”Bill Date”
[#part:EXPINV DelNote]
Local:Field:EXPINV Subtitle:Info:”LW delivery note”
[#part:EXPINV DueDate]
Local:Field:EXPINV Subtitle:Info:”LW mode of payment”
[#part:EXPINV SupplierRef]
Local:Field:EXPINV Subtitle:Info:”LW suplier ref”
[#part:EXPINV OtherRef]
Local:Field:EXPINV Subtitle:Info:”LW other ref”
[#part:EXPINV OrderNumber]
Local:Field:EXPINV Subtitle:Info:”LW buyer order no”
[#part:EXPINV  ShipDoc]
Local:Field:EXPINV Subtitle:Info:”LW despatch document no”
[#part:EXPINV  PreCarr]
Local:Field:EXPINV Subtitle:Info:”LW despatched through”
[#part:EXPINV Destination]
Local:Field:EXPINV Subtitle:Info:”LW destination”
[#part:EXPINV Terms]
Local:Field:EXPINV Subtitle:Info:”LW terms of delivery”

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.

INCREASE SIZE OF ITEM DESCRIPTION AND NARRATION

With this TDL file we can increase width/size of Item description and Narration at voucher entry time. this will help to write long narrations and long item descriptions. 
TDL Code : 

[#field:EI desc]
width:70
max:250

[#field:VCH narration]
fullwidth:Yes
max:1000
line:8

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.

TALLY BEST GST REPORTS IN HOME SCREEN

 

With this TDL file we can see all important reports like Profit and loss, Balance Sheet, Inward – Outward Tracking, Receipt Payments Cash flow details and can browse our important websites like GST portal and other important sites and also can see all type GST reports in one place. This is must have TDL file for your Tally.

With this TDL we do all our work faster and in a perfect way.
It will work in all Tally versions (Tally9, Tally Prime, Tally ERP9 etc). For more detail watch above Video.

TDL Code : 

[#MENU : Gateway of Tally]
title: Learnwell

Add: Key Item : Before : @@locQuit : MyReport: O: Menu : Reports

[Menu: Reports]

INDENT:GENERAL REPORTS
Key Item : Profit & Loss :P:Display :Profit and Loss
Key Item : Balance Sheet :B:Display :Balance Sheet
Key Item : Receipts and Payments :C:Display :Receipts and Payments
Key Item : Cash Flow :W:Display :Cash Flow
Key Item : Stock Summary :S:Display :Stock Summary
Key Item : Reorder Status :R:Display :Reorder Status
Key Item : Materials Requirements :M:Display :MRP
Key Item : Inward Tracking Details :I:Display :Inward Tracking Details
Key Item : Outward Tracking Details :O:Display :Outward Tracking Details
Key Item : Interest :O:Display : Ledger Interest
Key Item : voucher :O:Display : Accounting Voucher
Key Item : Sundry Debtors :O:Display : Sundry Dr
ITEM:BLANK
INDENT:BOOKMARKS
Key Item : GST portal :Action:Browse :”https://www.gst.gov.in/”

Key Item : GST Login :Action:Browse :”https://services.gst.gov.in/services/login”

Key Item : GSTSearch :Action:Browse :”https://services.gst.gov.in/services/searchtp”

Key Item : Youtube :Action:Browse :”https://youtube.com/learnwell”

ITEM:BLANK
INDENT:GST REPORTS


Key Item : GSTR1 :P:Display :GSTR1Trgl
Key Item : GSTR2 :P:Display :GSTR2Trgl
Key Item : GSTR3B :P:Display :GSTR3BTrgl
Key Item : GST COMPUTATION :P:Display :GST Computation
Key Item : GST COM MONTHLY :P:Display :GST Comp Monthlysummary
Key Item : GSTR1 TABLE :P:Display :GSTTrglTablewise Drilldown
Key Item : GSTR2 TABLE :P:Display :GSTR2TrglTablewise Drilldown
Key Item : GST VCH :P:Display :GSTR1Trgl Table VCHdrilldown
Key Item : GST PARTY :P:Display :GSTR2Partywise Drilldown



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.

BOOKMARK TDL FOR TALLY

With this TDL browse your important websites directly from Tally and always be updated. This Tally TDL file help in important return dates and help to always regular check important websites.  For more detail watch above Video.

TDL Code : 

[#MENU : Gateway of Tally]
title: Learnwell

Add: Key Item : Before : @@locQuit : MyBookmark: O: Menu : Bookmark

[Menu: Bookmark]

Key Item : GST portal :Action:Browse :”https://www.gst.gov.in/”

Key Item : GST Login :Action:Browse :”https://services.gst.gov.in/services/login”

Key Item : GSTSearch :Action:Browse :”https://services.gst.gov.in/services/searchtp”

Key Item : Youtube :Action:Browse :”https://youtube.com/learnwell”

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.

DISPLAY IMPORTANT THINGS IN GATEWAY OF TALLY

 

With this TDL file we can see all important reports like Profit and loss, Balance Sheet, Inward – Outward Tracking, Receipt Payments Cash flow details and can browse our important websites like GST portal and other important sites and also can see all type GST reports in one place. This is must have TDL file for your Tally.
With this TDL we do all our work faster and in a perfect way.
It will work in all Tally versions (Tally9, Tally Prime, Tally ERP9 etc). For more detail watch above Video.

TDL Code : 

[#MENU : Gateway of Tally]
title: Learnwell

Add: Key Item : Before : @@locQuit : MyReport: O: Menu : Reports

[Menu: Reports]

INDENT:GENERAL REPORTS
Key Item : Profit & Loss :P:Display :Profit and Loss
Key Item : Balance Sheet :B:Display :Balance Sheet
Key Item : Receipts and Payments :C:Display :Receipts and Payments
Key Item : Cash Flow :W:Display :Cash Flow
Key Item : Stock Summary :S:Display :Stock Summary
Key Item : Reorder Status :R:Display :Reorder Status
Key Item : Materials Requirements :M:Display :MRP
Key Item : Inward Tracking Details :I:Display :Inward Tracking Details
Key Item : Outward Tracking Details :O:Display :Outward Tracking Details
Key Item : Interest :O:Display : Ledger Interest
Key Item : voucher :O:Display : Accounting Voucher
Key Item : Sundry Debtors :O:Display : Sundry Dr
ITEM:BLANK
INDENT:BOOKMARKS
Key Item : GST portal :Action:Browse :”https://www.gst.gov.in/”

Key Item : GST Login :Action:Browse :”https://services.gst.gov.in/services/login”

Key Item : GSTSearch :Action:Browse :”https://services.gst.gov.in/services/searchtp”

Key Item : Youtube :Action:Browse :”https://youtube.com/learnwell”

ITEM:BLANK
INDENT:GST REPORTS


Key Item : GSTR1 :P:Display :GSTR1Trgl
Key Item : GSTR2 :P:Display :GSTR2Trgl
Key Item : GSTR3B :P:Display :GSTR3BTrgl
Key Item : GST COMPUTATION :P:Display :GST Computation
Key Item : GST COM MONTHLY :P:Display :GST Comp Monthlysummary
Key Item : GSTR1 TABLE :P:Display :GSTTrglTablewise Drilldown
Key Item : GSTR2 TABLE :P:Display :GSTR2TrglTablewise Drilldown
Key Item : GST VCH :P:Display :GSTR1Trgl Table VCHdrilldown
Key Item : GST PARTY :P:Display :GSTR2Partywise Drilldown

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.


LEDGER RUNNING BALANCE

With this TDL file we can show Tally Ledgers running balances.
It will work in all Tally versions. For more detail watch above Video.
TDL Code : 

[#Report:Ledger Vouchers]
Set:ShowRunBalance:Yes

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.