clinic/netforce_clinic/templates/report_hd_monthly.hbs

27 lines
674 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/>
As at October 2014
</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-15 12:49:43 +00:00
<!--<td><a href="ui#name=clinic_hd_case&active_id={{contact_id}}&mode=form">{{amount}}</a></td>-->
<td><a href="ui#name=clinic_hd_case&tab_no=3">{{amount}}</a></td>
2014-10-15 12:39:21 +00:00
</tr>
{{/each}}
2014-10-15 11:46:19 +00:00
</tbody>
</table>