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",
"to_date",
"employee",
"employee_name",
"daily_hours"
],
"fields": [
{
"fieldname": "from_date",
"fieldtype": "Date",
"in_list_view": 1,
"label": "From date"
},
{
"fieldname": "to_date",
"fieldtype": "Date",
"in_list_view": 1,
"label": "To date"
},
{
"fieldname": "employee",
"fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Employee",
"options": "Employee"
},
{
"fieldname": "daily_hours",
"fieldtype": "Float",
"in_list_view": 1,
"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,
"links": [],
"modified": "2023-12-07 10:42:48.367768",
"modified": "2024-07-30 07:02:38.063949",
"modified_by": "Administrator",
"module": "MSP",
"name": "Employee Target Agreement",
@ -56,5 +70,6 @@
}
],
"sort_field": "modified",
"sort_order": "DESC"
"sort_order": "DESC",
"states": []
}