Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setting --date-format in ~/.ledgerrc works again | John Wiegley | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | No more trailing spaces in the print report | John Wiegley | 2009-10-28 | 2 | -2/+2 |
| | |||||
* | Rewrote the way date and time I/O is managed | John Wiegley | 2009-10-25 | 1 | -2/+2 |
| | |||||
* | Removed reliance on strptime/strftime | John Wiegley | 2009-10-11 | 2 | -2/+2 |
| | | | | | | | | The code now uses Boost's input and output facets for times and dates. This ensures completely consistency regarding timezones and times, and fixes the regression test that was broken while I was away coding in London (where it was GMT-0 and I didn't notice the difference between local and GMT). | ||||
* | Correctly align amounts formatted as "%12(amount)" | John Wiegley | 2009-06-28 | 1 | -0/+35 |
| | |||||
* | The --download option is now fully restored | John Wiegley | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Allow uncommoditized amounts to be used as costs | John Wiegley | 2009-06-18 | 1 | -0/+12 |
| | |||||
* | Added regression test for period range fix | John Wiegley | 2009-06-18 | 1 | -0/+10 |
| | |||||
* | The --revalued option now honors the -e terminus | John Wiegley | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | When --end is used, set a "terminus" date | John Wiegley | 2009-06-16 | 1 | -0/+17 |
| | | | | | | | This means that final balance valuations (with -V or -X) will be done in terms of the date given to --end, rather than based on the current day. Fixes 647D5DB9-DBBB-47C8-80CE-F3F70E3B0253 | ||||
* | Added test for D943AE0F-44EA-47EE-BA85-AFC513E039EB | John Wiegley | 2009-06-16 | 1 | -0/+13 |
| | |||||
* | Added test for 5FBF2ED8-EEAA-440E-AED5-67401B107E44 | John Wiegley | 2009-06-16 | 1 | -0/+20 |
| | |||||
* | Fixed a problem with accounts and trailing spaces | John Wiegley | 2009-06-16 | 1 | -0/+21 |
| | | | | | | | This issue is caused by having a single space at the end of a posting that has neither an amount nor a note. Fixes C523E23F-CFAC-4A53-B0C6-21226640E763 | ||||
* | Move amount colorization deeper into the core | John Wiegley | 2009-06-16 | 1 | -0/+81 |
| | | | | | | | | This is necessary in order to redden negative amounts correctly under all circumstances, such as component amounts of a multi-commodity balance. Fixes 727B2DF8-A2A1-4716-9C15-547F20D5F933 | ||||
* | Added several new regression tests | John Wiegley | 2009-06-16 | 3 | -0/+105 |
| | |||||
* | Allow an amount to be zero, even if cost is non-zero | John Wiegley | 2009-06-16 | 1 | -0/+10 |
| | | | | | | | The only real change is that exchanges of zero-amount will not result in any exchange at all, just the "motions". Fixes 6DAB9FE3-1399-4727-9AB1-FE413FB85A03 | ||||
* | Fixed a problem in the 'entry' command | John Wiegley | 2009-06-16 | 1 | -0/+52 |
| | | | | | | It was selecting virtual transactions during auto-posting lookup. Fixes 793F6BF0-9CDE-4741-967A-2CEA697476B4 | ||||
* | Added two new regression tests | John Wiegley | 2009-03-15 | 2 | -0/+43 |
| | | | | These prove Simon's recent balance report bugs. | ||||
* | If 2+ child accounts are shown, show the parent | John Wiegley | 2009-03-15 | 1 | -0/+2 |
| | | | | | Also, also show a final balance if there are multiple accounts displayed, even if that final balance is zero. | ||||
* | Patched some date-sensitive tests | John Wiegley | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | Separator in "balance" now part of format string | John Wiegley | 2009-02-27 | 2 | -2/+2 |
| | |||||
* | Added a new regression test for 13965214 | John Wiegley | 2009-02-24 | 1 | -0/+30 |
| | |||||
* | Renamed a regression test, for consistency's sake | John Wiegley | 2009-02-24 | 1 | -0/+0 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -2/+2 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Allow $FILE in regression test error output match | John Wiegley | 2009-02-23 | 1 | -2/+2 |
| | |||||
* | Restored the --base option | John Wiegley | 2009-02-20 | 1 | -4/+4 |
| | |||||
* | Added several more option baseline tests | John Wiegley | 2009-02-20 | 6 | -6/+6 |
| | |||||
* | Added several new regression tests | John Wiegley | 2009-02-20 | 6 | -1/+107 |
| | |||||
* | Inverted the default display mode for balance reports. Use -n to collapse | John Wiegley | 2009-02-08 | 1 | -2/+2 |
| | | | | them, as this fits better with what -n does for register reports. | ||||
* | As the 'bal' command is working again as it should, one of the regression | John Wiegley | 2008-08-14 | 1 | -2/+2 |
| | | | | tests needed to change back to expecting 2.6.1-like behavior. | ||||
* | The balance output now includes the final total. | John Wiegley | 2008-08-13 | 1 | -2/+2 |
| | |||||
* | Added infrastructure for running regression tests, since I would like to make | John Wiegley | 2008-08-05 | 1 | -0/+13 |
sure that nothing breaks again once a bug in closed. |