Files
beenvoice-web/drizzle/0015_invoice_send_reminder_at.sql
T
soconnor 1928084acb Add draft-only invoicing rules, send reminders, and time clock billing.
Restrict line item edits to draft invoices, auto-create drafts on clock-out,
and add sendReminderAt scheduling with dashboard due reminders.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-22 16:06:11 -04:00

2 lines
73 B
SQL

ALTER TABLE "beenvoice_invoice" ADD COLUMN "send_reminder_at" timestamp;