ifnex/04_Laravel/app
Kazem Alghasi ed5bae9997 feat(exchange): implement exchange rate history tracking
Introduce a mechanism to track and audit changes in exchange rates.
This includes:
- Creating `ExchangeRateHistory` model and migration to store rate changes.
- Implementing `ExchangeRateService` to encapsulate rate logic.
- Updating `UpdateExchangeRates` command to record history when rates change.
- Adding `ExchangeRateHistoryResource` to the Filament admin panel for monitoring.
2026-08-10 03:04:18 +03:30
..
Console/Commands feat(exchange): implement exchange rate history tracking 2026-08-10 03:04:18 +03:30
Enums feat(wallet): complete wallet system with admin adjust, freeze/unfreeze, activity logs 2026-08-07 22:51:42 +03:30
Exports feat(ui): implement unified design system and financial reporting 2026-08-08 06:13:09 +03:30
Filament feat(exchange): implement exchange rate history tracking 2026-08-10 03:04:18 +03:30
Http feat(finance): implement Filament admin panel and expand wallet/discount features 2026-08-08 03:15:51 +03:30
Imports refactor(api): improve pricing logic and add test coverage 2026-08-07 04:39:14 +03:30
Models feat(exchange): implement exchange rate history tracking 2026-08-10 03:04:18 +03:30
Providers feat(admin): configure filament panel with custom branding and notifications 2026-08-09 05:14:36 +03:30
Services feat(exchange): implement exchange rate history tracking 2026-08-10 03:04:18 +03:30