trytonpsk-hotel/view/booking_form.xml

130 lines
4.9 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 col="6">
<label name="party"/>
<field name="party"/>
<button name="create_guest" string="Create Guest"
icon="tryton-open" colspan="2"/>
<label name="number"/>
<field name="number"/>
<label name="contact"/>
<field name="contact" colspan="3"/>
<label name="booking_date"/>
<field name="booking_date"/>
<label name="price_list"/>
<field name="price_list" widget="selection"/>
<label name="payment_term"/>
<field name="payment_term"/>
<label name="registration_card"/>
<field name="registration_card"/>
<label name="cancellation_policy"/>
<field name="cancellation_policy" widget="selection"/>
<label name="media"/>
<field name="media"/>
<label name="party_seller"/>
<field name="party_seller" widget="selection"/>
<label name="taxes_exception"/>
<field name="taxes_exception"/>
<label name="plan"/>
<field name="plan"/>
<button name="select_rooms" string="Select Rooms"
icon="tryton-open"/>
<button name="send_email" string="Send Email"
icon="tryton-open" colspan="2"/>
<notebook colspan="6">
<page string="Lines" id="lines">
<field name="lines" colspan="4"
view_ids="hotel.booking_line_view_tree"/>
</page>
<page string="Additional Info" id="additional_info">
<label name="complementary"/>
<field name="complementary"/>
<label name="type_complementary"/>
<field name="type_complementary"/>
<label name="currency"/>
<field name="currency"/>
<label name="company"/>
<field name="company"/>
<label name="person_num"/>
<field name="person_num"/>
<label name="vehicles_num"/>
<field name="vehicles_num"/>
<label name="vehicle_plate"/>
<field name="vehicle_plate"/>
<label name="vip"/>
<field name="vip"/>
<label name="group"/>
<field name="group"/>
<newline/>
<separator name="comments" colspan="4"/>
<field name="comments" colspan="4"/>
</page>
<page string="Operations" id="operations">
<label name="invoice_method"/>
<field name="invoice_method"/>
<field name="operations" colspan="4"/>
</page>
<page string="Channel Manager" id="channel_manager">
<label name="booker"/>
<field name="booker"/>
<label name="code"/>
<field name="code"/>
<label name="created_channel"/>
<field name="created_channel"/>
</page>
<page string="Marketing" id="marketing">
<separator id="marketing_channel" string="Channel information" colspan="4"/>
<label name="guarantee"/>
<field name="guarantee"/>
<newline/>
<separator id="marketing_advertisement" string="Advertisement information" colspan="4"/>
<label name="source_contact"/>
<field name="source_contact"/>
<label name="segment"/>
<field name="segment"/>
</page>
<page string="Advances Payments" id="vouchers">
<field name="vouchers" colspan="4"/>
</page>
</notebook>
<group col="7" colspan="6" id="advances">
<button name="pay_advance" string="Add Advance" icon="tryton-open"
colspan="2"/>
<label name="total_advance"/>
<field name="total_advance"/>
<label name="registration_state"/>
<field name="registration_state"/>
<!-- <button name="check_in" string="Check In"
icon="tryton-forward"/>
<button name="check_out" string="Check Out"
icon="tryton-ok"/> -->
<button name="no_show" string="No Show" icon="tryton-cancel"/>
</group>
<group col="8" colspan="6" id="amounts">
<label name="untaxed_amount"/>
<field name="untaxed_amount"/>
<label name="tax_amount"/>
<field name="tax_amount"/>
<label name="total_amount"/>
<field name="total_amount"/>
<label name="pending_to_pay"/>
<field name="pending_to_pay"/>
</group>
<group col="8" colspan="6" id="buttons">
<label name="state"/>
<field name="state"/>
<button name="offer" string="Offer"
icon="tryton-clear"/>
<button name="cancel" string="Cancel"
icon="tryton-cancel"/>
<button name="not_confirm" string="Not Confirm"
icon="tryton-forward"/>
<button name="confirm" string="Confirm"
icon="tryton-forward"/>
<!-- <label name="satisfaction"/>
<field name="satisfaction"/> -->
</group>
</form>