17 lines
705 B
XML
17 lines
705 B
XML
<inherit inherit="account_menu">
|
|
<item string="Settings" position="before">
|
|
<item string="Ratchawat">
|
|
<header string="IMPORT PAYMENT"/>
|
|
<item string="Medical Government" action="import_clinic_mg"/>
|
|
<item string="Social Security" action="import_clinic_sc"/>
|
|
<item string="NHSO 30฿" action="import_clinic_nhso"/>
|
|
<divider/>
|
|
<header string="IMPORT DATA"/>
|
|
<item string="Medical Government" action="clinic_import_payment"/>
|
|
<item string="Social Security" action="clinic_import_payment"/>
|
|
<item string="NHSO 30฿" action="clinic_import_payment"/>
|
|
</item>
|
|
</item>
|
|
</inherit>
|
|
|