clinic/netforce_clinic/layouts/clinic_matching_payment.xml

32 lines
1.2 KiB
XML
Raw Normal View History

2015-01-16 11:19:49 +00:00
<form model="clinic.matching.payment" title="Matching Payment">
2015-02-05 09:03:51 +00:00
<head>
<button string="Options" dropdown="1">
<item string="Update Identification" method="update_id"/>
<item string="Print Log" icon="print"/>
</button>
</head>
2015-02-05 01:01:12 +00:00
<tabs>
<tab string="General">
<separator string="1. Click Match > 2. Check Items > 3. Import Payment"/>
<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"/>
</tab>
<tab string="Log">
<field name="note" nolabel="1" width="1000" height="250"/>
</tab>
</tabs>
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>