Now Link your software with Tally A/c Sw.
Now stop entering the data in two different softwares. Here is the simple way.
You don't know the software programming?
No problem!! New improved TSync 1.0 is the right solution for you. No need to learn VB, VC, Java, XML. Simply put your data in to MS Excel sheets, and transfer all the data to Tally A/c Sw in a click.
Ideal solution for....
- Business Owners.
- Data entry operators.
- Software Developers.
Check out the NEW FEATURES like Command Line Support, Vouchers with Items, Vouchers with Cost Category, Cost Centre etc.
Are you a software programmer?
Link 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 Support.
Save time. Save money. It's error-free!!
If you have suggestions, problems or anything to say please contact us.
Articles.
News
Date |
News |
Description |
|---|---|---|
| 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 | Design your Invoices, Receipts, claques. Create new reports with our new improved 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.
The TSync 1.0 has been updated now! Check out the new look. Also, the features has been enhanced. Now you can post not only the Transactions but also the following data to Tally.
- Command Line Support. (New)
- Transactions (In Horizontal Classical JV format).
- Ledger Groups
- Ledgers
- Units of Measure
- Godowns
- Stock Groups
- Stock Categories
- Stock Items
- Cost Centers
- Transactions (In Vertical Sales Register format).
- Vouchers with Items. (New)
- Vouchers with Cost Category, Cost Centre. (New)
- Opening Balances (Bill by Bill).
Works with Following Tally versions (Single-user and Multi-user versions).
- Tally 6.3.
- Tally 7.2.
- Tally 8.1.
- Tally 9.0 (release 1).
- Tally 9.0 (release 2).
TLink 1.0 API (dll): Integrate your software with 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
| Excel To Tally | Access to Tally | MS SQL to Tally |VB to Tally |
