diff options
| -rw-r--r-- | docs/STATE.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/STATE.md b/docs/STATE.md index 8b33b52..0c7f4f7 100644 --- a/docs/STATE.md +++ b/docs/STATE.md @@ -162,7 +162,13 @@ check. with `BOKFD_SECRET_KEY` (`smtp_password`; `settings.get` never returns it), SMTP over TLS/STARTTLS/plain (`src/smtp.c`) and `invoice.send` (subject `Faktura <nr>`, PDF attached, `last_sent_*`, audited, - `SMTP_NOT_CONFIGURED`/`SMTP_FAILED`). Wave 3 (TUI Fakturering) pending. + `SMTP_NOT_CONFIGURED`/`SMTP_FAILED`). **Wave 3 done 2026-09-20**: TUI + **Fakturering** with `Fakturor` (list, detail `p` = PDF via `xdg-open`, + `s` = send/resend), the invoice form (customer picker, auto due date, + row table, F5 = preview of the real PDF, Ctrl+Enter = issue + send + confirm), **Kunder** in Register, and the SMTP/invoice fields in + Inställningar. pty golden scenarios `invoices`, `customers`, + `invoice-form`. ## Pending decisions |
