hledger icon indicating copy to clipboard operation
hledger copied to clipboard

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.

Results 208 hledger issues
Sort by recently updated
recently updated
newest added

Inconsistent parsing of timeclock and timedot files complicates the use of a budget. - Any value of timeclock files are parsed as hours ("h"): ``` # file: time.timeclock i 2022/08/01...

A WISH
timeclock
timedot
budget

Hi Simon- I'm trying to get `hledger` installed on a Raspberry Pi 4 running Alpine (3.16). I was excited to see packages in the [Installation Guide](https://hledger.org/install.html#gnulinux) for both Alpine (apk)...

A-WISH
platform:linux
docs
packaging
platform:raspberrypi

I accidentally left the dot as thousands separator when copying-pasting my bank balance and only changed the decimal separator from coma to dot, so that my assertion had two of...

A BUG
journal

I'm using hledger 1.26 on Ubuntu 22.04. I have a ledger file which looks like this: ``` account expenses:b account assets:a 2021-01-01 assets:a 10 expenses:b -10 ``` Now if I...

A WISH
journal

From reading the following sections https://hledger.org/1.26/hledger.html#setting-amounts https://hledger.org/1.26/hledger.html#regular-expressions I think that a conditional %amount comparison against an integer it is not possible This is a very nice to have feature since...

A WISH
csv

[Fix for #1229] The hledger-web interface currently allows for selecting a file on which to append a transaction, but currently that data isn't used anywhere. It just writes to the...

web

It is used for Swiss Francs: CHF 1'000

A-WISH
cli
journal
needs:testing
needs:docs
needs:tests
needs:rebase

Currently tag values can't contain a comma, as it's used to separate multiple tags on a line. We could disallow multiple tags per line, or allow commas within single/double-quotes (as...

A WISH
docs
journal

This should work: ``` ~/src/hledger$ echo $TERM xterm-256color ~/src/hledger$ cat examples/sample.journal | hledger-ui -f- hledger-ui: getTerminalAttributes: invalid argument (Bad file descriptor) ```

A-WISH
cli
ui

hledger already has the nice interactive _add_ command (and the awesome _iadd_ extension), but it would be useful to add ledger's [_xact_](http://ledger-cli.org/3.0/doc/ledger3.html#xact) command. It's helpful when editing journals using ledger-mode...

A-WISH