Guest User

Untitled

a guest
Oct 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Main Success Scenario (or Basic Flow):
  2. 1 Customer arrives at a P0S checkout with goods and/or services to purchase.
  3. 2.             Cashier starts a new sale.
  4. 3.             Cashier enters item identifier.
  5. 4.             System records sale line item and presents item description, price, and running total. Price calculated from a set of price rules.
  6. Cashier repeats steps 2-3 until indicates done.
  7. 5.             System presents total with taxes calculated.
  8. 6.             Cashier tells Customer the total, and asks for payment.
  9. 7.             Customer pays and System handles payment.
  10. 8.             System logs the completed sale and sends sale and payment information to the external Accounting (for accounting and commissions) and Inventory systems (to update inventory).
  11. 9.             System presents receipt.
  12. 10            Customer leaves with receipt and goods (if any).
  13.  
  14. Extensions (or Alternative Flows):
  15. 7a.           Paying by cash:
  16. 1.     Cashier enters the cash amount tendered.
  17. 2.     System presents the balance due, and releases the cash drawer.
  18. 3.     Cashier deposits cash tendered and returns balance in cash to Customer.
  19. 4.     System records the cash payment.
Add Comment
Please, Sign In to add comment