Salary component cleanup

This commit is contained in:
Kanchan Chauhan
2016-07-02 12:23:59 +05:30
parent a123025d78
commit d963b76a4b
25 changed files with 635 additions and 145 deletions

View File

@@ -111,13 +111,9 @@ def get_data():
},
{
"type": "doctype",
"name": "Earning Type",
"description": _("Salary components.")
},
{
"type": "doctype",
"name": "Deduction Type",
"description": _("Tax and other salary deductions.")
"name": "Salary Component",
"label": _("Salary Components"),
"description": _("Earnings, Deductions and other Salary components")
},
]