Skip to content

Commit

Permalink
feat: rearrange payroll settings form
Browse files Browse the repository at this point in the history
(cherry picked from commit b6a8c89)
  • Loading branch information
saurabh6790 authored and mergify[bot] committed May 2, 2023
1 parent c55eefa commit 8a95e81
Showing 1 changed file with 43 additions and 9 deletions.
52 changes: 43 additions & 9 deletions hrms/payroll/doctype/payroll_settings/payroll_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,27 @@
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"working_days_section",
"payroll_based_on",
"consider_unmarked_attendance_as",
"disable_rounded_total",
"include_holidays_in_total_working_days",
"show_leave_balances_in_salary_slip",
"column_break_rnoq",
"define_opening_balance_for_earning_and_deductions",
"process_payroll_accounting_entry_based_on_employee",
"show_zero_value_components",
"column_break_6",
"max_working_hours_against_timesheet",
"daily_wages_fraction_for_half_day",
"column_break_rnoq",
"disable_rounded_total",
"show_leave_balances_in_salary_slip",
"column_break_gzpl",
"show_zero_value_components",
"email_section",
"email_salary_slip_to_employee",
"column_break_iewr",
"encrypt_salary_slips_in_emails",
"password_policy"
"password_policy",
"other_settings_section",
"define_opening_balance_for_earning_and_deductions",
"column_break_zi9y",
"process_payroll_accounting_entry_based_on_employee"
],
"fields": [
{
Expand Down Expand Up @@ -112,20 +118,48 @@
},
{
"fieldname": "column_break_rnoq",
"fieldtype": "Column Break"
"fieldtype": "Section Break",
"label": "Salary Slip"
},
{
"default": "0",
"fieldname": "show_zero_value_components",
"fieldtype": "Check",
"label": "Show Zero Value Components in Salary Slip"
},
{
"fieldname": "email_section",
"fieldtype": "Section Break",
"label": "Email"
},
{
"fieldname": "working_days_section",
"fieldtype": "Section Break",
"label": "Working Days and Hours"
},
{
"fieldname": "column_break_gzpl",
"fieldtype": "Column Break"
},
{
"fieldname": "other_settings_section",
"fieldtype": "Section Break",
"label": "Other Settings"
},
{
"fieldname": "column_break_zi9y",
"fieldtype": "Column Break"
},
{
"fieldname": "column_break_iewr",
"fieldtype": "Column Break"
}
],
"icon": "fa fa-cog",
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2023-02-22 15:51:21.796524",
"modified": "2023-02-22 16:30:07.239895",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Payroll Settings",
Expand Down

0 comments on commit 8a95e81

Please sign in to comment.