venkata akhil
12 months ago
13 changed files with 814 additions and 28 deletions
@ -0,0 +1,99 @@ |
|||||
|
{ |
||||
|
"actions": [], |
||||
|
"allow_rename": 1, |
||||
|
"creation": "2023-12-01 16:25:50.626564", |
||||
|
"doctype": "DocType", |
||||
|
"editable_grid": 1, |
||||
|
"engine": "InnoDB", |
||||
|
"field_order": [ |
||||
|
"is_published", |
||||
|
"variant", |
||||
|
"vehicle", |
||||
|
"language", |
||||
|
"display_order", |
||||
|
"category", |
||||
|
"active_status", |
||||
|
"sub_category", |
||||
|
"parent1" |
||||
|
], |
||||
|
"fields": [ |
||||
|
{ |
||||
|
"default": "0", |
||||
|
"fieldname": "is_published", |
||||
|
"fieldtype": "Check", |
||||
|
"label": "Published", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "variant", |
||||
|
"fieldtype": "Link", |
||||
|
"in_list_view": 1, |
||||
|
"label": "Variant", |
||||
|
"options": "Variant Mapping", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fetch_from": "variant.vehicle", |
||||
|
"fieldname": "vehicle", |
||||
|
"fieldtype": "Data", |
||||
|
"in_list_view": 1, |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Vehicle", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "language", |
||||
|
"fieldtype": "Link", |
||||
|
"label": "Language", |
||||
|
"options": "Custom Languages" |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "display_order", |
||||
|
"fieldtype": "Int", |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Display Order", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "category", |
||||
|
"fieldtype": "Data", |
||||
|
"in_list_view": 1, |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Category", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "sub_category", |
||||
|
"fieldtype": "Data", |
||||
|
"in_global_search": 1, |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Sub Category", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "parent1", |
||||
|
"fieldtype": "Link", |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Parent", |
||||
|
"options": "Torque Manual", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "active_status", |
||||
|
"fieldtype": "Select", |
||||
|
"label": "Active Status", |
||||
|
"options": "Active\nInactive" |
||||
|
} |
||||
|
], |
||||
|
"index_web_pages_for_search": 1, |
||||
|
"istable": 1, |
||||
|
"links": [], |
||||
|
"modified": "2023-12-01 18:20:24.959655", |
||||
|
"modified_by": "Administrator", |
||||
|
"module": "Phase-2", |
||||
|
"name": "Torque Manual Publish Data", |
||||
|
"owner": "Administrator", |
||||
|
"permissions": [], |
||||
|
"sort_field": "modified", |
||||
|
"sort_order": "DESC" |
||||
|
} |
@ -0,0 +1,8 @@ |
|||||
|
# Copyright (c) 2023, Hard n Soft Technologies Pvt Ltd and contributors |
||||
|
# For license information, please see license.txt |
||||
|
|
||||
|
# import frappe |
||||
|
from frappe.model.document import Document |
||||
|
|
||||
|
class TorqueManualPublishData(Document): |
||||
|
pass |
@ -0,0 +1,92 @@ |
|||||
|
{ |
||||
|
"actions": [], |
||||
|
"allow_rename": 1, |
||||
|
"creation": "2023-12-01 16:42:33.197929", |
||||
|
"doctype": "DocType", |
||||
|
"editable_grid": 1, |
||||
|
"engine": "InnoDB", |
||||
|
"field_order": [ |
||||
|
"variant", |
||||
|
"vehicle", |
||||
|
"language", |
||||
|
"display_order", |
||||
|
"category", |
||||
|
"sub_category", |
||||
|
"active_status", |
||||
|
"parent1" |
||||
|
], |
||||
|
"fields": [ |
||||
|
{ |
||||
|
"fieldname": "variant", |
||||
|
"fieldtype": "Link", |
||||
|
"in_list_view": 1, |
||||
|
"label": "Variant", |
||||
|
"options": "Variant Mapping", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fetch_from": "variant.vehicle", |
||||
|
"fieldname": "vehicle", |
||||
|
"fieldtype": "Data", |
||||
|
"in_list_view": 1, |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Vehicle", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "language", |
||||
|
"fieldtype": "Link", |
||||
|
"label": "Language", |
||||
|
"options": "Custom Languages", |
||||
|
"set_only_once": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "display_order", |
||||
|
"fieldtype": "Int", |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Display Order", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "category", |
||||
|
"fieldtype": "Data", |
||||
|
"in_list_view": 1, |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Category", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "sub_category", |
||||
|
"fieldtype": "Data", |
||||
|
"in_global_search": 1, |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Sub Category", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "parent1", |
||||
|
"fieldtype": "Link", |
||||
|
"in_standard_filter": 1, |
||||
|
"label": "Parent", |
||||
|
"options": "Torque Manual", |
||||
|
"read_only": 1 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname": "active_status", |
||||
|
"fieldtype": "Select", |
||||
|
"label": "Active status", |
||||
|
"options": "Active\nInactive" |
||||
|
} |
||||
|
], |
||||
|
"index_web_pages_for_search": 1, |
||||
|
"istable": 1, |
||||
|
"links": [], |
||||
|
"modified": "2023-12-01 18:20:06.958959", |
||||
|
"modified_by": "Administrator", |
||||
|
"module": "Phase-2", |
||||
|
"name": "Torque Manual Publish Docs", |
||||
|
"owner": "Administrator", |
||||
|
"permissions": [], |
||||
|
"sort_field": "modified", |
||||
|
"sort_order": "DESC" |
||||
|
} |
@ -0,0 +1,8 @@ |
|||||
|
# Copyright (c) 2023, Hard n Soft Technologies Pvt Ltd and contributors |
||||
|
# For license information, please see license.txt |
||||
|
|
||||
|
# import frappe |
||||
|
from frappe.model.document import Document |
||||
|
|
||||
|
class TorqueManualPublishDocs(Document): |
||||
|
pass |
Loading…
Reference in new issue