Close a POS session
POST/pos/sessions/:id/close
Closes an open cashier session. The cashier declares the actual cash counted in the till; the system computes variance against expected cash, closes the session, and generates a DailySummary record for reporting.
Request
Responses
- 302
- 400
- 404
- 422
Redirect to the session detail page on success.
Session is already closed.
Session not found.
Validation error — actual_cash is required.