trytonpsk-hotel/view/folio_charge_form.xml

49 lines
1.5 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="date_service"/>
<field name="date_service"/>
<label name="number"/>
<field name="number"/>
<label name="product"/>
<field name="product"/>
<label name="order"/>
<field name="order"/>
<label name="description"/>
<field name="description"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unit_price"/>
<field name="unit_price"/>
<label name="unit_price_w_tax"/>
<field name="unit_price_w_tax"/>
<label name="amount"/>
<field name="amount"/>
<label name="amount_w_tax"/>
<field name="amount_w_tax"/>
<label name="kind"/>
<field name="kind"/>
<group col="8" id="invoice_state" string="Invoice State" colspan="4">
<label name="invoice_to"/>
<field name="invoice_to"/>
<label name="invoice_line"/>
<field name="invoice_line"/>
<label name="line_move"/>
<field name="line_move"/>
<label name="state"/>
<field name="state"/>
</group>
<field name="taxes" colspan="4"/>
<label name="status"/>
<field name="status"/>
<label name="storage"/>
<field name="storage"/>
<label name="move"/>
<field name="move"/>
<label name="analytic_account"/>
<field name="analytic_account"/>
<label name="origin"/>
<field name="origin"/>
</form>