New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 14:56, 27 January 2026 Service - Supply Network (hist | edit) [2,713 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Supply Networks (hist | edit) [315 bytes] Sven the Barbarian (talk | contribs) (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 Service - Ledger (hist | edit) [2,651 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Ledgers (hist | edit) [344 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Vendor Payments (hist | edit) [224 bytes] Sven the Barbarian (talk | contribs) (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 Service - Vendor Payment (hist | edit) [1,444 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Customer Payments (hist | edit) [228 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Services that customer payments. = Services = * Service - Customer Payment = Working documents = Service Stack - Customer Payments")
- 14:39, 23 January 2026 Service Stack - CommerceAccounting Vendor Payments (hist | edit) [281 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - CommerceAccounting Expenses (hist | edit) [414 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - CommerceAccounting Customer Payments (hist | edit) [291 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Business Accounts (hist | edit) [250 bytes] Sven the Barbarian (talk | contribs) (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 Service - Expense (hist | edit) [829 bytes] Sven the Barbarian (talk | contribs) (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 Service - Customer Payment (hist | edit) [1,476 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Vendor Payment (hist | edit) [1,153 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Customer Payment (hist | edit) [1,173 bytes] Sven the Barbarian (talk | contribs) (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 Service - Business Account (hist | edit) [3,463 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Manufacture (hist | edit) [1,299 bytes] Sven the Barbarian (talk | contribs) (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 Service - Work In Progress Inventory (hist | edit) [1,901 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Expenses (hist | edit) [191 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Services that manage expenses. = Services = * Service - Expense = Working documents = Service Stack - Expenses")
- 14:43, 21 January 2026 Service Stack - CommerceAccounting Manufacture (hist | edit) [276 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Services that manage manufacturing adjustments. = Services = * Service - CommerceAccounting Manufacture = Working documents = Service Stack - CommerceAccounting Manufacture")
- 14:42, 21 January 2026 Service - Manufacture Operation (hist | edit) [3,178 bytes] Sven the Barbarian (talk | contribs) (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 Service - Work In Progress Labor (hist | edit) [722 bytes] Sven the Barbarian (talk | contribs) (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 Service - Work In Progress Manager (hist | edit) [1,037 bytes] Sven the Barbarian (talk | contribs) (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 2026-01-2 - Single Sign In Across Multiple Projects (hist | edit) [1,068 bytes] Sven the Barbarian (talk | contribs) (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 2026-01-20 - Monitoring Streams into AWS (hist | edit) [1,415 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Manufacture (hist | edit) [385 bytes] Sven the Barbarian (talk | contribs) (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 Service - Expense Over Time (hist | edit) [759 bytes] Sven the Barbarian (talk | contribs) (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 Service - Expense Point In Time (hist | edit) [779 bytes] Sven the Barbarian (talk | contribs) (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 Service - Expense Manager (hist | edit) [873 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase Line Other Charge (hist | edit) [933 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase (hist | edit) [5,074 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase Line Item Expense (hist | edit) [1,452 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase Line Item Freight (hist | edit) [908 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase Line Item Inventory (hist | edit) [2,063 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase Line Item Manager (hist | edit) [1,487 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase Line Item Sales Tax (hist | edit) [919 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase Line Item Services (hist | edit) [1,466 bytes] Sven the Barbarian (talk | contribs) (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 Service - Purchase Line Item Vat Tax (hist | edit) [905 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Purchase (hist | edit) [2,433 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Vendor (hist | edit) [1,022 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Customer (hist | edit) [1,055 bytes] Sven the Barbarian (talk | contribs) (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 Service - Inventory Intangible Goods (hist | edit) [1,524 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Sale (hist | edit) [3,268 bytes] Sven the Barbarian (talk | contribs) (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 Service - CommerceAccounting Inventory (hist | edit) [456 bytes] Sven the Barbarian (talk | contribs) (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...")
- 07:08, 6 January 2026 2026-01-06 - Cctv service design (hist | edit) [3,353 bytes] Seagame (talk | contribs) (Created page with "== CCTV Server Configuration == This configuration is used for the CCTV server. A Python FastAPI server will be created to: * Pull video from cameras * Save video locally on the computer * Upload video to S3 '''Video File Naming Convention:''' <code>{cameraName}_{videofeedId}_{startTimeRecordTimeStamp}_{endTimeRecordTimeStamp}</code> === Configuration File (config.json) === <syntaxhighlight lang="json"> { "cameras": [ { "cameraName": "camera1", "ipA...")
- 02:42, 5 January 2026 Service - CommerceAccounting Link (hist | edit) [2,309 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - CommerceAccounting Link (hist | edit) [298 bytes] Sven the Barbarian (talk | contribs) (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 Service - Business (hist | edit) [2,830 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - Business (hist | edit) [281 bytes] Sven the Barbarian (talk | contribs) (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 Service Stack - CommerceAccounting Purchases (hist | edit) [262 bytes] Sven the Barbarian (talk | contribs) (Created page with "= Overview = Services that manage purchase adjustments. = Services = * Service - CommerceAccounting Purchase = Working documents = Service Stack - CommerceAccounting Purchase")