laxmantandon / express_tally

Other
23 stars 25 forks source link

Tally To ERPNext Data Migration Tool

This tool helps migration of data from Tally Prime (Masters and transactions) to ERPNext using frappe rest apis. - Migrate Masters (Account, Customer, Suppliers, Contact and Address) - Migrate Transactions (Purchase Invoice, Sales Invoice, Payment Entry, Journal Entry)

Prerequisite

Installation

Once you've set up a Frappe site, installing Express Tally Integration is simple:

  1. Download the app using the Bench CLI.

    bench get-app --branch [branch name] https://github.com/laxmantandon/express_tally.git
  2. Install the app on your site.

    bench --site [site name] install-app express_tally

Steps to Configure

image

Errors and Exception Handling

image

Planned Features

Contributing

License

[GNU General Public License (v3)]