New pages
Jump to navigation
Jump to search
- 02:29, 30 April 2026 Device - Temperature Sensor (hist | edit) [214 bytes] Sven the Barbarian (talk | contribs) (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 Device - Relay Controller (hist | edit) [208 bytes] Sven the Barbarian (talk | contribs) (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 Device - Firmware (hist | edit) [219 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Expense (hist | edit) [1,696 bytes] Sven the Barbarian (talk | contribs) (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 2026-04-16 - Cross Project Account Config (hist | edit) [1,104 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Other Purchase Item (hist | edit) [1,837 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Freight In (hist | edit) [2,249 bytes] Sven the Barbarian (talk | contribs) (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 Service - Other Purchase Item Standard (hist | edit) [832 bytes] Sven the Barbarian (talk | contribs) (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 Service - Other Purchase Item Manager (hist | edit) [932 bytes] Sven the Barbarian (talk | contribs) (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 Service - Freight In Standard (hist | edit) [753 bytes] Sven the Barbarian (talk | contribs) (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 Service - Freight In Manager (hist | edit) [893 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Services (hist | edit) [2,414 bytes] Sven the Barbarian (talk | contribs) (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 Development - Izara IoT (hist | edit) [375 bytes] Sven the Barbarian (talk | contribs) (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, 19 March 2026 2026-03-19 Deploy and Setting EC2 instances (hist | edit) [13,495 bytes] Seagame (talk | contribs) (Created blank page)
- 07:56, 19 March 2026 2026-03-19 Deploy and Setting EC2 Instance (hist | edit) [0 bytes] Seagame (talk | contribs) (Created blank page)
- 03:03, 9 March 2026 2026-03-09 - Microfrontend Deployment Guide to AWS (hist | edit) [11,777 bytes] Seagame (talk | contribs) (Created page with "= Microfrontend Deployment Guide to AWS = == Table of Contents == # Build Process # Deploying Individual Microfrontends # RootConfig Deployment # CloudFront Configuration for RootConfig # Deployment Checklist # Troubleshooting ---- == Build Process == === Building a Microfrontend === Each m...")
- 00:33, 3 March 2026 2026-03-02 - System Notifications (hist | edit) [2,124 bytes] Sven the Barbarian (talk | contribs) (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 Standard Data Structures (hist | edit) [8,759 bytes] Sven the Barbarian (talk | contribs) (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...")
- 11:07, 26 February 2026 2026-02-26 - ImportData CsvImportConfig (hist | edit) [13,710 bytes] Jammy (talk | contribs) (Created page with "= CsvImportConfig = <syntaxhighlight lang="JavaScript"> { "csvImportConfigId": "xxxxx", "recordDeliminator": "\n", "useUserReference": true, "fieldDeliminator": ",", "escapeString": "\\", "removeFloatingEscapeString": true, "removeWhiteSpace": true, "fieldNames": { "titleRow": 1, "titleRowOpenEnclose": "\"", "titleRowCloseEnclose": "\"", "replacefieldNames": {} }, "ignoreRows": [4,5], "overwriteColumnNam...")
- 23:52, 24 February 2026 2026-02-25 - Code Hooks and Flow Steps (hist | edit) [2,498 bytes] Sven the Barbarian (talk | contribs) (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 2026-02-22 - Commerce and Accounting notes (hist | edit) [12,179 bytes] Sven the Barbarian (talk | contribs) (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 Service - Period (hist | edit) [3,254 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Periods (hist | edit) [199 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Services that manage accounting periods. = Services = * Service - Period = Working documents = Service Stack - Periods")
- 10:44, 12 February 2026 2026-02-12 - Frontend LinkPath structure Lib requiredData And ComplexFilter (hist | edit) [1,432 bytes] Rut (talk | contribs) (Created page with "==Lib RequiredData== how to use <syntaxhighlight lang="JavaScript"> ``` const [modalSettingRequiredData, setModalSettingRequiredData] = useState(false); //state for open/close Modal function statusModalSettingLogicalElement(status) { setModalSettingLogicalElement(status); } //function for open/close Modal <ModalRequiredData //------------------standard------------------------------- titleModel={"sortField"} //HeaderModal statusModal={statusModalSettingRe...")