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 298 hledger issues
Sort by recently updated
recently updated
newest added

Hi! I have a real-world use-case where sorting entries generated by a csv import breaks balance assertions - because entries and assertions are given in the chronological order as *treated...

A WISH
csv

Hello! Thank you for this great tool. It makes my life easier regularly. I'm wondering if it would be a good idea to include an option to `hledger reg` which...

A WISH

Hi! I've encountered the following problem with character encoding. My setup: - Win 10 with an Ubuntu18 in WSL - hledger is built from source on the windows side: ```bash...

A-BUG
i18n
platform:linux
platform:windows

``` % cat foo.ledger 2019-04-22 Foo ;Program: Bar ;Entity: Baz Accrued:Accounts Payable:Bar £-154.83 {=$1.29847} @ $1.29847 Expenses:Bar:A £154.83 {=$1.29847} @ $1.29847 % ledger --file foo.ledger balance £-154.83 Accrued:Accounts Payable:Bar £154.83...

A WISH
journal
needs:discussion
needs:value proposition
needs:impact analysis
needs:design
needs:research

Hi, first of all let me say thanks for `hledger`. Not only for the tool itself but especially for all the documentation, very needed to us people not familiar with...

A BUG
docs
csv

An import command was failing with: ``` hledger: user error (could not parse date "") ``` It wasn't the destination journal file, the source csv file, or any of the...

A-BUG
csv
cli

From #1831: > The same confusing error arises when a newbie (like me) forgets to skip the csv header line. Code does not notice that is trying to parse "Transaction...

A BUG
csv
cli

As title said, the arm based prebuild for MacOS are appreciated.

A WISH
packaging

In these tests, `balance` detects both assets but `balancesheet` (and all the compound balance commands), using older account type code, does not (ie the second test currently fails): ``` #...

A BUG
balancesheet

```journal 2022-01-01 a A5.00 @ B1.123456 b comment Should show B amounts with no decimals, like A: $ hledger -f a.j print -x --infer-equity -c A1. -c B1. 2022-01-01 a...

A BUG