post_quebec_invoice_generate
Assembles a bilingual (French/English) Quebec invoice document with GST/QST computed exactly per Revenu Quebec's current formula -- you supply both languages' line-item text, this does not translate. Not legal or tax advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line_items | Yes | Each item needs description_en, description_fr (both required -- this assembles, it does not translate), and amount. | |
| seller_name | Yes | Seller/business name to display. | |
| invoice_number | Yes | Your own invoice number/reference. | |
| seller_gst_number | No | GST registration number, optional. | |
| seller_qst_number | No | QST registration number, optional. |