Úhrada za všechny jednou osobou #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: Single-Person Payment for Everyone
FeatureRequest enum:
SINGLE_PAYMENTDescription: Možnost úhrady v podniku za všechny jednou osobou a následné generování QR ostatním
Implementation Notes
One person pays the entire bill at the restaurant (for speed), then QR codes are automatically generated for other diners to reimburse their share.
Key files to modify:
server/src/qr.ts– Generate reimbursement QR codes for each dinerserver/src/pizza.ts– Adapt payment logic for group payment scenariosclient/src/App.tsx– Add "Pay for all" button and reimbursement UIDetailed sub-tasks from TODO.md:
Approach: