diff options
Diffstat (limited to 'docs/PROTOCOL.md')
| -rw-r--r-- | docs/PROTOCOL.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/PROTOCOL.md b/docs/PROTOCOL.md index 3ddb03b..2bd889f 100644 --- a/docs/PROTOCOL.md +++ b/docs/PROTOCOL.md @@ -938,7 +938,10 @@ commands. Implemented screens (0.1.0-dev): - **Dashboard** — status line with org, fiscal year, role and user. - **Verifikat** — list and detail view (rows with column headers, an underlag section separated by a rule, hash, link to corrected voucher); `c` - posts an ändringsverifikat. + posts an ändringsverifikat. The list holds the whole fiscal year (paged + `voucher.list` calls) and `s` cycles its sort order (number or date, + ascending or descending, remembered in `tui.conf`); in the detail view + up/down step to the previous/next voucher in that order. - **Nytt verifikat** — row editor with live balance display, F5 dry-run validation and F9 posting; one `client_ref` per form makes retries safe. F4 applies a konteringsmall (prompts for template and `x`). |
