David Bears
David Bears
This prevents the following gradle warning: ``` Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual...
When an automatic transaction deals with trading between commodities -- even with an explicit price -- the transaction will not balance. For example, the following does not balance when the...
This fixes #2268 by preserving the cost from automatic transactions and reflecting it in target transactions.
This changes the behavior of balance assignment/assertion to take into consideration the date of the posting. When computing the account balance for the purpose of balance assignment, the account postings...
I am thinking about adding a feature that would involve getting an account balance based on a filtered set of postings. I came across the [account_t::amount](https://github.com/ledger/ledger/blob/d556f3bcb10269ae6dc746ab75b6332cafb21b89/src/account.cc#L613) method which takes a...
I started getting this error message while parsing my journal: ``` munmap_chunk(): invalid pointer Aborted (core dumped) ``` I still get the error after reducing my journal to the following...
This is an improvement from PR #2274. Without this PR, it is very difficult to use balance assignment/assertion when the journal is split between two or more files. (Read the...