trytonpsk-hotel/view/board_folio_form.xml

97 lines
3.6 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="product"/>
<field name="product" widget="selection"/>
<label name="booking"/>
<field name="booking"/>
<label name="registration_card"/>
<field name="registration_card"/>
<label name="room"/>
<field name="room" widget="selection"/>
<label name="arrival_date"/>
<field name="arrival_date" widget="date"/>
<label name="departure_date"/>
<field name="departure_date" widget="date"/>
<label name="main_guest"/>
<field name="main_guest"/>
<label name="nights_quantity"/>
<field name="nights_quantity"/>
<label name="unit_price"/>
<field name="unit_price"/>
<label name="unit_price_w_tax"/>
<field name="unit_price_w_tax"/>
<label name="host_quantity"/>
<field name="host_quantity"/>
<label name="breakfast_included"/>
<field name="breakfast_included"/>
<label name="reference"/>
<field name="reference"/>
<label name="estimated_arrival_time"/>
<field name="estimated_arrival_time"/>
<label name="vehicle_plate"/>
<field name="vehicle_plate"/>
<label name="room_status"/>
<field name="room_status"/>
<label name="party_holder"/>
<field name="party_holder"/>
<label name="pax"/>
<field name="pax"/>
<notebook colspan="6">
<page string="Charges and Guests" id="folio_charges">
<field name="charges" colspan="4"/>
<field name="guests" colspan="4"/>
</page>
<page string="Payments and Invoices" id="folio_payments">
<field name="payments" colspan="4"/>
<field name="invoices" colspan="4"/>
</page>
<!-- <page string="Taxes" id="folio_taxes">
<field name="taxes" colspan="4"/>
</page> -->
<page string="Stock" id="stock">
<field name="stock_moves" colspan="4"/>
</page>
<page string="Occupancy" id="folio_occupancy">
<button name="load_accommodation" string="Load Accom." colspan="2"/>
<newline />
<field name="occupancy" colspan="4"/>
</page>
<page string="Additional Info" id="folio_additional_info">
<label name="taxes_exception"/>
<field name="taxes_exception"/>
<label name="charges_blocked"/>
<field name="charges_blocked"/>
<button name="load_accommodation" string="Load Accom." colspan="2"/>
<label name="commission_amount"/>
<field name="commission_amount"/>
<label name="invoice_line"/>
<field name="invoice_line"/>
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
</page>
</notebook>
<group col="8" colspan="6" id="state_buttons">
<label name="registration_state"/>
<field name="registration_state"/>
<label name="total_amount"/>
<field name="total_amount"/>
<label name="pending_total"/>
<field name="pending_total"/>
<label name="to_invoice"/>
<field name="to_invoice"/>
<button name="check_in" string="Check In"/>
<button name="check_out" string="Check Out"/>
<button name="bill" string="Bill"/>
<button name="do_payment" string="Do Payment"/>
<newline />
<label name="payment_status"/>
<field name="payment_status"/>
<label name="invoice"/>
<field name="invoice"/>
<label name="invoice_state"/>
<field name="invoice_state"/>
</group>
</form>