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

As discussed in chat, `amt:` currently filters postings both before and after the start date: ``` 2022-01-01 (a) 5 2022-01-02 (a) -1 # 1. Both transactions are within the report...

A WISH
queries

I think it's a bug: when a valuation commodity is not specified, prices inferred with `--infer-market-prices` do not help select a default valuation commodity, as `P` prices would. > So...

A-BUG
needs:code
valuation

Part of #1015. Related: #82, #377, #1019. With --value-at (#329) It's now easier to see the changes in value due to market price changes over time. However we don't yet...

A WISH
investment

Running with a stack build of up-to-date master. Transaction modifiers seem to interact oddly with inferred amounts. The following works as expected: ``` = ^expenses:groceries [budget:groceries] *-1 [assets:bank:checking] *1 10/7...

A BUG
journal

Noticed in #1845 (and previously reported by @wgslr as #1843): ```journal ~ quarterly from next quarter (a) 1 ``` ```cli $ hledger -f a.j reg --today=2021-06-01 --forecast=2021 2021-04-01 (a) 1...

A BUG
journal

* [ ] Review name of `requireJournalFileExists'`. * [ ] Make error page pretty _(Use the web layout? Add static Favicon?)_ * [ ] Log the error via `stderr` or...

web
needs:testing
needs:rebase

I'd like to add a new output format, especially for the `register` command: tab-separated text **Use-case:** I often use hledger to generate register reports which must be formatted nicely. For...

csv
register

Implementation and sample behavioral tests for https://github.com/simonmichael/hledger/issues/1689

needs:discussion
needs:impact-analysis

Just sharing this.. it's an attempt to fix this CSV limitation I just noticed, dates from other timezones can be off by one: fc364cd8c origin/master ;doc: csv: note a limitation...

csv
needs:design
needs:code

- lib: move commodityStylesFromAmounts to Hledger.Data.Amount - lib: use a transaction's amount precisions when balancing it

journal
print
needs:impact-analysis
needs:docs
needs:review
needs:changes
needs:design