Service - Purchase Line Item Freight: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


Handler service for freight purchase line items.
Handler service for freight purchase line items.
* probably need a service that defines each type of freight line item, this can be used to link to Accounting accountId


= Repository =
= Repository =
Line 46: Line 48:
[[:Category:Working_documents - Purchase Line Item Freight| Purchase Line Item Freight]]
[[:Category:Working_documents - Purchase Line Item Freight| Purchase Line Item Freight]]


[[Category:Backend Freight| Purchase Line Item Freight]]
[[Category:Backend services| Purchase Line Item Freight]]

Latest revision as of 13:25, 15 April 2026

Overview

Handler service for freight purchase line items.

  • probably need a service that defines each type of freight line item, this can be used to link to Accounting accountId

Repository

...

Schemas

ObjectSchemas

purchaseLineItemFreight

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

RelationshipSchemas

...

Working documents

Purchase Line Item Freight