User contributions for Sven the Barbarian
Jump to navigation
Jump to search
27 January 2026
- 14:5614:56, 27 January 2026 diff hist −28 Service - Business No edit summary current
- 14:5614:56, 27 January 2026 diff hist +2,713 N 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 :..." current
- 14:5514:55, 27 January 2026 diff hist +315 N 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" current
- 14:5514:55, 27 January 2026 diff hist +39 Development - Izara Supply No edit summary current
25 January 2026
- 15:2515:25, 25 January 2026 diff hist +30 Development - Izara Accounting No edit summary current
- 15:2515:25, 25 January 2026 diff hist +2,651 N 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",..." current
- 15:2415:24, 25 January 2026 diff hist +344 N 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" current
23 January 2026
- 14:4014:40, 23 January 2026 diff hist +224 N Service Stack - Vendor Payments Created page with "= Overview = Services that handle payments to vendors. = Services = * Service - Vendor Payment = Working documents = Service Stack - Vendor Payments" current
- 14:4014:40, 23 January 2026 diff hist +7 Service Stack - Customer Payments No edit summary current
- 14:3914:39, 23 January 2026 diff hist +1,444 N 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: {..." current
- 14:3914:39, 23 January 2026 diff hist +221 N Service Stack - Customer Payments Created page with "= Overview = Services that customer payments. = Services = * Service - Customer Payment = Working documents = Service Stack - Customer Payments"
- 14:3914:39, 23 January 2026 diff hist +281 N 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" current
- 14:3814:38, 23 January 2026 diff hist +414 N 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" current
- 14:3814:38, 23 January 2026 diff hist +291 N 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" current
- 14:3814:38, 23 January 2026 diff hist +250 N 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" current
- 14:3814:38, 23 January 2026 diff hist +829 N 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..." current
- 14:3714:37, 23 January 2026 diff hist +1,476 N 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..." current
- 14:3714:37, 23 January 2026 diff hist +1,153 N 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..." current
- 14:3714:37, 23 January 2026 diff hist +180 Service - CommerceAccounting Purchase No edit summary current
- 14:3714:37, 23 January 2026 diff hist −775 Service - CommerceAccounting Inventory No edit summary current
- 14:3514:35, 23 January 2026 diff hist +1,173 N 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: { //..." current
- 14:3514:35, 23 January 2026 diff hist +3,463 N 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: {..." current
- 14:3514:35, 23 January 2026 diff hist +40 Development - Izara Commerce No edit summary current
21 January 2026
- 15:2215:22, 21 January 2026 diff hist +12 Service - CommerceAccounting Sale →Object Schemas current
- 15:2215:22, 21 January 2026 diff hist +12 Service - CommerceAccounting Customer →Object Schemas current
- 15:2215:22, 21 January 2026 diff hist +12 Service - CommerceAccounting Vendor →Object Schemas current
- 15:2215:22, 21 January 2026 diff hist +12 Service - CommerceAccounting Purchase →Object Schemas
- 15:2115:21, 21 January 2026 diff hist +12 Service - CommerceAccounting Inventory →Object Schemas
- 15:0815:08, 21 January 2026 diff hist +70 Service - Business →business
- 15:0615:06, 21 January 2026 diff hist −76 Service - Expense Over Time →expenseOverTime current Tag: Manual revert
- 15:0415:04, 21 January 2026 diff hist +6 Service - Expense Over Time →expenseOverTime Tag: Reverted
- 15:0315:03, 21 January 2026 diff hist +2 Service - Expense Over Time →expenseOverTime Tag: Reverted
- 15:0315:03, 21 January 2026 diff hist +68 Service - Expense Over Time No edit summary Tag: Reverted
- 14:5514:55, 21 January 2026 diff hist +1 Development - Izara Commerce to Accounting No edit summary current
- 14:4414:44, 21 January 2026 diff hist +1,299 N 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": {..." current
- 14:4314:43, 21 January 2026 diff hist +1,901 N 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..." current
- 14:4314:43, 21 January 2026 diff hist +191 N Service Stack - Expenses Created page with "= Overview = Services that manage expenses. = Services = * Service - Expense = Working documents = Service Stack - Expenses" current
- 14:4314:43, 21 January 2026 diff hist +276 N Service Stack - CommerceAccounting Manufacture Created page with "= Overview = Services that manage manufacturing adjustments. = Services = * Service - CommerceAccounting Manufacture = Working documents = Service Stack - CommerceAccounting Manufacture" current
- 14:4214:42, 21 January 2026 diff hist +3,178 N 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..." current
- 14:4214:42, 21 January 2026 diff hist +722 N 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 }..." current
- 14:4114:41, 21 January 2026 diff hist +1,037 N 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",..." current
- 03:4903:49, 21 January 2026 diff hist +128 2026-01-20 - Monitoring Streams into AWS No edit summary current
- 03:4603:46, 21 January 2026 diff hist +1,068 N 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..." current
20 January 2026
- 14:2714:27, 20 January 2026 diff hist +131 Per Service Schemas No edit summary
- 14:2514:25, 20 January 2026 diff hist +1,287 N 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:2514:25, 20 January 2026 diff hist +266 2026-01-01 - Integrating Izara Commerce with Supply and Market No edit summary current
19 January 2026
- 14:2914:29, 19 January 2026 diff hist +385 N 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" current
- 14:2914:29, 19 January 2026 diff hist +1 Development - Izara Commerce No edit summary
- 14:2614:26, 19 January 2026 diff hist +370 Service - Inventory Location Manager No edit summary current
- 14:2514:25, 19 January 2026 diff hist +238 Service - Inventory Manager No edit summary current