Commit Graph

11 Commits

Author SHA1 Message Date
amianthus
f0ada2883b fix: 🐛 invoice needs to be agnostic 2026-05-07 15:09:28 +01:00
Ayush Rodrigues
4256a3d860 Store invoice amount_paid to fix refund status when credits applied
Invoice credits reduce the charged amount below the invoice total,
causing refunds to show as "Partially Refunded" even when fully refunded.
Store Stripe's amount_paid alongside total and use it for refund status
comparisons in the dashboard.

Made-with: Cursor
2026-04-16 14:45:12 +01:00
amianthus
d72f80dcf2 feat: 🎸 db cols for refudned amount 2026-04-14 11:55:49 +01:00
John Yeo
3d0e4f94f2 wip 2025-09-29 11:15:23 +01:00
John Yeo
da2693567c chore: ran biome format 2025-09-22 14:45:25 +01:00
John Yeo
16c2f009c8 added new invoice item schema 2025-05-09 19:16:25 +01:00
John Yeo
e8ae1085e8 update: UI for entities, fixed search customer, updated create entity response added internal_entity_id to invoices 2025-05-08 18:52:35 +01:00
John Yeo
925c0ec8cc finished discount 2025-03-12 15:43:23 +08:00
John Yeo
0067b5906c latest 2025-02-04 13:36:16 +00:00
John Yeo
009e2fda00 added events to frontend + finished invoice below threshold 2025-01-23 15:54:40 +00:00
John Yeo
479b6d7afb first commit 2025-01-21 11:18:42 +00:00