A build-to-order Frappe app that imports Tally masters and vouchers into ERPNext with accurate ledger, group and GST mapping, opening balances, and reconciliation reports. ECOSIRE scopes, builds, installs, and supports it for your specific Tally company file. Built to order by ECOSIRE for ERPNext v15, v16 — indicative price from $499.00 USD; request a quote for a scoped proposal.

A build-to-order Frappe app that imports Tally masters and vouchers into ERPNext with accurate ledger, group and GST mapping, opening balances, and reconciliation reports. ECOSIRE scopes, builds, installs, and supports it for your specific Tally company file.
现在无需付款。此操作会向我们的团队发送报价请求——我们会通过邮件跟进价格和后续步骤。
Indian SMEs moving off Tally hit the same wall: years of ledgers, groups, stock items and vouchers live inside a Tally company file, and ERPNext's stock Data Import Tool expects clean, DocType-shaped CSVs it cannot produce. Manual re-keying of opening balances and historical vouchers is slow and error-prone, GST fields rarely line up one-to-one, and a naive import leaves your Chart of Accounts and Trial Balance out of sync from day one. ERPNext core gives you the destination DocTypes but nothing that understands Tally's XML structure, its group hierarchy, or the difference between a Tally "Receipt" and a "Payment" voucher.
Tally XML import parser that reads native `Gateway of Tally > Export` output (masters and vouchers) plus a structured Excel/CSV fallback for hand-cleaned data
Staging DocType that stores every raw Tally record with its original GUID, so imports are auditable and re-runnable without data loss
Configurable ledger-to-account mapping that places Tally groups under the correct ERPNext `Account` roots (Asset, Liability, Income, Expense, Equity)
Group hierarchy reconstruction — parent/child Tally groups become nested `Account` and `Item Group` trees with `is_group` set correctly
Voucher-type mapping from Tally (Receipt, Payment, Contra, Journal, Sales, Purchase) to the right ERPNext documents (`Payment Entry`, `Journal Entry`, `Sales Invoice`, `Purchase Invoice`)
Opening-balance import that posts period-opening `Journal Entry` records and sets item opening stock via `Stock Entry` / opening `Stock Reconciliation`
ECOSIRE builds a proper Frappe app — with its own module, DocTypes and hooks.py — that ingests Tally exports (XML from Gateway of Tally > Export, or structured Excel) and maps them into ERPNext. A staging DocType captures each raw record so nothing is lost; server scripts and whitelisted methods then transform Tally masters into Account, Customer, Supplier, Item and Item Group records, and Tally vouchers into Journal Entry, Sales Invoice, Purchase Invoice, Payment Entry and Stock Entry documents. We build a configurable mapping layer so your Tally ledger groups land under the correct ERPNext account roots (Asset, Liability, Income, Expense, Equity), and your GST ledgers map to the right Sales Taxes and Charges / Purchase Taxes and Charges templates and HSN/GSTIN fields.
Technically, the migration runs through Frappe's job queue rather than a fragile one-shot script: batches are enqueued via scheduler events and background jobs so a large company file imports without timing out, with idempotent keys so a re-run does not duplicate documents. Doc-event hooks validate each record on insert, a client script drives the mapping-review screen inside ERPNext, and role-scoped permissions keep the migration console limited to your finance leads. Every run produces validation and reconciliation reports — Tally Trial Balance vs ERPNext Trial Balance, opening-balance parity, voucher counts by type, and an exceptions list — so you sign off on the numbers before go-live, not after.
Because this is build-to-order, we start from your actual Tally data. After a scoping call we take a sample company export, confirm the ledger-to-account mapping, GST treatment, and which voucher types and date range you need, then build and test against your data on a staging site. Typical delivery is 2-4 weeks from confirmed scope depending on data volume and the number of edge cases in your Tally file. You get the installable app source for your Frappe/ERPNext v15 or v16 site, a UAT pass on staging with a rollback plan, and a post-go-live support window — no instant download, because a migration is only worth doing if the ledgers reconcile.
Owns the Chart of Accounts and the Trial Balance. Needs the opening balances and GST ledgers to reconcile to the paisa in ERPNext before signing off, and wants exception reports rather than blind trust in a script.
Rolling out ERPNext to a client currently on Tally and needs a reliable, repeatable data-migration component instead of writing throwaway import scripts per engagement. Values the git handover and configurable mapping layer.
Wants to leave Tally for ERPNext without losing years of history or re-hiring an accountant to re-key data. Needs a fixed-scope, build-to-order engagement with a clear go-live date and a rollback safety net.
Responsible for the Frappe bench and the staging/production sites. Needs an app that installs cleanly on v15/v16, runs through the job queue without breaking workers, and ships with docs and a repo they can maintain.
在 ecosire.com 上购买许可证并从您的帐户仪表板下载 Tally to ERPNext Migrator 应用程序 ZIP。
将 ZIP 解压到您的 bench 的 apps 文件夹中,或者使用解压缩的应用程序的路径运行“bench get-app”。
运行 `bench --site SITE_NAME install-app APP_NAME`,然后运行 `bench migrate` 以安装 Tally to ERPNext Migrator 并应用其架构。
打开您站点上的 ECOSIRE 许可证设置并激活您的许可证密钥。需要免费的 ecosire_connect 和 ecosire_license_client 应用程序。
| 标准 | 伊科西尔 | 定制建造 | 竞争对手 | 奥杜本机 |
|---|---|---|---|---|
| Fit to your Tally file | Built and tested against your actual company export | Depends entirely on your developer's Tally knowledge | Generic mappings, assumes a clean standard file | |
| Voucher and ledger mapping | Configurable group-to-account and voucher-type mapping | Hand-coded per engagement, rarely reusable | Fixed mapping, limited overrides | |
| GST field handling | GSTIN, HSN, place of supply mapped to ERPNext tax templates | Only if the developer builds it | Often partial or region-generic | |
| Reconciliation and sign-off | Trial Balance parity + exception reports before go-live | Whatever you have time to check by hand | Usually import counts only, no parity report | |
| Large-file reliability | Queue-driven batches, idempotent re-runs | Often a one-shot script that times out | Varies; may block on big files | |
| Delivery model | Build-to-order, 2-4 weeks, fixed scope + timeline | Open-ended dev cycle, variable cost | Instant install but you fit your data to it | |
| Support and ownership | Support window + full source and git handover | Tied to the individual developer | Vendor support, closed extension points | |
| Rollback safety | Staging UAT with a documented rollback plan | Rare unless you build it in | Typically none |
This is a build-to-order engagement, not an instant download. Typical delivery is 2-4 weeks from confirmed scope — the range depends on the volume of Tally data, how many voucher types and years of history you need, and the number of edge cases in your ledger structure. We give you a firm timeline after the scoping call and a review of a sample Tally export.
Yes. You receive the full Frappe app source for your ERPNext version and a git repository handover with commit history. It is a standard Frappe app (module, DocTypes, `hooks.py`, server/client scripts), so any Frappe developer — your team or ECOSIRE — can maintain and extend it.
We build and test for Frappe/ERPNext v15 and v16. We confirm your exact bench version during scoping and target that version; if you later upgrade, the app can be updated as part of a support engagement.
Every build includes a post-go-live support window for defect fixes and mapping adjustments on the delivered scope. Beyond that window, we offer ongoing support and enhancement engagements — for example adding new voucher types, extending GST handling, or re-running the migration for additional company data.
We import into a staging site first and generate reconciliation reports — Tally Trial Balance vs ERPNext Trial Balance, opening-balance parity, and voucher counts by type — plus an exception log of any unmapped ledgers. You review and sign off on those numbers during UAT before we touch your production site, and there's a documented rollback plan if anything is off.
Yes. We map GSTIN, HSN/SAC codes, place of supply, and your Tally GST ledgers to the corresponding ERPNext GST accounts and `Sales/Purchase Taxes and Charges` templates. The exact mapping is confirmed against your Chart of Accounts during scoping so tax figures carry over accurately rather than being approximated.
A scoping call and a sample Tally export (XML or Excel) of the company data you want migrated. From that we confirm the ledger-to-account mapping, GST treatment, voucher types, and date range, then quote a fixed scope and timeline.
A build-to-order Frappe app that imports Tally masters and vouchers into ERPNext with accurate ledger, group and GST mapping, opening balances, and reconciliation reports. ECOSIRE scopes, builds, installs, and supports it for your specific Tally company file.