Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'lowered' helper function | John Wiegley | 2012-04-04 | 1 | -0/+6 |
| | |||||
* | Whitespace fix | John Wiegley | 2012-04-04 | 5 | -28/+22 |
| | |||||
* | Whitespace fix | John Wiegley | 2012-03-30 | 1 | -4/+4 |
| | |||||
* | Fix to Python value() method handling | John Wiegley | 2012-03-30 | 1 | -4/+3 |
| | |||||
* | Allow dates to be passed to Python value() method | John Wiegley | 2012-03-30 | 2 | -0/+13 |
| | |||||
* | Never price commodities using annotated commodities | John Wiegley | 2012-03-30 | 5 | -13/+24 |
| | |||||
* | Fix to commodity printing | John Wiegley | 2012-03-29 | 1 | -3/+8 |
| | |||||
* | Improved some error messages | John Wiegley | 2012-03-29 | 4 | -13/+20 |
| | |||||
* | Allow post.cost to work in Python | John Wiegley | 2012-03-29 | 3 | -16/+32 |
| | |||||
* | Allow serialization to be enabled again | John Wiegley | 2012-03-29 | 3 | -4/+26 |
| | |||||
* | Forgot to copy two members in post_t's copy-ctor | John Wiegley | 2012-03-28 | 1 | -4/+4 |
| | |||||
* | Make pricesdb an alias for pricedb for backwards compatibility with ledger 2 | Martin Michlmayr | 2012-03-25 | 1 | -1/+1 |
| | | | | | | | | ledger 2.2 introduced the pricesdb command. This was renamed to pricedb in ledger 3. Allow pricesdb as an alternative to pricedb to provide backwards compatibility. Fixes bug #728 | ||||
* | Simplified some code in xact.cc | John Wiegley | 2012-03-23 | 2 | -71/+60 |
| | |||||
* | Fixed sorting of equity output | John Wiegley | 2012-03-23 | 3 | -47/+119 |
| | |||||
* | Fixed an interaction with equity and virtual accounts | John Wiegley | 2012-03-22 | 2 | -7/+30 |
| | | | | Fixes #686 | ||||
* | Never output calculate commodity valuation expressions | John Wiegley | 2012-03-20 | 2 | -6/+3 |
| | |||||
* | Fix problems with <Adjustment> postings | John Wiegley | 2012-03-20 | 5 | -7/+18 |
| | |||||
* | Merge branch 't/A560FDAD' into next | John Wiegley | 2012-03-20 | 1 | -2/+4 |
|\ | |||||
| * | Strip annotations in display_filter_posts | John Wiegley | 2012-03-20 | 1 | -2/+4 |
| | | | | | | | | Fixes #718 | ||||
* | | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 32 | -101/+106 |
|/ | |||||
* | Corrected an uninitialized memory bug | John Wiegley | 2012-03-19 | 1 | -1/+11 |
| | |||||
* | Don't output zero balances with the equity command | John Wiegley | 2012-03-19 | 1 | -11/+15 |
| | |||||
* | Allow the equity command to strip annotations | John Wiegley | 2012-03-19 | 3 | -24/+31 |
| | |||||
* | print computed annotations if --generated | John Wiegley | 2012-03-19 | 1 | -1/+2 |
| | |||||
* | Made an assert more relaxed in item_context() | John Wiegley | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Allow --input-date-format to specify separators | John Wiegley | 2012-03-19 | 1 | -3/+8 |
| | | | | Fixes #650 | ||||
* | More improvements to nail_down; fixes #715 | John Wiegley | 2012-03-19 | 1 | -2/+4 |
| | |||||
* | Corrected an error print in value.cc | John Wiegley | 2012-03-19 | 1 | -5/+3 |
| | |||||
* | Extend commodity_t::compare_by_commodity::operator() | John Wiegley | 2012-03-19 | 1 | -0/+9 |
| | |||||
* | Fixed bug relating to historical pricing | John Wiegley | 2012-03-18 | 2 | -4/+8 |
| | | | | Fixes #681 | ||||
* | Fix problem with -H and lack of pricing info | John Wiegley | 2012-03-18 | 3 | -27/+25 |
| | | | | Fixes #691 | ||||
* | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 18 | -58/+297 |
| | |||||
* | Whitespace fix | John Wiegley | 2012-03-18 | 1 | -1/+0 |
| | |||||
* | Change some #if guards to test for gcc 4.7 | John Wiegley | 2012-03-17 | 2 | -4/+4 |
| | |||||
* | Fixed #711: Parsing of alias directive | John Wiegley | 2012-03-17 | 1 | -8/+4 |
| | |||||
* | Make --days-of-week an alias for --dow | John Wiegley | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | Added option --day-break | John Wiegley | 2012-03-17 | 7 | -36/+77 |
| | |||||
* | Always close the last report output stream | John Wiegley | 2012-03-16 | 3 | -0/+10 |
| | | | | Should fix #701 | ||||
* | Don't allow trailing ws in abbrev. account segments | John Wiegley | 2012-03-16 | 1 | -1/+11 |
| | | | | Fixes #358 | ||||
* | Improved error reporting for bad account names | John Wiegley | 2012-03-16 | 1 | -2/+21 |
| | | | | Fixes #374 | ||||
* | Correct parsing of automated xact expressions | John Wiegley | 2012-03-16 | 1 | -1/+1 |
| | | | | Fixes #458 | ||||
* | Improved error reports about leading whitespace | John Wiegley | 2012-03-16 | 1 | -4/+13 |
| | |||||
* | pricedb was outputting redundant prices | John Wiegley | 2012-03-16 | 2 | -1/+3 |
| | | | | Fixes #704 | ||||
* | Unexpected initial whitespace is an error (again) | John Wiegley | 2012-03-16 | 1 | -3/+2 |
| | | | | Fixes #565 | ||||
* | Don't add price exchanges for a commodity itself | John Wiegley | 2012-03-16 | 1 | -1/+3 |
| | | | | Fixes #703 | ||||
* | Don't map_prices if price commodity matches source | John Wiegley | 2012-03-15 | 6 | -13/+36 |
| | | | | Fixes #680 | ||||
* | Add experimental support for select queries | John Wiegley | 2012-03-13 | 3 | -0/+499 |
| | |||||
* | Change abbrev_len to int(abbrev_len) | John Wiegley | 2012-03-13 | 1 | -3/+2 |
| | |||||
* | Added to_string(std::size_t) | John Wiegley | 2012-03-13 | 1 | -0/+6 |
| | |||||
* | Made join_args() a global function | John Wiegley | 2012-03-13 | 2 | -16/+15 |
| |