Skip one period
schedule_skipSkip one billing period without halting the entire schedule. Prevents an invoice for that occurrence while keeping all other periods billed normally, and reports the unbilled amount with undo instructions.
Instructions
Skip a single occurrence of a schedule without pausing it: no invoice is ever created for that period, and every other period bills as normal. Returns the amount that will not be billed and how to undo it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Schedule id, or a client name | |
| undo | No | Remove a previous skip so the period becomes due again. Works only on a period that has not been invoiced. Default false | |
| period | Yes | The occurrence date to skip, YYYY-MM-DD, exactly as it appears in schedule_upcoming or forecast. This is the answer to "pause this client for October": schedule_pause stops the whole schedule and a resumed schedule still back-bills the periods it missed, whereas a skipped period is closed for good |