Register, editing and status control

Review the delivered-items snapshot

Interpret the descriptions, quantities and units copied from invoice items.

Audience: Delivery staff and auditorsPermission: Delivery Note: ViewModule v1.0.0
Exact navigationAdmin Area → Delivery Note → View → Delivered Items

What this guide covers

Interpret the descriptions, quantities and units copied from invoice items. This guide follows the supplied Delivery Note module’s live hooks, controller actions, model rules, views and stored side effects.

Exact step-by-step process

  1. Open the note detail page.
  2. Review each item description and long description.
  3. Confirm quantity and unit against the physical delivery evidence.
  4. Compare with the source invoice only to understand later changes.
  5. Use the delivery-note snapshot as the creation-time record.

Fields, choices and supported possibilities

  • Items are loaded from core itemable rows where rel_type is invoice
  • Order follows item_order ascending
  • Snapshot stores description, long description, quantity and unit-related values

Code-backed validations and workflow rules

  • The snapshot is not recalculated after invoice edits.
  • Prices and totals are not displayed as delivered-item commercial values.
  • An empty item section can indicate a source invoice without item rows or an unavailable snapshot.

Expected result and verification

  • The delivered-items section remains stable for audit even if the invoice is edited later.

Checks, security and troubleshooting

  • Investigate discrepancies before signing; a signed note cannot be edited.
Stay within the supported flowDo not force database values, expose secure tokens, bypass permission checks, replace a stored signature or invent a status or interface that the supplied code does not implement.