DX-Fusion (Free Edition) is an utility that transfers data from Tally ERP 9 into your database. It transfers all masters and all vouchers without any restriction on date or voucher-type or number of records.
You can get more details about DX-fusion at http://www.rtslink.com/dx-fusion/index.html
The DX-fusion (Commercial Editions) supports transfer of all masters and vouchers from Tally into your database in Real-time (online mode).
A blog on customizing Tally Accounting Software by Shweta Softwares
Saturday, October 9, 2010
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
[#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
Subscribe to:
Posts (Atom)
Tally; Tally Developer and Tally Definition Language are trademarks or registered trademarks of "Tally Solutions", Bangalore.