Skip to content

Commit

Permalink
update example: weekly register report
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Feb 15, 2017
1 parent 82eb8e2 commit e35a9ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/complete/accounts.conf
Expand Up @@ -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
Expand Down

0 comments on commit e35a9ae

Please sign in to comment.