Service - Sale Line Other Income

From Izara Wiki
Revision as of 13:31, 10 January 2026 by Sven the Barbarian (talk | contribs) (→‎saleLineItemOtherIncome)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Handler service for other income sale line items.

Repository

...

Schemas

ObjectSchemas

saleLineItemOtherIncome

{
  "objectType": "saleLineItemOtherIncome",
  "extendObjType": {
    "serviceTag": "SaleLineItemManager",
    "objectType": "saleLineItem"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
    "dynamo": {
      "storageType": "dynamoDB",
      "tableName": "saleLineItemOtherIncome",
    }    
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from saleLineItem objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Sale Line Item Other Income