changes for employee_target_agreement

This commit is contained in:
Dave 2024-07-31 17:41:02 +02:00
parent 8e691469ba
commit 4ab3b5f7d6

View File

@ -9,34 +9,48 @@
"from_date", "from_date",
"to_date", "to_date",
"employee", "employee",
"employee_name",
"daily_hours" "daily_hours"
], ],
"fields": [ "fields": [
{ {
"fieldname": "from_date", "fieldname": "from_date",
"fieldtype": "Date", "fieldtype": "Date",
"in_list_view": 1,
"label": "From date" "label": "From date"
}, },
{ {
"fieldname": "to_date", "fieldname": "to_date",
"fieldtype": "Date", "fieldtype": "Date",
"in_list_view": 1,
"label": "To date" "label": "To date"
}, },
{ {
"fieldname": "employee", "fieldname": "employee",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Employee", "label": "Employee",
"options": "Employee" "options": "Employee"
}, },
{ {
"fieldname": "daily_hours", "fieldname": "daily_hours",
"fieldtype": "Float", "fieldtype": "Float",
"in_list_view": 1,
"label": "Daily hours" "label": "Daily hours"
},
{
"fetch_from": "employee.employee_name",
"fieldname": "employee_name",
"fieldtype": "Data",
"in_standard_filter": 1,
"label": "Employee Name",
"read_only": 1
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-12-07 10:42:48.367768", "modified": "2024-07-30 07:02:38.063949",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "MSP", "module": "MSP",
"name": "Employee Target Agreement", "name": "Employee Target Agreement",
@ -56,5 +70,6 @@
} }
], ],
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC" "sort_order": "DESC",
"states": []
} }