Download Free Tools for Tally ERP
FREE utilities for Tally Accounting Software

Tuesday, March 20, 2007

Saturday, March 17, 2007

Example 23: 'Discount Amount' field instead of 'Discount Percentage' in Sales entry

This program modifies the Sales Voucher entry screen to accept "Discount" in Amount instead of Percentage.

View the TDL source-code.
Download source-code (zip) file.

Thursday, March 15, 2007

Tally programmers group

Join the Tally programmers group and send in your questions/answers relating to Linking your software with Tally, Tally customization and Tally Definition Language (TDL).

Visit Yahoo Tally programmers Group

Sunday, March 11, 2007

Recycle-bin for Tally

Enables you to retrieve Voucher entries that you may have accidentally deleted in Tally. It is similar to the Windows recycle-bin and works with Tally 7.2 and Tally 9. The ZIP file contains a readme.txt file which contains steps for configuring Tally.ini in order to use RBIN.TCP file.

ZIP file contents
RBIN.TCP for Tally 7.2
RBIN9v.TCP for Tally 9
Readme.txt

Download Recycle-bin for Tally [Freeware]

Bugs fixed:
Recycle-bin now works using option "GatewayOfTally - Balance Sheet @Drill down to Voucher level and use Alt+D to delete any Voucher]

Friday, March 9, 2007

Example 22: Popup-list with pre-defined choices

This program shows how you can create a Popup-List with pre-defined choices.

View the TDL source-code.
Download source-code (zip) file.

Wednesday, March 7, 2007

Example 21: Add Cheque Number Field

This program adds a field 'ChequeNumber' in the Receipt & Payment Voucher entry screen.

Click here to download the Example 21 compiled file and the source-code.

Monday, March 5, 2007

Example 20: Single UDF Vs Repeat UDF

Earlier in Example 19, we have seen how to add a UDF (Single UDF) in the Ledger Master. Now, we shall see how to add a REPEAT UDF.

A Single UDF allows you to enter ONE value, whereas a Repeat UDF allows you to enter several/multiple VALUES.

Syntax:-
<FieldName> : <FieldType> : <Index> : <RepeatYesNo>

Example:-
[System: UDF]
MyRepeatUDF: String: 1000: Yes

Click here to download the Example 20 compiled file and the source-code.

Saturday, March 3, 2007

Example 19: Adding field in the Ledger Master

This TDL program adds a field (named MyField) in the Ledger Master. This new field appears in the section "Mailing and Related details" when you create Ledger under "Sundry Debtors" or "Sundry Creditors" group.

In case, if you require any other field in Ledger Master, you can send in you Queries to tdlplayground@rtslink.com.

Click here to download the Example 19 compiled file and the source-code.
Tally; Tally Developer and Tally Definition Language are trademarks or registered trademarks of "Tally Solutions", Bangalore.