summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-27 03:04:05 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-27 03:04:05 -0400
commitc49b98fc4c307a2d08161cebafb348b935c6fcb5 (patch)
tree02171b10ad660778447058649b17069108165298 /src/report.h
parentc57c85c92f352acd6eefa309344dae7f98cf7f31 (diff)
downloadfork-ledger-c49b98fc4c307a2d08161cebafb348b935c6fcb5.tar.gz
fork-ledger-c49b98fc4c307a2d08161cebafb348b935c6fcb5.tar.bz2
fork-ledger-c49b98fc4c307a2d08161cebafb348b935c6fcb5.zip
Added an --unround option, to show full precision
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 5a386616..82c605df 100644
--- a/src/report.h
+++ b/src/report.h
@@ -643,6 +643,8 @@ public:
parent->HANDLER(limit_).on("uncleared|pending");
});
+ OPTION(report_t, unround);
+
OPTION_(report_t, weekly, DO() { // -W
parent->HANDLER(period_).on("weekly");
});