clinic/netforce_clinic/layouts/clinic_je_form.xml

45 lines
1.4 KiB
XML
Raw Normal View History

2014-10-03 06:09:10 +00:00
<form model="clinic.je">
<head>
<field name="state"/>
</head>
<group span="6" columns="1">
<field name="number"/>
<field name="name"/>
<!--<field name="type" required="1"/>-->
</group>
<group span="6" columns="1">
<field name="date_import"/>
<field name="file"/>
<field name="payment_id" readonly="1"/>
</group>
<tabs>
<tab string="File Information">
<group span="6" columns="1">
<separator string="Sheets"/>
<field name="sheets" count="5" nolabel="1">
<list>
<field name="name"/>
<field name="process_type"/>
</list>
</field>
</group>
<group span="6" columns="1">
<separator string="Options"/>
<button string="Load Sheet" type="primary" icon="download" method="load_sheet"/>
<newline/>
<button string="Process" type="success" icon="arrow-right" method="process"/>
</group>
</tab>
<tab string="Invoices">
<field name="lines" count="10" nolabel="1">
<list>
<field name="invoice_id"/>
<field name="amount"/>
</list>
</field>
</tab>
</tabs>
<foot>
</foot>
</form>