feat: basic POS & invoicing #26
Reference in New Issue
Block a user
Delete Branch "feat/basic-pos-invoicing"
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?
Summary
Implements groombook/groombook#5 — Basic POS & Invoicing.
invoicesandinvoice_line_itemstables with migration0002_invoices.sql. Invoice statuses:draft,pending,paid,void. Payment methods:cash,card,check,other.Key design decisions
paidAtis auto-set to now() when status changes topaid.Test plan
paidAtis set and form becomes read-onlyCloses groombook/groombook#5
🤖 Generated with Claude Code