New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 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 Item Other (hist | edit) [1,013 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": {...") originally created as "Service - Purchase Line Other Charge"
- 14:55, 18 January 2026 Service - Purchase (hist | edit) [4,970 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) [1,029 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,462 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...")