Earning and deductions with rules in salary structure is an essential feature to have in ERP. I have currently picked the develop branch from erpnext github repository, and these features are present in this branch. But I am facing some issues while doing bench migrate on this develop branch code.
Is there any tentative date, when the earning and deduction features (HR salary structure) will be rolled out? Is this feature currently in testing phase or is it still in development phase?
I am getting following error while doing bench migrate.
Module import failed for Auto Email Report (frappe.email.doctype.auto_email_report.auto_email_report)
ImportError: No module named xlwt
I am trying to migrate from 7.0.33 to 7.1.0-beta. There are some customisations which I had made on 7.0.33, but none of them should be a hindrance in migration.