16 lines
585 B
XML
16 lines
585 B
XML
|
<form model="clinic.matching.payment" title="Matching Payment">
|
||
|
<separator string="1. Click Match > 2. Review Items > 3. Import Payment"/>
|
||
|
<group form_layout="stacked">
|
||
|
<field name="file" span="3"/>
|
||
|
<field name="patient_type_id" span="3"/>
|
||
|
<field name="hcode_id" span="3"/>
|
||
|
</group>
|
||
|
<foot replace="1">
|
||
|
<button string="Match" method="match" icon="ok" type="success"/>
|
||
|
<button string="Import Payment" method="pay" icon="arrow-right" type="default"/>
|
||
|
</foot>
|
||
|
<related>
|
||
|
<field name="expenes"/>
|
||
|
</related>
|
||
|
</form>
|