Added new fields in employee onboarding

This commit is contained in:
Away 2025-04-10 12:18:31 +00:00
parent 8db1b93986
commit f30de47c65
1 changed files with 14 additions and 0 deletions

View File

@ -47,6 +47,20 @@ def create_custom_fields():
insert_after='reason'
)
],
"Employee Onboarding": [
dict(
fieldname='from_date_temporary',
label='A temporary employee starts working from',
fieldtype='Date',
insert_after='boarding_begins_on'
),
dict(
fieldname='to_date_temporary',
label='A temporary employee starts working to',
fieldtype='Date',
insert_after='from_date_temporary'
)
],
"Account": [
dict(
fieldname='is_account',