mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
fix: Employee Onboarding and Separation UX (#29504)
This commit is contained in:
@@ -235,13 +235,13 @@
|
||||
{
|
||||
"fieldname": "actual_start_date",
|
||||
"fieldtype": "Data",
|
||||
"label": "Actual Start Date",
|
||||
"label": "Actual Start Date (via Time Sheet)",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "actual_time",
|
||||
"fieldtype": "Float",
|
||||
"label": "Actual Time (in Hours)",
|
||||
"label": "Actual Time (in Hours via Time Sheet)",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
@@ -251,7 +251,7 @@
|
||||
{
|
||||
"fieldname": "actual_end_date",
|
||||
"fieldtype": "Date",
|
||||
"label": "Actual End Date",
|
||||
"label": "Actual End Date (via Time Sheet)",
|
||||
"oldfieldname": "act_completion_date",
|
||||
"oldfieldtype": "Date",
|
||||
"read_only": 1
|
||||
@@ -458,10 +458,11 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"max_attachments": 4,
|
||||
"modified": "2021-04-28 16:36:11.654632",
|
||||
"modified": "2022-01-29 13:58:27.712714",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Project",
|
||||
"naming_rule": "By \"Naming Series\" field",
|
||||
"owner": "Administrator",
|
||||
"permissions": [
|
||||
{
|
||||
@@ -499,6 +500,7 @@
|
||||
"show_name_in_global_search": 1,
|
||||
"sort_field": "modified",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"timeline_field": "customer",
|
||||
"title_field": "project_name",
|
||||
"track_seen": 1
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
{
|
||||
"fieldname": "actual_time",
|
||||
"fieldtype": "Float",
|
||||
"label": "Actual Time (in hours)",
|
||||
"label": "Actual Time (in Hours via Time Sheet)",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
@@ -397,10 +397,11 @@
|
||||
"is_tree": 1,
|
||||
"links": [],
|
||||
"max_attachments": 5,
|
||||
"modified": "2021-04-16 12:46:51.556741",
|
||||
"modified": "2022-01-29 13:58:47.005241",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Task",
|
||||
"naming_rule": "Expression (old style)",
|
||||
"nsm_parent_field": "parent_task",
|
||||
"owner": "Administrator",
|
||||
"permissions": [
|
||||
@@ -421,6 +422,7 @@
|
||||
"show_preview_popup": 1,
|
||||
"sort_field": "modified",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"timeline_field": "project",
|
||||
"title_field": "subject",
|
||||
"track_seen": 1
|
||||
|
||||
Reference in New Issue
Block a user