dashboard/billing
Hostea dashboard e023c25f25
fix: don't send emails to VMs that were requested but not created
SUMMARY
    dash.models.Instance is created upon request and
    infrastructure.models.InstanceCreated when the instance is created.
    Using data from InstanceCreated to send invoices should solve this
    issue.
2022-09-04 14:31:28 +05:30
..
management/commands fix: don't send emails to VMs that were requested but not created 2022-09-04 14:31:28 +05:30
migrations fix: Invoice generation must not consider deleted VMs' names for 2022-07-08 22:28:39 +05:30
templates/billing fix: generate absolute URI when attaching links in invoice and payment 2022-07-08 18:51:04 +05:30
__init__.py feat: implement billing with stripe 2022-06-22 00:37:03 +05:30
admin.py feat: implement billing with stripe 2022-06-22 00:37:03 +05:30
apps.py feat: implement billing with stripe 2022-06-22 00:37:03 +05:30
countries.py feat: implement billing with stripe 2022-06-22 00:37:03 +05:30
models.py fix: Invoice generation must not consider deleted VMs' names for 2022-07-08 22:28:39 +05:30
tests.py fix: don't send emails to VMs that were requested but not created 2022-09-04 14:31:28 +05:30
urls.py feat: implement billing with stripe 2022-06-22 00:37:03 +05:30
utils.py fix: Invoice generation must not consider deleted VMs' names for 2022-07-08 22:28:39 +05:30
views.py fix: re-enable billing app tests 2022-07-08 19:31:06 +05:30