LISTEN TALLY VOICE | NOW TALLY SOFTWARE SPEAK – TALLY TDL

Rate this post

With this TDL code we can talk with tally and can listen tally software voice. Try this tdl code and amazed everyone  .  TDL file for Tally ERP9 and Tally Prime that can use for lifetime. 

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

TDL Code : 

[#Field: EI Consignee]
    Add : Option: EI ConsigneeSales: ($$IsSales:##SVVoucherType)

[#Field: ACLSLed]
    Add : Option: EI ConsigneePayment: ($$IsPayment:##SVVoucherType)

[!Field: EI ConsigneeSales]
    On: Accept: Yes : Exec COM Interface : Voice Interface :@@TomClsAmt

[!Field: EI ConsigneePayment]
    On: Accept: Yes : Exec COM Interface : Voice Interface :@@TomClAmt

[COM Interface: Voice Interface]
    Project : Sapi
    Class : SpVoice
    Interface : Speak
    Parameter : P1 : String
   
[System:Formulas]
    TomClsAmt : “Current Closing Balance Amount is ”  + $$InWords:@@EIConBal + “Rupees Only”
    TomClAmt  : “Current Total Payables Amount is”  + $$InWords:@@LedgerTotal  + “Rupees Only”

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 *