2015-08-13 21:52:10 +03:00
|
|
|
A curses-style text user interface for the hledger accounting tool.
|
2015-08-13 21:22:40 +03:00
|
|
|
|
2015-08-13 21:52:10 +03:00
|
|
|
hledger-ui is the new name for hledger-vty. Revived in 2015, this
|
|
|
|
package is intended to be installed as standard by all hledger users,
|
|
|
|
except those on (native) Windows, where it is not supported.
|
|
|
|
|
|
|
|
hledger-ui currently allows browsing the balance, register and print
|
|
|
|
reports, with drill-down and scrolling.
|
2015-08-20 23:22:47 +03:00
|
|
|
|
|
|
|
|
2015-08-23 03:46:57 +03:00
|
|
|
# HACKING
|
|
|
|
|
|
|
|
## Backlog:
|
|
|
|
```
|
2015-08-28 21:43:29 +03:00
|
|
|
reg: show historical running balance
|
|
|
|
acc: fix -H, show historical balances
|
|
|
|
switch to multibalance report ?
|
|
|
|
adjust filter
|
|
|
|
accounts screen
|
|
|
|
register screen
|
|
|
|
reg: improve other account names
|
|
|
|
test showing only real postings when there are reals and virtuals
|
|
|
|
journal entry view dialog
|
2015-08-25 01:09:40 +03:00
|
|
|
blog
|
2015-08-28 21:43:29 +03:00
|
|
|
reg: support -V
|
|
|
|
redraw on ctrl-l/cmd-r
|
|
|
|
reload on redraw
|
|
|
|
reload on screen change
|
|
|
|
reload on file change
|
|
|
|
acc: show total
|
2015-08-20 23:22:47 +03:00
|
|
|
fix --drop
|
2015-08-28 21:43:29 +03:00
|
|
|
show "modified account names" with --drop or --alias
|
|
|
|
journal screen
|
2015-08-25 01:09:40 +03:00
|
|
|
bs/is/cf-ish reports
|
|
|
|
persistent custom reports
|
|
|
|
persistent config
|
2015-08-23 03:46:57 +03:00
|
|
|
search in page
|
2015-08-25 01:09:40 +03:00
|
|
|
adjust other options
|
2015-08-20 23:22:47 +03:00
|
|
|
add
|
|
|
|
edit
|
2015-08-28 21:43:29 +03:00
|
|
|
custom screens
|
|
|
|
plugin screens
|
|
|
|
|
2015-08-23 03:46:57 +03:00
|
|
|
|
|
|
|
```
|