| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a new interactive_t helper class | John Wiegley | 2009-02-21 | 1 | -8/+7 |
* | If a transaction's total is null, return 0 instead | John Wiegley | 2009-02-19 | 1 | -1/+1 |
* | Added a "commodity" valexpr variable for xacts | John Wiegley | 2009-02-16 | 1 | -0/+6 |
* | Fixed a possible problem with xact_t::date() | John Wiegley | 2009-02-16 | 1 | -1/+1 |
* | Provide a "depth" variable for xacts | John Wiegley | 2009-02-15 | 1 | -0/+9 |
* | Removed "total_cost" valexpr, and value_t::cost | John Wiegley | 2009-02-15 | 1 | -13/+4 |
* | Corrected double problem in period reports | John Wiegley | 2009-02-15 | 1 | -6/+2 |
* | Added xact_t::count member | John Wiegley | 2009-02-15 | 1 | -0/+7 |
* | xact metadata searches get passed up to the entry | John Wiegley | 2009-02-14 | 1 | -0/+38 |
* | Restored the --actual and --real options | John Wiegley | 2009-02-14 | 1 | -0/+24 |
* | Don't print an xact's amount if it was calculated | John Wiegley | 2009-02-13 | 1 | -0/+6 |
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 1 | -15/+0 |
* | Rewrote the "entry" command. It's ALIVE! | John Wiegley | 2009-02-11 | 1 | -1/+1 |
* | Fix to handling of effective dates in xact_t::date(). | John Wiegley | 2009-02-09 | 1 | -3/+9 |
* | Use the report's amount_expr everywhere that computes an xact's amount. | John Wiegley | 2009-02-09 | 1 | -6/+6 |
* | Several fixes to get the state flags to appear right in "print". | John Wiegley | 2009-02-07 | 1 | -0/+9 |
* | Added two comments, to remind myself to check something. | John Wiegley | 2009-02-06 | 1 | -0/+1 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -6/+7 |
* | Simplified error context handling. | John Wiegley | 2009-02-02 | 1 | -15/+0 |
* | Added support for metadata and tagging, and made regexs a first-class type. | John Wiegley | 2009-02-01 | 1 | -7/+9 |
* | Stopped using the generic "unsigned int" in favor of more specific types. | John Wiegley | 2009-01-29 | 1 | -1/+1 |
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
* | Added methods for getting the cost of an xact. | John Wiegley | 2009-01-19 | 1 | -2/+38 |
* | Don't look for an xact's state in its entry if there isn't one. | John Wiegley | 2009-01-19 | 1 | -4/+6 |
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -127/+26 |
* | Added the 'note' value expression identifier. | John Wiegley | 2008-09-17 | 1 | -1/+6 |
* | Restored --cleared, --pending, --uncleared, -X and -Y. | John Wiegley | 2008-09-16 | 1 | -2/+33 |
* | Added 'code' value expression function for xacts and entries. | John Wiegley | 2008-09-14 | 1 | -0/+9 |
* | get_amount should return the xdata value if the EXT_COMPOUND flag is on. | John Wiegley | 2008-08-14 | 1 | -1/+6 |
* | Basic balance reports are working again! | John Wiegley | 2008-08-10 | 1 | -1/+1 |
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+278 |