summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Expand)AuthorAgeFilesLines
* Recognize the --no-pager optionMartin Michlmayr2014-05-121-0/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-081-5/+0
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Removed an unnecessary if. Fixes #140John Wiegley2013-01-311-2/+1
* Bug 634 Added roundto function, optimized floor and ceilingCraig Earls2013-01-301-0/+8
* Fixes regression error introduced by tags command patchCraig Earls2013-01-291-5/+10
* Addes tags command and --values optionCraig Earls2013-01-291-10/+10
* fix bug 748: option aliases not recognizedJohann Klähn2013-01-151-4/+11
* Added missing break; statement in report.ccCraig Earls2012-10-261-0/+1
* Added "draft" and "lisp" command synonymsCraig Earls2012-10-261-2/+8
* Bug 634 and 488, Corrected behavior of floor, and added ceilingCraig Earls2012-10-251-0/+7
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-2/+2
* Added a "json" report commandJohn Wiegley2012-05-181-3/+9
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-2/+2
* Switch to using Boost.FormatJohn Wiegley2012-05-141-6/+6
* Make --detail a synonym for --rich-dataJohn Wiegley2012-04-131-1/+1
* Make pricesdb an alias for pricedb for backwards compatibility with ledger 2Martin Michlmayr2012-03-251-1/+1
* More improvements to nail_down; fixes #715John Wiegley2012-03-191-2/+4
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-1/+6
* Make --days-of-week an alias for --dowJohn Wiegley2012-03-171-1/+1
* Add experimental support for select queriesJohn Wiegley2012-03-131-0/+3
* Added --time-report optionJohn Wiegley2012-03-131-0/+1
* Added format_datetime valexpr functionJohn Wiegley2012-03-131-0/+11
* Resolved a huge performance issue with 'pricedb'John Wiegley2012-03-121-2/+14
* Quieted several compiler warnings from ClangJohn Wiegley2012-03-111-1/+3
* When --percent is used, disable --decimal-comma after parsingJohn Wiegley2012-03-111-7/+10
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-4/+5
* Allow balances to be passed to nail_downJohn Wiegley2012-03-111-0/+23
* Corrected a rounding error in nail_downJohn Wiegley2012-03-111-1/+2
* --percent now plays well with -X and -VJohn Wiegley2012-03-101-0/+9
* Added --immediate optionJohn Wiegley2012-03-101-0/+6
* Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-101-3/+16
* Make --lot-notes the primary name, not --lot-tagsJohn Wiegley2012-03-101-1/+1
* Give a better error when sequences are mis-indexedJohn Wiegley2012-03-101-6/+13
* Make --lot-notes a synonym for --lot-tagsJohn Wiegley2012-03-101-1/+1
* Allow --budget-format to be usedJohn Wiegley2012-03-091-0/+1
* Fixed the behavior of fn_nail_downJohn Wiegley2012-03-091-3/+11
* Reworked the way that options are handledJohn Wiegley2012-03-091-122/+118
* fn_market can now accept a commodity name for arg 0John Wiegley2012-03-081-3/+13
* Added --historical optionJohn Wiegley2012-03-081-2/+1
* Added nail_down() for pinning market value exprsJohn Wiegley2012-03-081-0/+20
* Removed value_t::price and balance_t::priceJohn Wiegley2012-03-071-7/+0
* Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-051-1/+1
* Prettified some code in report.ccJohn Wiegley2012-03-051-84/+55
* Guard against double-freeing of report objectsJohn Wiegley2012-03-051-33/+58
* Implemented first cut at price conversion logicJohn Wiegley2012-03-051-5/+2
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-051-2/+8
* Make --value a synonym for marketJohn Wiegley2012-03-051-1/+1
* Make --change a synonym for --gainJohn Wiegley2012-03-051-1/+1