feat: barcode scanning in quotation (#30637)
This commit is contained in:
parent
225deb949b
commit
8d57c853f3
@ -41,6 +41,8 @@
|
|||||||
"price_list_currency",
|
"price_list_currency",
|
||||||
"plc_conversion_rate",
|
"plc_conversion_rate",
|
||||||
"ignore_pricing_rule",
|
"ignore_pricing_rule",
|
||||||
|
"section_break_33",
|
||||||
|
"scan_barcode",
|
||||||
"items_section",
|
"items_section",
|
||||||
"items",
|
"items",
|
||||||
"bundle_items_section",
|
"bundle_items_section",
|
||||||
@ -955,13 +957,23 @@
|
|||||||
"label": "Competitors",
|
"label": "Competitors",
|
||||||
"options": "Competitor Detail",
|
"options": "Competitor Detail",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "section_break_33",
|
||||||
|
"fieldtype": "Section Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "scan_barcode",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Scan Barcode",
|
||||||
|
"options": "Barcode"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-shopping-cart",
|
"icon": "fa fa-shopping-cart",
|
||||||
"idx": 82,
|
"idx": 82,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-11-30 01:33:21.106073",
|
"modified": "2022-04-07 11:01:31.157084",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Quotation",
|
"name": "Quotation",
|
||||||
@ -1056,6 +1068,7 @@
|
|||||||
"show_name_in_global_search": 1,
|
"show_name_in_global_search": 1,
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
|
"states": [],
|
||||||
"timeline_field": "party_name",
|
"timeline_field": "party_name",
|
||||||
"title_field": "title"
|
"title_field": "title"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user