🛒

Checkout / Register

The full-screen till your cashiers actually want to use.

What it does

The checkout screen is a full-screen, kiosk-style register: build a cart by barcode scan or search, take a split payment across any mix of configured methods, and finish the sale. It also gives the cashier a way to park a cart, open a return, or reprint a past ticket without ever leaving the screen.

How it works

Scan or search to build the cart

Enter a barcode and press Enter, or search by name, barcode, or code; re-scanning an item already in the cart just increases its quantity instead of creating a duplicate line.

Price is looked up live

Each line's price is fetched from the server at the moment it's added, VAT-inclusive, resolved for the branch and whichever customer is on the ticket.

Split the payment however the customer pays

Add one payment row per tender type from the real configured payment-method list; change is computed automatically per row, and the sale can't finish until payments fully cover the total.

Finish, hold, or return

Finish posts the sale and prints a receipt; Hold parks the cart for later without losing it; Return opens a refund against any past sale by its number, right from the register.

Look up and reprint any past ticket

A dedicated lookup by invoice number and register finds any prior sale or return and reprints it, without disturbing the cart currently in progress.

The problem it solves

Slow or click-heavy checkout software costs real sales at peak hours and creates queues customers notice. A keyboard- and barcode-driven, full-screen register cuts the fumbling, and automatic split-tender change math removes a common source of till-side arithmetic mistakes. Because the sale posts immediately - not batched later - stock and cash figures are correct the moment the ticket closes, not eventually.

← Point of Sale