2014-10-22 08:55:57 +00:00
|
|
|
<form model="clinic.hd.case.payment">
|
|
|
|
<field name="hd_case_id" invisible="1"/>
|
2014-10-23 04:43:39 +00:00
|
|
|
<field name="pay_amount" onchange="onchange_amount"/>
|
|
|
|
<newline/>
|
|
|
|
<field name="fee" readonly="1"/>
|
|
|
|
<newline/>
|
|
|
|
<field name="to_pay" readonly="1"/>
|
|
|
|
<newline/>
|
|
|
|
<field name="complete" help="Mark as complete"/>
|
2014-10-22 08:55:57 +00:00
|
|
|
<foot>
|
2014-10-23 04:43:39 +00:00
|
|
|
<button string="Cash" type="success" icon="ok" method="cash" confirm="Are you sure?"/>
|
|
|
|
<button string="Credit" type="default" icon="check" method="credit"/>
|
2014-10-22 08:55:57 +00:00
|
|
|
</foot>
|
|
|
|
</form>
|