Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added --time-report option | John Wiegley | 2012-03-13 | 2 | -0/+21 |
| | | | | | | | | | | | | | 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' | ||||
* | Account valexprs: earliest_checkin, latest_checkout | John Wiegley | 2012-03-13 | 2 | -3/+45 |
| | | | | | Lets you access the earliest/latest checkin/checkout times for timelog entries in an account. Will be NULL if the account doesn't contain any. | ||||
* | Access to checkin/checkout of timelog entries | John Wiegley | 2012-03-13 | 3 | -8/+28 |
| | |||||
* | Added format_datetime valexpr function | John Wiegley | 2012-03-13 | 2 | -0/+12 |
| | |||||
* | The anonymizer wasn't properly setting the journal | John Wiegley | 2012-03-13 | 1 | -0/+2 |
| | |||||
* | posts_commodities_iterator wasn't setting the journal | John Wiegley | 2012-03-13 | 1 | -5/+9 |
| | |||||
* | post_t's copy constructor wasn't copying xdata_ | John Wiegley | 2012-03-13 | 2 | -1/+8 |
| | |||||
* | dijkstra_shortest_paths should never return a reverse path | John Wiegley | 2012-03-12 | 1 | -5/+19 |
| | |||||
* | Fixed speed issue with commodities reports | John Wiegley | 2012-03-12 | 1 | -1/+2 |
| | |||||
* | Fixed a few bugs related to apply directives | John Wiegley | 2012-03-12 | 1 | -33/+56 |
| | |||||
* | Resolved a huge performance issue with 'pricedb' | John Wiegley | 2012-03-12 | 1 | -2/+14 |
| | |||||
* | Allow payee names to contain multiple spaces | John Wiegley | 2012-03-12 | 1 | -1/+24 |
| | |||||
* | Ignore all trailing whitespace in Ledger journals | John Wiegley | 2012-03-12 | 1 | -13/+12 |
| | |||||
* | Guarded against unreachable code warnings | John Wiegley | 2012-03-11 | 2 | -4/+4 |
| | |||||
* | DO_VERIFY() was always true in optimized builds | John Wiegley | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | Critical fix to temporary destruction order | John Wiegley | 2012-03-11 | 3 | -2/+11 |
| | |||||
* | Quieted several compiler warnings from Clang | John Wiegley | 2012-03-11 | 3 | -5/+6 |
| | |||||
* | Make sure not to free global_scope unless --verify | John Wiegley | 2012-03-11 | 1 | -7/+6 |
| | |||||
* | Fixed a bug that was breaking optimized builds | John Wiegley | 2012-03-11 | 1 | -5/+0 |
| | |||||
* | Don't clean up at end if not needed | John Wiegley | 2012-03-11 | 1 | -0/+1 |
| | |||||
* | When --percent is used, disable --decimal-comma after parsing | John Wiegley | 2012-03-11 | 1 | -7/+10 |
| | | | | Fixes #674 | ||||
* | Corrected a typo | John Wiegley | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 19 | -151/+144 |
| | |||||
* | Allow balances to be passed to nail_down | John Wiegley | 2012-03-11 | 2 | -1/+24 |
| | | | | Fixes #679 | ||||
* | Corrected a rounding error in nail_down | John Wiegley | 2012-03-11 | 1 | -1/+2 |
| | | | | Fixes #678 | ||||
* | Improve error reporting of nested function calls | John Wiegley | 2012-03-11 | 1 | -6/+7 |
| | |||||
* | --percent now plays well with -X and -V | John Wiegley | 2012-03-10 | 1 | -0/+9 |
| | |||||
* | Added --immediate option | John Wiegley | 2012-03-10 | 2 | -0/+8 |
| | |||||
* | Added --dc option, for debit/credit style reports | John Wiegley | 2012-03-10 | 2 | -8/+87 |
| | |||||
* | Allow conversion of negative values with int() | John Wiegley | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Added syntactic sugar for lot pricing: {{$500.00}} | John Wiegley | 2012-03-10 | 3 | -10/+29 |
| | |||||
* | Make --lot-notes a synonym for --lot-tags | John Wiegley | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Fixed options processing of --value-expr | John Wiegley | 2012-03-09 | 2 | -4/+7 |
| | |||||
* | Added --value-expr option | John Wiegley | 2012-03-09 | 2 | -0/+5 |
| | |||||
* | Improved the behavior of -X | John Wiegley | 2012-03-09 | 2 | -13/+90 |
| | |||||
* | Allow valuation of sequences | John Wiegley | 2012-03-09 | 1 | -4/+9 |
| | |||||
* | Move expr_t's ctor/dtors into expr.cc | John Wiegley | 2012-03-09 | 2 | -53/+84 |
| | | | | Fixes #672 | ||||
* | 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 |
| | |||||
* | -H now implies -V | John Wiegley | 2012-03-09 | 1 | -0/+1 |
| | |||||
* | Corrected value_expr annotation comparisons | John Wiegley | 2012-03-09 | 1 | -1/+3 |
| | |||||
* | Fixed the way adjacency_list was being used | John Wiegley | 2012-03-09 | 2 | -98/+99 |
| | |||||
* | Simplified some code in commodity_pool_t | John Wiegley | 2012-03-09 | 1 | -4/+2 |
| | |||||
* | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 8 | -538/+466 |
| | |||||
* | Defend against Dijkstra returning reverse paths | John Wiegley | 2012-03-09 | 2 | -19/+43 |
| | |||||
* | Added amount_t::commodity_ptr() | John Wiegley | 2012-03-09 | 2 | -2/+8 |
| | |||||
* | Use Boost.Tuple | John Wiegley | 2012-03-09 | 3 | -13/+14 |
| | |||||
* | Added int and str value expression functions | John Wiegley | 2012-03-09 | 2 | -0/+21 |
| |