Item units tracked in the system can be set up as serialized, quantity-tracked, lot-tracked, or non-inventory.
PanatrackerST uses the concept of a Handle, the identifier used to select an item on transactions after it is added to the system. All items are tracked by handle to maintain consistency across the system.
An Item Master structure is used across the system. Benefits include:
Serial-tracked units have a quantity of 1 and are individually identified with a unique Handle ID. The handle may be a serial number or asset tag and is typically barcoded.
Key characteristics:
Example of serialized unit records:
| Handle | Item Master | Location |
| PST.1001 | 123456 | Area A01-S01 |
| PST.1002 | 123456 | Area A01-S01 |
| PST.1003 | 123456 | Area B02-S01 |
Quantity-tracked units use the Item Master as the Handle ID. Multiple records can exist for the same handle based on location, custody, project, and status. When items are moved or updated, records are merged based on matching location, custody, project assignment, and status.
When a quantity-tracked item is selected on a transaction, the user selects the "from" location and any other differentiators. The current available quantity is displayed, and the user enters the quantity for the transaction.
Example of record merges:
If Handle ABC123 has multiple records in Area A01-S01 due to project allocations, additional filtering is required.
Quantity-tracked units can be serialized by assigning them to a movable container. Containers can be set up to hold a single Item Master with matching attributes, allowing the container to be selected like a serialized unit.
Without a container: Moving 200 EACH requires selecting the handle, the move-from location, the quantity, and the move-to location.
With a container: Moving requires only scanning the container and scanning the move-to location.
The lot number is assigned as the unit Handle for lot-tracked items. A separate lot system field is also populated. This design supports future functionality for items with both a serial number and lot number (not currently available).
Key rules for lot-tracked items:
The non-inventory item type represents items that can be recorded as issued without tracking them in the system. Currently used only as a consumable selection option on the Unit Maintenance transaction: for example, recording spark plugs or motor oil used during vehicle maintenance without inventorying those items. Item Masters are still set up for selection on the transaction.