dni ⚡
8f761dfd0f
refactor: add status column to apipayments ( #2537 )
...
* refactor: add status column to apipayments
keep track of the payment status with an enum and persist it as string
to db. `pending`, `success`, `failed`.
- database migration
- remove deleting of payments, failed payments stay
2024-07-24 16:47:26 +03:00
Vlad Stan
f37cb6481c
fix: copy invoice ( #2500 )
...
* fix: copy invoice
* chore: add mixins
* chore: make bundle
2024-05-14 17:55:45 +02:00
dni ⚡
bb4dd4fe35
fix: payment list currency ( #2496 )
...
* fix: payment list currency
2024-05-14 13:49:00 +02:00
dni ⚡
8ee2948f71
fix: payment list updates ( #2493 )
...
* fix: payment list updates
---------
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2024-05-14 13:06:44 +02:00
dni ⚡
a5623ef7c3
feat: add payments table to user manager ( #2491 )
...
* feat: add payments table to user manager
refactor payments table and payment chart into components and add them
to usermanager
* bundle
2024-05-13 18:01:01 +01:00