Browse Source

Doc view changes for module publish mapping, publish

version2
administrator 12 months ago
parent
commit
8b8133f4ad
  1. 5
      smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json
  2. 6
      smart_service/transactions/doctype/publish/publish.json

5
smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json

@ -32,18 +32,21 @@
{ {
"fieldname": "vehicle", "fieldname": "vehicle",
"fieldtype": "Data", "fieldtype": "Data",
"in_standard_filter": 1,
"label": "Vehicle", "label": "Vehicle",
"set_only_once": 1 "set_only_once": 1
}, },
{ {
"fieldname": "variant", "fieldname": "variant",
"fieldtype": "Data", "fieldtype": "Data",
"in_standard_filter": 1,
"label": "Variant", "label": "Variant",
"set_only_once": 1 "set_only_once": 1
}, },
{ {
"fieldname": "language", "fieldname": "language",
"fieldtype": "Data", "fieldtype": "Data",
"in_standard_filter": 1,
"label": "Language", "label": "Language",
"set_only_once": 1 "set_only_once": 1
}, },
@ -145,7 +148,7 @@
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-10-16 18:46:53.445411", "modified": "2023-11-27 14:18:47.957675",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Phase-2", "module": "Phase-2",
"name": "Module Publish Mapping", "name": "Module Publish Mapping",

6
smart_service/transactions/doctype/publish/publish.json

@ -109,6 +109,8 @@
"depends_on": "eval:doc.vehicle && doc.docstatus == 0 && doc.publish_module=='Automotive System' || doc.publish_module=='Feature Finder' || doc.publish_module=='Qwik Service' ", "depends_on": "eval:doc.vehicle && doc.docstatus == 0 && doc.publish_module=='Automotive System' || doc.publish_module=='Feature Finder' || doc.publish_module=='Qwik Service' ",
"fieldname": "variant_mapping", "fieldname": "variant_mapping",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Variant Mapping", "label": "Variant Mapping",
"options": "Variant Mapping", "options": "Variant Mapping",
"read_only_depends_on": "eval:doc.publish_type == \"Global\"" "read_only_depends_on": "eval:doc.publish_type == \"Global\""
@ -321,6 +323,8 @@
{ {
"fieldname": "publish_module", "fieldname": "publish_module",
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Module", "label": "Module",
"options": "Automotive System\nFeature Finder\nRepair service\nQwik Service\nSpecial Tool", "options": "Automotive System\nFeature Finder\nRepair service\nQwik Service\nSpecial Tool",
"reqd": 1 "reqd": 1
@ -392,7 +396,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2023-10-06 11:58:47.207441", "modified": "2023-11-28 10:13:05.311822",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Transactions", "module": "Transactions",
"name": "Publish", "name": "Publish",

Loading…
Cancel
Save