summaryrefslogtreecommitdiff
path: root/test/baseline
Commit message (Collapse)AuthorAgeFilesLines
* Add more test casesMartin Michlmayr2012-03-223-0/+20
|
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-0/+0
|
* Added option --day-breakJohn Wiegley2012-03-171-0/+12
|
* Don't allow trailing ws in abbrev. account segmentsJohn Wiegley2012-03-161-2/+2
| | | | Fixes #358
* Added --time-report optionJohn Wiegley2012-03-131-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 directivesJohn Wiegley2012-03-122-0/+37
|
* Added --immediate optionJohn Wiegley2012-03-101-0/+0
|
* Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-102-2/+18
|
* 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-091-0/+57
|
* Fixed the behavior of fn_nail_downJohn Wiegley2012-03-092-38/+223
|
* Reworked the way that options are handledJohn Wiegley2012-03-091-0/+0
|
* 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
|
* Simplified Python import in a journal fileJohn Wiegley2012-03-051-0/+23
|
* All tests are working again but oneJohn Wiegley2012-03-051-0/+2
|
* 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-013-0/+53
|
* Refactored the notion of "the current parsing context"John Wiegley2012-03-012-2/+2
|
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-282-0/+0
|
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-281-1/+1
|
* Correctly elide amount sometimes in "print"John Wiegley2012-02-271-1/+1
|
* 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.
* Revert behavior of 40ab81308025e9655074da37671c444b4257f867John Wiegley2012-02-261-1/+1
|
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-0/+0
|
* Don't print amounts when not necessary in 'print'John Wiegley2012-02-261-1/+1
|
* Added --auto-match option, for use with 'convert'John Wiegley2012-02-261-0/+0
|
* Fixed cmd-script_2.testJohn Wiegley2012-02-211-2/+2
|
* Corrected handling of nested definitionsJohn Wiegley2012-02-212-0/+6
|
* Corrected two testsJohn Wiegley2011-02-121-14/+14
|
* Changed testing format to aid with debuggingJohn Wiegley2011-02-12124-586/+477
|
* Removed needless "=== 0" and ">>>2" lines from test filesJohn Wiegley2011-02-12114-257/+1
|
* Increase display precision of hours to 2 placesJohn Wiegley2010-12-121-2/+2
|
* Added baseline test for "check" featureJohn Wiegley2010-06-261-0/+18
|
* Added baseline tests for --meta and --meta-widthJohn Wiegley2010-06-262-0/+28
|