summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-21 02:20:08 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-21 02:20:08 -0400
commitf4e13f34580d1b71736f3ea6451d24237ef6fe2c (patch)
tree86f9fbec53b53de19f73d07320217cda9b617c8d /src/report.h
parent13812346b6ca97ae2f505f08d898e98db907ede6 (diff)
downloadfork-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.h1
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_);