Files
tradon/modules/purchase_trade/view/coffee_lab_analysis_form.xml
2026-06-29 22:31:21 +02:00

46 lines
1.6 KiB
XML

<?xml version="1.0"?>
<form col="12">
<group id="lab_summary" colspan="12" col="8">
<label name="sample"/>
<field name="sample"/>
<label name="lab"/>
<field name="lab"/>
<label name="state"/>
<field name="state"/>
<label name="compliant"/>
<field name="compliant"/>
</group>
<button name="send" string="Send"/>
<button name="receive" string="Receive"/>
<button name="accept" string="Accept"/>
<button name="reject" string="Reject"/>
<button name="cancel" string="Cancel"/>
<button name="draft" string="Draft"/>
<newline/>
<group id="lab_dates" string="Dates" colspan="6" col="4">
<label name="requested_date"/>
<field name="requested_date"/>
<label name="sent_date"/>
<field name="sent_date"/>
<label name="due_date"/>
<field name="due_date"/>
<label name="received_date"/>
<field name="received_date"/>
</group>
<group id="lab_results" string="Results" colspan="6" col="4">
<label name="report_reference"/>
<field name="report_reference"/>
<label name="moisture"/>
<field name="moisture" width="120" xexpand="0" xfill="0"/>
<label name="screen_size"/>
<field name="screen_size"/>
<label name="defect_count"/>
<field name="defect_count" width="120" xexpand="0" xfill="0"/>
<label name="cup_score"/>
<field name="cup_score" width="120" xexpand="0" xfill="0"/>
</group>
<group id="lab_notes" string="Summary" colspan="12" col="1">
<field name="result_summary"/>
</group>
</form>