;doc: ui: update navigation, clarify balances/changes
This commit is contained in:
parent
a485a5ebe7
commit
1f385ae774
@ -119,11 +119,12 @@ Press `?` again (or `ESCAPE`, or `LEFT`, or `q`) to close it.
|
|||||||
The following keys work on most screens:
|
The following keys work on most screens:
|
||||||
|
|
||||||
The cursor keys navigate:
|
The cursor keys navigate:
|
||||||
`RIGHT` goes deeper,
|
`RIGHT` or `ENTER` goes deeper,
|
||||||
`LEFT` returns to the previous screen,
|
`LEFT` returns to the previous screen,
|
||||||
`UP`/`DOWN`/`PGUP`/`PGDN`/`HOME`/`END` move up and down through lists.
|
`UP`/`DOWN`/`PGUP`/`PGDN`/`HOME`/`END` move up and down through lists.
|
||||||
Emacs-style (`CTRL-p`/`CTRL-n`/`CTRL-f`/`CTRL-b`) movement keys are also supported
|
Emacs-style (`CTRL-p`/`CTRL-n`/`CTRL-f`/`CTRL-b`)
|
||||||
(but not vi-style keys, since hledger-1.19, sorry!).
|
and VI-style (`k`,`j`,`l`,`h`)
|
||||||
|
movement keys are also supported.
|
||||||
A tip: movement speed is limited by your keyboard repeat rate,
|
A tip: movement speed is limited by your keyboard repeat rate,
|
||||||
to move faster you may want to adjust it.
|
to move faster you may want to adjust it.
|
||||||
(If you're on a mac, the karabiner app is one way to do that.)
|
(If you're on a mac, the karabiner app is one way to do that.)
|
||||||
@ -211,27 +212,30 @@ It shows the Balance sheet accounts screen to start with, except in the followin
|
|||||||
- If a starting screen is specified with --menu/--all/--bs/--is/--register
|
- If a starting screen is specified with --menu/--all/--bs/--is/--register
|
||||||
on the command line, it starts there.
|
on the command line, it starts there.
|
||||||
|
|
||||||
|
From the starting screen you can press `LEFT` or `ESC` to navigate back to the menu screen.
|
||||||
|
|
||||||
## Menu screen
|
## Menu screen
|
||||||
|
|
||||||
The top-most screen. hledger-ui does not show this screen at startup,
|
The top-most screen.
|
||||||
but you can press LEFT to navigate to it.
|
|
||||||
From here you can navigate to three accounts screens:
|
From here you can navigate to three accounts screens:
|
||||||
|
|
||||||
## All accounts screen
|
## All accounts screen
|
||||||
|
|
||||||
This screen shows all accounts (possibly filtered by a query), and their current balances.
|
This screen shows all accounts (possibly filtered by a query),
|
||||||
|
and their end balances on the date shown in the title bar
|
||||||
|
(or their balance changes in the period shown in the title bar, toggleable with `H`).
|
||||||
It is like the `hledger balance` command.
|
It is like the `hledger balance` command.
|
||||||
|
|
||||||
## Balance sheet accounts screen
|
## Balance sheet accounts screen
|
||||||
|
|
||||||
This screen shows asset, liability and equity accounts, if these can be detected (see [account types](/hledger.html#account-types)).
|
This screen shows asset, liability and equity accounts, if these can be detected (see [account types](/hledger.html#account-types)).
|
||||||
It always shows historical end balances on some date (not balance changes).
|
It always shows end balances.
|
||||||
It is like the `hledger balancesheetequity` command.
|
It is like the `hledger balancesheetequity` command.
|
||||||
|
|
||||||
## Income statement accounts screen
|
## Income statement accounts screen
|
||||||
|
|
||||||
This screen shows revenue and expense accounts.
|
This screen shows revenue and expense accounts.
|
||||||
It always shows balance changes in some period (not end balances).
|
It always shows balance changes.
|
||||||
It is like the `hledger incomestatement` command.
|
It is like the `hledger incomestatement` command.
|
||||||
|
|
||||||
All of these accounts screens work in much the same way:
|
All of these accounts screens work in much the same way:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user