Registers
Find, Filter, Import and Export Cash Book Entries
The Cash Book list is the operator table for non-sale cash movement. It supports date filtering, field search, pagination, import, selected export, selected delete and refresh.
- Menu path
- Manage -> Cash Book
- Verified from
- Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence
frontend/modules/settings_write.html view_expenses table toolbar and filters, frontend/static/script/js/modules/js/expenses.js expensesTable exportExpense deleteSelectedExpense, frontend/static/Import_sample_files/expenses.csv
List Controls
| Control | Source surface | Use it for |
|---|---|---|
| Rows per page | view_expenses_per_page | Show 5, 10, 25, 50 or 100 entries. |
| Date range | view_expenses_daterange | Filter entries by business date/time. |
| Field selector | view_expenses_fields | Search Type, Category, Recipient or Approved By. |
| Search input | view_expenses_input | Enter the matching text for the selected field. |
| Import | expense_import | Import Cash Book rows from a CSV file. |
| Export selected | expenses_exportbtn | Export checked rows from the table. |
| Delete selected | selected delete toolbar | Delete checked rows when permitted. |
| Refresh | refresh toolbar | Reload the list after saving or changing filters. |
Filter the List
- Open Manage -> Cash Book.
- Choose the date range when checking a shift or month.
- Select a field: Type, Category, Recipient or Approved By.
- Enter the search value.
- Click Apply.
- Review entries and totals shown in pagination.
- Click Clear before starting a different search.
Import Cash Book CSV
Use import when moving a controlled set of expense rows into Posnic. The sample file in the POS source uses amount, type, category, recipientname, approvedby and description columns.
- Use this header row: amount,type,category,recipientname,approvedby,description.
- Use type values credit for Money In and debit for Money Out when preparing CSV.
- Keep amount numeric.
- Use category names consistently before importing many rows.
- Keep recipientname and approvedby short enough for the Cash Book form rules.
- Import a small test file before importing a full month.
- Open Reports -> Money -> Cash Book after import to review the result.
Export Selected Entries
- Filter the list to the rows you need.
- Tick the checkbox beside each entry.
- Confirm the selected count is correct.
- Click Export Selected.
- Open the exported file and compare amount, type, category, approved-by and note.
- Use the report export instead when the owner needs every entry in a date range.
Delete Selected Entries
Delete is controlled by expense delete permission. Use it only for duplicates or test entries approved for cleanup.
- Export first if the business keeps evidence of corrections.
- Do not delete a real cash movement to make close totals look easier.
- If Recycle Bin is enabled, deleted records can be reviewed there according to the shop policy.
- If Recycle Bin is off, deletion may not be recoverable from the normal UI.
- Prefer edit when the entry is real but one field is wrong.