All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 12:29, 4 January 2026 Sven the Barbarian talk contribs created page Service - Account Liabilities (Created page with "= Overview = Handler service for accounts classified as Liabilities. = Repository = ... = Schemas = ==ObjectSchemas== === accountLiabilities === <syntaxhighlight lang="JavaScript"> { "objectType": "accountLiabilities", "extendObjType": { "serviceTag": "AccountManager", "objectType": "account" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynam...")
- 12:29, 4 January 2026 Sven the Barbarian talk contribs created page Service - Account Assets (Created page with "= Overview = Handler service for accounts classified as Assets. = Repository = ... = Schemas = ==ObjectSchemas== === accountAssets === <syntaxhighlight lang="JavaScript"> { "objectType": "accountAssets", "extendObjType": { "serviceTag": "AccountManager", "objectType": "account" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB", "ta...")
- 12:28, 4 January 2026 Sven the Barbarian talk contribs created page Service - Account Manager (Created page with "= Overview = Each account is handled by a Service - Account (handlers) service. All accounts in the General Ledger account hierarchy are considered an Account, including Control Accounts, Sub-Accounts, Subsidiary Accounts, and all other account classifications businesses use. The Account Manager service handles detail shared by all Account Handler services. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType ==...")
- 12:28, 4 January 2026 Sven the Barbarian talk contribs created page Service - Organization (Created page with "= Overview = A user can have many organizations, each organization has it's independant accounting. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == organization == <syntaxhighlight lang="JavaScript"> { objectType: "organization", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ type: "propertyValue" ], storageResources: { myGraph: { storageType: "graph", gra...")
- 12:27, 4 January 2026 Sven the Barbarian talk contribs created page Service Stack - Organizations (Created page with "= Overview = Services that manage organizations, one user can own many organizations, each organization is it's own independant set of accounts. = Services = * Service - Organization = Working documents = Service Stack - Organizations")
- 12:27, 4 January 2026 Sven the Barbarian talk contribs created page Service Stack - Accounts (Created page with "= Overview = Services that manage accounts and journal entries. A journal entry is a transaction that has equal debits and credits on each side. The entries are each credit and debit. = Services = * Service - Account Manager * Service - Account (handlers) *# Service - Account Assets *# Service - Account Liabilities *# Service - Account Equity *# Service - Account Revenue *# Service - Account Expense * Service - Journal * Service - En...")
- 12:27, 4 January 2026 Sven the Barbarian talk contribs created page Development - Izara Accounting (Created page with "= Backend = == Backend services == * Service Stack - Accounts ** including Entries * Service Stack - Organizations == NPM modules == * NPM module - izara-commerce-shared")
- 08:56, 4 January 2026 Sven the Barbarian talk contribs created page 2026-01-04 - Accounting Accounts, Entries, and Ledgers (Created page with "Development - Izara Accounting =Overview= Create an abstract data structure and service schema for standard accounting requirements. = General Ledger account structure = * The General Ledger is a list of Control Accounts and Sub-Accounts, Control Accounts move it's transactions and account heirachy to a Subsidiary Ledger, so they do not clutter the General Ledger. * Control Accounts only exist as a child of the General Ledger, and only exist as a bridge to Subsid...")
- 14:03, 2 January 2026 Sven the Barbarian talk contribs created page Service Stack - Purchases (Created page with "= Overview = Services that manage purchases from vendors. = Services = == Purchases == * Service - Purchase * Service - Purchase Line Item Manager * Service - Purchase Line Item (handlers) *# Service - Purchase Line Item Inventory *# Service - Purchase Line Item Expense *# Service - Purchase Line Item Services *# Service - Purchase Line Item Freight *# Service - Purchase Line Item Sales Tax *# Service - Purchase Line Item Vat Tax *...")
- 13:51, 2 January 2026 Sven the Barbarian talk contribs created page Service - Vendor (Created page with "= Overview = Vendor instances. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == vendor == <syntaxhighlight lang="JavaScript"> { objectType: "vendor", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ { type:"propertyValue" }, { type: "mediaLink", mediaLinkPrefix: "vendor" }, ], storageResources: { myGraph: {...")
- 13:50, 2 January 2026 Sven the Barbarian talk contribs created page Service Stack - Vendors (Created page with "= Overview = Services that manage vendors. = Services = * Service - Vendor = Working documents = Service Stack - Vendor")
- 13:48, 2 January 2026 Sven the Barbarian talk contribs created page Service - Sale Line Other Income (Created page with "= Overview = Handler service for other income sale line items. = Repository = ... = Schemas = ==ObjectSchemas== === saleLineItemOtherIncome === <syntaxhighlight lang="JavaScript"> { "objectType": "saleLineItemOtherIncome", "extendObjType": { "serviceTag": "SaleLineItemManager", "objectType": "saleLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storag...")
- 13:48, 2 January 2026 Sven the Barbarian talk contribs created page Service - Sale Line Item Vat Tax (Created page with "= Overview = Handler service for vat tax sale line items. = Repository = ... = Schemas = ==ObjectSchemas== === saleLineItemVatTax === <syntaxhighlight lang="JavaScript"> { "objectType": "saleLineItemVatTax", "extendObjType": { "serviceTag": "SaleLineItemManager", "objectType": "saleLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamo...")
- 13:47, 2 January 2026 Sven the Barbarian talk contribs created page Service - Sale Line Item Sales Tax (Created page with "= Overview = Handler service for sales tax sale line items. = Repository = ... = Schemas = ==ObjectSchemas== === saleLineItemSalesTax === <syntaxhighlight lang="JavaScript"> { "objectType": "saleLineItemSalesTax", "extendObjType": { "serviceTag": "SaleLineItemManager", "objectType": "saleLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "...")
- 13:47, 2 January 2026 Sven the Barbarian talk contribs created page Service - Sale Line Item Freight (Created page with "= Overview = Handler service for freight sale line items. = Repository = ... = Schemas = ==ObjectSchemas== === saleLineItemFreight === <syntaxhighlight lang="JavaScript"> { "objectType": "saleLineItemFreight", "extendObjType": { "serviceTag": "SaleLineItemManager", "objectType": "saleLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dyna...")
- 13:46, 2 January 2026 Sven the Barbarian talk contribs created page Service - Sale Line Item Services (Created page with "= Overview = Handler service for services sale line items. = Repository = ... = Schemas = ==ObjectSchemas== === saleLineItemServices === <syntaxhighlight lang="JavaScript"> { "objectType": "saleLineItemServices", "extendObjType": { "serviceTag": "SaleLineItemManager", "objectType": "saleLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "d...")
- 13:44, 2 January 2026 Sven the Barbarian talk contribs created page Service - Sale Line Item Inventory (Created page with "= Overview = Handler service for inventory sale line items. = Repository = ... = Schemas = ==ObjectSchemas== === saleLineItemInventory === <syntaxhighlight lang="JavaScript"> { "objectType": "saleLineItemInventory", "extendObjType": { "serviceTag": "SaleLineItemManager", "objectType": "saleLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType":...")
- 13:42, 2 January 2026 Sven the Barbarian talk contribs created page 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",...")
- 12:58, 2 January 2026 Sven the Barbarian talk contribs created page 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...")
- 12:57, 2 January 2026 Sven the Barbarian talk contribs created page 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" }...")
- 12:55, 2 January 2026 Sven the Barbarian talk contribs created page 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:51, 2 January 2026 Sven the Barbarian talk contribs created page 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:42, 2 January 2026 Sven the Barbarian talk contribs created page 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")
- 10:33, 2 January 2026 Sven the Barbarian talk contribs created page 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"...")
- 09:07, 2 January 2026 Sven the Barbarian talk contribs created page 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:04, 2 January 2026 Sven the Barbarian talk contribs created page Service Stack - Sales (Created page with "= Overview = Services that manage sales to customers. = Services = * Service - Sale = Working documents = Service Stack - Sales")
- 08:56, 2 January 2026 Sven the Barbarian talk contribs created page 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:48, 2 January 2026 Sven the Barbarian talk contribs created page Service Stack - Customers (Created page with "= Overview = Services that manage customers = Services = * Service - Customer = Working documents = Service Stack - Customers")
- 08:45, 2 January 2026 Sven the Barbarian talk contribs created page 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:50, 2 January 2026 Sven the Barbarian talk contribs created page 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:48, 2 January 2026 Sven the Barbarian talk contribs created page 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:39, 2 January 2026 Sven the Barbarian talk contribs created page 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:38, 2 January 2026 Sven the Barbarian talk contribs created page 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:36, 2 January 2026 Sven the Barbarian talk contribs created page 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",...")
- 13:26, 1 January 2026 Sven the Barbarian talk contribs created page 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:56, 1 January 2026 Sven the Barbarian talk contribs created page 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:23, 1 January 2026 Sven the Barbarian talk contribs created page 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:10, 1 January 2026 Sven the Barbarian talk contribs created page 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:26, 1 January 2026 Sven the Barbarian talk contribs created page 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")
- 10:12, 24 November 2025 Jammy talk contribs created page 2025-11-24 ImportData Document (Created page with "= Process ImportData = == ProcessCsvFile == #Receive bucketName and fieldName. #Define the range, e.g. range = "bytes=0-5000". #Fetch data from S3 with:<syntaxhighlight lang="javascript"> { Bucket: 'izara-importdata', Key: 'csv/xxxx.csv', Range: 'bytes=0-5000' } </syntaxhighlight> #Take the importBatchId from the S3 metadata and use it to get ImportBatchMain to retrieve importConfigId. #Use the retrieved importConfigId to get CsvImportConfig. #Use the Cs...")
- 07:30, 20 November 2025 Mint talk contribs created page 2025-11-20 IntegrationTest (Created page with "= Event = eample value test")
- 06:37, 19 November 2025 User account Jammy talk contribs was created by Sven the Barbarian talk contribs and password was sent by email
- 00:00, 18 November 2025 Sven the Barbarian talk contribs created page Service - Delivery Method Pickup (Created page with "= Overview = Handler service for basic pickup that use Service - Delivery Method Pickup Table for pricing and specifying pickup locations. = Repository = https://bitbucket.org/izara-market-products/izara-market-products-delivery-method-pickup = Object Schemas = ; Additional Information: Per Service Schemas == objType == === deliveryMethodPickup === * extends deliveryMethod * has versionData similar to deliveryMethodStandard to add costs and set value for...")
- 23:56, 17 November 2025 Sven the Barbarian talk contribs created page Service - Delivery Method Pickup Table (Created page with "= Overview = Handler service for pickup location tables, works similar to rateTable, the same values can be used to calculate value for price ladder, each pickupTable instance has a list of locationIds which is where the order can be picked up from. This allows a seller with multiple branches to charge delivery fee depending on which branch the order gets picked up from. When doing deepPath search for matching locationIds use the buyer supplied locationIds to find all...")
- 06:05, 25 September 2025 Seagame talk contribs created page File:Screenshot from 2025-09-25 07-35-09.png
- 06:05, 25 September 2025 Seagame talk contribs uploaded File:Screenshot from 2025-09-25 07-35-09.png
- 04:00, 25 September 2025 Seagame talk contribs uploaded a new version of File:Screenshot from 2025-04-28 09-55-06.png
- 03:54, 25 September 2025 Seagame talk contribs created page File:Screenshot from 2025-04-28 09-55-06.png
- 03:54, 25 September 2025 Seagame talk contribs uploaded File:Screenshot from 2025-04-28 09-55-06.png
- 03:47, 25 September 2025 Seagame talk contribs uploaded a new version of File:Screenshot from 2025-03-11 10-18-52.png