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:56, 27 January 2026 Sven the Barbarian talk contribs created page Service - Supply Network (Created page with "= Overview = Top level service for supply objects. One user can create many Supply Networks, each with it's own RBAC. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == supplyNetwork == <syntaxhighlight lang="JavaScript"> { objectType: "supplyNetwork", canDelete: false, addOnDataStructure: [ { type: "propertyValue" }, { type:"versionedData", versionedDataLabel: "supplyNetworkDetail", storageResourceTag :...")
- 14:55, 27 January 2026 Sven the Barbarian talk contribs created page Service Stack - Supply Networks (Created page with "= Overview = Services that manage supply networks, one user can have many supply networks, each supply network is it's own independent set of data. = Services = * Service - Supply Network = Working documents = Service Stack - Supply Network")
- 15:25, 25 January 2026 Sven the Barbarian talk contribs created page Service - Ledger (Created page with "= Overview = A ledger can be used to generate a report such as the general ledger, each ledger specifies which Accounts are it's top level ledger accounts and which rollup in the generated report. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == ledger == <syntaxhighlight lang="JavaScript"> { objectType: "ledger", canDelete: false, addOnDataStructure: [ { type:"versionedData", versionedDataLabel: "ledgerDetail",...")
- 15:24, 25 January 2026 Sven the Barbarian talk contribs created page Service Stack - Ledgers (Created page with "= Overview = Services that manage ledgers such as the general ledger. = Services = * Service - Ledger = Notes = * The account heirachy could be moved to be a per ledger heirachy * or a ledger could overwrite the default heirachy = Working documents = Service Stack - Ledgers")
- 14:40, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - Vendor Payments (Created page with "= Overview = Services that handle payments to vendors. = Services = * Service - Vendor Payment = Working documents = Service Stack - Vendor Payments")
- 14:39, 23 January 2026 Sven the Barbarian talk contribs created page Service - Vendor Payment (Created page with "= Overview = A single vendor payment. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == vendorPayment == <syntaxhighlight lang="JavaScript"> { objectType: "vendorPayment", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNames: { vendorPaymentId: {...")
- 14:39, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - Customer Payments (Created page with "= Overview = Services that customer payments. = Services = * Service - Customer Payment = Working documents = Service Stack - Customer Payments")
- 14:39, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Vendor Payments (Created page with "= Overview = Services that manage payments to vendors. = Services = * Service - CommerceAccounting Vendor Payment = Working documents = Service Stack - CommerceAccounting Vendor Payments")
- 14:38, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Expenses (Created page with "= Overview = .. maybe not required because purchase journal entries are handled in the Purchase comAcc service. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas ... == RelationshipSchemas == ... = Working documents = CommerceAccounting Expenses CommerceAccounting Expenses")
- 14:38, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Customer Payments (Created page with "= Overview = Services that manage payments from customers. = Services = * Service - CommerceAccounting Customer Payment = Working documents = Service Stack - CommerceAccounting Customer Payments")
- 14:38, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - Business Accounts (Created page with "= Overview = Services that manage business accounts such as bank accounts. = Services = * Service - Business Account = Working documents = Service Stack - Business Accounts")
- 14:38, 23 January 2026 Sven the Barbarian talk contribs created page Service - Expense (Created page with "= Overview = Configuration for each Expense type. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == expense == <syntaxhighlight lang="JavaScript"> { objectType: "expense", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNames: { expenseId: { typ...")
- 14:37, 23 January 2026 Sven the Barbarian talk contribs created page Service - Customer Payment (Created page with "= Overview = A single customer payment. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == customerPayment == <syntaxhighlight lang="JavaScript"> { objectType: "customerPayment", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNames: { customerPayme...")
- 14:37, 23 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Vendor Payment (Created page with "= Overview = Handle payments to vendors. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccVendorPaymentLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLink" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccVendorPaymentLink", } }, fieldNames: { // proba...")
- 14:35, 23 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Customer Payment (Created page with "= Overview = Handle payments by customers. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccCustomerPaymentLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLink" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccCustomerPaymentLink", } }, fieldNames: { //...")
- 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...")
- 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")