Skip to content

Commit

Permalink
refactor(Salary Structure Assignment): relabel opening balances section
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Oct 18, 2024
1 parent 165b361 commit fc6a21a
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"column_break_9",
"variable",
"amended_from",
"earnings_and_taxation_section",
"opening_balances_section",
"taxable_earnings_till_date",
"column_break_20",
"tax_deducted_till_date",
Expand Down Expand Up @@ -192,24 +192,25 @@
"fieldname": "column_break_20",
"fieldtype": "Column Break"
},
{
"collapsible_depends_on": "eval:doc.taxable_earnings_till_date && doc.tax_deducted_till_date",
"fieldname": "earnings_and_taxation_section",
"fieldtype": "Section Break",
"hidden": 1,
"label": "Earnings and Taxation "
},
{
"allow_on_submit": 1,
"fieldname": "taxable_earnings_till_date",
"fieldtype": "Currency",
"label": "Taxable Earnings Till Date",
"options": "currency"
},
{
"collapsible_depends_on": "eval:doc.taxable_earnings_till_date && doc.tax_deducted_till_date",
"description": "Set opening balances for earnings and taxes from the previous employer",
"fieldname": "opening_balances_section",
"fieldtype": "Section Break",
"hidden": 1,
"label": "Opening Balances"
}
],
"is_submittable": 1,
"links": [],
"modified": "2024-03-27 13:10:35.183102",
"modified": "2024-10-18 18:06:42.013701",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Salary Structure Assignment",
Expand Down

0 comments on commit fc6a21a

Please sign in to comment.