Service - Unit Packing

From Izara Wiki
Revision as of 12:18, 6 August 2023 by Sven the Barbarian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Working documents

Unit Standard