Service - Unit Packing: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Overview = Handler service for the packing unit that represents multiple standard units packed into a single trackable unit, eg carton. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-unit-packing = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph"...") |
No edit summary |
||
Line 32: | Line 32: | ||
[[Standard LogicalResults Per Service]] | [[Standard LogicalResults Per Service]] | ||
= Notes = | |||
* Unit Packings can themselves be added to other Unit Packings | |||
* When a Unit is in a Unit Packing, it cannot be added to another Unit Packing | |||
= Working documents = | = Working documents = |
Revision as of 12:16, 6 August 2023
Overview
Handler service for the packing unit that represents multiple standard units packed into a single trackable unit, eg carton.
Repository
https://bitbucket.org/izara-supply-units/izara-supply-units-unit-packing
DynamoDB tables
Standard Config Table Per Service
Configuration tags
{
configTag: "SupplyGraphServiceName"
configKey: "SupplyGraphServiceName"
configValue: xxx // eg: "SupplyGraph"
}
{
configTag: "UnitManagerServiceName"
configKey: "UnitManagerServiceName"
configValue: xxx // eg: "UnitManager"
}
LogicalResults
Standard LogicalResults Per Service
Notes
- Unit Packings can themselves be added to other Unit Packings
- When a Unit is in a Unit Packing, it cannot be added to another Unit Packing