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...")