Understanding the schedule
A recurring invoice is generated when three things line up: today's date matches the schedule, the recurring invoice is in the Active state, and SolidInvoice's background scheduler runs. This page explains each piece.
How generation worksโ
SolidInvoice's background scheduler runs every hour. On each run, it:
- Finds every active recurring invoice.
- Checks whether today's date is one of the schedule's matching dates.
- If a date matches and an invoice hasn't already been generated for that day, it creates one.
That last step means a recurring invoice will only ever produce one invoice per matching day, even if the scheduler runs many times.
The scheduler is what does the work โ without it running, no invoices are generated. The Cron job setup guide covers how to set it up on each platform. The Homebrew, Docker, and quick-install paths run it automatically.
Recurring typesโ
The Recurring Type field decides what counts as a "matching day". Each type asks for a different follow-up.
Dailyโ
Generates an invoice every day from the start date onward. No follow-up field โ once it's Active, it generates daily.
Weeklyโ
Reveals a Repeats on row of checkboxes for Monday through Sunday. Tick one or more days. An invoice is generated on each ticked day every week.
For a once-a-week subscription, tick a single day. For an every-weekday schedule, tick Monday through Friday.
Monthlyโ
Reveals a Days of the month multi-select with values 1st through 31st. Pick one or more. An invoice is generated on each picked day every month.
If you pick 31st and a month has 30 or fewer days, no invoice is generated for that month on that date โ the day simply doesn't exist in that month.
Yearlyโ
Reveals two fields:
Repeats in monthsโ checkboxes forJanuarythroughDecember. Pick one or more.Day of month(optional) โ a dropdown with1stthrough31st. If left blank, the schedule uses the day from theStart Date.
A yearly schedule generates one invoice per chosen month per year, on the chosen (or inherited) day.
End conditionsโ
The End Recurrence field controls when the schedule stops.
Neverโ invoices are generated indefinitely until you pause, cancel, or archive the recurring invoice.On the following dateโ reveals anEnd Datepicker (must be in the future). The schedule stops on or after that date and the recurring invoice is automatically markedComplete.After x occurrencesโ reveals anEnd After Occurrencesnumber field. Once that many invoices have been generated, the schedule stops and the recurring invoice is markedComplete.
Complete is the natural end state โ it's set automatically when one of the end conditions is reached. To stop a schedule manually, see Managing the schedule.
What you see on the view pageโ
The recurring invoice's view page shows a Recurring Schedule card summarising the configuration in plain English (for example, Every Monday), the Start Date, and the End Date if one is set.
While the recurring invoice is Active, an Upcoming Occurrences card lists the next few dates the scheduler is going to fire โ useful for verifying the schedule does what you expected.