User contributions for Sven the Barbarian
Jump to navigation
Jump to search
2 January 2026
- 13:4213:42, 2 January 2026 diff hist +1,588 N Service - Sale Line Item Manager Created page with "= Overview = Each entry in an invoice is a line item, different line items types are handled by handler services. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === saleLineItem === <syntaxhighlight lang="JavaScript"> { objectType: "saleLineItem", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph",..."
- 13:3913:39, 2 January 2026 diff hist +136 Service - Inventory Manager No edit summary
- 12:5812:58, 2 January 2026 diff hist +901 N Service - Services Over Time Created page with "= Overview = Handler service for services that where the accounting application of income is spread over a period of time. = Repository = ... = Schemas = ==ObjectSchemas== === servicesOverTime === <syntaxhighlight lang="JavaScript"> { "objectType": "servicesOverTime", "extendObjType": { "serviceTag": "servicesManager", "objectType": "services" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandle..." current
- 12:5712:57, 2 January 2026 diff hist +908 N Service - Services Point in Time Created page with "= Overview = Handler service for services that where the application of income applies at one specific time. = Repository = ... = Schemas = ==ObjectSchemas== === servicesPointInTime === <syntaxhighlight lang="JavaScript"> { "objectType": "servicesPointInTime", "extendObjType": { "serviceTag": "servicesManager", "objectType": "services" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" }..." current
- 12:5512:55, 2 January 2026 diff hist +2,096 N Service - Services Template Created page with "= Overview = Same as Service - Inventory Template but for services. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == servicesTemplate == <syntaxhighlight lang="JavaScript"> { objectType: "servicesTemplate", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ { type: "attributeTree", attributeTreeTag: "servicesTemplateDefault" }, { type: "attributeT..."
- 12:5312:53, 2 January 2026 diff hist +35 Service Stack - Services No edit summary current
- 12:5112:51, 2 January 2026 diff hist +1,027 N Service - Services Manager Created page with "= Overview = Each service type is handled by a Service - Services (handlers) service. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === services === <syntaxhighlight lang="JavaScript"> { objectType: "services", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ { type: "attributeTree", attributeTreeTag: "servicesAttributes" }, ], stor..."
- 12:5112:51, 2 January 2026 diff hist −569 Service - Inventory Manager No edit summary
- 12:4712:47, 2 January 2026 diff hist +4 Service - Inventory Manager No edit summary
- 12:4212:42, 2 January 2026 diff hist +346 N Service Stack - Services Created page with "= Overview = Services that manage services that can be invoiced to customers. = Services = * Service - Services Manager * Service - Services (handlers) *# Service - Services Point in Time *# Service - Services Over Time = Working documents = Service Stack - Services"
- 12:2912:29, 2 January 2026 diff hist +78 Service Stack - Sales No edit summary
- 12:2712:27, 2 January 2026 diff hist +434 Service Stack - Sales No edit summary
- 11:0011:00, 2 January 2026 diff hist +31 Development - Izara Commerce No edit summary
- 10:4410:44, 2 January 2026 diff hist +325 Service Stack - Sales No edit summary
- 10:3410:34, 2 January 2026 diff hist +1 Service - Inventory Intangible Asset No edit summary current
- 10:3410:34, 2 January 2026 diff hist +21 Service - Inventory Asset No edit summary current
- 10:3310:33, 2 January 2026 diff hist +21 Service - Inventory Raw Material No edit summary current
- 10:3310:33, 2 January 2026 diff hist +1 Service - Inventory Goods No edit summary current
- 10:3310:33, 2 January 2026 diff hist +1,559 N Service - Inventory Intangible Asset Created page with "= Overview = Handler service for intangible asset inventory type, including intangible/digital goods. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryIntangibleAsset === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryIntangibleAsset", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler"..."
- 10:3110:31, 2 January 2026 diff hist +599 Service - Inventory Asset No edit summary
- 10:3110:31, 2 January 2026 diff hist +617 Service - Inventory Raw Material No edit summary
- 10:3010:30, 2 January 2026 diff hist +599 Service - Inventory Goods No edit summary
- 10:2910:29, 2 January 2026 diff hist +1,572 Service - Inventory Manager No edit summary
- 10:0110:01, 2 January 2026 diff hist −15 Service Stack - Inventory No edit summary Tag: Reverted
- 09:5509:55, 2 January 2026 diff hist +88 Service Stack - Inventory No edit summary
- 09:4509:45, 2 January 2026 diff hist +1,656 Service - Sale No edit summary
- 09:0709:07, 2 January 2026 diff hist +1,320 N Service - Sale Created page with "= Overview = Sales of inventory to customers. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == sale == <syntaxhighlight lang="JavaScript"> { objectType: "customer", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNames: { saleId: { type: "string", randomO..."
- 09:0409:04, 2 January 2026 diff hist +192 N Service Stack - Sales Created page with "= Overview = Services that manage sales to customers. = Services = * Service - Sale = Working documents = Service Stack - Sales"
- 09:0209:02, 2 January 2026 diff hist +80 Development - Izara Commerce No edit summary
- 08:5608:56, 2 January 2026 diff hist +1,910 N Service - Customer Created page with "= Overview = Customer instances. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == customer == <syntaxhighlight lang="JavaScript"> { objectType: "customer", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ { type:"propertyValue" }, { type: "mediaLink", mediaLinkPrefix: "customerMedia" }, ], storageResources: {..."
- 08:4808:48, 2 January 2026 diff hist +194 N Service Stack - Customers Created page with "= Overview = Services that manage customers = Services = * Service - Customer = Working documents = Service Stack - Customers" current
- 08:4508:45, 2 January 2026 diff hist +2,362 N Service - Inventory Template 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:5006:50, 2 January 2026 diff hist +823 N Service - Inventory Location Standard 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:4806:48, 2 January 2026 diff hist +1,778 N Service - Inventory Location Manager 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:4006:40, 2 January 2026 diff hist +126 Service Stack - Inventory No edit summary
- 06:3906:39, 2 January 2026 diff hist +809 N Service - Inventory Asset 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:3806:38, 2 January 2026 diff hist +855 N Service - Inventory Raw Material 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:3806:38, 2 January 2026 diff hist 0 Service Stack - Inventory No edit summary
- 06:3706:37, 2 January 2026 diff hist −29 Service - Inventory Goods No edit summary
- 06:3706:37, 2 January 2026 diff hist +52 Service - Inventory Manager No edit summary
- 06:3606:36, 2 January 2026 diff hist +858 N Service - Inventory Goods 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",..."
1 January 2026
- 13:2613:26, 1 January 2026 diff hist +1,627 N Service - Inventory Manager 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:5612:56, 1 January 2026 diff hist +447 N Service Stack - Inventory 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:2310:23, 1 January 2026 diff hist +402 N Development - Izara Commerce 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:1010:10, 1 January 2026 diff hist +1,298 N 2026-01-01 - Integrating Izara Commerce with Supply and Market 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:5407:54, 1 January 2026 diff hist +137 App - Supply Unit Handling No edit summary current
- 07:3507:35, 1 January 2026 diff hist +330 Service - Unit Type No edit summary current
- 07:2607:26, 1 January 2026 diff hist +407 N App - Supply Unit Handling 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"
- 06:3706:37, 1 January 2026 diff hist −2 Development - Izara Supply No edit summary
- 06:3506:35, 1 January 2026 diff hist +46 Development - Izara Supply No edit summary