Invoice integration and note creation

Leave Add Delivery Note unticked

Save an ordinary invoice without creating any Delivery Note record.

Audience: Invoice staffPermission: Invoices: CreateModule v1.0.0
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

  1. Create the invoice as normal.
  2. Leave Add Delivery Note unticked.
  3. Do not open or populate the optional modal unless required.
  4. Save the invoice.
  5. 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.