Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't allow trailing ws in abbrev. account segments | John Wiegley | 2012-03-16 | 2 | -2/+10 |
| | | | | Fixes #358 | ||||
* | Improved error reporting for bad account names | John Wiegley | 2012-03-16 | 1 | -0/+34 |
| | | | | Fixes #374 | ||||
* | Correct parsing of automated xact expressions | John Wiegley | 2012-03-16 | 1 | -0/+32 |
| | | | | Fixes #458 | ||||
* | Improved error reports about leading whitespace | John Wiegley | 2012-03-16 | 4 | -1174/+38 |
| | |||||
* | Added regression test for #584 | John Wiegley | 2012-03-16 | 1 | -0/+23 |
| | |||||
* | pricedb was outputting redundant prices | John Wiegley | 2012-03-16 | 1 | -0/+11 |
| | | | | Fixes #704 | ||||
* | Unexpected initial whitespace is an error (again) | John Wiegley | 2012-03-16 | 3 | -1/+1222 |
| | | | | Fixes #565 | ||||
* | Don't map_prices if price commodity matches source | John Wiegley | 2012-03-15 | 1 | -0/+17 |
| | | | | Fixes #680 | ||||
* | Added regression test for #438 | John Wiegley | 2012-03-14 | 1 | -0/+74 |
| | |||||
* | Added two regressions tests from Thierry Daucourt | John Wiegley | 2012-03-14 | 2 | -0/+117 |
| | |||||
* | Added --time-report option | John Wiegley | 2012-03-13 | 1 | -0/+0 |
| | | | | | | | | | | | | | 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' | ||||
* | Fixed a few bugs related to apply directives | John Wiegley | 2012-03-12 | 2 | -0/+37 |
| | |||||
* | Allow payee names to contain multiple spaces | John Wiegley | 2012-03-12 | 1 | -0/+17 |
| | |||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 2 | -9/+9 |
| | |||||
* | Allow balances to be passed to nail_down | John Wiegley | 2012-03-11 | 1 | -0/+18 |
| | | | | Fixes #679 | ||||
* | Corrected a rounding error in nail_down | John Wiegley | 2012-03-11 | 1 | -0/+17 |
| | | | | Fixes #678 | ||||
* | Added --immediate option | John Wiegley | 2012-03-10 | 1 | -0/+0 |
| | |||||
* | Added --dc option, for debit/credit style reports | John Wiegley | 2012-03-10 | 10 | -15/+31 |
| | |||||
* | Added syntactic sugar for lot pricing: {{$500.00}} | John Wiegley | 2012-03-10 | 1 | -0/+37 |
| | |||||
* | Make --lot-notes a synonym for --lot-tags | John Wiegley | 2012-03-10 | 1 | -0/+0 |
| | |||||
* | Added --value-expr option | John Wiegley | 2012-03-09 | 1 | -0/+0 |
| | |||||
* | Improved the behavior of -X | John Wiegley | 2012-03-09 | 3 | -0/+102 |
| | |||||
* | Fixed the behavior of fn_nail_down | John Wiegley | 2012-03-09 | 2 | -38/+223 |
| | |||||
* | Display file name when a regression test fails | John Wiegley | 2012-03-09 | 2 | -3/+5 |
| | |||||
* | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 1 | -0/+0 |
| | |||||
* | Added amount_t::commodity_ptr() | John Wiegley | 2012-03-09 | 1 | -6/+6 |
| | |||||
* | Added --historical option | John Wiegley | 2012-03-08 | 1 | -0/+61 |
| | |||||
* | Many improvements to lambdas and function calling | John Wiegley | 2012-03-08 | 1 | -0/+4 |
| | |||||
* | Many options now have additive effect | John Wiegley | 2012-03-07 | 2 | -2/+2 |
| | | | | | | | | | For example, -A and -V used to override each other, whereas now: -A report the average amount -V report all amounts at current value -AV report the current value of the average -VA report the average of all current values | ||||
* | Added test for value directives and annotations | John Wiegley | 2012-03-07 | 1 | -0/+103 |
| | |||||
* | Added balance assertion test | John Wiegley | 2012-03-06 | 1 | -0/+13 |
| | |||||
* | Added "value" sub-directive for commodity directive | John Wiegley | 2012-03-06 | 1 | -0/+24 |
| | |||||
* | Add support for valuation expressions on commodities | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Simplified Python import in a journal file | John Wiegley | 2012-03-05 | 1 | -0/+23 |
| | |||||
* | Look for valgrind in /opt/local/bin also | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 3 | -7/+9 |
| | |||||
* | Implemented first cut at price conversion logic | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed invocation of lambda expressions | John Wiegley | 2012-03-05 | 1 | -0/+5 |
| | | | | | | | | | foo = x, y, z -> print(x, y, z) foo(1, 2, 3) However, this still does not work: (x, y, z -> print(x, y, z))(1, 2, 3) | ||||
* | This now works: ledger --import os eval 'os.path.isdir("/tmp")' | John Wiegley | 2012-03-02 | 1 | -3/+5 |
| | |||||
* | Allow --options to be added by the user in Python | John Wiegley | 2012-03-01 | 2 | -0/+19 |
| | |||||
* | Added more baseline testing, for valexprs and Python | John Wiegley | 2012-03-01 | 3 | -3/+32 |
| | |||||
* | Fixed an explicit path within a unit test | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 5 | -1/+60 |
| | |||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -10/+15 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 2 | -2/+2 |
| | |||||
* | Added skeletons for Python unit tests | John Wiegley | 2012-02-29 | 5 | -2/+96 |
| | |||||
* | Corrected problem with parsing of leap days | John Wiegley | 2012-02-28 | 1 | -0/+12 |
| | |||||
* | Corrected behavior of >= and <= | John Wiegley | 2012-02-28 | 1 | -0/+25 |
| | |||||
* | Apply timelog time to the check-in day | John Wiegley | 2012-02-28 | 1 | -0/+6 |
| | | | | Fixes #546 | ||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 2 | -0/+0 |
| |