trytonpsk-rental/view/service_form.xml
2023-09-12 15:15:01 -05:00

158 lines
6.1 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>
<label name="party"/>
<field name="party"/>
<label name="number"/>
<field name="number"/>
<label name="equipment"/>
<field name="equipment"/>
<label name="booking"/>
<field name="booking"/>
<label name="service_date"/>
<field name="service_date"/>
<label name="service_product"/>
<field name="service_product"/>
<group col="6" colspan="4" id="service_times">
<label name="start_date" xfill="1" xexpand="1"/>
<field name="start_date"/>
<field name="start_time"/>
<label name="end_date" xfill="1" xexpand="1"/>
<field name="end_date"/>
<field name="end_time"/>
</group>
<label name="product"/>
<field name="product"/>
<label name="unit_price"/>
<field name="unit_price"/>
<label name="days_expiration"/>
<field name="days_expiration"/>
<label name="balance"/>
<field name="balance"/>
<group col="6" colspan="4" id="deposit_status">
<label name="deposit_amount"/>
<field name="deposit_amount"/>
<label name="deposit_kept"/>
<field name="deposit_kept"/>
<label name="deposit_balance"/>
<field name="deposit_balance"/>
</group>
<label name="extra_charges"/>
<field name="extra_charges"/>
<newline/>
<button name="notification_expiration" string="Notification Expiration"
colspan="2"/>
<button name="notification_deposit" string="Notification Return Deposit"
colspan="2"/>
<notebook colspan="4">
<page string="Check List" id="check_list">
<field name="check_list" colspan="4"/>
</page>
<page string="Party Info" id="party_info">
<label name="id_number"/>
<field name="id_number"/>
<label name="type_document"/>
<field name="type_document"/>
<label name="bank_bsb"/>
<field name="bank_bsb"/>
<label name="bank_account_number"/>
<field name="bank_account_number"/>
<label name="mobile"/>
<field name="mobile"/>
<label name="email"/>
<field name="email"/>
<label name="subdivision"/>
<field name="subdivision"/>
<label name="suburb"/>
<field name="suburb"/>
<label name="address"/>
<field name="address"/>
<label name="post_code"/>
<field name="post_code"/>
</page>
<page string="Additional Info" id="add_info">
<label name="company"/>
<field name="company"/>
<label name="currency"/>
<field name="currency"/>
<label name="pickup_user"/>
<field name="pickup_user" widget="selection"/>
<group col="4" colspan="2" id="fields">
<label name="early_return"/>
<field name="early_return"/>
<label name="early_return_fee"/>
<field name="early_return_fee"/>
</group>
<label name="cover_prices"/>
<field name="cover_prices"/>
<label name="customer_contract_agree"/>
<field name="customer_contract_agree"/>
<label name="hiring_time"/>
<field name="hiring_time"/>
<label name="hiring_time_uom"/>
<field name="hiring_time_uom"/>
<label name="odometer_start"/>
<field name="odometer_start"/>
<label name="odometer_end"/>
<field name="odometer_end"/>
<label name="photo_link_agree"/>
<field name="photo_link_agree" widget="url"/>
<label name="photo_link_signature"/>
<field name="photo_link_signature" widget="url"/>
<label name="photo_link_party_id"/>
<field name="photo_link_party_id" widget="url"/>
<label name="photo_return_device"/>
<field name="photo_return_device" widget="url"/>
<label name="date_return"/>
<field name="date_return"/>
<newline/>
<!-- <separator string="Notifications" name="notificatios" colspan="4" /> -->
<label name="sended_expired_notificacion"/>
<field name="sended_expired_notificacion"/>
<label name="date_expired_notificacion"/>
<field name="date_expired_notificacion"/>
<label name="sended_deposit_notificacion"/>
<field name="sended_deposit_notificacion"/>
<label name="date_deposit_notificacion"/>
<field name="date_deposit_notificacion"/>
<!-- <separator string="Issues" name="issues" colspan="4" /> -->
<label name="issues_presented"/>
<field name="issues_presented" colspan="3"/>
<label name="part_missing"/>
<field name="part_missing" colspan="3"/>
<separator name="comment" colspan="4" />
<field name="comment" colspan="4" />
</page>
<page string="Deposit Info" id="deposit_info">
<field name="deposit_lines" colspan="4"/>
</page>
<page string="Sales" id="sales">
<field name="sales" colspan="4"/>
</page>
<page string="Payments" id="payments">
<field name="payments" colspan="4"/>
</page>
</notebook>
<group col="10" colspan="4" id="state_buttons">
<label name="state"/>
<field name="state"/>
<label name="deposit_state"/>
<field name="deposit_state"/>
<group col="6" colspan="4" id="buttons">
<button name="pay_advance" string="Add Advance" icon="tryton-open"
colspan="2"/>
<button name="draft" string="Draft"
icon="tryton-clear"/>
<button name="cancel" string="Cancel"
icon="tryton-cancel"/>
<button name="confirm" string="Confirm"
icon="tryton-forward"/>
<button name="renew" string="Renew"
icon="tryton-ok"/>
<button name="done" string="Done"
icon="tryton-ok"/>
</group>
</group>
</form>