mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
Merge pull request #53747 from frappe/mergify/bp/version-16-hotfix/pr-53738
This commit is contained in:
@@ -47,7 +47,6 @@
|
|||||||
"column_break_cqdk",
|
"column_break_cqdk",
|
||||||
"valuation_rate",
|
"valuation_rate",
|
||||||
"inventory_settings_section",
|
"inventory_settings_section",
|
||||||
"shelf_life_in_days",
|
|
||||||
"end_of_life",
|
"end_of_life",
|
||||||
"default_material_request_type",
|
"default_material_request_type",
|
||||||
"column_break1",
|
"column_break1",
|
||||||
@@ -64,6 +63,7 @@
|
|||||||
"create_new_batch",
|
"create_new_batch",
|
||||||
"batch_number_series",
|
"batch_number_series",
|
||||||
"has_expiry_date",
|
"has_expiry_date",
|
||||||
|
"shelf_life_in_days",
|
||||||
"retain_sample",
|
"retain_sample",
|
||||||
"sample_quantity",
|
"sample_quantity",
|
||||||
"column_break_37",
|
"column_break_37",
|
||||||
@@ -334,6 +334,7 @@
|
|||||||
"options": "fa fa-truck"
|
"options": "fa fa-truck"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"depends_on": "has_expiry_date",
|
||||||
"fieldname": "shelf_life_in_days",
|
"fieldname": "shelf_life_in_days",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"label": "Shelf Life In Days",
|
"label": "Shelf Life In Days",
|
||||||
@@ -343,11 +344,13 @@
|
|||||||
{
|
{
|
||||||
"default": "2099-12-31",
|
"default": "2099-12-31",
|
||||||
"depends_on": "is_stock_item",
|
"depends_on": "is_stock_item",
|
||||||
|
"description": "Defines the date after which the item can no longer be used in transactions or manufacturing",
|
||||||
"fieldname": "end_of_life",
|
"fieldname": "end_of_life",
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
"label": "End of Life",
|
"label": "End of Life",
|
||||||
"oldfieldname": "end_of_life",
|
"oldfieldname": "end_of_life",
|
||||||
"oldfieldtype": "Date"
|
"oldfieldtype": "Date",
|
||||||
|
"show_description_on_click": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "Purchase",
|
"default": "Purchase",
|
||||||
@@ -467,9 +470,12 @@
|
|||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"depends_on": "has_batch_no",
|
"depends_on": "has_batch_no",
|
||||||
|
"description": "Enable to reserve a small sample from each batch for any analysis arising ahead",
|
||||||
|
"documentation_url": "https://docs.frappe.io/erpnext/retain-sample-stock",
|
||||||
"fieldname": "retain_sample",
|
"fieldname": "retain_sample",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Retain Sample"
|
"label": "Retain Sample",
|
||||||
|
"show_description_on_click": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "eval: (doc.retain_sample && doc.has_batch_no)",
|
"depends_on": "eval: (doc.retain_sample && doc.has_batch_no)",
|
||||||
@@ -989,7 +995,7 @@
|
|||||||
"image_field": "image",
|
"image_field": "image",
|
||||||
"links": [],
|
"links": [],
|
||||||
"make_attachments_public": 1,
|
"make_attachments_public": 1,
|
||||||
"modified": "2026-03-17 20:39:05.218344",
|
"modified": "2026-03-24 15:45:40.207531",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Item",
|
"name": "Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user