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-07-04 05:12:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
708d7c2becd1a6c8affabd317640b13bfb7ca3b2
sarlink-portal-api
/
billing
History
i701
428d9ae0e1
Refactor PaymentFilter to use RangeFilter for amount and number_of_months; add vendor filter to DeviceFilter
2025-06-29 19:28:41 +05:00
..
management
/commands
Add seed_payments management command to populate payment models with dummy data
2025-06-29 19:17:40 +05:00
migrations
Add mib_reference field to Payment model and set default ordering by created_at
2025-05-31 12:01:35 +05:00
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
admin.py
Refactor device management: add vendor field, enhance admin display, and improve MAC address handling
2025-06-01 19:27:04 +05:00
apps.py
Initial commit
2025-01-20 14:33:03 +05:00
filters.py
Refactor PaymentFilter to use RangeFilter for amount and number_of_months; add vendor filter to DeviceFilter
2025-06-29 19:28:41 +05:00
models.py
Add mib_reference field to Payment model and set default ordering by created_at
2025-05-31 12:01:35 +05:00
serializers.py
Refactor UpdatePaymentSerializer to include only number_of_months field, add DeletePaymentView for payment deletion, and enhance VerifyPaymentView with payment_id lookup. Introduce pending_payment_id field in DeviceSerializer to track unpaid payments.
2025-04-08 21:38:43 +05:00
tests.py
Initial commit
2025-01-20 14:33:03 +05:00
urls.py
Refactor UpdatePaymentSerializer to include only number_of_months field, add DeletePaymentView for payment deletion, and enhance VerifyPaymentView with payment_id lookup. Introduce pending_payment_id field in DeviceSerializer to track unpaid payments.
2025-04-08 21:38:43 +05:00
views.py
WIP (Payments) Add PaymentFilter for filtering payment records
🚧
2025-06-28 23:23:04 +05:00