From 423a906e2ae6bf1df02016c6dc4a6b7af5be141a Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 22 Nov 2020 23:27:15 +0000 Subject: [PATCH] feat: Make a few more fields sortable --- .../doctype/jw_account_mapping/jw_account_mapping.json | 3 ++- .../jw_employee_allocation/jw_employee_allocation.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/justworks_erpnext/justworks_erpnext_connector/doctype/jw_account_mapping/jw_account_mapping.json b/justworks_erpnext/justworks_erpnext_connector/doctype/jw_account_mapping/jw_account_mapping.json index 313632d..d4601cc 100644 --- a/justworks_erpnext/justworks_erpnext_connector/doctype/jw_account_mapping/jw_account_mapping.json +++ b/justworks_erpnext/justworks_erpnext_connector/doctype/jw_account_mapping/jw_account_mapping.json @@ -16,6 +16,7 @@ ], "fields": [ { + "bold": 1, "description": "The value of the \"Charge type\" column in a Justworks invoice that this mapping should apply to. Wild card characters ? (to match any single character in the value) and * (to match any sequence of characters in the value) are allowed.", "fieldname": "charge_type", "fieldtype": "Data", @@ -48,7 +49,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2020-11-17 00:08:38.932239", + "modified": "2020-11-22 18:26:11.494966", "modified_by": "Administrator", "module": "Justworks ERPNext Connector", "name": "JW Account Mapping", diff --git a/justworks_erpnext/justworks_erpnext_connector/doctype/jw_employee_allocation/jw_employee_allocation.json b/justworks_erpnext/justworks_erpnext_connector/doctype/jw_employee_allocation/jw_employee_allocation.json index cbd71d9..cf07795 100644 --- a/justworks_erpnext/justworks_erpnext_connector/doctype/jw_employee_allocation/jw_employee_allocation.json +++ b/justworks_erpnext/justworks_erpnext_connector/doctype/jw_employee_allocation/jw_employee_allocation.json @@ -36,6 +36,7 @@ "read_only": 1 }, { + "bold": 1, "default": "Today", "description": "The initial date this allocation is valid", "fieldname": "start_date", @@ -46,6 +47,7 @@ }, { "allow_on_submit": 1, + "bold": 1, "description": "The final date this allocation is valid. Leave blank for currently valid allocations.", "fieldname": "end_date", "fieldtype": "Date", @@ -89,7 +91,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2020-11-17 22:50:04.399844", + "modified": "2020-11-22 18:25:16.608112", "modified_by": "Administrator", "module": "Justworks ERPNext Connector", "name": "JW Employee Allocation",