Campus I.T. Services

UWI » St. Augustine » Campus I.T. Services » How to encrypt or decrypt a folder on Windows

Tdl For Tally Erp 9

Absolutely. As long as Tally ERP 9 remains installed on millions of desktops, the demand for TDL developers will exist. A freelance TDL developer can charge $50 to $200 per customization, depending on complexity.

For a business, investing in a TDL developer for a one-time customization (like automating GST calculations or customizing a delivery challan) often yields a 10x ROI by saving hours of manual labor every month.

Your Next Steps:

Key Takeaway: TDL is the difference between "using Tally" and "mastering Tally." It transforms a generic accounting tool into your competitive advantage. tdl for tally erp 9


FAQs about TDL for Tally ERP 9

Q1: Does TDL slow down Tally ERP 9? A: Only if poorly written. Efficient TDL (using Collections with Fetch) has negligible impact. Infinite loops or heavy OnFly calculations can cause lag.

Q2: Can I sell TDL files I create? A: Yes. There is a massive market for niche TDLs (e.g., TDL for jewellery inventory or for restaurant billing). Tally has no royalty on distributed TDL. Absolutely

Q3: Can TDL be hacked? A: Since TDL is stored as plain text files, anyone with access to your computer can read your logic. However, you can compile TDL to .tdl (binary) format using TDL Compiler to obscure the code.

Q4: How long does it take to learn TDL? A: Basic modifications (adding a field) take 2 days. Advanced report writing takes 2–3 weeks. Mastering it takes 6 months.


This article is a living resource. As Tally Solutions releases new updates for Tally ERP 9 (EOL announced but still widely used), the relevance of TDL continues to sustain the ecosystem. For professional TDL support, consult a certified Tally Development Partner. Key Takeaway: TDL is the difference between "using


Insert this line in your TDL to see the value of a variable at runtime:

Alert "The value is: " + $$Debug:##MyVariable

Create a folder C:\TDL_Projects. Save your file as MyFirstTDL.txt.