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",