refactor: Payroll processing and tax calculation (#17595)

* refactor: Payroll processing and tax calculation

* fix: payroll test cases

* fix: Codacy fixes

* fix: removed debug mode

* fix: payroll test cases

* Update payroll_period.py
This commit is contained in:
Nabin Hait
2019-05-15 07:38:57 +05:30
committed by GitHub
parent 517a3071cf
commit 0361c50503
30 changed files with 1069 additions and 994 deletions

View File

@@ -11,11 +11,6 @@ frappe.ui.form.on("Company", {
filters: {"type": "Earning"}
}
});
frm.set_query("arrear_component", function(){
return {
filters: {"is_additional_component": 1}
}
});
frm.set_query("parent_company", function() {
return {