Tally-Export Party Addresses to Excel
How to export Party addresses from Tally to Excel ?
Refer this link for exporting Party addresses from Tally into Excel.
Refer this link for exporting Party addresses from Tally into Excel.
Assuming, you have two companies viz Company No 1 and Company No 2 and you wish to transfer all the data of Company No 1 into Company No 2.
Steps :-
Remarks:-
a) Take backup of your Tally Companies before merging for safety purpose.
b) After merge, the Company No 2 contains the data of Company No 1
c) The above has been tested with Tally.ERP 9 Release 3.0 with some test-data.
Tally.ERP 9 Release 3.0 provides an option to export vouchers along with the dependent masters. Hence, there is no need to separately export the masters as it was required previously.
Related Posts :-
How to copy / paste entries from one company into another by ApniTally
How can I export Tally data into Excel ?
You can use Tally ODBC feature supported by Tally Accounting software to get data from Tally into Excel. Alternatively, you can use this FREE Tally to Excel utility to get Tally data into Excel.
Supported Tally versions : Tally.ERP 9, Tally 9, Tally 8.1, Tally 7.2, Tally 6.3
Remarks:-
Tally ODBC does not expose all the fields of all tables / objects in Tally. Hence, you will be able to retrieve only the first level fields (limited fields) from Tally database tables / objects.
How to merge two Stock Items in Tally.ERP ?
Merging two Stock Items in Tally.ERP 9
It is assumed that you have two Stock Items viz “Item 1” and “Item 2” and you need to merge the “Item 2” into “Item 1” such that all the Vouchers having “Item 2” would show “Item 1” after the merge-process.
PS:
a) Take backup of your Tally data for safety purpose before trying out the underneath steps.
b) We have tested Merging of two stock items with Tally.ERP 9 Release 3.0 only
Step-by-step instructions:-
How can I change the Ledger Allocation details for multiple Stock Items in Tally ERP ?
Brief description of the Query
I am using POS Sales for invoicing. I have created a Voucher class (incl VAT), so that in the Invoice the rates are inclusive of all the taxes. When creating Stock-Items, I use the option “Set/Modify Default Ledgers for Invoicing” to specify the Ledger allocation for Sales Invoice as follows :-
Now as the VAT rates changed from 13.5% to 14%, I will have to manually alter each and every Stock-Item. Around 6000 SKU’s comprising both items at 5% & 13.5% Vat rates.
Remarks: This will create a file named Master.xml. in Tally folder
3) Next, open the Master.xml file in Notepad and search/replace 88.1057 (whatever old rate is) with New Rate. After this save, the Master.xml file
How can I create a new VAT Classification in Tally ERP 9 ?
Though VAT classifications can be viewed using “Gateway of Tally >> Display >> Statutory Info >> VAT Classifications”, Tally ERP does not provide any user-interface or menu-option to create VAT Class.
A work-around is to create VAT Class using “Gateway of Tally >> Import of Data >> Masters” option.
Steps :-
1) Download and unzip the XML tags for creating VAT Class
2) Next, select option “Gateway of Tally >> Import of Data >> Masters”
3) Select the file VAT-CLASS.XML (which you have downloaded in step 1) to import it in Tally
Here’s the XML code to create VAT class for “Output VAT @ 14%” for Karnataka State.
<ENVELOPE> <HEADER> <TALLYREQUEST>Import Data</TALLYREQUEST> </HEADER> <BODY> <IMPORTDATA> <REQUESTDESC> <REPORTNAME>All Masters</REPORTNAME> <STATICVARIABLES> <IMPORTDUPS>Modify with New Data</IMPORTDUPS> </STATICVARIABLES> </REQUESTDESC> <REQUESTDATA> <TALLYMESSAGE xmlns:UDF="TallyUDF"> <TAXCLASSIFICATION NAME="Output VAT @ 14%"> <NAME.LIST TYPE="String"> <NAME>Output VAT @ 14%</NAME> <NAME>Sales @ 14%</NAME> </NAME.LIST> <TAXTYPE>VAT</TAXTYPE> <SUBTAXTYPE /> <MARKFORDELETION>No</MARKFORDELETION> <CLASSIFICATIONISSALES>Yes</CLASSIFICATIONISSALES> <ISCOMPOSITECLASSIFICATION>No</ISCOMPOSITECLASSIFICATION> <RATEOFVAT>14</RATEOFVAT> <!-- Add your State here--> <TAXCLASSIFICATIONSTATE.LIST> <STATENAME>Karnataka</STATENAME> <TAXCLASSIFSTATEPERIOD.LIST> <PERIODFROM>20110401</PERIODFROM> </TAXCLASSIFSTATEPERIOD.LIST> </TAXCLASSIFICATIONSTATE.LIST> </TALLYMESSAGE> </REQUESTDATA> </IMPORTDATA> </BODY> </ENVELOPE>
Remarks :-
1) You can use “Gateway of Tally >> Display >> List of Accounts >> Alt + E” to export All Statutory Masters in XML format. This gives you the XML format supported by Tally. Modify it and you can create Statutory Masters as required.
To load one or more companies when you start Tally, you must specify the Company Number in the Tally.ini file
Steps :-
1) Close Tally if it is running.
2) Next, open the Tally.ini file (from Tally folder) in Notepad.
3) Next, set the following :-
Default Companies=Yes
Load=10000
Load=10001