Settings
Count Payments, Denominations and Close a Register
Close is the proof step: compare each expected payment total with physical cash or provider evidence, save the real counted values, explain every difference, optionally save a denomination breakdown, and preserve the automatically generated Register Summary.
- Menu path
- Manage -> Cash Register -> open session
- Verified from
- Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence
Live local Posnic open, counted-variance and close-summary workflow audited 2026-09-10, frontend/modules/settings_write.html payment_tally_tbody register_add_payment_description register_render_amount register_cloeButton, frontend/modals/registers.html printable Register Summary, frontend/static/script/js/modules/js/registers.js cashReportRegister registerCountedAmount registercloseFormSubmit printRegisterscreen saveDenominationData, api/src/middleware/registers.validation.js close and counted-amount validation, api/src/controllers/registers.controller.js close audit event, api/src/repositories/register.repository.js expected-cash formula, immutable close values and session lock
Read Payment Tally
Payment Tally is built from the register's saved sales. Expected is what Posnic recorded. Counted is what the cashier verifies. Difference is counted minus expected.
| Column | Meaning | Operator work |
|---|---|---|
| Payment Type | Cash, card, UPI, wallet or other configured payment label. | Verify each payment label separately. |
| Expected | For Cash: opening float + cash sale tender + Cash In - Cash Out. Other rows come from their saved payment labels. | Treat it as Posnic's session expectation, not proof of money received. |
| Counted | Amount physically counted or confirmed from external settlement. | Enter the real counted amount. |
| Difference | Counted minus expected. | Investigate non-zero differences before close. |
How Posnic Calculates Expected Cash
The close repository recomputes Cash from the saved register session. For split payments it adds only the Cash slice; for a normal sale it adds the amount only when the saved payment mode is Cash.
| Component | Effect on expected cash | Where to verify |
|---|---|---|
| Opening Float | Adds the starting drawer cash. | Register Details and Cash Details. |
| Cash sale or Cash split-payment slice | Adds cash tender attached to saved sales. | Sales History and Payment Tally. |
| Cash In | Adds approved non-sale drawer money. | Cash Details -> Cash In. |
| Cash Out | Subtracts approved money removed from the drawer. | Cash Details -> Cash Out. |
| Card, QR, UPI or other non-cash method | Does not add physical drawer cash; it receives its own tally row. | Provider/terminal evidence and the matching payment row. |
Count Each Payment Method
- Open Manage -> Cash Register while the session is open.
- Read the register name and open date.
- For Cash, count the physical drawer cash.
- For card, QR, UPI, wallet or bank labels, compare with the external terminal/provider report.
- Enter Counted amount for each payment type.
- Watch Difference after each counted value changes.
- Write and save a Payment Note for any mismatch or unusual event. Keep separate evidence because the current printed Register Summary omits this note.
- Do not close until manager-required checks are complete.
Interpret Difference Correctly
| Difference | Meaning | Required review |
|---|---|---|
| 0.00 | Counted equals Expected. | Still verify the count and provider report; matching numbers alone do not prove correct tender labels. |
| Positive | Counted is greater than Expected: the drawer or provider total is over. | Recount, check opening float, payment labels and unrecorded Cash In. |
| Negative | Counted is less than Expected: the drawer or provider total is short. | Recount, check refunds, payment labels, Cash Out and missing cash. |
| Counted remains zero | No verified amount has been entered, or the real verified total is genuinely zero. | Do not treat the displayed Difference as a completed close until the count is intentionally saved. |
Use Payment Summary
Payment Summary gives the session totals: Payment Received, Refunds and Net Receipts. Use it as the high-level check before the physical count.
- Payment Received should match the payment methods expected for the session.
- Refunds should be reviewed against return/refund approvals.
- Net Receipts should make sense for the shift volume.
- If totals look wrong, inspect Sales History before closing.
- External settlement evidence still lives outside Posnic for many payment providers.
Count Denominations
The Denomination card uses note/coin buttons from shop settings or currency defaults. It helps the cashier explain the physical cash total.
- Scroll to Denomination.
- Click each cash value button for every note or coin counted.
- Watch Total update.
- Use Save when first entering denomination data.
- Use Update Denomination when revising saved denomination data.
- Delete denomination only when the count was entered for the wrong session or owner policy allows a reset.
- Compare the denomination total with the Cash counted amount.
- When Total Sales is zero, Posnic disables denomination access even if an opening float exists; enter the Cash counted amount directly and retain outside count evidence if needed.
Close the Register
Close Register immediately finalizes the open session and starts the printable Register Summary. There is no confirmation dialog in the current screen, so finish every check before selecting it.
- Normal users can close only their own user/device session. Backend override roles are manager, admin and super_admin.
- The close stores who performed it and emits a register_close audit event.
- The saved close figures are Expected, Counted and Over/Short. Later report viewing should use those stored values rather than recomputing today's screen.
- The printable summary includes branch, user, register, open/close times, payment tally, payment totals, sales totals, Opening Float, Cash In and Cash Out.
- The printable summary currently omits Payment Note, denomination breakdown and the explicit label Over/Short; retain those separately when required.
- Stop sales on this physical drawer and confirm the branch, register name, open date and signed-in user.
- Save Counted for every payment row and investigate each non-zero Difference.
- Save the Payment Note and denomination breakdown where used.
- Review Payment Received, Refunds, Net Receipts, Total Sales, transaction count, Opening Float, Cash In and Cash Out.
- Select Close Register once. Posnic closes immediately; it does not ask for confirmation.
- When the print window opens, print or save the Register Summary according to owner policy.
- Verify the register now shows Closed and review its saved session in Register Reports.
Do Not Blind Close
The current close API requires only the active cash-register session ID. Posnic therefore allows a session to close without a saved Cash counted value. In that case it preserves Expected but stores Counted and Over/Short as blank rather than proving reconciliation.
- A successful Close message does not prove the drawer was counted.
- Always click each Counted value and save the verified number before Close Register.
- If Counted is intentionally zero, save zero and explain why according to policy.
- Review Register Reports after close and escalate any session with missing Counted or Over/Short evidence.
Common Differences
| Difference source | Where to check | Fix |
|---|---|---|
| Wrong opening float | Register Details and Opening Float table. | Add a note; correct process next session. |
| Cash sale marked as Card/UPI | Sales History payment method. | Correct according to sale edit policy or explain in note. |
| Cash removed without record | Cash In/Out tables. | Record approved cash out before close if policy allows. |
| Refund missed | Returns and Sales History. | Review original sale and refund method. |
| External terminal settlement differs | Provider report. | Explain in Payment Note and reconcile externally. |
| Register closed with no count | Register Reports: Counted and Over/Short are blank. | Escalate as an unreconciled close; do not invent a count afterward. |
| Payment Note missing from printout | Current Register Summary layout. | Retain a separate note/export or approved close record with the printed summary. |