clinic/netforce_clinic/layouts/clinic_setting.xml

18 lines
519 B
XML
Raw Normal View History

2014-10-22 03:45:23 +00:00
<form model="clinic.setting" title="Clinic Settings">
2014-10-27 14:17:22 +00:00
<tabs>
<tab string="Testing">
<field name="file"/>
<newline/>
</tab>
<tab string="General">
<separator string="Labor Cost"/>
<field name="var_k"/>
</tab>
</tabs>
2014-10-27 19:01:18 +00:00
<foot>
<button string="Make Visit" method="make_visit"/>
<button string="Make HD Case" method="make_done"/>
<button string="Complete HD Case" method="make_complete"/>
</foot>
2014-09-11 03:21:52 +00:00
</form>