80fc27fd74
feat(topup): add payment_type field and update AdminTopupCreateView to handle payment type ✨
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m26s
2025-07-27 12:17:12 +05:00
1554829b9a
feat(wallet): implement wallet transaction model, views, and serializers for fund management ✨
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m42s
2025-07-25 14:38:34 +05:00
1644bd47b9
feat(payment): add expiry_notification_sent field to track notification status ✨
2025-07-09 20:13:30 +05:00
950f42ae3f
feat(payment): add status field and is_expired property to Payment model for enhanced payment tracking ✨
2025-07-06 21:22:56 +05:00
081366f87f
feat(models): add status field to Topup model with choices for Pending, Paid, and Cancelled ✨
2025-07-05 17:37:04 +05:00
6ec31023c7
feat(topup): add expiry notification handling and SMS notification task ✨
2025-07-05 14:33:10 +05:00
6568504f5b
migration(billing): Add expires_at field and is_expired property to Topup model for expiration management 🔧
2025-07-04 16:32:21 +05:00
c07d3c93d2
feat(billing): WIP Add Topup model, filters, serializers, and views for topup management ✨
2025-07-03 17:13:25 +05:00
85ff1fb67f
Add mib_reference field to Payment model and set default ordering by created_at
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m58s
2025-05-31 12:01:35 +05:00
f6f77bb0e5
Add wallet balance to User model and implement Atoll/Island management
...
- Added `wallet_balance` field to the User model.
- Updated UserAdmin to include `wallet_balance` in the admin interface.
- Created serializers and views for Atoll and Island management.
- Implemented endpoints for listing, creating, and updating Atolls and Islands.
- Enhanced payment processing with UUIDs for Payment and Topup models.
- Added migration files for new fields and constraints.
- Improved error handling and validation in various views.
- Updated email templates for better responsiveness and SEO.
2025-01-20 20:59:16 +05:00
4d0eb86478
Initial commit
2025-01-20 14:33:03 +05:00