ifnex/04_Laravel/app/Console/Commands
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
..
DebugImportCommand.php ✅ ۱۰ مورد کامل شد (دیتابیس، مدل‌ها، API، Filament، Laravel 11، رفع باگ‌ها) 2026-08-04 01:59:08 +03:30
GenerateApiToken.php feat(wallet): complete wallet system with admin adjust, freeze/unfreeze, activity logs 2026-08-07 22:51:42 +03:30
ImportHistoricalData.php ✅ ۱۰ مورد کامل شد (دیتابیس، مدل‌ها، API، Filament، Laravel 11، رفع باگ‌ها) 2026-08-04 01:59:08 +03:30
ImportShippingRates.php refactor(import): enhance shipping rates import and refine PDF layouts 2026-08-04 09:47:22 +03:30
ImportTrackingData.php feat(console): add tracking data import functionality and utility scripts 2026-08-04 05:38:35 +03:30
SyncWordPressUsers.php feat(laravel): implement user synchronization and shipment schema 2026-08-08 04:58:01 +03:30
UpdateExchangeRates.php feat(exchange): implement exchange rate history tracking 2026-08-10 03:04:18 +03:30