Service - Unit Packing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
* Unit Packings can themselves be added to other Unit Packings | * 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 | * When a Unit is in a Unit Packing, it cannot be added to another Unit Packing | ||
* Unit Standards inside a Unit Packing cannot be used in a [[Service - Transform Units]] with inputUnits that are not in the same Unit Packing | |||
= Working documents = | = Working documents = |
Latest revision as of 12:18, 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
- Unit Standards inside a Unit Packing cannot be used in a Service - Transform Units with inputUnits that are not in the same Unit Packing