feat: Multi-level BOM Creator (#36494)

* feat: Multi-level BOM Creator

* fix: renamed BOM Configurator to BOM Creator

* fix: added Cost in the tree

* fix: finished good cost

* fix: valuation rate in tree ui

* chore: conflicts and removed unnecessary files

* test: test cases for BOM Creator

* fix: added shortcut for the BOM Creator

* fix: added validation for Final Product
This commit is contained in:
rohitwaghchaure
2023-08-24 17:24:44 +05:30
committed by GitHub
parent ab6e600b9e
commit 3c15feadf6
14 changed files with 1963 additions and 17 deletions

View File

@@ -114,6 +114,10 @@ $.extend(erpnext.utils, {
},
view_serial_batch_nos: function(frm) {
if (!frm.doc?.items) {
return;
}
let bundle_ids = frm.doc.items.filter(d => d.serial_and_batch_bundle);
if (bundle_ids?.length) {