clinic/netforce_clinic/templates/report_medical_summary.hbs

32 lines
740 B
Handlebars
Raw Normal View History

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