summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add 'data' member to account/journal objectsJohn Wiegley2012-04-133-5/+23
* Make --detail a synonym for --rich-dataJohn Wiegley2012-04-131-1/+1
* Started work on a "views" report document modelJohn Wiegley2012-04-083-0/+720
* Allow --invert to work with --monthlyJohn Wiegley2012-04-062-6/+19
* post.x = y defines metadata tag xJohn Wiegley2012-04-042-0/+9
* Make metadata tags case insensitiveJohn Wiegley2012-04-042-2/+13
* Make status and state valexpr synonymsJohn Wiegley2012-04-041-1/+1
* Added 'lowered' helper functionJohn Wiegley2012-04-041-0/+6
* Whitespace fixJohn Wiegley2012-04-045-28/+22
* Whitespace fixJohn Wiegley2012-03-301-4/+4
* Fix to Python value() method handlingJohn Wiegley2012-03-301-4/+3
* Allow dates to be passed to Python value() methodJohn Wiegley2012-03-302-0/+13
* Never price commodities using annotated commoditiesJohn Wiegley2012-03-305-13/+24
* Fix to commodity printingJohn Wiegley2012-03-291-3/+8
* Improved some error messagesJohn Wiegley2012-03-294-13/+20
* Allow post.cost to work in PythonJohn Wiegley2012-03-293-16/+32
* Allow serialization to be enabled againJohn Wiegley2012-03-293-4/+26
* Forgot to copy two members in post_t's copy-ctorJohn Wiegley2012-03-281-4/+4
* Make pricesdb an alias for pricedb for backwards compatibility with ledger 2Martin Michlmayr2012-03-251-1/+1
* Simplified some code in xact.ccJohn Wiegley2012-03-232-71/+60
* Fixed sorting of equity outputJohn Wiegley2012-03-233-47/+119
* Fixed an interaction with equity and virtual accountsJohn Wiegley2012-03-222-7/+30
* Never output calculate commodity valuation expressionsJohn Wiegley2012-03-202-6/+3
* Fix problems with <Adjustment> postingsJohn Wiegley2012-03-205-7/+18
* Merge branch 't/A560FDAD' into nextJohn Wiegley2012-03-201-2/+4
|\
| * Strip annotations in display_filter_postsJohn Wiegley2012-03-201-2/+4
* | Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-2032-101/+106
|/
* Corrected an uninitialized memory bugJohn Wiegley2012-03-191-1/+11
* Don't output zero balances with the equity commandJohn Wiegley2012-03-191-11/+15
* Allow the equity command to strip annotationsJohn Wiegley2012-03-193-24/+31
* print computed annotations if --generatedJohn Wiegley2012-03-191-1/+2
* Made an assert more relaxed in item_context()John Wiegley2012-03-191-1/+1
* Allow --input-date-format to specify separatorsJohn Wiegley2012-03-191-3/+8
* More improvements to nail_down; fixes #715John Wiegley2012-03-191-2/+4
* Corrected an error print in value.ccJohn Wiegley2012-03-191-5/+3
* Extend commodity_t::compare_by_commodity::operator()John Wiegley2012-03-191-0/+9
* Fixed bug relating to historical pricingJohn Wiegley2012-03-182-4/+8
* Fix problem with -H and lack of pricing infoJohn Wiegley2012-03-183-27/+25
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-1818-58/+297
* Whitespace fixJohn Wiegley2012-03-181-1/+0
* Change some #if guards to test for gcc 4.7John Wiegley2012-03-172-4/+4
* Fixed #711: Parsing of alias directiveJohn Wiegley2012-03-171-8/+4
* Make --days-of-week an alias for --dowJohn Wiegley2012-03-171-1/+1
* Added option --day-breakJohn Wiegley2012-03-177-36/+77
* Always close the last report output streamJohn Wiegley2012-03-163-0/+10
* Don't allow trailing ws in abbrev. account segmentsJohn Wiegley2012-03-161-1/+11
* Improved error reporting for bad account namesJohn Wiegley2012-03-161-2/+21
* Correct parsing of automated xact expressionsJohn Wiegley2012-03-161-1/+1
* Improved error reports about leading whitespaceJohn Wiegley2012-03-161-4/+13
* pricedb was outputting redundant pricesJohn Wiegley2012-03-162-1/+3