trytonpsk-hotel/view/booking_form.xml

112 lines
4.2 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" colspan="2"/>
<button name="create_guest" string="Create Guest"
icon="tryton-open"/>
<label name="number"/>
<field name="number"/>
<label name="contact"/>
<field name="contact" colspan="3"/>
<label name="booking_date"/>
<field name="booking_date"/>
<label name="plan"/>
<field name="plan"/>
<label name="media"/>
<field name="media"/>
<label name="reason"/>
<field name="reason"/>
<label name="channel"/>
<field name="channel" widget="selection"/>
<label name="ota_booking_code"/>
<field name="ota_booking_code"/>
<label name="price_list"/>
<field name="price_list" widget="selection"/>
<button name="select_rooms" string="Select Rooms"
icon="tryton-open" colspan="4"/>
<button name="do_pay" string="Do Pay" icon="tryton-open"/>
<button name="send_email" string="Send Email" icon="tryton-open"/>
<notebook colspan="6">
<page string="Lines" id="lines">
<field name="lines" colspan="4"
view_ids="hotel.booking_folio_view_tree"/>
</page>
<page string="Advances Payments" id="vouchers">
<field name="vouchers" colspan="4"/>
</page>
<page string="Additional Info" id="additional_info">
<label name="payment_term"/>
<field name="payment_term" widget="selection"/>
<label name="guarantee"/>
<field name="guarantee"/>
<label name="company"/>
<field name="company"/>
<label name="currency"/>
<field name="currency"/>
<label name="person_num"/>
<field name="person_num"/>
<label name="complementary"/>
<field name="complementary"/>
<label name="type_complementary"/>
<field name="type_complementary"/>
<label name="cancellation_policy"/>
<field name="cancellation_policy" widget="selection"/>
<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="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"/>
<label name="channel_commission"/>
<field name="channel_commission"/>
</page>
</notebook>
<group col="5" colspan="4" id="buttons">
<label name="taxes_exception"/>
<field name="taxes_exception"/>
<label name="state"/>
<field name="state"/>
<button name="bill" string="Bill"/>
<button name="cancel" string="Cancel" icon="tryton-cancel"/>
<button name="not_show" string="Not Show" icon="tryton-cancel"/>
<button name="offer" string="Offer" icon="tryton-clear"/>
<button name="confirm" string="Confirm" icon="tryton-forward"/>
</group>
<group col="2" colspan="1" xfill="1" 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"/>
</group>
<group col="2" colspan="1" xfill="1" id="advances">
<label name="total_advance"/>
<field name="total_advance"/>
<label name="pending_to_pay"/>
<field name="pending_to_pay"/>
</group>
<group col="5" colspan="4" xfill="1" id="ota_management">
<label name="channel_paymode"/>
<field name="channel_paymode"/>
<button name="bill_to_channel" string="Bill to Channel"/>
<label name="channel_invoice"/>
<field name="channel_invoice"/>
</group>
</form>