diff options
author | Clint Adams <clint@softwarefreedom.org> | 2013-04-22 17:41:15 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2013-04-22 17:41:15 -0400 |
commit | f1a294e5ddb8ae0ccdcef1a12561e603ff996cfe (patch) | |
tree | 14d4df6383db09051ef9631dbf09c9ed6a2039d3 /templates | |
parent | 514ff2acff2ba9ad9f809e22fc8ed5a986410e5d (diff) |
journal-query-based monthly reports (p&l, assets, liabilities)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/homepage.hamlet | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/homepage.hamlet b/templates/homepage.hamlet index 4078139..f6acc22 100644 --- a/templates/homepage.hamlet +++ b/templates/homepage.hamlet @@ -8,3 +8,15 @@ <td .reports> <a href=@{RegisterR l}> Register (CSV) + <td .reports> + <a href=@{JournalR PandL l}> + P&L (CSV) + <td .reports> + <a href=@{JournalR Assets l}> + Assets (CSV) + <td .reports> + <a href=@{JournalR Liabilities l}> + Liabilities (CSV) + <td .reports> + <a href=@{JournalR Everything l}> + Everything (CSV) |