diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-21 02:20:08 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-21 02:20:08 -0400 |
commit | f4e13f34580d1b71736f3ea6451d24237ef6fe2c (patch) | |
tree | 86f9fbec53b53de19f73d07320217cda9b617c8d /src/report.h | |
parent | 13812346b6ca97ae2f505f08d898e98db907ede6 (diff) | |
download | fork-ledger-f4e13f34580d1b71736f3ea6451d24237ef6fe2c.tar.gz fork-ledger-f4e13f34580d1b71736f3ea6451d24237ef6fe2c.tar.bz2 fork-ledger-f4e13f34580d1b71736f3ea6451d24237ef6fe2c.zip |
Added --start-of-week option, used with --weekly
For example, --start-of-week=monday can be used to report weeks that
begin on Mondays.
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 00e0d588..a4020af8 100644 --- a/src/report.h +++ b/src/report.h @@ -535,6 +535,7 @@ public: parent->HANDLER(sort_all_).off(); }); + OPTION(report_t, start_of_week_); OPTION(report_t, subtotal); // -s OPTION(report_t, tail_); |