Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Allow xact notes on periodic transactions | John Wiegley | 2012-02-28 | 1 | -0/+20 | |
| | | | | Fixes #448 | |||||
* | Rewrite the way interval reports are generated | John Wiegley | 2012-02-28 | 2 | -1/+553 | |
| | ||||||
* | Correctly elide amount sometimes in "print" | John Wiegley | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | Use "apply tag" instead of "tag" in test/input/sample.dat | John Wiegley | 2012-02-27 | 1 | -2/+4 | |
| | ||||||
* | Added regression test for #657 | John Wiegley | 2012-02-27 | 1 | -0/+25 | |
| | ||||||
* | Improved a test | John Wiegley | 2012-02-27 | 1 | -4/+7 | |
| | ||||||
* | Added --check-payees option | John Wiegley | 2012-02-27 | 1 | -0/+0 | |
| | ||||||
* | Implement the "tag" metadata directive | John Wiegley | 2012-02-27 | 1 | -0/+21 | |
| | ||||||
* | Implemented account and commodity directives | John Wiegley | 2012-02-27 | 1 | -0/+25 | |
| | ||||||
* | Output some line numbers with warnings | John Wiegley | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 4 | -2/+2 | |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | |||||
* | Revert behavior of 40ab81308025e9655074da37671c444b4257f867 | John Wiegley | 2012-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -0/+0 | |
| | ||||||
* | Don't print amounts when not necessary in 'print' | John Wiegley | 2012-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added --auto-match option, for use with 'convert' | John Wiegley | 2012-02-26 | 1 | -0/+0 | |
| | ||||||
* | Fixed cmd-script_2.test | John Wiegley | 2012-02-21 | 1 | -2/+2 | |
| |