There is a tool called “Tally Migration” in erpnext. I am unable to understand how to use this tool due to the lack of documentations and understanding. I tried importing tally backup file zip, it didn’t work, I tried importing in “xml” it didn’t work.
I am getting the following error everytime I try to import using the tool:
Title
Tally Migration Error
method
Error
Data:
"Processing Master Data"
----------------------------------------------------------------------------------------------------
Exception:
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py", line 303, in _process_master_data
collection = self.get_collection(self.master_data)
File "/home/frappe/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py", line 106, in get_collection
master = bs(sanitize(emptify(content)), "xml")
UnboundLocalError: local variable 'content' referenced before assignment
Can anyone help me out?