clinic/netforce_clinic/templates/report_hd_madical.hbs

30 lines
682 B
Handlebars

<center>
<h2>
Summary of the Madical
</h2>
<h3>
[Ratchawat : Saamsan4]<br/>
As at {{month}} {{year}}
</h3>
</center>
<table class="table table-striped">
<thead class="scroll-header">
<th>Madical</th>
<th>Social Security</th>
<th>uc</th>
<th>Buy</th>
<th>Total</th>
</thead>
<tbody>
{{#each lines}}
<tr>
<td>{{madical}}</td>
<td>{{sc}}</td>
<td>{{uc}}</td>
<td style color="red"></style>{{buy}}</td>
<td style color="blue"></style>{{total}}</td>
</tr>
{{/each}}
</tbody>
</table>