317 — should compute discount as absolute amount on an item¶
Description¶
Verifies that an item discount entered as a flat Amount is subtracted from the item's price to produce the final price.
Preconditions¶
- Signed-in tenant with
Client 01and the user on the new invoice form past the client step.
Steps¶
- Click Add item and enter price
200. Expected: final price reads200. - Switch the item discount type to Amount and enter value
50. Expected: final price reads150(200 − 50).
Related¶
- Spec:
playwright/tests/integration/invoice.spec.ts(line 489)