clinic/netforce_clinic/layouts/import_clinic_sc.xml

20 lines
866 B
XML
Raw Normal View History

2014-10-22 03:45:23 +00:00
<form title="Import Social Security">
2014-10-24 08:08:56 +00:00
<group span="6" columns="1">
<field name="file"/>
2014-10-27 14:17:22 +00:00
<field name="hcode"/>
2014-10-24 08:08:56 +00:00
</group>
<group span="6" columns="1">
<separator string="Result"/>
2014-10-24 10:40:01 +00:00
<template>
<a href="ui#name=clinic_data_sc" target="_blank"><span class="glyphicon glyphicon-arrow-right"></span> Review Data</a>
</template>
2014-10-24 08:08:56 +00:00
<field name="result" nolabel="1" height="240" width="540"/>
</group>
2014-10-22 03:45:23 +00:00
<foot replace="1">
<button string="Import Data" method="import_sc" type="primary" icon="arrow-right"/>
2014-10-27 19:01:18 +00:00
<!--<button string="Match Invoice" method="match_invoice_sc" icon="retweet" type="default"/>-->
2014-10-28 13:39:29 +00:00
<button string="Approve" method="approve_sc" icon="ok" type="success"/>
2014-10-27 19:01:18 +00:00
<button string="Clear" method="clear_sc" type="danger" icon="remove"/>
2014-10-22 03:45:23 +00:00
</foot>
</form>