brotherton-erpnext/erpnext/support/web_form/issues/issues.json

111 lines
2.2 KiB
JSON
Raw Normal View History

2016-06-24 10:46:07 +00:00
{
"accept_payment": 0,
2016-06-24 10:46:07 +00:00
"allow_comments": 1,
"allow_delete": 1,
"allow_edit": 1,
"allow_incomplete": 0,
2016-06-24 10:46:07 +00:00
"allow_multiple": 1,
"allow_print": 0,
"amount": 0.0,
2017-07-28 13:24:22 +00:00
"amount_based_on_field": 0,
"breadcrumbs": "[{\"label\":_(\"Issues\"), \"route\":\"issues\"}]",
2016-06-24 10:46:07 +00:00
"creation": "2016-06-24 15:50:33.186483",
"doc_type": "Issue",
"docstatus": 0,
"doctype": "Web Form",
"idx": 0,
2017-07-28 13:24:22 +00:00
"introduction_text": "",
2016-06-24 10:46:07 +00:00
"is_standard": 1,
"login_required": 1,
"max_attachment_size": 0,
"modified": "2018-07-20 13:08:43.797886",
2016-06-24 10:46:07 +00:00
"modified_by": "Administrator",
"module": "Support",
"name": "issues",
"owner": "Administrator",
"published": 1,
"route": "issues",
"show_sidebar": 1,
"sidebar_items": [],
2016-06-24 10:46:07 +00:00
"success_message": "",
"success_url": "/issues",
"title": "Issue",
"web_form_fields": [
{
"fieldname": "subject",
"fieldtype": "Data",
"hidden": 0,
"label": "Subject",
"max_length": 0,
"max_value": 0,
2016-06-24 10:46:07 +00:00
"read_only": 0,
"reqd": 1
},
{
"default": "Open",
"fieldname": "status",
"fieldtype": "Select",
"hidden": 0,
"label": "Status",
"max_length": 0,
"max_value": 0,
2016-06-24 10:46:07 +00:00
"options": "Open\nReplied\nHold\nClosed",
"read_only": 1,
"reqd": 0
},
{
"fieldname": "customer",
"fieldtype": "Data",
"hidden": 0,
"label": "Customer",
"max_length": 0,
"max_value": 0,
"options": "Customer",
"read_only": 1,
"reqd": 0
},
2016-06-24 10:46:07 +00:00
{
"fieldname": "description",
"fieldtype": "Text",
"hidden": 0,
"label": "Description",
"max_length": 0,
"max_value": 0,
2016-06-24 10:46:07 +00:00
"read_only": 0,
"reqd": 0
},
{
"fieldname": "attachment",
"fieldtype": "Attach",
"hidden": 0,
"label": "Attachment",
"max_length": 0,
"max_value": 0,
2016-06-24 10:46:07 +00:00
"read_only": 0,
"reqd": 0
},
{
"default": "Medium",
"fieldname": "priority",
"fieldtype": "Select",
"hidden": 0,
"label": "Priority",
"max_length": 0,
"max_value": 0,
"options": "Low\nMedium\nHigh",
"read_only": 0,
"reqd": 1
},
{
"default": "1",
"fieldname": "via_customer_portal",
"fieldtype": "Check",
"hidden": 1,
"label": "Via Customer Portal",
"max_length": 0,
"max_value": 0,
"read_only": 1,
"reqd": 0
2016-06-24 10:46:07 +00:00
}
]
}