Service - Expense Over Time

From Izara Wiki
Revision as of 15:03, 21 January 2026 by Sven the Barbarian (talk | contribs)
Jump to navigation Jump to search

Overview

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

Repository

...

Schemas

ObjectSchemas

expenseOverTime

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

RelationshipSchemas

...

Working documents

Expense Over Time