kalenislims/lims_analysis_sheet/view/analysis_sheet_form.xml

37 lines
1.3 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" colspan="3" string="View data"/>
<button name="export_file" colspan="1" string="Export file"/>
<group id="state_holder" colspan="4">
<label name="state"/>
<field name="state"/>
<group id="buttons_holder" colspan="2">
<button name="activate" string="Activate"/>
</group>
</group>
</form>