merge hdcase summary report old -> new
parent
21ad40d97d
commit
02184b877b
|
@ -1,5 +1,5 @@
|
|||
<action>
|
||||
<field name="string">HD Case Summary (New)</field>
|
||||
<field name="string">HD Case Summary</field>
|
||||
<field name="view_cls">report</field>
|
||||
<field name="model">report.hdcase.summary</field>
|
||||
<field name="report_template">report_hdcase_summary</field>
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
<item string="Sickbed" action="clinic_sickbed"/>
|
||||
</item>
|
||||
<item string="Reports" perm="clinic_report">
|
||||
<item string="HD Case Summary (new)" action="report_hdcase_summary"/>
|
||||
<item string="HD Case Summary" action="report_hdcase_summary"/>
|
||||
<item string="Report Cycle Setting" action="clinic_report_cycle_setting"/>
|
||||
<item string="Cycle Item Summary" action="clinic_report_cycle_item"/>
|
||||
<item string="HD Case Summary (old)" action="clinic_report_hd_case_summary"/>
|
||||
<!--<item string="HD Case Summary (old)" action="clinic_report_hd_case_summary"/>-->
|
||||
<item string="HD Case Expense" action="report_hdcase_expense_summary"/>
|
||||
<item string="RD Shop Expense" action="clinic_report_shop"/>
|
||||
<divider/>
|
||||
|
|
|
@ -71,11 +71,13 @@
|
|||
{{view "link" string=name action="clinic_patient_move" action_options="mode=form" active_id=pid}}
|
||||
</td>
|
||||
<!--button delete ##TODO-->
|
||||
<!--
|
||||
<td>
|
||||
<button type="button" class="btn btn-danger btn-xs">
|
||||
<span class="glyphicon glyphicon-remove"></span>
|
||||
</button>
|
||||
</td>
|
||||
-->
|
||||
</tr>
|
||||
{{/each}}
|
||||
{{else}}
|
||||
|
@ -107,11 +109,13 @@
|
|||
{{view "link" string=name action="clinic_patient_move" action_options="mode=form" active_id=pid}}
|
||||
</td>
|
||||
<!--button delete ##TODO-->
|
||||
<!--
|
||||
<td>
|
||||
<button type="button" class="btn btn-danger btn-xs">
|
||||
<span class="glyphicon glyphicon-remove"></span>
|
||||
</button>
|
||||
</td>
|
||||
-->
|
||||
</tr>
|
||||
{{/each}}
|
||||
{{else}}
|
||||
|
|
Loading…
Reference in New Issue