clinic/netforce_clinic/templates/report_medical_summary.hbs

30 lines
690 B
Handlebars

<center>
<h2>รวมจำนวนยาที่ใช้ประจำเดือน</h2>
<h3>
{{parent_company_name}}&nbsp;{{company_name}}<br/>
</h3>
<h4>
ประจำเดือน {{month}} {{year}}
</h4>
</center>
<table class="table">
<thead>
<th>ประเภทการรักษา</th>
<th>uc</th>
<th>ซื้อ</th>
<th>รวม</th>
</thead>
<tbody>
{{#each lines}}
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
{{/each}}
</tbody>
<tfoot>
</tfoot>
</table>