Removed employee table from Salary Structure and added employee name in all forms

This commit is contained in:
Nabin Hait
2018-04-14 17:04:56 +05:30
parent fcdca7f2a0
commit 551844881b
29 changed files with 1355 additions and 556 deletions

View File

@@ -84,17 +84,7 @@ def get_data():
},
{
"type": "doctype",
"name": "Payroll Entry",
"label": _("Payroll Entry"),
"hide_count": True
},
{
"type": "doctype",
"name": "Employee Benefit Claim",
},
{
"type": "doctype",
"name": "Employee Incentive",
"name": "Payroll Entry"
},
{
"type": "doctype",
@@ -102,12 +92,20 @@ def get_data():
},
{
"type": "doctype",
"name": "Employee Tax Exemption Proof Submission",
"name": "Employee Benefit Claim",
},
{
"type": "doctype",
"name": "Employee Tax Exemption Declaration",
}
},
{
"type": "doctype",
"name": "Employee Tax Exemption Proof Submission",
},
{
"type": "doctype",
"name": "Employee Incentive",
},
]
},
{