diff --git a/netforce_clinic/actions/clinic_report_account_hd_case_detail.xml b/netforce_clinic/actions/clinic_report_account_hd_case_detail.xml index 1ed5550..eda03e6 100644 --- a/netforce_clinic/actions/clinic_report_account_hd_case_detail.xml +++ b/netforce_clinic/actions/clinic_report_account_hd_case_detail.xml @@ -1,5 +1,5 @@ - Report Account HD Case Detail + Account HD Case Detail report clinic.report.account.hd.case.detail report_account_hd_case_detail diff --git a/netforce_clinic/actions/clinic_report_account_hd_case_summary.xml b/netforce_clinic/actions/clinic_report_account_hd_case_summary.xml index 9ed5b18..5b156b9 100644 --- a/netforce_clinic/actions/clinic_report_account_hd_case_summary.xml +++ b/netforce_clinic/actions/clinic_report_account_hd_case_summary.xml @@ -1,5 +1,5 @@ - Report Account HD Case Summary + Account HD Case Summary report clinic.report.account.hd.case.summary report_account_hd_case_summary diff --git a/netforce_clinic/layouts/clinic_account_menu.xml b/netforce_clinic/layouts/clinic_account_menu.xml index 98139d3..85717d3 100644 --- a/netforce_clinic/layouts/clinic_account_menu.xml +++ b/netforce_clinic/layouts/clinic_account_menu.xml @@ -1,14 +1,19 @@ +
+ - - + + + + +
@@ -17,7 +22,7 @@ - + diff --git a/netforce_clinic/layouts/clinic_report_account_hd_case_detail.xml b/netforce_clinic/layouts/clinic_report_account_hd_case_detail.xml index 54402fc..fed9444 100644 --- a/netforce_clinic/layouts/clinic_report_account_hd_case_detail.xml +++ b/netforce_clinic/layouts/clinic_report_account_hd_case_detail.xml @@ -11,6 +11,6 @@ - + diff --git a/netforce_clinic/templates/report_account_hd_case_summary.hbs b/netforce_clinic/templates/report_account_hd_case_summary.hbs index e64af47..96e08ab 100644 --- a/netforce_clinic/templates/report_account_hd_case_summary.hbs +++ b/netforce_clinic/templates/report_account_hd_case_summary.hbs @@ -1,3 +1,24 @@ + +

{{title}} @@ -21,9 +42,9 @@ {{#ifeq reimbursable "no"}} - + {{else}} - + {{/ifeq}} {{#if ptype_id}} Total: {{total_qty}} @@ -53,7 +74,9 @@ Misc. Dlz Ref.Inv# + {{else}} Date Cycle# @@ -68,7 +91,9 @@ ค่ายา ค่าบริการฉีดยา Inv# + แพทย์ พยาบาล {{/ifeq}} @@ -98,21 +123,23 @@ {{/if}} {{epo_name}} - {{currency fee zero=""}} - {{currency mdc zero=""}} - {{currency lab zero=""}} - {{currency misc zero=""}} - {{currency dlz_price zero=""}} + {{fee}} + {{mdc}} + {{lab}} + {{misc}} + {{dlz_price}} {{#if inv_id}} {{view "link" string=inv_ref action="cust_invoice" action_options="form_view_xml&cust_invoice_form&mode=form" active_id=inv_id}} {{/if}} + {{else}} {{date}} {{cycle}} @@ -125,9 +152,9 @@ {{ptype}} {{hct}} {{epo_name}} - {{currency fee zero=""}} - {{currency mdc zero=""}} - {{currency srv zero=""}} + {{fee}} + {{mdc}} + {{srv}} {{#if inv_id}} {{view "link" string=inv_number action="cust_invoice" action_options="form_view_xml&cust_invoice_form&mode=form" active_id=inv_id}} @@ -136,6 +163,7 @@ {{/if}} + {{dname}} {{view "link" string="View" action="clinic_cycle_item" action_options="mode=form" active_id=cycle_item_id}} @@ -163,11 +192,12 @@ - {{currency total_fee zero=""}} - {{currency total_mdc zero=""}} - {{currency total_lab zero=""}} - {{currency total_misc zero=""}} - {{currency total_dlz zero=""}} + {{total_fee}} + {{total_mdc}} + {{total_lab}} + {{total_misc}} + {{total_dlz}} + {{else}} @@ -179,12 +209,33 @@ - {{currency total_fee zero=""}} - {{currency total_mdc zero=""}} - {{currency total_srv zero=""}} + {{total_fee}} + {{total_mdc}} + {{total_srv}} + {{/ifeq}} + + +