This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlink-portal-api
Watch
7
Star
0
Fork
0
You've already forked sarlink-portal-api
mirror of
https://github.com/i701/sarlink-portal-api.git
synced
2025-10-05 07:25:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
sarlink-portal-api
/
billing
/
migrations
History
i701
c56140011f
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 5m4s
Details
refactor: add src_bank attribute to Payment and Topup model
🔨
2025-09-20 21:03:43 +05:00
..
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
0001_initial.py
Initial commit
2025-01-20 14:33:03 +05:00
0002_billformula_payment_topup_delete_device.py
Initial commit
2025-01-20 14:33:03 +05:00
0003_alter_billformula_id_alter_payment_id.py
Add wallet balance to User model and implement Atoll/Island management
2025-01-20 20:59:16 +05:00
0004_alter_topup_id.py
Add wallet balance to User model and implement Atoll/Island management
2025-01-20 20:59:16 +05:00
0005_alter_payment_options_payment_mib_reference.py
Add mib_reference field to Payment model and set default ordering by created_at
2025-05-31 12:01:35 +05:00
0006_topup_mib_reference.py
feat(billing): WIP Add Topup model, filters, serializers, and views for topup management
✨
2025-07-03 17:13:25 +05:00
0007_topup_paid_at.py
feat(billing): WIP Add Topup model, filters, serializers, and views for topup management
✨
2025-07-03 17:13:25 +05:00
0008_alter_topup_options_topup_expired_topup_expires_at.py
migration(billing): Add expires_at field and is_expired property to Topup model for expiration management
🔧
2025-07-04 16:32:21 +05:00
0009_remove_topup_expired.py
migration(billing): Add expires_at field and is_expired property to Topup model for expiration management
🔧
2025-07-04 16:32:21 +05:00
0010_add_expiry_notification_sent_to_topup.py
feat(topup): add expiry notification handling and SMS notification task
✨
2025-07-05 14:33:10 +05:00
0011_topup_status.py
feat(models): add status field to Topup model with choices for Pending, Paid, and Cancelled
✨
2025-07-05 17:37:04 +05:00
0012_payment_status.py
feat(payment): add status field and is_expired property to Payment model for enhanced payment tracking
✨
2025-07-06 21:22:56 +05:00
0013_payment_expiry_notification_sent.py
feat(payment): add expiry_notification_sent field to track notification status
✨
2025-07-09 20:13:30 +05:00
0014_wallettransaction.py
feat(wallet): implement wallet transaction model, views, and serializers for fund management
✨
2025-07-25 14:38:34 +05:00
0015_topup_payment_type.py
feat(topup): add payment_type field and update AdminTopupCreateView to handle payment type
✨
2025-07-27 12:17:12 +05:00
0016_payment_source_bank_topup_source_bank.py
refactor: add src_bank attribute to Payment and Topup model
🔨
2025-09-20 21:03:43 +05:00