Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use sha1sum in anonymize_posts::operator() | dbear496 | 2024-09-16 | 1 | -14/+2 |
| | |||||
* | promote compatability with Boost <1.86.0 | dbear496 | 2024-09-16 | 1 | -3/+3 |
| | |||||
* | update to Boost 1.86.0 | dbear496 | 2024-09-16 | 1 | -2/+2 |
| | | | | fixes #2378 | ||||
* | Add new --align-intervals option. | Ian2020 | 2024-08-06 | 1 | -3/+3 |
| | |||||
* | include zero-amounts in balance_t::map_sorted_amounts | dbear496 | 2023-07-16 | 1 | -0/+1 |
| | |||||
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Fix unrounding for equity | Oleg Bulatov | 2022-05-06 | 1 | -0/+2 |
| | |||||
* | collapse_posts: Use the existing accounts instead of temps | Rahix | 2020-07-21 | 1 | -3/+3 |
| | | | | | | The temps will not have correct depth information attached which means a display predicate involving `depth` will most likely lead to wrong results. | ||||
* | collapse_posts: Fix some postings getting lost when collapsing | Rahix | 2020-07-21 | 1 | -1/+1 |
| | | | | | | | | | | Because the only_predicate and display_predicate are applied to the original posts, not the collapsed ones, they sometimes yield wrong results leading to entire transactions getting dropped erroneously. As this code is only relevant to depth == 0 collapsing (that is, the old behavior), only follow the displayed_count == 1 code-path when the depth is 0. | ||||
* | collapse_posts: Fix segfault when depth is too big | Rahix | 2020-07-21 | 1 | -1/+1 |
| | | | | | | | When an account already has less depth than collapse_depth, a segfault was caused by attempting to move up the account parents until parent is NULL. Fix this by exiting early if the depth is already less than collapse_depth. | ||||
* | collapse_posts: Add a collapse_depth attribute | Rahix | 2020-07-21 | 1 | -4/+2 |
| | | | | | Replace the hardcoded depth of 3 with a class attribute that can later be set from a commandline argument. | ||||
* | first try for implementing --depth for register | johannes@debussy | 2020-07-21 | 1 | -7/+26 |
| | |||||
* | Fix typos in comments | Martin Michlmayr | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | Specify namespace of uintmax_t | akater | 2020-03-03 | 1 | -1/+1 |
| | | | | | | | This fixes #1833 for me. @jwiegley said it's reasonable change, and nobody else took action so here it goes. The patch is the same as proposed originally, modulo whitespace. | ||||
* | Remove an unneeded comment | John Wiegley | 2019-07-05 | 1 | -9/+0 |
| | |||||
* | Explicitly sort when creating the equity report | John Wiegley | 2019-03-15 | 1 | -11/+11 |
| | |||||
* | budget_posts: Keep pending items until the last day they apply | smr894 | 2018-04-04 | 1 | -8/+17 |
| | |||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Item sorting should have access to the report scope | John Wiegley | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Periods should be initialized from from/since clause rather than earliest ↵ | Peter Pickford | 2016-03-09 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | transaction date Bug 1159 Use interval start date (period from/since) to initialize first period. This allows the offset of a period start to be specified -p 'every 12 months from 2000-04-01' will have periods yyyy-04-01 to yyyy-03-31 .... If no from/since is specified for the period the first transaction date reported is used to initialize the period as before. added test case regress/1159.test | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 1 | -26/+7 |
|\ | |||||
| * | Revert "--depth for register" | John Wiegley | 2015-08-04 | 1 | -26/+7 |
| | | |||||
* | | Whitespace cleanup | John Wiegley | 2015-08-04 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 1 | -7/+26 |
|\| | |||||
| * | Merge pull request #216 from johannesgerer/master | John Wiegley | 2015-08-04 | 1 | -7/+26 |
| |\ | | | | | | | --depth for register | ||||
| | * | first implementation of --depth for register | johannes@debussy | 2013-11-05 | 1 | -0/+4 |
| | | | |||||
| | * | first implementation of --depth for register | johannes@debussy | 2013-11-05 | 1 | -15/+12 |
| | | | |||||
| | * | first try for implementing --depth for register | johannes@debussy | 2013-11-05 | 1 | -7/+25 |
| | | | |||||
* | | | fix build for boost 1.58 | Johann Klähn | 2015-07-28 | 1 | -1/+1 |
| | | | |||||
* | | | Revert "fix build for boost 1.58" | John Wiegley | 2015-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 68c9d649caa2c7c7f222613efe86576c379a5a7a. | ||||
* | | | fix build for boost 1.58 | Johann Klähn | 2015-05-10 | 1 | -1/+1 |
|/ / | |||||
* | | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | | Fix crash when using -M with empty result | Alexis Hildebrandt | 2014-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | ledger -f /dev/null reg -M test causes a segmentation fault, see bug 730 and duplicates 1080 and 1084 for details. Kudos to Ikke for helping with debugging. | ||||
* | | Replace sha1.cc with boost::uuid::details::sha1 | David Bremner | 2014-04-17 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger. | ||||
* | | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
|/ | |||||
* | Another whitespace fix | John Wiegley | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Whitespace fix | John Wiegley | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Guard against a possible NULL | John Wiegley | 2013-01-11 | 1 | -1/+2 |
| | |||||
* | fix comment in display_filter_posts::output_rounding(post_t) | Christophe Rhodes | 2012-11-06 | 1 | -3/+5 |
| | | | | | slightly more detail in the case of zero display_amount and --empty not specified. | ||||
* | Work around collision between Format's put & Graph | John Wiegley | 2012-05-20 | 1 | -1/+0 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -5/+5 |
| | |||||
* | Allow --invert to work with --monthly | John Wiegley | 2012-04-06 | 1 | -5/+18 |
| | | | | Fixes #770 | ||||
* | Fixed sorting of equity output | John Wiegley | 2012-03-23 | 1 | -16/+40 |
| | |||||
* | Fixed an interaction with equity and virtual accounts | John Wiegley | 2012-03-22 | 1 | -2/+18 |
| | | | | Fixes #686 | ||||
* | Fix problems with <Adjustment> postings | John Wiegley | 2012-03-20 | 1 | -3/+6 |
| | |||||
* | Merge branch 't/A560FDAD' into next | John Wiegley | 2012-03-20 | 1 | -2/+4 |
|\ |