Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make --detail a synonym for --rich-data | John Wiegley | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | More improvements to nail_down; fixes #715 | John Wiegley | 2012-03-19 | 1 | -2/+4 |
| | |||||
* | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 1 | -1/+6 |
| | |||||
* | Make --days-of-week an alias for --dow | John Wiegley | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | Add experimental support for select queries | John Wiegley | 2012-03-13 | 1 | -0/+3 |
| | |||||
* | Added --time-report option | John Wiegley | 2012-03-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | This is a rather basic option at the moment which only affects the balance report. I use it as follows, for entering contractor hours into a project planning application, where $1 is the contractor's timelog file, and $2 is the date after which new entries appear in the file: ledger -f $1 balance \ --account=payee \ --time-report \ -d "latest > [$2]" \ --datetime-format='%m/%d/%y %I:%M %p' | ||||
* | Added format_datetime valexpr function | John Wiegley | 2012-03-13 | 1 | -0/+11 |
| | |||||
* | Resolved a huge performance issue with 'pricedb' | John Wiegley | 2012-03-12 | 1 | -2/+14 |
| | |||||
* | Quieted several compiler warnings from Clang | John Wiegley | 2012-03-11 | 1 | -1/+3 |
| | |||||
* | When --percent is used, disable --decimal-comma after parsing | John Wiegley | 2012-03-11 | 1 | -7/+10 |
| | | | | Fixes #674 | ||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -4/+5 |
| | |||||
* | Allow balances to be passed to nail_down | John Wiegley | 2012-03-11 | 1 | -0/+23 |
| | | | | Fixes #679 | ||||
* | Corrected a rounding error in nail_down | John Wiegley | 2012-03-11 | 1 | -1/+2 |
| | | | | Fixes #678 | ||||
* | --percent now plays well with -X and -V | John Wiegley | 2012-03-10 | 1 | -0/+9 |
| | |||||
* | Added --immediate option | John Wiegley | 2012-03-10 | 1 | -0/+6 |
| | |||||
* | Added --dc option, for debit/credit style reports | John Wiegley | 2012-03-10 | 1 | -3/+16 |
| | |||||
* | Make --lot-notes the primary name, not --lot-tags | John Wiegley | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Give a better error when sequences are mis-indexed | John Wiegley | 2012-03-10 | 1 | -6/+13 |
| | |||||
* | Make --lot-notes a synonym for --lot-tags | John Wiegley | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Allow --budget-format to be used | John Wiegley | 2012-03-09 | 1 | -0/+1 |
| | |||||
* | Fixed the behavior of fn_nail_down | John Wiegley | 2012-03-09 | 1 | -3/+11 |
| | |||||
* | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 1 | -122/+118 |
| | |||||
* | fn_market can now accept a commodity name for arg 0 | John Wiegley | 2012-03-08 | 1 | -3/+13 |
| | |||||
* | Added --historical option | John Wiegley | 2012-03-08 | 1 | -2/+1 |
| | |||||
* | Added nail_down() for pinning market value exprs | John Wiegley | 2012-03-08 | 1 | -0/+20 |
| | |||||
* | Removed value_t::price and balance_t::price | John Wiegley | 2012-03-07 | 1 | -7/+0 |
| | |||||
* | Use unique_ptr instead of std::auto_ptr | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Prettified some code in report.cc | John Wiegley | 2012-03-05 | 1 | -84/+55 |
| | |||||
* | Guard against double-freeing of report objects | John Wiegley | 2012-03-05 | 1 | -33/+58 |
| | |||||
* | Implemented first cut at price conversion logic | John Wiegley | 2012-03-05 | 1 | -5/+2 |
| | |||||
* | Switched to using Boost.Graph for commodity pricing | John Wiegley | 2012-03-05 | 1 | -2/+8 |
| | |||||
* | Make --value a synonym for market | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Make --change a synonym for --gain | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -5/+4 |
| | |||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -0/+1 |
| | |||||
* | Added --auto-match option, for use with 'convert' | John Wiegley | 2012-02-26 | 1 | -0/+1 |
| | |||||
* | Corrected handling of nested definitions | John Wiegley | 2012-02-21 | 1 | -0/+4 |
| | |||||
* | Fixed many Clang type conversion warnings with static_cast | John Wiegley | 2012-02-17 | 1 | -4/+5 |
| | |||||
* | Use value_t::to_long() | John Wiegley | 2012-02-17 | 1 | -7/+7 |
| | |||||
* | Added round() and unround() valexpr functions | John Wiegley | 2011-10-24 | 1 | -0/+14 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Removed unused variables | John Wiegley | 2011-08-18 | 1 | -2/+4 |
| | |||||
* | Use Boost iterator_facade to create new iterators | John Wiegley | 2011-07-19 | 1 | -20/+29 |
| | |||||
* | Whitespace corrections | John Wiegley | 2011-02-10 | 1 | -3/+3 |
| | |||||
* | Fixes for compilation as C++0x code | John Wiegley | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | New command: org, for displaying Org-mode tables | John Wiegley | 2010-12-22 | 1 | -0/+10 |
| | |||||
* | Added "top_amount" value expr function | John Wiegley | 2010-12-22 | 1 | -0/+24 |
| | |||||
* | Minor simplifications to valexpr parser | John Wiegley | 2010-09-05 | 1 | -0/+1 |
| | | | | | The most significant change is the way CONS sequences are parsed, and that now instead of =/:=, the operators are ==/=. |