summaryrefslogtreecommitdiff
path: root/templates/homepage.hamlet
blob: f6acc223a1aa576638c49ad7fceccfd8c5957ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<h1>_{MsgReports}

<div .reports>
  <table .reports>
    $forall l <- ledgernames
      <tr>
        <td .reports>#{l}
        <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)