Service - Expense Over Time: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(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...")
 
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 15:06, 21 January 2026

Overview

Handler service for an expense that happens over a time period.

Repository

...

Schemas

ObjectSchemas

expenseOverTime

{
  "objectType": "expenseOverTime",
  "extendObjType": {
    "serviceTag": "ExpenseManager",
    "objectType": "expense"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from purchaseLineItem objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Expense Over Time