billing: document paying an invoice + withholding tax#61
Merged
Conversation
Adds a 'Paying an invoice' section to the billing overview (transfer → upload slip → operator verifies → paid) and a 'Withholding tax (หัก ณ ที่จ่าย)' subsection: a company buyer can withhold 3% of the pre-VAT subtotal, transfer the net, and attach the WHT certificate (50 ทวิ); the invoice is still settled in full and the receipt shows the deduction. Updates the api conventions billing table (getInvoice WHT fields, uploadTransferSlip withholdingTax + whtCert).
|
Preview deleted (PR closed). |
Notes that the withholding-tax certificate (50 ทวิ) can be attached later from the invoice page (certificates commonly arrive after the transfer), and adds the billing.uploadWHTCertificate action to the api conventions billing table.
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.
Documents the invoice payment flow and the new withholding tax option (feature: deploys-app/apiserver#227, deploys-app/console#321).
content/billing/overview.md— new Paying an invoice section (transfer → upload transfer slip → operator verifies → paid) and a Withholding tax (หัก ณ ที่จ่าย) subsection: a company buyer can withhold 3% of the pre-VAT subtotal, transfer the net (Total − withholding), and optionally attach the withholding-tax certificate (50 ทวิ). The invoice is still settled in full (the 3% is remitted to the Revenue Department); the receipt shows theLess withholding tax (3%)deduction. Individual accounts pay the full total.content/api/conventions.md— billing table now notes thegetInvoiceWHT fields and theuploadTransferSlipwithholdingTax/whtCertinputs.