Main 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).
- 01:03, 20 May 2026 Sven the Barbarian talk contribs created page Service - Currency Table Calc (Created page with "= Overview = Handler service for currency calculations that have a function that can point to one or many currencyTableStandards. = Repository = ... = Schemas = ==ObjectSchemas== === currencyTableCalc === <syntaxhighlight lang="JavaScript"> { "objectType": "currencyTableCalc", "extendObjType": { "serviceTag": "CurrencyTableManager", "objectType": "currencyTable" }, "storageResources": {}, "addOnDataStructure": [ { type:"versionedData", versionedDa...")
- 01:00, 20 May 2026 Sven the Barbarian talk contribs created page Service - Currency Table Standard (Created page with "= Overview = Handler service for standard currencyTables that include historical changes. = Repository = ... = Schemas = ==ObjectSchemas== === currencyTableStandard === <syntaxhighlight lang="JavaScript"> { "objectType": "currencyTableStandard", "extendObjType": { "serviceTag": "CurrencyTableManager", "objectType": "currencyTable" }, "storageResources": {}, "addOnDataStructure": [], "fieldNames": { // from currencyTable objType }, "generatedBy": "use...")
- 00:55, 20 May 2026 Sven the Barbarian talk contribs created page Service - Currency (Created page with "= Overview = All currencies are user defined, simple structure that cannot be changed once created. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === currency === <syntaxhighlight lang="JavaScript"> { objectType: "currency", canDelete: false, "addOnDataStructure": [], storageResources: { graph: { storageType: "graph", graphServerTag: "GraphHandler", } }, fieldNames: { currencyId: {...")
- 00:46, 20 May 2026 Sven the Barbarian talk contribs created page Service Stack - Currencies (Created page with "= Overview = Services that manage currencies = Services = * Service - Currency = Working documents = Service Stack - Currencies")
- 00:27, 20 May 2026 Sven the Barbarian talk contribs created page Service - Currency Table Manager (Created page with "= Overview = Tables receive to/from currencyId and return the rate between them. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === currencyTable === <syntaxhighlight lang="JavaScript"> { objectType: "currencyTable", canDelete: false, addOnDataStructure: [], storageResources: { dynamoDB: { storageType: "dynamoDB", tableName: "currencyTable", } }, fieldNames: { currencyTableId: { typ...")
- 00:11, 20 May 2026 Sven the Barbarian talk contribs created page Service Stack - Currency Tables (Created page with "= Overview = Services that manage currency tables and currency calculation structures = Services = * Service - Currency Table Manager * Service - Currency Table (handlers) *# Service - Currency Table Standard * Service - Currency Calc = Working documents = Service Stack - Currency Tables")
- 00:03, 20 May 2026 Sven the Barbarian talk contribs created page 2026-05-20 - Currency Project (Created page with "Development - Izara Currency old: Development - Service - Currencies = Overview = * Shared project where users can create currency tables used in Izara Market, Izara Supply, Izara Accounting etc * A table is a list of conversions from one currency to another * Currencies are not limited to standards, anyone can create any currency, so external projects must allow fo...")
- 23:53, 19 May 2026 Sven the Barbarian talk contribs created page Development - Izara Currency (Created page with "= Backend = == Backend services == * Service Stack - Currency Oracles * Service Stack - Currency Tables")
- 02:29, 30 April 2026 Sven the Barbarian talk contribs created page Device - Temperature Sensor (Created page with "= Overview = Relay controller = Repository = http://git.izara.io/IzaraIoT-Device/IzaraIoT-Device-TemperatureSensor = Working documents = Temperature Sensor")
- 14:30, 24 April 2026 Sven the Barbarian talk contribs created page Device - Relay Controller (Created page with "= Overview = Relay controller = Repository = http://git.izara.io/IzaraIoT-Device/IzaraIoT-Device-RelayController = Working documents = Relay Controller")
- 14:23, 24 April 2026 Sven the Barbarian talk contribs created page Device - Firmware (Created page with "= Overview = Initial firmware for Arduno devices. = Repository = http://git.izara.io/IzaraIoT-Device/IzaraIoT-Device-Firmware = Working documents = Device Firmware")
- 09:22, 17 April 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Expense (Created page with "= Overview = Links Expense objects to Accounting structures. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == comAccExpenseLink == <syntaxhighlight lang="JavaScript"> { objectType: "comAccExpenseLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLinkByBusiness" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccExpenseLin...")
- 01:24, 16 April 2026 Sven the Barbarian talk contribs created page 2026-04-16 - Cross Project Account Config (Created page with "Development - Izara Commerce to Accounting = Example case = * Commerce has option when creating a new Business to create new Organization in Izara Accounting and link through ComAcc * Cross platform sign in system for frontend will automatically create user accounts on each project as we redirect there (ComAcc and Accounting) * redirects to ComAcc and Accounting to make sure user data created * ComAcc offers list of accounting configs to choose from, these configs...")
- 23:15, 15 April 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Other Purchase Item (Created page with "= Overview = Links Other Purchase Item objects to Accounting structures. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == comAccOtherPurchaseItemLink == <syntaxhighlight lang="JavaScript"> { objectType: "comAccOtherPurchaseItemLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLinkByBusiness" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB",...")
- 23:12, 15 April 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Freight In (Created page with "= Overview = Links Freight In objects to Accounting structures. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == comAccFreightInLink == <syntaxhighlight lang="JavaScript"> { objectType: "comAccFreightInLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLinkByBusiness" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccFre...")
- 22:50, 15 April 2026 Sven the Barbarian talk contribs created page Service - Other Purchase Item Standard (Created page with "= Overview = Handler service for a standard other purchase line item types. = Repository = ... = Schemas = == ObjectSchemas == === otherPurchaseItemStandard === <syntaxhighlight lang="JavaScript"> { "objectType": "otherPurchaseItemStandard", "extendObjType": { "serviceTag": "OtherPurchaseItemManager", "objectType": "otherPurchaseItem" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" }...")
- 22:49, 15 April 2026 Sven the Barbarian talk contribs created page Service - Other Purchase Item Manager (Created page with "= Overview = Manager service for other Purchase Line Item types. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === otherPurchaseItem === <syntaxhighlight lang="JavaScript"> { objectType: "otherPurchaseItem", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandl...")
- 22:46, 15 April 2026 Sven the Barbarian talk contribs created page Service - Freight In Standard (Created page with "= Overview = Handler service for a standard freight in service. = Repository = ... = Schemas = == ObjectSchemas == === freightInStandard === <syntaxhighlight lang="JavaScript"> { "objectType": "freightInStandard", "extendObjType": { "serviceTag": "FreightInManager", "objectType": "freightIn" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } }, "addOnDataStructure": [], "fieldNam...")
- 22:45, 15 April 2026 Sven the Barbarian talk contribs created page Service - Freight In Manager (Created page with "= Overview = Manager service for different Freight In types. = Repository = .... = Object Schemas = ; Additional Information: Per Service Schemas == objType == === freightIn === <syntaxhighlight lang="JavaScript"> { objectType: "freightIn", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, f...")
- 22:37, 15 April 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Services (Created page with "= Overview = Links Services objects to Accounting structures. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == comAccServicesLink == <syntaxhighlight lang="JavaScript"> { objectType: "comAccServicesLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLinkByBusiness" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccService...")
- 12:16, 9 April 2026 Sven the Barbarian talk contribs created page Development - Izara IoT (Created page with "= Backend = == Backend services == * Service Stack - Data Ingest * Service Stack - Device Config == On-site projects == * Server - Device Sensor Bridge * Server - Device Config Bridge * Server - Video Feed Bridge == Device projects == * Device - Relay Manager * Device - Sensor Relay Manager == NPM modules == * ..")
- 09:00, 21 March 2026 Sven the Barbarian talk contribs moved page Service - Purchase Line Other Charge to Service - Purchase Line Item Other (correction)
- 00:33, 3 March 2026 Sven the Barbarian talk contribs created page 2026-03-02 - System Notifications (Created page with "= Notes = * System notifications can be sent by any flow, eg Issues juror request * Want to central list available for example notification page * Each project has it's own system notifications, manages it's own notifcation schema = Data Structures = * notificationType and notificationTypeId standard data structures * userSystemNotification objType in UserContactManager in dynamo * defaultNotificationUserContact in graph = Notification Schema = * Each service has...")
- 00:29, 3 March 2026 Sven the Barbarian talk contribs created page Standard Data Structures (Created page with "= Overview = Standard structure and definitions. = Definition = == objType == <syntaxhighlight lang="JavaScript"> { serviceTag: "xxx", objectType: "yyy" } </syntaxhighlight> use to identify which serviceTag that object schema located * serviceTag: service tag that stored object schema * objectType: name of object schema == objTypeConcat == <syntaxhighlight lang="JavaScript"> <serviceTag>_<objectType> </syntaxhighlight> * objTypeConcat: "serviceTag" + "_" + "objectTy...")
- 23:52, 24 February 2026 Sven the Barbarian talk contribs created page 2026-02-25 - Code Hooks and Flow Steps (Created page with "= Concepts = * plugInHooks split the generated flow code into multiple Lambdas * PlugInHooks are case specific, some invocations will invoke sync or async code, some will not * codeHooks are hard-wired, all invocations run the codeHook logic * codeHooks will vary per service and per case (eg objType in shared endpoint) * Two locations for codeHooks, one is in flow generated Lambdas (name: codeHooks), second is codeHooks in per service standard generated code, eg create...")
- 12:10, 22 February 2026 Sven the Barbarian talk contribs created page 2026-02-22 - Commerce and Accounting notes (Created page with "Development - Izara Commerce Development - Izara Commerce to Accounting Development - Izara Accounting = General = * one account can have multiple organizations = General Ledger = * summary grouped into 5 categories: assets, liabilities, equity, revenue, and expenses * each summary value is called a GL Account or Control Account (this is the total/balance of all Subsidiary Ledgers) * Each GL category can be split into any number of control accounts, eg a...")
- 10:41, 22 February 2026 Sven the Barbarian talk contribs created page Service - Period (Created page with "= Overview = Each period for an organization. = Repository = ... = Schemas = ==ObjectSchemas== === Period === <syntaxhighlight lang="JavaScript"> { objectType: "period", canDelete: false, belongTo: { serviceTag: "Organization", objectType: "organization" }, addOnDataStructure: [ { type:"versionedData", versionedDataLabel: "periodDetail", storageResourceTag : "myGraph", fieldNames: { "xxx":{ type: "string", requiredOnCreate: tru...")
- 10:27, 22 February 2026 Sven the Barbarian talk contribs created page Service Stack - Periods (Created page with "= Overview = Services that manage accounting periods. = Services = * Service - Period = Working documents = Service Stack - Periods")
- 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 }...")