mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
97f15eac03
This test appeared to have failed after adding source positions to generated transactions. This is because the generated transaction id for web pages appears to be dependent on whether the transaction has an associated source file. Because it has one associated now, the id was updated to be 'transaction-2-1' for instance, instead of 'transaction-0-1' as it would have been before. The fix is to change the test. |
||
---|---|---|
.. | ||
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.