kalenislims/lims/view/entry_form.xml

69 lines
3 KiB
XML
Raw Normal View History

2017-10-08 02:23:22 +02:00
<?xml version="1.0"?>
2019-10-08 04:35:45 +02:00
<form cursor="party">
2017-10-08 02:23:22 +02:00
<label name="number"/>
<field name="number"/>
<label name="date"/>
<field name="date"/>
2019-10-08 04:35:45 +02:00
<label name="party"/>
<field name="party"/>
<label name="invoice_party"/>
<field name="invoice_party"/>
2017-10-08 02:23:22 +02:00
<notebook>
<page string="General" id="general">
<group col="10" colspan="4" id="options_holder">
<label name="report_language"/>
<field name="report_language" widget="selection"/>
2017-10-08 02:23:22 +02:00
<label name="email_report"/>
<field name="email_report" xexpand="0" width="25"/>
2017-10-08 02:23:22 +02:00
<label name="single_sending_report"/>
<field name="single_sending_report" xexpand="0" width="25"/>
<label name="entry_single_sending_report"/>
<field name="entry_single_sending_report" xexpand="0" width="25"/>
2017-10-08 02:23:22 +02:00
<label name="no_acknowledgment_of_receipt"/>
<field name="no_acknowledgment_of_receipt" xexpand="0" width="25"/>
2017-10-08 02:23:22 +02:00
</group>
2022-02-01 17:29:50 +01:00
<group id="create_sample_spacer" colspan="2">
2020-06-09 17:41:09 +02:00
</group>
<button name="create_sample" string="CREATE SAMPLES"
colspan="1" icon="tryton-add"/>
2022-02-01 17:29:50 +01:00
<button name="pre_assign_sample"/>
2017-10-08 02:23:22 +02:00
<field name="samples" colspan="4"/>
</page>
<page string="Additional Information" id="additional_information">
<label name="carrier"/>
<field name="carrier"/>
<label name="package_type"/>
<field name="package_type"/>
<label name="package_state"/>
<field name="package_state"/>
<label name="packages_quantity"/>
<field name="packages_quantity"/>
<label name="pre_assigned_samples"/>
<field name="pre_assigned_samples"/>
</page>
2017-10-08 02:23:22 +02:00
<page string="Contacts" id="contacts">
<field name="invoice_contacts" colspan="4"/>
<field name="report_contacts" colspan="4"/>
<field name="acknowledgment_contacts" colspan="4"/>
</page>
<page string="Comments" id="comments">
<separator string="Invoice comments" colspan="2" id="invoice_comments"/>
<separator string="Report comments" colspan="2" id="report_comments"/>
<field name="invoice_comments" colspan="2"/>
<field name="report_comments" colspan="2"/>
<separator string="Transfer comments" colspan="2" id="transfer_comments"/>
<separator string="Comments" colspan="2" id="comments"/>
<field name="transfer_comments" colspan="2"/>
<field name="comments" colspan="2"/>
</page>
</notebook>
<label name="pending_reason"/>
<field name="pending_reason"/>
<group colspan="4" id="buttons">
<label name="state"/>
<field name="state"/>
2020-06-09 17:41:09 +02:00
<button name="on_hold" string="Administration pending" icon="tryton-log"/>
<button name="confirm" string="Confirm" icon="tryton-ok"/>
2017-10-08 02:23:22 +02:00
</group>
</form>