clinic/netforce_clinic/layouts/clinic_matching_payment.xml

19 lines
755 B
XML
Raw Normal View History

2015-01-16 11:19:49 +00:00
<form model="clinic.matching.payment" title="Matching Payment">
2015-02-04 19:02:44 +00:00
<separator string="1. Click Match > 2. Check Items > 3. Import Payment"/>
2015-02-04 14:10:41 +00:00
<field name="date" onchange="onchange_date" mode="month" span="3"/>
<field name="date_from" span="3"/>
<field name="date_to" span="3"/>
<newline/>
<field name="file" span="3"/>
<field name="patient_type_id" onchange="onchange_ptype" span="3"/>
<field name="pcode" span="3"/>
<field name="hcode_id" span="3"/>
2015-01-16 11:19:49 +00:00
<foot replace="1">
<button string="Match" method="match" icon="ok" type="success"/>
2015-02-04 19:02:44 +00:00
<button string="Import Payment" method="do_import" icon="arrow-right" type="default"/>
2015-01-16 11:19:49 +00:00
</foot>
<related>
<field name="expenes"/>
</related>
</form>