justworks_erpnext/justworks_erpnext/justworks_erpnext_connector/doctype/jw_account_mapping/jw_account_mapping.json

98 lines
2.6 KiB
JSON

{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"autoname": "format:{charge_type} - {charge_subtype}",
"creation": "2020-11-16 23:00:45.241794",
"description": "Each JW Account Mapping document specifies the ERPNext Account to be used for a line in a Justworks invoice that is being imported as an ERPNext Journal Entry. If the Map to Account field is left empty, then lines with the give Charge (type and subtype) will be ignored.",
"doctype": "DocType",
"document_type": "Setup",
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"charge_type",
"charge_subtype",
"map_to_account"
],
"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",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Charge Type",
"reqd": 1
},
{
"bold": 1,
"description": "The value of the \"Charge subtype\" 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_subtype",
"fieldtype": "Data",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Charge Subtype",
"reqd": 1
},
{
"allow_in_quick_entry": 1,
"bold": 1,
"description": "The ERPNext account that the specified Charge (type and subtype) should map to.",
"fieldname": "map_to_account",
"fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Map to Account",
"options": "Account"
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2020-11-22 18:26:11.494966",
"modified_by": "Administrator",
"module": "Justworks ERPNext Connector",
"name": "JW Account Mapping",
"owner": "Administrator",
"permissions": [
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"share": 1,
"write": 1
},
{
"create": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Accounts User",
"share": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Accounts Manager",
"share": 1,
"write": 1
}
],
"quick_entry": 1,
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1
}