summaryrefslogtreecommitdiff
path: root/src/report.h
Commit message (Expand)AuthorAgeFilesLines
* Use #cmakedefine01 for system capability checksAlexis Hildebrandt2023-04-151-1/+1
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* 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-3/+3
* Use amount_width for balance reportVladimir Parfinenko2023-01-271-3/+3
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-251-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* Revert "Use amount_width for balance report"John Wiegley2022-02-031-3/+3
* Use amount_width for balance reportVladimir Parfinenko2022-02-031-3/+3
* Revert "Revert "Revert "Change --invert to invert displayed amounts and total...John Wiegley2022-02-031-2/+1
* Revert "Revert "Change --invert to invert displayed amounts and totals, not a...John Wiegley2022-02-031-1/+2
* Use PAGER when environment variable is setMartin Michlmayr2020-06-181-10/+15
* Revert "Change --invert to invert displayed amounts and totals, not amounts"Martin Michlmayr2020-05-181-2/+1
* Add two (for the moment undocumented) functions:John Wiegley2020-04-231-0/+2
* Add --averaged-lot-pricesJohn Wiegley2019-12-061-0/+9
* Change --invert to invert displayed amounts and totals, not amountsJohn Wiegley2019-07-051-1/+2
* Add (currently undocumented) function 'clear_commodity'John Wiegley2018-02-161-0/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* Use amount_width variable for budget reportPaulo Flabiano Smorigo2018-01-031-5/+5
* Be a bit more defensive when calculating the budgetJohn Wiegley2017-12-301-2/+2
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Add new reporting function quoted_rfc4180John Wiegley2016-11-121-0/+1
* Fix build under Cygwin.Ivan Vanyushkin2016-09-291-1/+1
* Fix build under msys32; add Appveyor continuous buildEvan Mallory2016-09-171-1/+2
* Make -A to imply -EJohn Wiegley2016-01-091-0/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Add a --no-revalued optionJohn Wiegley2015-05-051-0/+4
* Fix alignment of cleared-format with 4 spaces as separator.thdox2015-02-231-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* fix rare bug in balance report output if the budgeted amount happens to be zero.Craig Earls2014-08-241-2/+2
* Add the --no-pager optionJohn Wiegley2014-04-271-0/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Commodity column in default CSV format should match the displayed amountSteve Purcell2014-01-061-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Bug 634 Added roundto function, optimized floor and ceilingCraig Earls2013-01-301-0/+1
* Addes tags command and --values optionCraig Earls2013-01-291-0/+2
* Bug 634 and 488, Corrected behavior of floor, and added ceilingCraig Earls2012-10-251-0/+1
* Fix compilation warning: be sure we call the base class copy constructor.Hyrum Wright2012-08-141-1/+1
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-2/+2
* Switch to using Boost.FormatJohn Wiegley2012-05-141-6/+6
* Added a * for cleared entries in the time reportJohn Wiegley2012-05-101-4/+7
* Allow --invert to work with --monthlyJohn Wiegley2012-04-061-1/+1
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-2/+21
* Always close the last report output streamJohn Wiegley2012-03-161-0/+4
* Change abbrev_len to int(abbrev_len)John Wiegley2012-03-131-3/+2
* Added --time-report optionJohn Wiegley2012-03-131-0/+20
* Added format_datetime valexpr functionJohn Wiegley2012-03-131-0/+1
* Added --immediate optionJohn Wiegley2012-03-101-0/+2
* Added --dc option, for debit/credit style reportsJohn Wiegley2012-03-101-5/+71