| Commit message (Expand) | Author | Age | Files | Lines |
* | Made --leeway a synonym for --price-exp | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Added --start-of-week option, used with --weekly | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Handle reporting widths that are too small | John Wiegley | 2009-02-21 | 1 | -1/+2 |
* | Added a new --exact option | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Restored --forecast, now also --forecast-while | John Wiegley | 2009-02-21 | 1 | -1/+1 |
* | Restored the --base option | John Wiegley | 2009-02-20 | 1 | -1/+5 |
* | Added more option baseline tests, enabled --dow | John Wiegley | 2009-02-20 | 1 | -1/+1 |
* | Removed unused --cache option | John Wiegley | 2009-02-20 | 1 | -2/+2 |
* | Restored the --basis option | John Wiegley | 2009-02-20 | 1 | -6/+18 |
* | Added --no-total option | John Wiegley | 2009-02-20 | 1 | -2/+3 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -27/+27 |
* | Allow for sorting of the balance report | John Wiegley | 2009-02-19 | 1 | -2/+2 |
* | Added a new --columns= option | John Wiegley | 2009-02-19 | 1 | -0/+1 |
* | The sequence -M -p 2004 now equals -p 2004 -M | John Wiegley | 2009-02-19 | 1 | -1/+1 |
* | Restored the -j and -J options | John Wiegley | 2009-02-19 | 1 | -0/+7 |
* | Moved init of options to the options themselves | John Wiegley | 2009-02-19 | 1 | -52/+0 |
* | Improved how register reports are formatted | John Wiegley | 2009-02-19 | 1 | -33/+34 |
* | Added --flat option, to flatten the balance report | John Wiegley | 2009-02-17 | 1 | -4/+6 |
* | Removed the %*| special char, for %*(" ") | John Wiegley | 2009-02-17 | 1 | -2/+2 |
* | The option --cost is now an alias for --basis | John Wiegley | 2009-02-17 | 1 | -2/+1 |
* | Added new --set-acount and --set-payee options | John Wiegley | 2009-02-16 | 1 | -1/+3 |
* | Added several new reporting options | John Wiegley | 2009-02-16 | 1 | -1/+4 |
* | Accept --first/--last as synonyms for --head/--tail | John Wiegley | 2009-02-16 | 1 | -0/+2 |
* | Made "stat" a synonym for the "stats" command | John Wiegley | 2009-02-16 | 1 | -1/+1 |
* | Moved around some functions for clarity | John Wiegley | 2009-02-16 | 1 | -18/+2 |
* | The -n option for bal command is working again | John Wiegley | 2009-02-16 | 1 | -1/+1 |
* | Made several of the filters more context aware | John Wiegley | 2009-02-15 | 1 | -14/+19 |
* | Don't apply all filters for account-wise reports | John Wiegley | 2009-02-15 | 1 | -1/+1 |
* | Print stripped amounts in the print report | John Wiegley | 2009-02-15 | 1 | -2/+2 |
* | Normalized handling of several report options | John Wiegley | 2009-02-15 | 1 | -1/+1 |
* | Re-enabled the --format (-F) option | John Wiegley | 2009-02-15 | 1 | -10/+16 |
* | The "xact" variable now returns null for accounts | John Wiegley | 2009-02-15 | 1 | -0/+5 |
* | item_predicate now operates on scope_t | John Wiegley | 2009-02-15 | 1 | -2/+2 |
* | chain_xact_handlers now always operators the same | John Wiegley | 2009-02-15 | 1 | -3/+3 |
* | Removed the %! formatting code, as it does nothing | John Wiegley | 2009-02-15 | 1 | -6/+6 |
* | Changed the semantics of the "prices" report | John Wiegley | 2009-02-13 | 1 | -2/+1 |
* | The formatting code no longer justifies values | John Wiegley | 2009-02-13 | 1 | -2/+2 |
* | Don't print an xact's amount if it was calculated | John Wiegley | 2009-02-13 | 1 | -4/+4 |
* | Added a "reload" command, for use at the REPL | John Wiegley | 2009-02-13 | 1 | -0/+2 |
* | Changed print report to use format_date | John Wiegley | 2009-02-13 | 1 | -1/+2 |
* | Added a new valexpr function: format_date | John Wiegley | 2009-02-13 | 1 | -0/+10 |
* | Restored the "prices" command. | John Wiegley | 2009-02-12 | 1 | -9/+13 |
* | Turned on the "emacs" command and budgeting, though neither are tested yet. | John Wiegley | 2009-02-12 | 1 | -2/+5 |
* | Properly handle UTF-8 characters in commodity strings. | John Wiegley | 2009-02-12 | 1 | -2/+3 |
* | Rewrote the "entry" command. It's ALIVE! | John Wiegley | 2009-02-11 | 1 | -6/+10 |
* | Wired up the "entry" command from 2.x, though it still needs to be ported. | John Wiegley | 2009-02-10 | 1 | -1/+18 |
* | Wrote the beginnings of a new "stats" command. | John Wiegley | 2009-02-10 | 1 | -0/+5 |
* | Removed reference to session_t from the iterators module. | John Wiegley | 2009-02-09 | 1 | -2/+2 |
* | Fixed the use of --effective and --date-format (-y). | John Wiegley | 2009-02-09 | 1 | -27/+3 |
* | Added a new --collapse-if-zero option. | John Wiegley | 2009-02-09 | 1 | -0/+1 |