Menu

Tree [e65cf7] master /
 History

HTTPS access


File Date Author Commit
 Help 2021-10-01 Sridharan S Sridharan S [e960bb] description of Xml DSL
 data 2021-09-30 Sridharan S Sridharan S [a93af0] Comapanion of DSL; Sample Implementation
 src 2024-11-11 sridharxp sridharxp [e65cf7] Tax Ledger configuration
 CFig.dfm 2019-05-14 Sridharan S Sridharan S [d759db] xls Table conversion from ADB
 CFig.pas 2019-05-14 Sridharan S Sridharan S [d759db] xls Table conversion from ADB
 FAQ.txt 2015-06-11 sridharxp sridharxp [99c85c] Updated FAQ focusing on simplicity of use.
 FindIP.dfm 2021-11-05 Sridharan S Sridharan S [cce4c2] Public IP
 FindIP.pas 2021-11-05 Sridharan S Sridharan S [cce4c2] Public IP
 Guess.pas 2021-07-26 Sridharan S Sridharan S [0a8cb9] Match Bank Stmt with Ledgers
 License.txt 2015-05-05 sridharxp sridharxp [4ecbcc] Initial commit; Separated from vch2tally.
 Match.dfm 2021-07-26 Sridharan S Sridharan S [0a8cb9] Match Bank Stmt with Ledgers
 Match.pas 2021-07-26 Sridharan S Sridharan S [0a8cb9] Match Bank Stmt with Ledgers
 OffLineP3.dfm 2019-12-12 Sridharan S Sridharan S [d1de05] Reconcile 2A form
 OffLineP3.pas 2019-12-12 Sridharan S Sridharan S [d1de05] Reconcile 2A form
 Readme.txt 2018-05-21 Sridharan S Sridharan S [adf1ab] Master Lists updated when exported firm is diff...
 Txfer.dfm 2020-08-06 Sridharan S Sridharan S [c3cd66] Invoice Mode Dr,Cr column correction
 Txfer.pas 2020-08-06 Sridharan S Sridharan S [c3cd66] Invoice Mode Dr,Cr column correction
 Txfer3.dfm 2020-08-05 Sridharan S Sridharan S [f16c28] Transfer and Finalize simplified
 Txfer3.pas 2020-08-05 Sridharan S Sridharan S [f16c28] Transfer and Finalize simplified
 VchLib.pas 2020-09-26 Sridharan S Sridharan S [05fd6f] Option for Posted Tax Ledger
 VchUpdate.int 2018-03-28 Sridharan S Sridharan S [1f96d5] Updated interface.
 VerifyOLine.pas 2019-12-12 Sridharan S Sridharan S [83b238] Compare OffLine with OnLine vouchers
 XlExp.pas 2021-07-26 Sridharan S Sridharan S [0a8cb9] Match Bank Stmt with Ledgers
 XmlStr_My.pas 2017-09-17 Sridharan S Sridharan S [3778ba] XmlStr for VAT TN
 ZS73.pas 2020-07-03 Sridharan S Sridharan S [246da0] Checking Same Name Different GSTN simplified
 blank.pas 2021-08-18 Sridharan S Sridharan S [a4d6ba] Added Sample.xls
 xlstbl.pas 2020-07-03 Sridharan S Sridharan S [246da0] Checking Same Name Different GSTN simplified
 xmldb_OffV.pas 2019-12-12 Sridharan S Sridharan S [9a28b1] Get OffLine Purchase Vouchers
 xmldb_pJrnl.pas 2019-12-20 Sridharan S Sridharan S [bbd89f] Transfer bug fix

Read Me

Excel to Tally
Copyright (C) 2013, Sridharan S,
+91 98656 82910,
excel2tallyerp@ gmail.com

What it does
Exports data (Accounting vouchers) from Excel  to Tally.
Works in 'Create' mode.

How it does
Converts Excel data rows Vouchers using Xml rules.
Uses VchUpdate.dll to post vouchers to Tally.

What it does not do
It does not modify of existing vouchers or synchronize data.
It does not check for the correctness of entries or calculation.

Design:
Tally creates / replaces entire document in Data mode.
Template:
	Each worksheet is a template that also holds data
Do not change worksheet name or Column names.
Multi line vouchers like Daybook need  ID column to find start and end rows. Sales and Purchase vouchers need Date values in addition.
The Ledger master is created automatically if it does not exist in Tally. This fails when it could not guess Group  in Journal and Daybook template.

Scope and Limitation
Easy of use and greater applicability rather than flexibility.

Who needs this software
	The software is ideal for importing third party data to Tally. Accountants are largest users.

Requirement
	MS ADO library (free)
ADO Library = Microsoft Access Database Engine Redistributable.
Versions: 2016 / 2010

Known Incompatibility
	This is a 32 Bit tool. With 64 bit Ado provider / S Excel fails.  

How to use
    Tally should be running.
	Required company should be active.
    Open Samples.xls in Data folder
    Select appropriate Worksheet.
    Copy data in the appropriate columns
    CLOSE the xls file.
In Excel to Tally
    Enter Excel file name if some other file name is desired
	Select Voucher type from combo
 	Click Post

Result
After processing you will get a message as to the number of vouchers processed and number of successes. Error details is appended to Log Worksheet. When importing, Tally records these error details in Tally.imp file.

Possible source of errors:
        Tally is not running or two or more Tally are open.
        Firewall blocking port 
	Insufficient User Access Rights to Data folder in Windows 7 etc
        Typo in file name
        Typos  in Worksheet Column names
        Ado component not installed: 
	Download and Install free MS ADO Database Engine Redistributable
        Wrong Excel file or Worksheet :-(
        Company active is not target company :-(
        Posting the same data multiple times.

Silent failure happens
1. When Voucher date is out of range to Tally accounting period.
2. Due to Educational version limitation.
3. Invalid Cell Format.
This happens more in Date formats when some Pdf to Excel software is used.
Hint:
Any cell value not to be used for any calculations like GSTN No should better be Text. Text or date information formatted as numeric will fail. So, 
	Invoice_No is Text
	Date should be in
		1. Date format
			or
		2. in Text mode either as yyyymmdd or Indian (for eg dd-mm-yyyy)
	Amount is Number
Text format works for all types.

About last updates
Item Master Export
Nerge Duplicate Ledger

When reporting error please describe the environment
      Operating System - 32 / 64
      Processor
      MS Office Version
      Firewall, Anti Virus etc
Send Sample.xls file to test and Tally.imp also.

Write to us your suggestions.
Bug fix gets highest priority.
If a feature benefits large number of users it is done before others.
Feature requests from paid customers are the next.
Always implementation is done with easy usage in mind.
So some requests may wait for good design.
ToDo
1. Ledger Master Export
2. Substitution Table for automatically created ledgers.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.