Columns
Use the display menu to add optional columns such as Updated and Last updated by. Last updated by shows the account email for the user recorded on the shipment’s latest update. The overview receives the updater ID from Convex and resolves the email through SvelteKit’s WorkOS identity cache; it does not call the Python engine for this profile data.Missing mandatory fields
The Missing mandatory column showsTrue when a shipment is missing one or more active shipment, stop, goods line, or item fields that are marked Mandatory in that shipment’s field metadata. It shows False when every active mandatory field checked by the shipment detail validation has a value.
The check follows the shipment detail and send-readiness rules. Shipment values are read from built-in shipment fields, parameters, external metadata, and external IDs; stop values also use the same built-in aliases as the detail editor. 0 and false count as present, while empty strings, empty arrays, and missing values count as missing.
Deleted orders
Deleted orders are hidden by default. Use the Show deleted toggle in the overview toolbar to load them; Hide deleted removes them again. Deleted rows appear with aDeleted chip and subdued styling, and stay open for inspection, but they cannot be selected in bulk or take operational actions (accept, send, reject/delete, direct status changes, or reprocess). The toggle is not saved with overview views and resets to hidden on reload.
Enum fields
Project-configured enum fields use their display labels in the overview UI. Dynamic columns, filter suggestions, filter chips, grouping headers, and sort comparisons show labels such asPharma instead of raw values such as 021.
The raw enum value remains stored on the shipment and is still used for downstream payloads and integration contracts. Saved overview filters that already reference a raw enum value continue to match; when the schema has a matching label, the filter is displayed with that label.