mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
chore: add fields Serial No and Batch No in SRE
This commit is contained in:
@@ -25,8 +25,10 @@
|
|||||||
"delivered_qty",
|
"delivered_qty",
|
||||||
"section_break_3vb3",
|
"section_break_3vb3",
|
||||||
"company",
|
"company",
|
||||||
"column_break_jbyr",
|
|
||||||
"project",
|
"project",
|
||||||
|
"column_break_jbyr",
|
||||||
|
"batch_no",
|
||||||
|
"serial_no",
|
||||||
"status",
|
"status",
|
||||||
"amended_from"
|
"amended_from"
|
||||||
],
|
],
|
||||||
@@ -223,6 +225,18 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "column_break_jbyr",
|
"fieldname": "column_break_jbyr",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "batch_no",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Batch No",
|
||||||
|
"read_only": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "serial_no",
|
||||||
|
"fieldtype": "Long Text",
|
||||||
|
"label": "Serial No",
|
||||||
|
"read_only": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"hide_toolbar": 1,
|
"hide_toolbar": 1,
|
||||||
@@ -230,7 +244,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-03-24 16:08:14.352534",
|
"modified": "2023-03-24 16:22:08.859347",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Stock Reservation Entry",
|
"name": "Stock Reservation Entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user