New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:45, 2 January 2026 Service - Inventory Template (hist | edit) [2,370 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Inventory instances can attach many inventoryTemplates, inventoryTemplates can instances can also attach many inventoryTemplate. Inventory Templates set default values, and fixed values that get passed to attached inventoryTemplate and inventory instances. Users can use other user's inventoryTemplates. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == inventoryTemplate == <syntaxhighlight lang="JavaScript"> {...")
- 06:50, 2 January 2026 Service - Inventory Location Standard (hist | edit) [755 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Standard location type for inventory = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === inventoryLocationStandard === <syntaxhighlight lang="JavaScript"> { objectType: "inventoryLocationStandard", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" }...")
- 06:48, 2 January 2026 Service - Inventory Location Manager (hist | edit) [2,167 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Where inventory is located = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === inventoryLocation === <syntaxhighlight lang="JavaScript"> { objectType: "inventoryLocation", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ type: "propertyValue" ], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" }...")
- 06:39, 2 January 2026 Service - Inventory Asset (hist | edit) [1,429 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for standard asset inventory type. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryAsset === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryAsset", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB",...")
- 06:38, 2 January 2026 Service - Inventory Raw Material (hist | edit) [1,493 bytes] 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...")
- 06:36, 2 January 2026 Service - Inventory Goods (hist | edit) [1,429 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for standard goods inventory type. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryGoods === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryGoods", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB",...")
- 13:26, 1 January 2026 Service - Inventory Manager (hist | edit) [3,075 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Each inventory is handled by a Service - Inventory (handlers) service. The Inventory Manager service handles detail shared by all Inventory Handler services. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === inventory === <syntaxhighlight lang="JavaScript"> { objectType: "inventory", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ {...")
- 12:56, 1 January 2026 Service Stack - Inventory (hist | edit) [661 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Services that manage inventory = Services = == Inventory == * Service - Inventory Manager * Service - Inventory (handlers) *# Service - Inventory Goods *# Service - Inventory Raw material *# Service - Inventory Asset == Other == * Service - Inventory Location * Service - Inventory Template = Working documents = Service Stack - Inventory")
- 10:23, 1 January 2026 Development - Izara Commerce (hist | edit) [553 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Backend = == Backend services == * Service Stack - Inventory ** including Goods, Raw Materials, and Assets ** including InventoryLocations and Templates ** including InventoryAttributes * Service Stack - Sales * Service Stack - Customers * Service Stack - Purchases * Service Stack - Production * Service Stack - Expenses * Service Stack - Media == NPM modules == * ..")
- 10:10, 1 January 2026 2026-01-01 - Integrating Izara Commerce with Supply and Market (hist | edit) [7,616 bytes] Sven the Barbarian (talk | contribs) (Created page with "Development - Izara Commerce Development - Izara Supply Development - Izara Market =Overview= Izara Commerce, Izara Supply and Izara Market are three standalone projects, however we want them to integrate together. Examples: * If attributes or stock changes for an inventory item in Commerce, a product/selloffer in Market get updated * If an order is made on Mar...")
- 07:26, 1 January 2026 App - Supply Unit Handling (hist | edit) [544 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Mobile app for handling units in Izara Supply Chain. UI for creating a new unit, stageAdjust, and transformUnits. Includes method of scanning unitId code and printing new codes for eg outputUnits of transform requests. = Repository = ... = Working documents = App - Supply Unit Handling Supply Unit Handling")