| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't compute running total for balance reports | John Wiegley | 2009-03-05 | 1 | -13/+16 |
* | Renamed some flags and members in post_t | John Wiegley | 2009-03-05 | 1 | -1/+1 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -2/+2 |
* | Gather account details in a details_t structure | John Wiegley | 2009-03-03 | 1 | -7/+11 |
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -20/+26 |
* | Fixed the operation of --head and --tail | John Wiegley | 2009-02-27 | 1 | -6/+21 |
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -30/+82 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -5/+5 |
* | Switched from using POST_AUTO to ITEM_GENERATED | John Wiegley | 2009-02-24 | 1 | -4/+4 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -293/+293 |
* | If handle_value sees a sequence, make it compound | John Wiegley | 2009-02-23 | 1 | -0/+1 |
* | Don't report collapsed subtotal if no xacts seen | John Wiegley | 2009-02-23 | 1 | -1/+2 |
* | Many fixes to both --market and --exchange | John Wiegley | 2009-02-23 | 1 | -18/+42 |
* | Restored the --invert option | John Wiegley | 2009-02-22 | 1 | -15/+0 |
* | Fixed another memory bug in by_payee_xacts | John Wiegley | 2009-02-21 | 1 | -10/+3 |
* | Added a new --exact option | John Wiegley | 2009-02-21 | 1 | -23/+37 |
* | Restored --forecast, now also --forecast-while | John Wiegley | 2009-02-21 | 1 | -6/+5 |
* | Restored the --budget option | John Wiegley | 2009-02-20 | 1 | -4/+4 |
* | Added more option baseline tests, enabled --dow | John Wiegley | 2009-02-20 | 1 | -0/+3 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -1/+44 |
* | Renamed a debug category to be consistent | John Wiegley | 2009-02-19 | 1 | -1/+1 |
* | Moved an exception, so the report is more general | John Wiegley | 2009-02-19 | 1 | -19/+20 |
* | Fixed use of the -p flag without an interval | John Wiegley | 2009-02-17 | 1 | -2/+3 |
* | Improved the --collapse filter | John Wiegley | 2009-02-17 | 1 | -1/+7 |
* | Rewrote how the balance command displays accounts | John Wiegley | 2009-02-17 | 1 | -0/+4 |
* | Added new --set-acount and --set-payee options | John Wiegley | 2009-02-16 | 1 | -1/+13 |
* | Added several new reporting options | John Wiegley | 2009-02-16 | 1 | -32/+3 |
* | Fixed how subtotal date ranges are computed | John Wiegley | 2009-02-16 | 1 | -63/+54 |
* | Revert "Propagate xact effective date in two places" | John Wiegley | 2009-02-16 | 1 | -4/+2 |
* | Propagate xact effective date in two places | John Wiegley | 2009-02-16 | 1 | -2/+4 |
* | Report collapsed xacts using earliest date | John Wiegley | 2009-02-16 | 1 | -9/+16 |
* | Made several of the filters more context aware | John Wiegley | 2009-02-15 | 1 | -7/+14 |
* | Improved handling of --empty option | John Wiegley | 2009-02-15 | 1 | -24/+24 |
* | item_predicate now operates on scope_t | John Wiegley | 2009-02-15 | 1 | -4/+3 |
* | Fixed a call to value_t::cast to use in_place_cast | John Wiegley | 2009-02-15 | 1 | -3/+3 |
* | Whitespace fixes | John Wiegley | 2009-02-15 | 1 | -3/+3 |
* | Added xact_t::count member | John Wiegley | 2009-02-15 | 1 | -1/+6 |
* | Have interval_xacts construct temps on a list | John Wiegley | 2009-02-14 | 1 | -3/+5 |
* | Generate null transactions for empty periods | John Wiegley | 2009-02-14 | 1 | -0/+16 |
* | Re-enabled periodic reporting options (-M, etc) | John Wiegley | 2009-02-14 | 1 | -6/+3 |
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 1 | -1/+1 |
* | Fixed the use of --effective and --date-format (-y). | John Wiegley | 2009-02-09 | 1 | -5/+7 |
* | Added a new --collapse-if-zero option. | John Wiegley | 2009-02-09 | 1 | -1/+13 |
* | Removed the balance_pair_t type, since it's now an unneeded abstraction. | John Wiegley | 2009-02-09 | 1 | -1/+0 |
* | Use the report's amount_expr everywhere that computes an xact's amount. | John Wiegley | 2009-02-09 | 1 | -13/+7 |
* | Always calculate transaction totals based on the expression for the amount. | John Wiegley | 2009-02-09 | 1 | -6/+2 |
* | Had to step back from a change that was breaking regular reports. | John Wiegley | 2009-02-09 | 1 | -1/+8 |
* | Pass amount expression to calc_xacts, to be used for computing the total. | John Wiegley | 2009-02-08 | 1 | -2/+4 |
* | Improved an error message that was trying to show transaction context. | John Wiegley | 2009-02-08 | 1 | -2/+1 |
* | Removed an unnecessary boolean test. | John Wiegley | 2009-02-07 | 1 | -1/+1 |