...
parent
0a04faccf6
commit
13045e3f63
|
@ -22,8 +22,10 @@
|
|||
<header string="HD CASE"/>
|
||||
<item string="HD Detail" action="clinic_report_hd_detail"/>
|
||||
<item string="HD Summary" action="clinic_report_hd_summary"/>
|
||||
<header string="HD Madical"/>
|
||||
<item string="Madical Summary" action="clinic_report_hd_madical"/>
|
||||
<header string="HD Medical"/>
|
||||
<item string="Medical Summary" action="clinic_report_hd_medical"/>
|
||||
<header string="HD Payment"/>
|
||||
<item string="Payment Summary" action="clinic_report_hd_payment"/>"
|
||||
</item>
|
||||
<item string="Settings">
|
||||
<item string="Cycles" action="clinic_cycle"/>
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
<form model="clinic.report.hd.detail">
|
||||
<group>
|
||||
<field name="date_from" span="2"/>
|
||||
<field name="date_to" span="2"/>
|
||||
<field name="cycle_id" span="2"/>
|
||||
<field name="patient_id" span="2"/>
|
||||
<field name="nurse_id" span="2"/>
|
||||
<field name="doctor_id" span="2"/>
|
||||
<field name="patient_id" span="3"/>
|
||||
<field name="type" span="3"/>
|
||||
<field name="doctor_id" span="3"/>
|
||||
<field name="nurse_id" span="3"/>
|
||||
<newline/>
|
||||
<field name="date_from" span="3"/>
|
||||
<field name="date_to" span="3"/>
|
||||
<field name="cycle_id" span="3"/>
|
||||
</group>
|
||||
</form>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{{/if}}
|
||||
</h4>
|
||||
</center>
|
||||
<table class="table table-striped">
|
||||
<table class="table table-bordered">
|
||||
<thead class="scroll-header">
|
||||
<tr>
|
||||
<th>
|
||||
|
@ -18,9 +18,6 @@
|
|||
<th>
|
||||
Patient
|
||||
</th>
|
||||
<th>
|
||||
Doctor
|
||||
</th>
|
||||
<th>
|
||||
Patient Type
|
||||
</th>
|
||||
|
@ -33,6 +30,9 @@
|
|||
<th>
|
||||
Dialyzer
|
||||
</th>
|
||||
<th>
|
||||
Doctor
|
||||
</th>
|
||||
<th>
|
||||
Nurse
|
||||
</th>
|
||||
|
@ -53,26 +53,18 @@
|
|||
<td>{{no_patient}}</td>
|
||||
{{else}}
|
||||
<td></td>
|
||||
<td>{{patient}}</td>
|
||||
<td><a style="text-decoration: underline" href="ui#name=clinic_patient&mode=page&active_id={{patient_id}}">{{patient_name}}</a></td>
|
||||
{{/if}}
|
||||
<td>
|
||||
{{doctor}}
|
||||
</td>
|
||||
<td>
|
||||
{{patient_type}}
|
||||
</td>
|
||||
<td>
|
||||
{{total}}
|
||||
</td>
|
||||
<td>
|
||||
{{rc_no}}
|
||||
</td>
|
||||
<td>
|
||||
{{dialyzer_name}}
|
||||
</td>
|
||||
<td>
|
||||
{{nurse}}
|
||||
</td>
|
||||
<td><a style="text-decoration: underline" href="ui#name=clinic_hd_case&mode=page&active_id={{hd_case_id}}">{{rc_no}}</a></td>
|
||||
<td><a style="text-decoration: underline" href="ui#name=clinic_dialyzer&mode=page">{{dialyzer_number}}</a></td>
|
||||
<td><a style="text-decoration: underline" href="ui#name=clinic_doctor&mode=page&active_id={{doctor_id}}">{{doctor_name}}</a></td>
|
||||
<td><a style="text-decoration: underline" href="ui#name=clinic_nurse&mode=page&active_id={{nurse_id}}">{{nurse_name}}</a></td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</tbody>
|
||||
|
|
|
@ -4,10 +4,12 @@
|
|||
</h2>
|
||||
<h3>
|
||||
[{{company_name}}]<br/>
|
||||
As at {{month}} {{year}}
|
||||
</h3>
|
||||
<h4>
|
||||
As at {{month}} {{year}}
|
||||
</h4>
|
||||
</center>
|
||||
<table class="table table-striped">
|
||||
<table class="table table-bordered">
|
||||
<thead class="scroll-header">
|
||||
<th>Topic</th>
|
||||
<th>Month</th>
|
||||
|
@ -22,4 +24,11 @@
|
|||
</tr>
|
||||
{{/each}}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue