New improved TSync 1.0 is the right solution for the users who don't know the
software programming. It do require to learn VB, VC, Java, XML. Simply put your
data in to MS Excel sheets or in MS Access and transfer all the data to Tally
A/c Sw in a click.
Ideal solution for....
- Business Owners.
- Data entry operators.
- POS users.
Check out the NEW FEATURES like Command Line Support, Vouchers with
Items, Vouchers with Cost Category, Cost Centre etc.
Get one TSync 1.0 absolutely
Free* with every purchase of Tally Gold.
(more)...
| ----:|----------------------------------------------------------------|:---- |
Tally.ERP 9 Ready
softwares
| ----:|----------------------------------------------------------------|:---- |
Tsync 1.0 has successfylly been tested with Tally.ERP
9.

| ----:|----------------------------------------------------------------|:---- |
TSync DLL
TSync.Dll is our new product for Importing the
data from Excel, Access, ODBC to Tally. It is very easy to use
in the programming environments like Visual Basic, C#, Visual C++ etc. Now the
Software Developers can use TSync to export the data to Tally.
- Free with TSync 1.0.
- No XML.
- Simple function calls.
- Event Based navigation.
- ODBC supported database linking.
- Secure, Database password support.
- No external calls.
- Cost Effective.
- Improved Speed.
Get one TSync DLL absolutely
Free* with every purchase of Tally Gold.
(more)...
| ----:|----------------------------------------------------------------|:---- |
TLink 1.0.
TLink
1.0 is specially designed for the software programmers. It is a
ActiveX Dll. It will work with VB.NET, C#, ASP.NET, Visual Basic, Visual Foxpro
etc.
Now you can exchange the Tally data with your software. Works with Tally 6.3
and higher versions including the latest release of Tally 9.
- No need to learn XML.
- Simple function calls.
- XML Support.
- SQL Query Support.
(more)...
| ----:|----------------------------------------------------------------|:---- |
Articles.
News
| Date |
News |
Description |
| 05.03.2009 |
TSync
1.0 |
Sales Orders, Purchase Orders |
| 01.03.2009 |
TSync
1.0 |
Ledgers: Opening Balance List - Bill By Bill |
| 01.03.2009 |
TSync
1.0 |
Stock Items: CostingMethod, ValuationMethod, Opening Balance
List (Godownwise and Batchwise) |
| 06.02.2009 |
TSync
1.0 |
New Sheets: ServiceTaxTransactions (for Service Tax),
TDSTransactions (for TDS), VATTransactions (for VAT), STTDSTransactions
(for Service Tax and TDS). |
| 17.11.2008 |
TSync.dll |
A new Dll for Excel to Tally, Access to Tally, ODBC to Tally. |
| 11.08.2008 |
TSync 1.0 |
[Update]: Command Line Support, Cost Centre & Cost Category
Transactions, Item Transactions etc. |
| 22.05.2008 |
TSync 1.0 |
New Updated version launched. |
| 01.04.2008 |
TLink API (dll)
1.0 |
It allows software developers to Integrate their Software with Tally. |
| 24.02.2008 |
TSync 1.0 |
Import data into Tally Software from various sources like Excel,
SQL-Server, MySQL, Access, Visual Foxpro, Dbase etc. |
| 14.02.2008 |
IP 2.0 BMS
Import-Export |
Import-Export Data with Tally. |
| 04.01.2008 |
IP 2.0 BMS
Document Designer |
|
| 04.12.2007 |
IP 2.0 BMS
Accounts Module |
Now IP 2.0 is with the Accounts Module. Get the accounting documents
and reports in IP 2.0. |
TSync 1.0 Update: Excel to Tally.

TLink 1.0 API is a Dynamic Link Library (DLL) that allows software developer
to Integrate their software with Tally 9, Tally 8, Tally7.2, Tally6.3. Totally
hassle. No need to remember any database format, XML tags.
Here is a sample code for Visual Basic 6.0.
| |
|
| |
Dim LD As TLedger
Dim TM As New TMasters
Dim TC As New
TLCore
If TC.IsTallyRunning(sServer) = True Then
LD.Name_ = "My
New Ledger"
LD.Parent_ = "Sundry
Creditors"
LD.ExciseLedgerClassification_ = "Default"
LD.IsBillwiseOn_ =
"Yes"
LD.IsCostCentresOn_ = "No"
LD.IsInterestOn_ =
"No"
LD.AllowInMobile_ = "No"
LD.IsCondensed_ = "No"
LD.AffectsStock_
= "No"
LD.ForPayroll_ = "No"
LD.InterestOnBillwise_ =
"No"
LD.OverrideInterest_ = "No"
LD.OverrideAdvInterest_ =
"No"
LD.UseForVAT_ = "No"
LD.IgnoreTDSExempt_ =
"No"
LD.IsTCSApplicable_ = "No"
LD.IsTDSApplicable_ =
"No"
LD.IsFBTApplicable_ = "No"
LD.IsGSTApplicable_ = "No"
s =
TM.XLedger_90(sCurrentCompany, LD, "Alter")
Else
MsgBox "Please check
whether Tally is running."
End If
|
(more)...
| Excel To Tally | Access to Tally
| MS SQL to Tally |VB to Tally
|