Service - Inventory Raw Material

From Izara Wiki
Revision as of 06:38, 2 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for standard raw material inventory type. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryRawMaterial === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryRawMaterial", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageTyp...")
(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"
}


RelationshipSchemas

...

Working documents

Raw Material