clinic/netforce_clinic/templates/report_hd_monthly.hbs

26 lines
661 B
Handlebars
Raw Normal View History

2014-10-15 11:46:19 +00:00
<center>
<h2>
Summary of the Hemodialysis
</h2>
<h3>
[Ratchawat : Saamsan4]<br/>
2014-10-15 15:21:17 +00:00
As at {{month}} {{year}}
2014-10-15 11:46:19 +00:00
</h3>
</center>
<table class="table table-striped">
<thead class="scroll-header">
2014-10-15 12:39:21 +00:00
<th>Topic</th>
<th>Month</th>
<th>Amount</th>
2014-10-15 11:46:19 +00:00
</thead>
<tbody>
2014-10-15 12:39:21 +00:00
{{#each lines}}
<tr>
<td>{{topic}}</td>
<td>{{month}}</td>
2014-10-20 03:02:57 +00:00
<td><a style="text-decoration: underline" href="ui#name=clinic_report_hd_dialy&defaults.date_from='2014-10-17'&defaults.date_to='2014-10-18'">{{amount}}</a></td>
2014-10-15 12:39:21 +00:00
</tr>
{{/each}}
2014-10-15 11:46:19 +00:00
</tbody>
</table>