Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added --dc option, for debit/credit style reports | John Wiegley | 2012-03-10 | 2 | -2/+18 | |
| | ||||||
* | 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 | 1 | -0/+57 | |
| | ||||||
* | Fixed the behavior of fn_nail_down | John Wiegley | 2012-03-09 | 2 | -38/+223 | |
| | ||||||
* | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 1 | -0/+0 | |
| | ||||||
* | 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 | |
| | ||||||
* | Simplified Python import in a journal file | John Wiegley | 2012-03-05 | 1 | -0/+23 | |
| | ||||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -0/+2 | |
| | ||||||
* | 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 | 3 | -0/+53 | |
| | ||||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 2 | -2/+2 | |
| | ||||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 2 | -0/+0 | |
| | ||||||
* | Rewrite the way interval reports are generated | John Wiegley | 2012-02-28 | 1 | -1/+1 | |
| | ||||||
* | Correctly elide amount sometimes in "print" | John Wiegley | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Corrected handling of nested definitions | John Wiegley | 2012-02-21 | 2 | -0/+6 | |
| | ||||||
* | Corrected two tests | John Wiegley | 2011-02-12 | 1 | -14/+14 | |
| | ||||||
* | Changed testing format to aid with debugging | John Wiegley | 2011-02-12 | 124 | -586/+477 | |
| | ||||||
* | Removed needless "=== 0" and ">>>2" lines from test files | John Wiegley | 2011-02-12 | 114 | -257/+1 | |
| | ||||||
* | Increase display precision of hours to 2 places | John Wiegley | 2010-12-12 | 1 | -2/+2 | |
| | ||||||
* | Added baseline test for "check" feature | John Wiegley | 2010-06-26 | 1 | -0/+18 | |
| | ||||||
* | Added baseline tests for --meta and --meta-width | John Wiegley | 2010-06-26 | 2 | -0/+28 | |
| | ||||||
* | Added baseline test for --now | John Wiegley | 2010-06-26 | 1 | -0/+4 | |
| | ||||||
* | Added baseline tests for prepend-format/width | John Wiegley | 2010-06-26 | 2 | -0/+34 | |
| | ||||||
* | Extended feat-fixated-prices.test | John Wiegley | 2010-06-22 | 1 | -0/+12 | |
| | ||||||
* | Price annotation no longer inject an implied cost | John Wiegley | 2010-06-22 | 6 | -3155/+2972 | |
| | | | | | | | | | | | | | | | | | | | | | | | Consider the following transaction: 2010-06-22 Sample Assets:Brokerage 10 AAPL {$30} Assets:Brokerage Previously, this would have been equivalent to: 2010-06-22 Sample Assets:Brokerage 10 AAPL @ $30 Assets:Brokerage However, this is not always what the user expects to happen. When @ is not being used, the transaction should reflect a mere transfer of commodities. This is now how it works, and thus the above transaction is now equivalent to the following instead: 2010-06-22 Sample Assets:Brokerage 10 AAPL {$30} Assets:Brokerage -10 AAPL {$30} | |||||
* | Added new --bold-if option | John Wiegley | 2010-06-22 | 1 | -0/+0 | |
| | ||||||
* | Change weighting of account-name abbreviation | John Wiegley | 2010-06-21 | 3 | -6/+6 | |
| | | | | | Parent accounts are abbreviated even more, so that child accounts can show more text. | |||||
* | Added tests for sole budget/forecast reports | John Wiegley | 2010-06-21 | 2 | -0/+86 | |
| |