billing-generate_invoice_tex
billing-generate_invoice_texCreate a LaTeX invoice document by providing an invoice ID and a case ID, then store the generated file in that case.
Instructions
Generates a LaTeX invoice document and stores it as a file item in the specified case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Case ID to store the generated file in (@rid format) | |
| invoice_id | Yes | Invoice ID (@rid format, e.g. #4:123) |