trytonpsk-hotel/view/operation_form.xml
KevinMendez01 1735f34e46 add fixes
2021-02-02 12:39:37 -05:00

76 lines
2.7 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="room"/>
<field name="room"/>
<label name="reference"/>
<field name="reference"/>
<label name="party"/>
<field name="party"/>
<label name="accommodation"/>
<field name="accommodation"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_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="add_default_charges"/>
<field name="add_default_charges"/>
<label name="taxes_exception"/>
<field name="taxes_exception"/>
<notebook>
<page string="Lines" id="lines">
<field name="lines" colspan="4"/>
</page>
<page string="Guests" id="guests">
<field name="guests" colspan="4"/>
</page>
<page string="Additional Info" id="add_info">
<label name="complementary"/>
<field name="complementary"/>
<label name="type_complementary"/>
<field name="type_complementary"/>
<label name="kind"/>
<field name="kind"/>
<label name="company"/>
<field name="company"/>
<label name="currency"/>
<field name="currency"/>
<label name="origin"/>
<field name="origin"/>
<label name="sale_line"/>
<field name="sale_line"/>
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
</page>
<page string="Vouchers" id="vouchers">
<field name="vouchers" colspan="4"/>
</page>
<page string="Transfered Operations" id="transfered_operations">
<label name="operation_target"/>
<field name="operation_target"/>
<field name="transfered_operations" colspan="4"/>
</page>
</notebook>
<group col="10" colspan="4" id="buttons">
<label name="state"/>
<field name="state"/>
<label name="invoice_state"/>
<field name="invoice_state"/>
<label name="total_amount"/>
<field name="total_amount"/>
<button name="pay_advance" string="Pay Advance" icon="tryton-ok"/>
<button name="open" string="Open" icon="tryton-ok"/>
<button name="close" string="Closed" icon="tryton-ok"/>
<button name="bill" string="Bill" icon="tryton-ok"/>
</group>
</form>