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)- 14:55, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase Line Item Freight (Created page with "= Overview = Handler service for service purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemFreight === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemFreight", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...")
- 14:54, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase Line Item Inventory (Created page with "= Overview = Handler service for inventory purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemInventory === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemInventory", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...")
- 14:54, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase Line Item Manager (Created page with "= Overview = Each entry in a purchase is a line item, different line items types are handled by handler services. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === purchaseLineItem === <syntaxhighlight lang="JavaScript"> { objectType: "purchaseLineItem", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [ { type:"versionedData", versionedDat...")
- 14:54, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase Line Item Sales Tax (Created page with "= Overview = Handler service for service purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemSalesTax === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemSalesTax", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...")
- 14:54, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase Line Item Services (Created page with "= Overview = Handler service for service purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemServices === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemServices", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...")
- 14:53, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase Line Item Vat Tax (Created page with "= Overview = Handler service for service purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemVatTax === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemVatTax", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "s...")
- 15:03, 11 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Purchase (Created page with "= Overview = Handle purchases in one service, becuase some Accounting entries include the full amount, some break up according to purchaseLineItems. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccPurchaseLink", canDelete: false, belongTo: { serviceTag: "User", objectType: "user" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dy...")
- 13:24, 11 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Vendor (Created page with "= Overview = Connects each vendor to their Accounting accounts, such as accountsPayable = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccVendorAccountsPayableLink", canDelete: false, belongTo: { serviceTag: "User", objectType: "user" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccVendorAccountsPa...")
- 13:22, 11 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Customer (Created page with "= Overview = Connects each customer to their Accounting accounts, such as accountsReceivable = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccCustomerAccountsRecievableLink", canDelete: false, belongTo: { serviceTag: "User", objectType: "user" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccCustom...")
- 12:46, 11 January 2026 Sven the Barbarian talk contribs created page Service - Inventory Intangible Goods (Created page with "= Overview = Handler service for intangible goods inventory type. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryIntangibleGoods === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryIntangibleGoods", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storage...")
- 12:21, 11 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Sale (Created page with "= Overview = Handle sales in one service, and some Accounting entries include the full amount, some break up according to saleLineItems. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccSaleLink", canDelete: false, belongTo: { serviceTag: "User", objectType: "user" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tab...")
- 13:27, 10 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Inventory (Created page with "= Overview = Handles changes in inventory in Commerce = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccInventoryPurchasedLink", canDelete: false, belongTo: { serviceTag: "User", objectType: "user" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccLink", } }, fieldNames: { // probably hav...")
- 07:08, 6 January 2026 Seagame talk contribs created page 2026-01-06 - Cctv service design (Created page with "== CCTV Server Configuration == This configuration is used for the CCTV server. A Python FastAPI server will be created to: * Pull video from cameras * Save video locally on the computer * Upload video to S3 '''Video File Naming Convention:''' <code>{cameraName}_{videofeedId}_{startTimeRecordTimeStamp}_{endTimeRecordTimeStamp}</code> === Configuration File (config.json) === <syntaxhighlight lang="json"> { "cameras": [ { "cameraName": "camera1", "ipA...")
- 02:42, 5 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Link (Created page with "= Overview = Configures the link between a Business in Izara Commerce and an organization in Izara Accounting. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == comAccLink == <syntaxhighlight lang="JavaScript"> { objectType: "comAccLink", canDelete: false, belongTo: { serviceTag: "User", objectType: "user" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "co...")
- 01:43, 5 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Link (Created page with "= Overview = Services that manage the link between a Commerce Business and an Accounting Organization. = Services = *# Service - CommerceAccounting Link = Working documents = Service Stack - CommerceAccounting Link")
- 01:03, 5 January 2026 Sven the Barbarian talk contribs created page Service - Business (Created page with "= Overview = A user can have many businesses, each business has it's independent set of data. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == business == <syntaxhighlight lang="JavaScript"> { objectType: "business", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ { type: "propertyValue" }, { type:"versionedData", versionedDataLabel: "businessDetail",...")
- 00:53, 5 January 2026 Sven the Barbarian talk contribs created page Service Stack - Business (Created page with "= Overview = Services that manage businesses, one user can have many businesses, each business is it's own independent set of data. = Services = * Service - Business = Working documents = Service Stack - Business")
- 12:56, 4 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Purchases (Created page with "= Overview = Services that manage purchase adjustments. = Services = * Service - CommerceAccounting Purchase = Working documents = Service Stack - CommerceAccounting Purchase")
- 12:55, 4 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Vendors (Created page with "= Overview = Services that manage vendor adjustments. = Services = * Service - CommerceAccounting Vendor = Working documents = Service Stack - CommerceAccounting Vendor")
- 12:54, 4 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Customers (Created page with "= Overview = Services that manage customer adjustments. = Services = * Service - CommerceAccounting Customer = Working documents = Service Stack - CommerceAccounting Customer")
- 12:54, 4 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Services (Created page with "= Overview = Services that manage services adjustments. = Services = * Service - CommerceAccounting Services = Working documents = Service Stack - CommerceAccounting Services")
- 12:52, 4 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Sales (Created page with "= Overview = Services that manage sale adjustments. = Services = * Service - CommerceAccounting Sale = Working documents = Service Stack - CommerceAccounting Sales")
- 12:49, 4 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Inventory (Created page with "= Overview = Services that manage inventory adjustments. = Services = == Inventory == *# Service - CommerceAccounting Inventory *#* Maybe split into services for each Inventory type = Working documents = Service Stack - Inventory")
- 12:37, 4 January 2026 Sven the Barbarian talk contribs created page Development - Izara Commerce to Accounting (Created page with "= Backend = == Backend services == * Service Stack - Inventory * Service Stack - Sales * Service Stack - Services * Service Stack - Customers * Service Stack - Vendors * Service Stack - Purchases * Service Stack - Production * Service Stack - Expenses * Service Stack - Customer Payments * Service Stack - Vendor Payments == NPM modules == * ..")
- 12:30, 4 January 2026 Sven the Barbarian talk contribs created page Service - Entry (Created page with "= Overview = A credit or debit entry linked between a journal entry and an account. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == entry == <syntaxhighlight lang="JavaScript"> { objectType: "entry", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" }, myGraph: { storage...")
- 12:30, 4 January 2026 Sven the Barbarian talk contribs created page Service - Journal (Created page with "= Overview = A journal entry is a single transaction, each journal entry will have credit and debit entries that add up to each other and match the functionalCurrencyAmount. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == organization == <syntaxhighlight lang="JavaScript"> { objectType: "journal", canDelete: false, belongTo: { serviceTag: "user", objectType: "user" }, addOnDataStructure: [ type: "propertyValue"...")
- 12:29, 4 January 2026 Sven the Barbarian talk contribs created page Service - Account Expense (Created page with "= Overview = Handler service for accounts classified as Expense. = Repository = ... = Schemas = ==ObjectSchemas== === accountExpense === <syntaxhighlight lang="JavaScript"> { "objectType": "accountExpense", "extendObjType": { "serviceTag": "AccountManager", "objectType": "account" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB",...")
- 12:29, 4 January 2026 Sven the Barbarian talk contribs created page Service - Account Revenue (Created page with "= Overview = Handler service for accounts classified as Revenue. = Repository = ... = Schemas = ==ObjectSchemas== === accountRevenue === <syntaxhighlight lang="JavaScript"> { "objectType": "accountRevenue", "extendObjType": { "serviceTag": "AccountManager", "objectType": "account" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB",...")
- 12:29, 4 January 2026 Sven the Barbarian talk contribs created page Service - Account Equity (Created page with "= Overview = Handler service for accounts classified as Equity. = Repository = ... = Schemas = ==ObjectSchemas== === accountEquity === <syntaxhighlight lang="JavaScript"> { "objectType": "accountEquity", "extendObjType": { "serviceTag": "AccountManager", "objectType": "account" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB", "ta...")
- 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...")