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:35, 23 January 2026 Sven the Barbarian talk contribs created page Service - Business Account (Created page with "= Overview = Business Accounts such as bank accounts. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == businessAccount == <syntaxhighlight lang="JavaScript"> { objectType: "businessAccount", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNames: {...")
- 14:44, 21 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Manufacture (Created page with "= Overview = Connects each manufacture operation to their Accounting accounts, such as moving stock out of work in progress account to inventory asset account. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccManufacture", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLink" }, addOnDataStructure: [], storageResources: { "dynamo": {...")
- 14:43, 21 January 2026 Sven the Barbarian talk contribs created page Service - Work In Progress Inventory (Created page with "= Overview = Handler service for inventory work in progress. = Repository = ... = Schemas = ==ObjectSchemas== === workInProgressInventory === <syntaxhighlight lang="JavaScript"> { "objectType": "workInProgressInventory", "extendObjType": { "serviceTag": "WorkInProgressManager", "objectType": "workInProgress" }, "storageResources": { // from workInProgress objType }, "addOnDataStructure": [], "fieldNames": { // from workInProgress objType...")
- 14:43, 21 January 2026 Sven the Barbarian talk contribs created page Service Stack - Expenses (Created page with "= Overview = Services that manage expenses. = Services = * Service - Expense = Working documents = Service Stack - Expenses")
- 14:43, 21 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Manufacture (Created page with "= Overview = Services that manage manufacturing adjustments. = Services = * Service - CommerceAccounting Manufacture = Working documents = Service Stack - CommerceAccounting Manufacture")
- 14:42, 21 January 2026 Sven the Barbarian talk contribs created page Service - Manufacture Operation (Created page with "= Overview = A Manufacture Operation is one manufacturing job that can have multiple work in progress details attached to it. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == manufactureOperation == <syntaxhighlight lang="JavaScript"> { objectType: "manufactureOperation", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [ { type:"versionedData", versionedDa...")
- 14:42, 21 January 2026 Sven the Barbarian talk contribs created page Service - Work In Progress Labor (Created page with "= Overview = Handler service for labor used for work in progress. = Repository = ... = Schemas = ==ObjectSchemas== === workInProgressLabor=== <syntaxhighlight lang="JavaScript"> { "objectType": "workInProgressLabor", "extendObjType": { "serviceTag": "WorkInProgressManager", "objectType": "workInProgress" }, "storageResources": { // from workInProgress objType }, "addOnDataStructure": [], "fieldNames": { // from workInProgress objType }...")
- 14:41, 21 January 2026 Sven the Barbarian talk contribs created page Service - Work In Progress Manager (Created page with "= Overview = Different types of WorkInProgress elements can be connected to a manufactureOperation. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === workInProgress === <syntaxhighlight lang="JavaScript"> { objectType: "workInProgress", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph",...")
- 03:46, 21 January 2026 Sven the Barbarian talk contribs created page 2026-01-2 - Single Sign In Across Multiple Projects (Created page with "= Overview = Allow for end users to sign in once for all Izara projects = Notes = * share settings such as ui theme and language are saved in central user authentication account * per project settings such as default browse settings in Market saved in that project * different projects will have different databases, eg graph, that will need to link to user objType = Cognito User Pools = * Use Cognito User Pools for user sign in (same current setup) * Create a separat...")
- 14:25, 20 January 2026 Sven the Barbarian talk contribs created page 2026-01-20 - Monitoring Streams into AWS (Created page with "Development - Izara Video Feed = Overview = How to efficiently receive video streams, and how to throttle and limit a users resource consumption. = Possible resources for recieving streams = == Kinesis Data Streams == == S3 presigned url == == Data firehose == == AWS Amplify Gen 2 == == IoT Core == * MQTT-based stream * does not expire * route to Kinesis or S3 = Possible authentication and limit methods = == IAM and Congnito == * Identity Pools for applic...")
- 14:29, 19 January 2026 Sven the Barbarian talk contribs created page Service Stack - Manufacture (Created page with "= Overview = Services that manage manufacturing. = Services = * Service - Manufacture Operation * Service - Work In Progress Manager * Service - Work In Progress (handlers) *# Service - Work In Progress Inventory *# Service - Work In Progress Labor = Working documents = Service Stack - Manufacture")
- 13:55, 19 January 2026 Sven the Barbarian talk contribs created page Service - Expense Over Time (Created page with "= Overview = Handler service for an expense that happens over a time period. = Repository = ... = Schemas = == ObjectSchemas == === expenseOverTime === <syntaxhighlight lang="JavaScript"> { "objectType": "expenseOverTime", "extendObjType": { "serviceTag": "ExpenseManager", "objectType": "expense" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } }, "addOnDataStructure": [], "fie...")
- 13:55, 19 January 2026 Sven the Barbarian talk contribs created page Service - Expense Point In Time (Created page with "= Overview = Handler service for an expense that happens at one specific time. = Repository = ... = Schemas = == ObjectSchemas == === expensePointInTime === <syntaxhighlight lang="JavaScript"> { "objectType": "expensePointInTime", "extendObjType": { "serviceTag": "ExpenseManager", "objectType": "expense" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } }, "addOnDataStructure": []...")
- 13:51, 19 January 2026 Sven the Barbarian talk contribs created page Service - Expense Manager (Created page with "= Overview = Manager service for different expense types. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === expense === <syntaxhighlight lang="JavaScript"> { objectType: "expense", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNam...")
- 14:58, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase Line Other Charge (Created page with "= Overview = Handler service for other purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemOtherCharge === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemOtherCharge", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...")
- 14:55, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase (Created page with "= Overview = Purchases from vendors including inventory, services, and expenses. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == sale == <syntaxhighlight lang="JavaScript"> { objectType: "purchase", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [ { type:"versionedData", versionedDataLabel: "purchaseDetail", storageResourceTag : "myGraph", fieldNam...")
- 14:55, 18 January 2026 Sven the Barbarian talk contribs created page Service - Purchase Line Item Expense (Created page with "= Overview = Handler service for expense purchase line items. = Repository = ... = Schemas = ==ObjectSchemas== === purchaseLineItemExpense === <syntaxhighlight lang="JavaScript"> { "objectType": "purchaseLineItemExpense", "extendObjType": { "serviceTag": "PurchaseLineItemManager", "objectType": "purchaseLineItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": {...")
- 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...")