clinic/netforce_clinic/layouts/clinic_setting.xml

47 lines
1.8 KiB
XML

<form model="clinic.setting" title="Clinic Settings">
<tabs>
<tab string="Visit">
<field name="find_dlz"/>
</tab>
<tab string="HD Case">
<group form_layout="stacked">
<field name="waiting_approval" span="3"/>
<field name="real_time" span="3"/>
<field name="auto_gen" invisible="1" span="3"/>
<separator string="Expenes"/>
<field name="products" nolabel="1">
<list>
<field name="patient_type_id"/>
<field name="product_id" onchange="onchange_product"/>
<field name="account_id"/>
<field name="product_categ_id"/>
<field name="description"/>
<field name="reimbursable"/>
<field name="uom_id"/>
<field name="price" onchange="onchange_setting_line"/>
<field name="qty" onchange="onchange_setting_line"/>
<field name="amount"/>
</list>
</field>
</group>
</tab>
<!--
<tab string="Dialyzer">
<field name="stock_journal_id"/>
</tab>
<tab string="Schedule">
<separator string='Transfer nurses to cycle item'/>
<field name="schd_from"/>
<field name="schd_to"/>
<button string="Transfer" type="primary" icon="arrow-right" method="schd_confirm"/>
</tab>
<tab string="Testing">
<button string="Dummy" type="default" method="run_script"/>
<button string="Reset Import" icon="repeat" type="default" method="reset_last_import"/>
</tab>
-->
</tabs>
<foot>
</foot>
</form>