summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few bugs related to apply directivesJohn Wiegley2012-03-122-0/+37
|
* Allow payee names to contain multiple spacesJohn Wiegley2012-03-121-0/+17
|
* Tighten up argument passing related to fn_market()John Wiegley2012-03-112-9/+9
|
* Allow balances to be passed to nail_downJohn Wiegley2012-03-111-0/+18
| | | | Fixes #679
* Corrected a rounding error in nail_downJohn Wiegley2012-03-111-0/+17
| | | | Fixes #678
* Added --immediate optionJohn Wiegley2012-03-101-0/+0
|
* Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-1010-15/+31
|
* Added syntactic sugar for lot pricing: {{$500.00}}John Wiegley2012-03-101-0/+37
|
* Make --lot-notes a synonym for --lot-tagsJohn Wiegley2012-03-101-0/+0
|
* Added --value-expr optionJohn Wiegley2012-03-091-0/+0
|
* Improved the behavior of -XJohn Wiegley2012-03-093-0/+102
|
* Fixed the behavior of fn_nail_downJohn Wiegley2012-03-092-38/+223
|
* Display file name when a regression test failsJohn Wiegley2012-03-092-3/+5
|
* Reworked the way that options are handledJohn Wiegley2012-03-091-0/+0
|
* Added amount_t::commodity_ptr()John Wiegley2012-03-091-6/+6
|
* Added --historical optionJohn Wiegley2012-03-081-0/+61
|
* Many improvements to lambdas and function callingJohn Wiegley2012-03-081-0/+4
|
* Many options now have additive effectJohn Wiegley2012-03-072-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 annotationsJohn Wiegley2012-03-071-0/+103
|
* Added balance assertion testJohn Wiegley2012-03-061-0/+13
|
* Added "value" sub-directive for commodity directiveJohn Wiegley2012-03-061-0/+24
|
* Add support for valuation expressions on commoditiesJohn Wiegley2012-03-051-1/+1
|
* Simplified Python import in a journal fileJohn Wiegley2012-03-051-0/+23
|
* Look for valgrind in /opt/local/bin alsoJohn Wiegley2012-03-051-1/+1
|
* All tests are working again but oneJohn Wiegley2012-03-053-7/+9
|
* Implemented first cut at price conversion logicJohn Wiegley2012-03-051-1/+1
|
* Fixed invocation of lambda expressionsJohn Wiegley2012-03-051-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 Wiegley2012-03-021-3/+5
|
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-012-0/+19
|
* Added more baseline testing, for valexprs and PythonJohn Wiegley2012-03-013-3/+32
|
* Fixed an explicit path within a unit testJohn Wiegley2012-03-011-1/+1
|
* Added a new 'python' directiveJohn Wiegley2012-03-015-1/+60
|
* Started writing Python unit testsJohn Wiegley2012-03-011-10/+15
|
* Refactored the notion of "the current parsing context"John Wiegley2012-03-012-2/+2
|
* Added skeletons for Python unit testsJohn Wiegley2012-02-295-2/+96
|
* Corrected problem with parsing of leap daysJohn Wiegley2012-02-281-0/+12
|
* Corrected behavior of >= and <=John Wiegley2012-02-281-0/+25
|
* Apply timelog time to the check-in dayJohn Wiegley2012-02-281-0/+6
| | | | Fixes #546
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-282-0/+0
|
* Allow xact notes on periodic transactionsJohn Wiegley2012-02-281-0/+20
| | | | Fixes #448
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-282-1/+553
|
* Correctly elide amount sometimes in "print"John Wiegley2012-02-271-1/+1
|
* Use "apply tag" instead of "tag" in test/input/sample.datJohn Wiegley2012-02-271-2/+4
|
* Added regression test for #657John Wiegley2012-02-271-0/+25
|
* Improved a testJohn Wiegley2012-02-271-4/+7
|
* Added --check-payees optionJohn Wiegley2012-02-271-0/+0
|
* Implement the "tag" metadata directiveJohn Wiegley2012-02-271-0/+21
|
* Implemented account and commodity directivesJohn Wiegley2012-02-271-0/+25
|
* Output some line numbers with warningsJohn Wiegley2012-02-271-1/+1
|
* Added new account/payee/commodity directivesJohn Wiegley2012-02-274-2/+2
| | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict.