trytonpsk-crm/view/customer_service_form.xml

78 lines
2.8 KiB
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form cursor="party">
<label name="party"/>
<field name="party"/>
<label name="number"/>
<field name="number"/>
<label name="customer"/>
<field name="customer"/>
<label name="cs_date"/>
<field name="cs_date"/>
<label name="category_customer"/>
<field name="category_customer" widget='selection'/>
<label name="reference"/>
<field name="reference"/>
<label name="effective_date"/>
<field name="effective_date"/>
<group id="address" col="6" colspan="4">
<label name="address"/>
<field name="address"/>
<label name="phone"/>
<field name="phone"/>
<label name="city"/>
<field name="city"/>
</group>
<group id="info_case" col="6" colspan="4">
<label name="case"/>
<field name="case"/>
<label name="media"/>
<field name="media"/>
<label name="department"/>
<field name="department"/>
</group>
<notebook colspan="6">
<page string="Summary" id="summary" col="4">
<separator name="description" colspan="4"/>
<field name="description" colspan="4"/>
<separator name="diagnose" colspan="4"/>
<field name="diagnose" colspan="4"/>
<separator name="response" colspan="4"/>
<field name="response" colspan="4"/>
</page>
<page string="Other Information" id="info" col="4">
<label name="company"/>
<field name="company"/>
<label name="efficacy"/>
<field name="efficacy"/>
<label name="age"/>
<field name="age"/>
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
</page>
<page string="Action Plan" id="info" col="4">
<separator name="action_plan" colspan="4"/>
<field name="action_plan" colspan="4"/>
</page>
</notebook>
<label name="responsible_employee"/>
<field name="responsible_employee"/>
<group col="6" colspan="4" id="state_buttons">
<!-- <label name="satisfaction"/>
<field name="satisfaction"/> -->
<label name="state"/>
<field name="state"/>
<group col="4" colspan="2" id="buttons">
<button name="draft" string="Draft"
icon="tryton-clear"/>
<button name="open" string="Open"
icon="tryton-forward"/>
<button name="cancel" string="Cancel"
icon="tryton-cancel"/>
<button name="close" string="Close"
icon="tryton-forward"/>
</group>
</group>
</form>