feat: Make a few more fields sortable
This commit is contained in:
parent
1e1b72188f
commit
423a906e2a
@ -16,6 +16,7 @@
|
|||||||
],
|
],
|
||||||
"fields": [
|
"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.",
|
"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",
|
"fieldname": "charge_type",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
@ -48,7 +49,7 @@
|
|||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-11-17 00:08:38.932239",
|
"modified": "2020-11-22 18:26:11.494966",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Justworks ERPNext Connector",
|
"module": "Justworks ERPNext Connector",
|
||||||
"name": "JW Account Mapping",
|
"name": "JW Account Mapping",
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"bold": 1,
|
||||||
"default": "Today",
|
"default": "Today",
|
||||||
"description": "The initial date this allocation is valid",
|
"description": "The initial date this allocation is valid",
|
||||||
"fieldname": "start_date",
|
"fieldname": "start_date",
|
||||||
@ -46,6 +47,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"allow_on_submit": 1,
|
"allow_on_submit": 1,
|
||||||
|
"bold": 1,
|
||||||
"description": "The final date this allocation is valid. Leave blank for currently valid allocations.",
|
"description": "The final date this allocation is valid. Leave blank for currently valid allocations.",
|
||||||
"fieldname": "end_date",
|
"fieldname": "end_date",
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
@ -89,7 +91,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-11-17 22:50:04.399844",
|
"modified": "2020-11-22 18:25:16.608112",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Justworks ERPNext Connector",
|
"module": "Justworks ERPNext Connector",
|
||||||
"name": "JW Employee Allocation",
|
"name": "JW Employee Allocation",
|
||||||
|
Loading…
Reference in New Issue
Block a user