Registers
View, Edit, Reset and Delete Cash Book Entries
Saved Cash Book rows can be opened for detail review, edited when a field is wrong, reset during editing, or deleted when the row is a duplicate or test entry.
- Menu path
- Manage -> Cash Book -> row actions
- Verified from
- Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence
frontend/modules/expenses.html expenses_view detail modal, frontend/static/script/js/modules/js/expenses.js showDetails viewExpensesData showEdit editExpenses resetEditButton showDelete deleteSelectedExpense, frontend/static/script/js/modules/js/users.js expense permissions
Open a Saved Entry
- Open Manage -> Cash Book.
- Filter until the row is visible.
- Open the row action menu.
- Choose View Expense.
- Read Date, Amount, Type, Category, Recipient Name, Approved by, Expenses Note, Created Date and Updated Date.
- Close the detail modal after review.
Edit an Entry
Edit only when the cash movement is real and one recorded field is wrong. If the original entry should remain as evidence, create a correcting entry instead according to owner policy.
- Open the row action menu.
- Choose Edit Expense.
- Review the existing values loaded into the panel.
- Change only the incorrect fields.
- Use Reset if you need to reload the original entry values before saving.
- Click Update.
- Open the row again and verify the detail modal.
What the Detail Modal Shows
| Detail | Why it matters | What to check |
|---|---|---|
| Date | Places the entry in the shift or business day. | Wrong dates can distort reports. |
| Amount | Explains drawer movement. | Must match counted cash or receipt evidence. |
| Type | Classifies Money In or Money Out. | Wrong direction reverses the meaning. |
| Category | Groups the reason. | Use the agreed category list. |
| Recipient Name | Names who received or supplied money. | Avoid blanks for payouts. |
| Approved by | Shows authorization. | Required for controlled drawers. |
| Created/Updated Date | Shows when the record changed. | Useful when investigating late edits. |
Delete Rules
- Delete only duplicate, training or mistaken entries approved for removal.
- Do not delete real entries to hide cash differences.
- Check Recycle Bin settings before relying on restore.
- Export the row or report first if the business keeps correction evidence.
- Review Cash Book Reports after deleting or editing a row.
Permission Check
Cash Book actions are controlled by the expense module permissions. A user may be able to read entries without being allowed to write or delete them.
- Read permission allows list and detail review.
- Write permission allows New Entry and Edit.
- Delete permission allows row delete and selected delete.
- Owner roles should review who can approve and who can record cash movement.
- Do not share an admin login just so a cashier can enter Cash Book rows.