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

Wednesday, March 24, 2010

Multi Account Printing option

In Tally educational mode, the Multi Account Printing option does NOT appear. Here's the TDL code that allows you to get the same.

[#Menu: Gateway of Tally]
Add : Key Item : After : @@locDisplay : Multi Account Printing : M : Menu : RTSPrinting Menu

[Menu: RTSPrinting Menu]
Title : $$LocaleString:"Printing Menu"
Key Item : @@locAccountBooks : A : Menu : Print Account Books : $$IsAccountingOn:$$CurrentCompany
Key Item : @@locOutstandingStatements : O : Menu : Print Outstandings : $$IsAccountingOn:$$CurrentCompany AND $$IsBillWiseOn:$$CurrentCompany
Item : BLANK
Key Item : @@locInventoryBooks : I : Menu : Print Inventory Books : $$IsInventoryOn:$$CurrentCompany
Item :
Key Item : @@locDayBook : D : Print : Day Book : NOT $$IsEmpty:$$SelectedCmps
Item : BLANK
Key Item : @@locMultiVoucherPrinting : M : Print : Multi Voucher Print : NOT $$IsEmpty:$$SelectedCmps
Key Item : @@locMultiPayslipPrinting : P : Print : Multi Payslip Print : NOT $$IsEmpty:$$SelectedCmps AND $$IsPayrollOn:$$CurrentSimpleCompany
Item : BLANK
Key Item : @@locQuit : Q

Control : @@locOutstandingStatements : $$Allow:Print:Outstandings AND $$IsAccountingOn:$$CurrentCompany AND $$IsBillWiseOn:$$CurrentCompany
Control : @@locInventoryBooks : $$IsInventoryOn
Control : @@locDayBook : $$Allow:Print:DayBook
Control : @@locMultiPayslipPrinting : $$IsPayrollOn AND $$MODPayroll AND $$Allow:Print:PayrollReports


Download the file multi-accounting-printing.zip

To use this file, you must make changes in the Tally.ini file as shown below :-

User TDL = Yes
TDL = c:\tally\multi-account-printing.txt
Tally; Tally Developer and Tally Definition Language are trademarks or registered trademarks of "Tally Solutions", Bangalore.