Login / Register
Navigation
Home Bloggers Search Cart

POS Daily Operations

Checkout Flow

  1. Scan / search products → add to cart
  2. Confirm quantity and discount (per-item or whole-cart discount)
  3. Select member (optional, search by member ID / phone / email)
  4. Choose payment method → collect → generate receipt

Mixed Payments

One transaction can use multiple payment methods:

MethodField
CashReceived / change
CardReference number (card slip)
E-Wallet / TnG / GrabPay / DuitNowReference number

Example: total RM 100, customer pays RM 50 cash + RM 50 credit card → system records 2 separate payment lines.

Digital Receipt

  1. After successful checkout, PDF auto-generates (Puppeteer rendering, ~500ms)
  2. Print thermal / save locally / send via WhatsApp
  3. Customer can view receipt without login via token link /pos/r/<token> (7-day validity)

Refunds

In "POS → Transactions" find original transaction:

  1. Click "Refund" → select items and quantities (partial refund supported)
  2. Confirm → system creates a new negative transaction (linked to original)
  3. Stock auto-restored
  4. Print refund receipt for customer
发布于 2026/4/23
4 次浏览
POS 收银 下单 退款 小票
Related Articles