Edit an open Delivery Note
Correct delivery details before the recipient signs. The guide then takes you through the correct route, the checks to complete before making changes, the workflow in order, and the evidence to review afterwards.
Where to goAdmin Area → Delivery Note → View note → Edit
What you’ll accomplish
Correct delivery details before the recipient signs. This guide follows the supplied Delivery Note module’s live hooks, controller actions, model rules, views and stored side effects.
Follow these steps
- Go to the target note and confirm status Open.
- Select Edit.
- Amend only the delivery fields that require correction.
- Check the invoice snapshot for context.
- Select Save Delivery Note.
- Return to the detail page and verify the Updated event.
Fields and options to review
- Delivery Date
- Delivery Method
- Delivered By
- Tracking / Vehicle / Job Reference
- Recipient Name
- Recipient Email
- Delivery Address
- Delivery Notes
Rules the system enforces
- The controller blocks edit when status is signed.
- The model also refuses an update to a signed note.
- Editing does not rewrite the source invoice, client or item snapshot.
- A successful update records `updated_at` and an `updated` event.
How to confirm it worked
- The open note reflects the corrected delivery details while preserving its original reference, token and snapshot.
Safety checks and troubleshooting
- After changing Recipient Email, the supplied code does not automatically resend the dispatch message.
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.
Continue with related guidance
Was this guide useful?Your response is stored only in this browser.
