summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Expand)AuthorAgeFilesLines
* Use #cmakedefine01 for system capability checksAlexis Hildebrandt2023-04-151-3/+3
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* If the amount-width has not been set, use the old default of 20John Wiegley2023-01-271-0/+7
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-251-3/+3
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Add two (for the moment undocumented) functions:John Wiegley2020-04-231-0/+23
* Add --averaged-lot-pricesJohn Wiegley2019-12-061-0/+11
* Remove the 'org' command, which was always a hack to begin withJohn Wiegley2019-03-151-6/+0
* Add (currently undocumented) function 'clear_commodity'John Wiegley2018-02-161-0/+9
* Merge pull request #521 from mbudde/fix-trimAlexis Hildebrandt2018-01-271-7/+4
|\
| * Fix handling of edge cases in trim functionMichael Budde2018-01-251-7/+4
* | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
|/
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Item sorting should have access to the report scopeJohn Wiegley2017-01-041-4/+6
* Add new reporting function quoted_rfc4180John Wiegley2016-11-121-0/+19
* --force-color does not require anymore --color.thdox2016-10-271-0/+3
* Fix build under msys32; add Appveyor continuous buildEvan Mallory2016-09-171-3/+3
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Add a --no-revalued optionJohn Wiegley2015-05-051-0/+1
* [fix] Make trim function trim trailing whitespaceAlexis Hildebrandt2015-01-201-2/+2
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* make --columns default to terminal width, as returned by ioctl()Stefano Zacchiroli2014-10-131-0/+7
* Recognize --cleared-format optionMartin Michlmayr2014-05-301-0/+1
* 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