mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 03:13:25 +03:00
9c56ed1104
The hledger-web tests have been cleaned up and now allow more testing of command line options like (though still not everything). Note tests now run the app listening on its default host and port, 127.0.0.1 and 5000, instead of "any IPv4 or IPv6 hostname" and 3000. This would seem to mean hledger-web tests can conflict more with things running on port 5000, eg a normal hledger-web instance, but I haven't been able to reproduce it. |
||
---|---|---|
.. | ||
app | ||
config | ||
deploy | ||
Hledger | ||
static | ||
templates | ||
test | ||
.date.m4 | ||
.eslintrc.js | ||
.ghci | ||
.version | ||
.version.m4 | ||
CHANGES.md | ||
dir-entry.texi | ||
hledger-web.1 | ||
hledger-web.cabal | ||
hledger-web.info | ||
hledger-web.m4.md | ||
hledger-web.txt | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs |
hledger-web
A simple web-based user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces. It can be used as a local single-user UI, or as a multi-user UI for viewing/adding/editing on the web.
See also: the project README and home page.