fix: Desk links for Income Tax Slab and Employee Other Income (#21511)

This commit is contained in:
Nabin Hait
2020-04-30 11:03:57 +05:30
committed by GitHub
parent 22c4f82fc6
commit 2620ac31f9
2 changed files with 10 additions and 1 deletions

View File

@@ -170,6 +170,10 @@ def get_data():
"type": "doctype", "type": "doctype",
"name": "Payroll Period", "name": "Payroll Period",
}, },
{
"type": "doctype",
"name": "Income Tax Slab",
},
{ {
"type": "doctype", "type": "doctype",
"name": "Salary Component", "name": "Salary Component",
@@ -209,6 +213,10 @@ def get_data():
"name": "Employee Tax Exemption Proof Submission", "name": "Employee Tax Exemption Proof Submission",
"dependencies": ["Employee"] "dependencies": ["Employee"]
}, },
{
"type": "doctype",
"name": "Employee Other Income",
},
{ {
"type": "doctype", "type": "doctype",
"name": "Employee Benefit Application", "name": "Employee Benefit Application",

View File

@@ -80,6 +80,7 @@
}, },
{ {
"collapsible": 1, "collapsible": 1,
"collapsible_depends_on": "other_taxes_and_charges",
"fieldname": "taxes_and_charges_on_income_tax_section", "fieldname": "taxes_and_charges_on_income_tax_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Taxes and Charges on Income Tax" "label": "Taxes and Charges on Income Tax"
@@ -93,7 +94,7 @@
], ],
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2020-04-27 20:10:42.755762", "modified": "2020-04-29 15:08:21.436120",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Income Tax Slab", "name": "Income Tax Slab",