This commit is contained in:
2021-01-19 23:49:56 +00:00
parent a1a54f2743
commit f3be643556
8 changed files with 941 additions and 2 deletions

View File

@@ -425,7 +425,6 @@ function initNavPanel() {
//NOTE: V7 HAD PORECEIPTITEMS, THAT MAY BE AN ANACHRONISM NOW SO NOT PUTTING HERE
//NOTE: Warehouses? Shouldn't they be here as well??
//ADJUSTMENTS
sub.push({
@@ -434,6 +433,14 @@ function initNavPanel() {
route: "/inv-adjustments",
key: key++
});
//WAREHOUSES
sub.push({
title: "PartWarehouseList",
icon: "$ayiWarehouse",
route: "/inv-warehouses",
key: key++
});
}
//**** INVENTORY (TOP GROUP)