brotherton-erpnext/erpnext/setup
Zarrar 963d62b701 feat: Chart of Accounts Importer (#16623)
* bare doctype created for COA utility

* improvise doctype's design

* validation to check no transaction exist for the company

* download file and import coa - client side logic added

* download csv template to create custom chart

* read the custom csv uploaded and parse it to appropriate format

* convert list of list to nested tree structure

* preview the uploaded chart before actual import

* toggle field based on necessity

* tweak create_charts and build_json logic to incorporate COA Import utility

* code cleanify and validation call added

* code enhancement for flexibility and validation added

* show import button only if data is validated

* unset existing data and load new accounts

* disable coa fields if parent_company set, minor improv

* file api fix

* added progress bar

* codacy fixes

* fix: Add account number in template

* fix: TDS account exception handling fix
2019-03-23 10:30:12 +05:30
..
doctype feat: Chart of Accounts Importer (#16623) 2019-03-23 10:30:12 +05:30
page [fix] Links now redirect to erpnext.com 2019-01-25 12:56:27 +05:30
setup_wizard Website: Product Configurator and Bootstrap 4 (#15965) 2019-03-19 11:48:32 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
default_success_action.py fix: import unicode_literals 2019-01-15 14:47:32 +05:30
install.py Success Action (#13666) 2018-05-03 19:06:32 +05:30
utils.py Add date to currency exchange caching 2019-03-05 16:44:02 -08:00