Service - Inventory Raw Material

From Izara Wiki
Revision as of 10:33, 2 January 2026 by Sven the Barbarian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Handler service for standard raw material inventory type.

Repository

...

Schemas

ObjectSchemas

inventoryRawMaterial

{
  "objectType": "inventoryRawMaterial",
  "extendObjType": {
    "serviceTag": "InventoryManager",
    "objectType": "inventory"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
    "dynamo": {
      "storageType": "dynamoDB",
      "tableName": "inventoryRawMaterial",
    }    
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from inventory objType
  },
  "generatedBy": "userGenerated"
}

inventoryUnitRawMaterial

{
  "objectType": "inventoryUnitRawMaterial",
  "extendObjType": {
    "serviceTag": "InventoryManager",
    "objectType": "inventoryUnit"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
    "dynamo": { // ? if has flows attached on a unit level
      "storageType": "dynamoDB",
      "tableName": "inventoryUnitRawMaterial",
    }    
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from inventory objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Inventory Raw Material