refator: Payroll processing and tax calculation (#17617)

* refactor: Payroll processing and tax calculation

* fix: payroll test cases

* fix: Codacy fixes

* fix: payroll test cases

* fix: removed unwanted code
This commit is contained in:
Nabin Hait
2019-05-16 11:23:04 +05:30
committed by GitHub
parent 0e31089af6
commit 6b9d64ce1d
29 changed files with 2866 additions and 2788 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 {