15 lines
599 B
XML
15 lines
599 B
XML
<inherit inherit="account_menu">
|
|
<item string="Settings" position="before">
|
|
<item string="Ratchawat">
|
|
<item string="Labor Cost" action="clinic_labor_cost"/>
|
|
<item string="Import Payment" action="import_clinic_payment"/>
|
|
<divider/>
|
|
<header string="REPORTS"/>
|
|
<item string="Cost By Period" action="clinic_labor_cost"/>
|
|
<item string="Nurse Fee Summary" action="clinic_report_nurse_fee_sum"/>
|
|
<item string="Nurse Fee Detail" action="clinic_report_nurse_fee_detail"/>
|
|
</item>
|
|
</item>
|
|
</inherit>
|
|
|