Register, editing and status control

Change the Delivery Note register page size

Display 10, 25, 50 or 100 loaded records per client-side page.

Audience: Delivery operations staffPermission: Delivery Note: ViewModule v1.0.0
Exact navigationAdmin Area → Delivery Note → Per page

What this guide covers

Display 10, 25, 50 or 100 loaded records per client-side page. 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 register.
  2. Choose 10, 25, 50 or 100 from Per page.
  3. Use Previous, Next or the numbered buttons to move through the loaded rows.
  4. Change the search term if a smaller result set is required.

Fields, choices and supported possibilities

  • Allowed page sizes: 10, 25, 50, 100
  • Previous and Next buttons
  • Up to five numbered page buttons displayed around the current page

Code-backed validations and workflow rules

  • Changing page size does not ask the server for more than the newest 100 records.
  • Search results are repaginated client-side.
  • The current page is corrected when filtering reduces the number of pages.

Expected result and verification

  • The loaded register rows are divided into the selected page size without losing the search state.

Checks, security and troubleshooting

  • Do not describe this as database pagination; it is browser-side pagination of the model’s fixed result.
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.