feat: pick list scan fields

This commit is contained in:
Devin Slauenwhite 2022-04-27 22:02:04 -04:00
parent 777f0204dd
commit e04fbb6a99
2 changed files with 34 additions and 3 deletions

View File

@ -17,6 +17,10 @@
"parent_warehouse", "parent_warehouse",
"get_item_locations", "get_item_locations",
"section_break_6", "section_break_6",
"scan_barcode",
"column_break_13",
"scan_mode",
"section_break_15",
"locations", "locations",
"amended_from", "amended_from",
"print_settings_section", "print_settings_section",
@ -126,11 +130,32 @@
"fieldtype": "Check", "fieldtype": "Check",
"label": "Group Same Items", "label": "Group Same Items",
"print_hide": 1 "print_hide": 1
},
{
"fieldname": "column_break_13",
"fieldtype": "Column Break"
},
{
"default": "0",
"fieldname": "scan_mode",
"fieldtype": "Check",
"label": "Scan Mode"
},
{
"fieldname": "section_break_15",
"fieldtype": "Section Break"
},
{
"depends_on": "eval:doc.scan_mode",
"fieldname": "scan_barcode",
"fieldtype": "Data",
"label": "Scan Barcode",
"options": "Barcode"
} }
], ],
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-04-21 07:56:40.646473", "modified": "2022-04-27 20:31:49.260238",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Pick List", "name": "Pick List",
@ -202,4 +227,4 @@
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }

View File

@ -5,6 +5,7 @@
"editable_grid": 1, "editable_grid": 1,
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"barcode",
"item_code", "item_code",
"item_name", "item_name",
"column_break_2", "column_break_2",
@ -187,11 +188,16 @@
"hidden": 1, "hidden": 1,
"label": "Product Bundle Item", "label": "Product Bundle Item",
"read_only": 1 "read_only": 1
},
{
"fieldname": "barcode",
"fieldtype": "Data",
"label": "Barcode"
} }
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-04-22 05:27:38.497997", "modified": "2022-04-27 22:00:38.462989",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Pick List Item", "name": "Pick List Item",