billing: show pending after a payment slip is uploaded - #339
Merged
Conversation
Treat pending invoices as unpaid (amount due, Pay, how-to-pay) and refresh the invoice after upload so the badge flips immediately.
|
Preview deleted (PR closed). |
This was referenced Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When a customer uploads a payment slip, the invoice badge flips to Pending (awaiting operator review) instead of staying Open.
InvoiceStatusincludespending; badge uses an hourglass + primary colorbilling.getInvoice/billing.listInvoicesare invalidated so the badge updates without a full reloadNeeds the apiserver companion so the API actually returns
pending. This console change is safe to deploy first (it treats pending as unpaid; the API does not send it yet).Companion PRs: api#139, apiserver#258, docs#74
Invoices list — pending vs open, Pay still available: