Added: sub/level position constants
Updated: Schemas
This commit is contained in:
@@ -12,6 +12,36 @@ const UserActions = [
|
||||
"Receive",
|
||||
];
|
||||
|
||||
const LevelPositions = [
|
||||
"B",
|
||||
"D",
|
||||
"DB",
|
||||
"DF",
|
||||
"F",
|
||||
"L",
|
||||
"LB",
|
||||
"LD",
|
||||
"LDB",
|
||||
"LDF",
|
||||
"LF",
|
||||
"LU",
|
||||
"LUB",
|
||||
"LUF",
|
||||
"R",
|
||||
"RB",
|
||||
"RD",
|
||||
"RDB",
|
||||
"RDF",
|
||||
"RF",
|
||||
"RU",
|
||||
"RUB",
|
||||
"RUF",
|
||||
"U",
|
||||
"UB",
|
||||
"UF",
|
||||
"W",
|
||||
];
|
||||
|
||||
const InventoryScopes = ["Inventory", "Material", "Item"];
|
||||
|
||||
const WarehouseScopes = [
|
||||
@@ -53,6 +83,7 @@ module.exports = {
|
||||
InventoryTypes,
|
||||
CustomAttributeTypes,
|
||||
SubLevelTypes,
|
||||
LevelPositions,
|
||||
SUPER_ADMIN_ROLE: "super-admin",
|
||||
COMPANY_ADMIN_ROLE: "company-admin",
|
||||
WAREHOUSE_ADMIN_ROLE: "warehouse-admin",
|
||||
|
||||
Reference in New Issue
Block a user