mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
fix: batch valuation for old entries
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
"column_break_8",
|
"column_break_8",
|
||||||
"outgoing_rate",
|
"outgoing_rate",
|
||||||
"stock_value_difference",
|
"stock_value_difference",
|
||||||
"is_outward"
|
"is_outward",
|
||||||
|
"stock_queue"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@@ -102,12 +103,18 @@
|
|||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Is Outward",
|
"label": "Is Outward",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "stock_queue",
|
||||||
|
"fieldtype": "Small Text",
|
||||||
|
"label": "FIFO Stock Queue (qty, rate)",
|
||||||
|
"read_only": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-03-17 09:11:31.548862",
|
"modified": "2023-03-29 12:13:55.455738",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Serial and Batch Entry",
|
"name": "Serial and Batch Entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user