From 24143863520f94a1c48267aebd494a2043669429 Mon Sep 17 00:00:00 2001 From: Vitalii Date: Wed, 10 Jan 2024 15:00:52 +0200 Subject: [PATCH] web/satellite/v2: allow user to download historical usage report Added the ability to download historical usage report for past month, past year or custom date range (not bigger than 13 month). Issue: https://github.com/storj/storj/issues/6513 Change-Id: I23a2a33489fa4d41020f27447ea582b945a6201d --- .../billing/UsageAndChargesItemComponent.vue | 23 +-- .../dialogs/DetailedUsageReportDialog.vue | 194 ++++++++++++++++++ .../vuetify-poc/src/views/Billing.vue | 17 +- 3 files changed, 204 insertions(+), 30 deletions(-) create mode 100644 web/satellite/vuetify-poc/src/components/dialogs/DetailedUsageReportDialog.vue diff --git a/web/satellite/vuetify-poc/src/components/billing/UsageAndChargesItemComponent.vue b/web/satellite/vuetify-poc/src/components/billing/UsageAndChargesItemComponent.vue index 5c3d0dfc6136..008a5a68bc58 100644 --- a/web/satellite/vuetify-poc/src/components/billing/UsageAndChargesItemComponent.vue +++ b/web/satellite/vuetify-poc/src/components/billing/UsageAndChargesItemComponent.vue @@ -2,7 +2,7 @@ // See LICENSE for copying information.