clinic/netforce_clinic/layouts/clinic_matching_payment.xml

18 lines
753 B
XML

<form model="clinic.matching.payment" title="Payment Matching">
<head>
<button string="Options" dropdown="1">
<item string="Update Identification" method="update_id"/>
<item string="Import Payment" method="do_import" type="default"/>
</button>
</head>
<field name="date" onchange="onchange_date" mode="month" span="2"/>
<field name="date_from" span="2"/>
<field name="date_to" span="2"/>
<field name="file" span="4"/>
<newline/>
<field name="patient_type_id" onchange="onchange_ptype" span="2"/>
<field name="pcode" span="2"/>
<field name="hcode_id" span="2"/>
<button string="Import Payment" method="do_import" type="default" icon='arrow-right' size="small"/>
</form>