Clone Invoice from Previous
productive_create_invoice_from_previousClone a previous invoice to create a new draft, copying line items and budget links. Inspect the source invoice first, then adjust dates, subject, or note as needed.
Instructions
Creates a new draft invoice based on a previous invoice, copying line items and budget links. The new invoice is saved as a draft — it will not be finalized or assigned a number. Use productive_get_invoice first to inspect the source invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Override note | |
| pay_on | No | Override due date (YYYY-MM-DD) | |
| subject | No | Override subject line | |
| invoiced_on | No | Override invoice date (YYYY-MM-DD, defaults to today) | |
| source_invoice_id | Yes | The ID of the invoice to clone from |