kalenislims/lims_analysis_sheet/view/analysis_sheet_form.xml

37 lines
1.2 KiB
XML

<?xml version="1.0"?>
<form>
<label name="template"/>
<field name="template"/>
<label name="number"/>
<field name="number"/>
<label name="professional"/>
<field name="professional"/>
<label name="laboratory"/>
<field name="laboratory"/>
<label name="date"/>
<field name="date"/>
<group id="samples" colspan="2" col="6">
<label name="urgent"/>
<field name="urgent"/>
<label name="samples_qty"/>
<field name="samples_qty"/>
<label name="completion_percentage"/>
<group col="2" id="completion_percentage">
<field name="completion_percentage" factor="100" xexpand="0"/>
<label name="completion_percentage" string="%" xalign="0.0" xexpand="1"/>
</group>
</group>
<label name="compilation"/>
<field name="compilation"/>
<label name="planification"/>
<field name="planification"/>
<button name="view_data" string="View data" colspan="4"/>
<group colspan="4" id="state_holder">
<label name="state"/>
<field name="state"/>
<group colspan="2" id="buttons_holder">
<button name="activate" string="Activate"/>
</group>
</group>
</form>