feat: Add pick list print format
This commit is contained in:
parent
b35c0410b1
commit
c57328669a
0
erpnext/stock/print_format/__init__.py
Normal file
0
erpnext/stock/print_format/__init__.py
Normal file
0
erpnext/stock/print_format/pick_list/__init__.py
Normal file
0
erpnext/stock/print_format/pick_list/__init__.py
Normal file
23
erpnext/stock/print_format/pick_list/pick_list.json
Normal file
23
erpnext/stock/print_format/pick_list/pick_list.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"align_labels_right": 1,
|
||||
"creation": "2019-08-02 07:27:42.533305",
|
||||
"custom_format": 0,
|
||||
"disabled": 0,
|
||||
"doc_type": "Pick List",
|
||||
"docstatus": 0,
|
||||
"doctype": "Print Format",
|
||||
"font": "Default",
|
||||
"format_data": "[{\"fieldname\": \"print_heading_template\", \"fieldtype\": \"Custom HTML\", \"options\": \"<div class=\\\"print-heading\\\">\\t\\t\\t\\t<h2>Pick List<br><small>{{ doc.name }}</small>\\t\\t\\t\\t</h2></div>\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"print_hide\": 0, \"fieldname\": \"company\", \"label\": \"Company\"}, {\"fieldtype\": \"Column Break\"}, {\"print_hide\": 0, \"fieldname\": \"parent_warehouse\", \"label\": \"Parent Warehouse\"}, {\"fieldtype\": \"Section Break\", \"label\": \"\"}, {\"fieldtype\": \"Column Break\"}, {\"visible_columns\": [{\"print_hide\": 0, \"fieldname\": \"item\", \"print_width\": \"\"}, {\"print_hide\": 0, \"fieldname\": \"item_name\", \"print_width\": \"\"}, {\"print_hide\": 0, \"fieldname\": \"description\", \"print_width\": \"\"}, {\"print_hide\": 0, \"fieldname\": \"warehouse\", \"print_width\": \"\"}, {\"print_hide\": 0, \"fieldname\": \"qty\", \"print_width\": \"\"}, {\"print_hide\": 0, \"fieldname\": \"serial_no\", \"print_width\": \"\"}, {\"print_hide\": 0, \"fieldname\": \"batch_no\", \"print_width\": \"\"}], \"print_hide\": 0, \"fieldname\": \"item_locations\", \"label\": \"Item Locations\"}]",
|
||||
"idx": 0,
|
||||
"line_breaks": 1,
|
||||
"modified": "2019-08-02 07:58:35.504361",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Pick List",
|
||||
"owner": "Administrator",
|
||||
"print_format_builder": 1,
|
||||
"print_format_type": "Jinja",
|
||||
"raw_printing": 0,
|
||||
"show_section_headings": 1,
|
||||
"standard": "Yes"
|
||||
}
|
Loading…
Reference in New Issue
Block a user