feat: add field Packed Qty in Delivery Note Item and Packed Item

This commit is contained in:
s-aga-r 2023-04-28 13:20:47 +05:30
parent 75fe9dd3ea
commit e6fc281acf
2 changed files with 24 additions and 2 deletions

View File

@ -84,6 +84,7 @@
"installed_qty", "installed_qty",
"item_tax_rate", "item_tax_rate",
"column_break_atna", "column_break_atna",
"packed_qty",
"received_qty", "received_qty",
"accounting_details_section", "accounting_details_section",
"expense_account", "expense_account",
@ -848,13 +849,23 @@
"print_hide": 1, "print_hide": 1,
"read_only": 1, "read_only": 1,
"report_hide": 1 "report_hide": 1
},
{
"default": "0",
"depends_on": "eval: doc.packed_qty",
"fieldname": "packed_qty",
"fieldtype": "Float",
"label": "Packed Qty",
"no_copy": 1,
"non_negative": 1,
"read_only": 1
} }
], ],
"idx": 1, "idx": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2023-04-06 09:28:29.182053", "modified": "2023-04-28 13:14:10.648655",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Delivery Note Item", "name": "Delivery Note Item",

View File

@ -27,6 +27,7 @@
"actual_qty", "actual_qty",
"projected_qty", "projected_qty",
"ordered_qty", "ordered_qty",
"packed_qty",
"column_break_16", "column_break_16",
"incoming_rate", "incoming_rate",
"picked_qty", "picked_qty",
@ -242,13 +243,23 @@
"label": "Picked Qty", "label": "Picked Qty",
"no_copy": 1, "no_copy": 1,
"read_only": 1 "read_only": 1
},
{
"default": "0",
"depends_on": "eval: doc.packed_qty",
"fieldname": "packed_qty",
"fieldtype": "Float",
"label": "Packed Qty",
"no_copy": 1,
"non_negative": 1,
"read_only": 1
} }
], ],
"idx": 1, "idx": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-04-27 05:23:08.683245", "modified": "2023-04-28 13:16:38.460806",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Packed Item", "name": "Packed Item",