Leave Add Delivery Note unticked
Save an ordinary invoice without creating any Delivery Note record.
Exact navigationAdmin Area → Invoices → New Invoice
What this guide covers
Save an ordinary invoice without creating any Delivery Note record. 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
- Create the invoice as normal.
- Leave Add Delivery Note unticked.
- Do not open or populate the optional modal unless required.
- Save the invoice.
- Confirm the invoice exists and the Delivery Note button offers Create rather than View.
Fields, choices and supported possibilities
- The Delivery Note checkbox defaults to off
- No module hidden fields are injected
- No module record, token, email or event is created
Code-backed validations and workflow rules
- The optional panel must not change normal invoicing when it is not selected.
- The invoice payload filter still protects the invoice from stray module keys.
- This is the code-backed default branch.
Expected result and verification
- A normal core invoice is saved with no linked non-void Delivery Note.
Checks, security and troubleshooting
- Use this branch for invoices that do not require delivery confirmation.
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.
