From 37a61ab58275f6deb234942fd4581c72644b18c1 Mon Sep 17 00:00:00 2001 From: AyeshaFirdausTG Date: Sat, 7 Feb 2026 01:49:01 +0530 Subject: [PATCH 1/2] Update invoices.adoc --- .../pages/billing/invoices.adoc | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/modules/savanna/modules/administration/pages/billing/invoices.adoc b/modules/savanna/modules/administration/pages/billing/invoices.adoc index aa6003a6..6692f936 100644 --- a/modules/savanna/modules/administration/pages/billing/invoices.adoc +++ b/modules/savanna/modules/administration/pages/billing/invoices.adoc @@ -23,6 +23,31 @@ image::invoice-list.png[] . To export a specific invoice as a `.pdf` select the btn:[PDF] button under btn:[Export As]. +== Invoice statuses +Invoice statuses indicate the stage of an invoice in the billing lifecycle. + +=== In Billing Period + +The invoice period is ongoing and charges are still accumulating. + +image::billing period.png[] + +=== In Grace Period +The billing period has ended, but the system will automatically attempt payment after the grace period. + +image::grace period.png[] + +=== Processing +Invoice amount is being finalized and is not ready for payment. + +image::processing.png[] + +=== No Payment Needed +The invoice does not require payment (e.g., zero amount or covered by credits). + +image::no payment needed.png[] + + == Next Steps Next, learn about other billing topics on the xref:savanna:administration:billing/index.adoc[] page or check out the xref:resources:index.adoc[] section. From af6955cab743337a796e73366a16cc9792f7a65a Mon Sep 17 00:00:00 2001 From: AyeshaFirdausTG Date: Tue, 23 Jun 2026 00:34:58 +0530 Subject: [PATCH 2/2] Update invoices.adoc --- .../modules/administration/pages/billing/invoices.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/savanna/modules/administration/pages/billing/invoices.adoc b/modules/savanna/modules/administration/pages/billing/invoices.adoc index 6692f936..27a2b37b 100644 --- a/modules/savanna/modules/administration/pages/billing/invoices.adoc +++ b/modules/savanna/modules/administration/pages/billing/invoices.adoc @@ -12,19 +12,18 @@ image::billing-nav.png[width=300] . Select the btn:[Invoices] tab to view the invoices list. + -image::invoice-list.png[] +image::invoice_tab_.png[] + .Here you can view general information on invoices, such as: * *Invoice Date*: The date the invoice was issued. * *Invoice Status*: The status of the invoice. * *Invoice Period*: The period that the invoice was issued in. -* *Total (Credits)*: Total credits used during that invoice period. * *Total*: Total charge during that invoiced period. . To export a specific invoice as a `.pdf` select the btn:[PDF] button under btn:[Export As]. -== Invoice statuses -Invoice statuses indicate the stage of an invoice in the billing lifecycle. +== Invoice status +Each invoice status indicates the stage of an invoice in the billing lifecycle. === In Billing Period