ledger icon indicating copy to clipboard operation
ledger copied to clipboard

Double-entry accounting system with a command-line reporting interface

Results 241 ledger issues
Sort by recently updated
recently updated
newest added

Ledger 3.2.1-20200518 on ubuntu 22.04.1 When I create a sample file with both {=} expressions and @@ expressions, the {=} expressions aren't calculated properly in bal reports. ``` 2022-01-01 test...

When the `--gains` option is used, it calculates gains for a commodity across the entire history. However, it does not answer the question "Has my current position made a profit?"...

enhancement

# Env - macOS Big Sur 11.5.2 ``` $ ledger --version Ledger 3.2.1-20200518, the command-line accounting tool ``` # Description I am trying to automatically track the interests received from...

The local copy of [utfcpp](https://github.com/nemtrif/utfcpp) (v2_0) seems rather old, if not "outdated" given that the latest version is [3.2.1](https://github.com/nemtrif/utfcpp/releases/tag/v3.2.1) released on June 6th, 2021. ℹ️ The majority of commits in...

I looked all over the docs but I am not sure about the possibility. I want my budget to reflect the status of my account the day of my paycheck,...

I'll be clear, I'm not using ledger-cli for it's entirely intended purpose but I have a use case that's working great for what I need. In fact, so far ledger...

enhancement

Many projects using [git](https://git-scm.com) have renamed the default branch from `master` to `main` (see [Regarding Git and Branch Naming](https://sfconservancy.org/news/2020/jun/23/gitbranchname/), [`github/renaming`](https://github.com/github/renaming)) and [git version 2.28.0](https://github.com/git/git/blob/master/Documentation/RelNotes/2.28.0.txt#L107-L110) introduced the `init.defaultBranch` option to configure...

How do ~~we~~people feel about removing support for Python 2 to simplify the codebase a bit now that use of Python 2 has been deprecated for over two years? >...

python

The command example for the "Cleared Report" in section 2.2.3 reads `ledger -f drewr3.dat cleared` but should read `ledger -f drewr3.dat --cleared`

The `--exchange` option documentation says that it is possible to display commodity A values in commodity B without converting other commodities, by connecting the commodities with a colon: > The...