From e35a9aea3c205aac2be15e06f69e481d26695303 Mon Sep 17 00:00:00 2001 From: hrj Date: Wed, 15 Feb 2017 09:40:26 +0530 Subject: [PATCH] update example: weekly register report --- examples/complete/accounts.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/complete/accounts.conf b/examples/complete/accounts.conf index 7efff546..2a93d47b 100644 --- a/examples/complete/accounts.conf +++ b/examples/complete/accounts.conf @@ -34,10 +34,16 @@ reports += { } reports += { - title = "Register" + title = "Register by month" type = register } +reports += { + title = "Register by week" + type = register + groupBy = isoWeek +} + reports += { title = "Cash Book" type = book