Add billing page with payment history and invoice download (#691)

* Add billing page with payment history and invoice download

- Add new BillingPage component with MUI table for payment display
- Add billing menu item to AdminLayout with Payment icon
- Add getPayments and getInvoice methods to dataProvider
- Implement invoice download functionality with proper error handling
- Add routing for /billing path
- Support for scheduler/{hash}/payments API endpoint
- Enhanced error handling for 500, 404, 401, 403 HTTP errors
- Loading states and user feedback for better UX

* update readme; add docs; small visual changes; make it fail on payments API errors
This commit is contained in:
Borislav Pantaleev
2025-07-13 02:21:47 +03:00
committed by GitHub
parent 8c427e2988
commit e0c880fb43
7 changed files with 321 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB