hledger-web: Web user interface for the hledger accounting system

[ finance, gpl, library ] [ Propose Tags ]

A simple web 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.

hledger is a robust, cross-platform set of tools for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format, with command-line, terminal and web interfaces. It is a Haskell rewrite of Ledger, and one of the leading implementations of Plain Text Accounting. Read more at: https://hledger.org


[Skip to Readme]

Modules

[Last Documentation]

  • Hledger
    • Hledger.Web
      • Hledger.Web.Application
      • Hledger.Web.Import
      • Hledger.Web.Main
      • Hledger.Web.Test
      • Hledger.Web.WebOptions

Flags

Automatic Flags
NameDescriptionDefault
dev

Turn on development settings, like auto-reload templates.

Disabled
library-only

Build for use with "yesod devel"

Disabled
threaded

Build with support for multithreaded execution.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.13, 0.14, 0.15, 0.15.1, 0.15.2, 0.15.3, 0.16, 0.16.1, 0.16.2, 0.16.3, 0.16.4, 0.16.5, 0.17, 0.17.1, 0.18, 0.18.1, 0.18.2, 0.19, 0.19.1, 0.19.3, 0.20, 0.20.0.1, 0.21, 0.21.1, 0.21.2, 0.21.3, 0.22, 0.22.1, 0.22.2, 0.22.3, 0.22.4, 0.22.5, 0.22.6, 0.22.7, 0.22.8, 0.23, 0.23.1, 0.23.2, 0.23.3, 0.24, 0.24.1, 0.25, 0.25.1, 0.26, 0.27, 1.0, 1.0.1, 1.1, 1.2, 1.3, 1.3.1, 1.3.2, 1.4, 1.5, 1.5.1, 1.9, 1.9.1, 1.9.2, 1.10, 1.11, 1.11.1, 1.12, 1.13, 1.14, 1.14.1, 1.15, 1.16, 1.16.1, 1.16.2, 1.17, 1.17.1, 1.18, 1.18.1, 1.19, 1.19.1, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.21, 1.22, 1.22.1, 1.22.2, 1.23, 1.24, 1.24.1, 1.24.99, 1.25, 1.26, 1.26.1, 1.27, 1.27.1, 1.28, 1.29, 1.29.1, 1.29.2, 1.30, 1.31, 1.32, 1.32.1, 1.32.2, 1.32.3 (info)
Change log CHANGES.md
Dependencies aeson (>=1 && <2.3), base (>=4.14 && <4.19), base64 (<1), blaze-html, blaze-markup, bytestring, case-insensitive, clientsession, cmdargs (>=0.10), conduit, conduit-extra (>=1.1), containers (>=0.5.9), data-default, Decimal (>=0.5.1), directory (>=1.2.3.0), extra (>=1.6.3), filepath, hjsmin, hledger (>=1.32.3 && <1.33), hledger-lib (>=1.32.3 && <1.33), hledger-web, hspec, http-client, http-conduit, http-types, megaparsec (>=7.0.0 && <9.7), mtl (>=2.2.1), network, safe (>=0.3.19), shakespeare (>=2.0.2.2), template-haskell, text (>=1.2.4.1), time (>=1.5), transformers, unix-compat, unordered-containers, utf8-string, wai, wai-cors, wai-extra, wai-handler-launch (>=3.0.3), warp, yaml, yesod (>=1.4 && <1.7), yesod-core (>=1.4 && <1.7), yesod-form (>=1.4 && <1.8), yesod-static (>=1.4 && <1.7), yesod-test [details]
License GPL-3.0-only
Author Simon Michael <simon@joyful.com>
Maintainer Simon Michael <simon@joyful.com>
Revised Revision 1 made by SimonMichael at 2024-02-19T00:56:51Z
Category Finance
Home page http://hledger.org
Bug tracker http://bugs.hledger.org
Source repo head: git clone https://github.com/simonmichael/hledger
Uploaded by SimonMichael at 2024-01-28T12:19:59Z
Distributions Arch:1.32.1, Debian:1.19.1, Fedora:1.30, LTSHaskell:1.32.3, NixOS:1.32.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hledger-web
Downloads 72272 total (186 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs pending
Build status unknown [no reports yet]

Readme for hledger-web-1.32.3

[back to package description]

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.