summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes #686
* 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
| | | | | | | | Fixes #718
* | 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
| | | | Fixes #650
* 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
| | | | Fixes #681
* Fix problem with -H and lack of pricing infoJohn Wiegley2012-03-183-27/+25
| | | | Fixes #691
* 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
| | | | Should fix #701
* Don't allow trailing ws in abbrev. account segmentsJohn Wiegley2012-03-161-1/+11
| | | | Fixes #358
* Improved error reporting for bad account namesJohn Wiegley2012-03-161-2/+21
| | | | Fixes #374
* Correct parsing of automated xact expressionsJohn Wiegley2012-03-161-1/+1
| | | | Fixes #458
* Improved error reports about leading whitespaceJohn Wiegley2012-03-161-4/+13
|
* pricedb was outputting redundant pricesJohn Wiegley2012-03-162-1/+3
| | | | Fixes #704
* Unexpected initial whitespace is an error (again)John Wiegley2012-03-161-3/+2
| | | | Fixes #565
* Don't add price exchanges for a commodity itselfJohn Wiegley2012-03-161-1/+3
| | | | Fixes #703
* Don't map_prices if price commodity matches sourceJohn Wiegley2012-03-156-13/+36
| | | | Fixes #680
* Add experimental support for select queriesJohn Wiegley2012-03-133-0/+499
|
* Change abbrev_len to int(abbrev_len)John Wiegley2012-03-131-3/+2
|
* Added to_string(std::size_t)John Wiegley2012-03-131-0/+6
|
* Made join_args() a global functionJohn Wiegley2012-03-132-16/+15
|
* Added a syntax error checkJohn Wiegley2012-03-131-0/+3
|
* Made split_cons_expr a global functionJohn Wiegley2012-03-132-21/+23
|
* Added --time-report optionJohn Wiegley2012-03-132-0/+21
| | | | | | | | | | | | | 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'
* Account valexprs: earliest_checkin, latest_checkoutJohn Wiegley2012-03-132-3/+45
| | | | | Lets you access the earliest/latest checkin/checkout times for timelog entries in an account. Will be NULL if the account doesn't contain any.
* Access to checkin/checkout of timelog entriesJohn Wiegley2012-03-133-8/+28
|
* Added format_datetime valexpr functionJohn Wiegley2012-03-132-0/+12
|
* The anonymizer wasn't properly setting the journalJohn Wiegley2012-03-131-0/+2
|
* posts_commodities_iterator wasn't setting the journalJohn Wiegley2012-03-131-5/+9
|
* post_t's copy constructor wasn't copying xdata_John Wiegley2012-03-132-1/+8
|
* dijkstra_shortest_paths should never return a reverse pathJohn Wiegley2012-03-121-5/+19
|
* Fixed speed issue with commodities reportsJohn Wiegley2012-03-121-1/+2
|
* Fixed a few bugs related to apply directivesJohn Wiegley2012-03-121-33/+56
|