From be220f2b3e902f76cfded32c0abc7492f21d149f Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Sun, 20 Sep 2026 16:13:13 +0200 Subject: tui: fakturering with invoice form, preview and send --- docs/TUI-GUIDELINES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/TUI-GUIDELINES.md') diff --git a/docs/TUI-GUIDELINES.md b/docs/TUI-GUIDELINES.md index 09605e9..46982ed 100644 --- a/docs/TUI-GUIDELINES.md +++ b/docs/TUI-GUIDELINES.md @@ -93,7 +93,9 @@ written compactly as `^N`, `^A`, `^C`, `^R` to save width. to the next row's first cell (`Shift-Tab` back). A dim footer callback shows one derived line (balance, attachment list) on its own row above the hints (`LINES-2`), never over a table row; `\n` in the text becomes a - space. + space. A cell holding one of a fixed set of values (unit, VAT code) is + changed with `Enter`, which opens `tui_choice_prompt` from the row table's + key hook; the chosen value stays in the same cell buffer as any other row. - Fields with `mask` set are shown as `*` (`tui_form_field.mask`); used for passwords. ACTION fields show their `value` when set, else `(lista)`. - Header fields plus rows: one `tui_rt_run` with `tui_rt_set_fields` draws -- cgit v1.3