Service - Services Over Time

From Izara Wiki
Revision as of 12:58, 2 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for services that where the accounting application of income is spread over a period of time. = Repository = ... = Schemas = ==ObjectSchemas== === servicesOverTime === <syntaxhighlight lang="JavaScript"> { "objectType": "servicesOverTime", "extendObjType": { "serviceTag": "servicesManager", "objectType": "services" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandle...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Handler service for services that where the accounting application of income is spread over a period of time.

Repository

...

Schemas

ObjectSchemas

servicesOverTime

{
  "objectType": "servicesOverTime",
  "extendObjType": {
    "serviceTag": "servicesManager",
    "objectType": "services"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
    "dynamo": {
      "storageType": "dynamoDB",
      "tableName": "servicesOverTime",
    }    
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from inventory objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Services Over Time