trytonpsk-staff_payroll_co/view/liquidation_form.xml
2022-08-04 13:30:02 -05:00

72 lines
2.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="employee"/>
<field name="employee"/>
<label name="number"/>
<field name="number"/>
<label name="contract"/>
<field name="contract"/>
<label name="kind"/>
<field name="kind"/>
<label name="start_period"/>
<field name="start_period"/>
<label name="end_period"/>
<field name="end_period"/>
<label name="liquidation_date"/>
<field name="liquidation_date"/>
<label name="time_contracting"/>
<field name="time_contracting"/>
<label name="description"/>
<field name="description"/>
<label name="account"/>
<field name="account"/>
<button name="compute_liquidation" string="Compute liquidation" colspan="2"/>
<notebook colspan="6">
<page string="Liquidation Line" id="liquidation_line">
<field name="lines"
view_ids="staff_payroll_co.liquidation_line_view_tree"/>
</page>
<page string="Information" id="information">
<label name="company"/>
<field name="company"/>
<label name="currency"/>
<field name="currency"/>
<label name="journal"/>
<field name="journal"/>
<label name="move"/>
<field name="move"/>
<label name="party_to_pay"/>
<field name="party_to_pay"/>
<label name="permissons"/>
<field name="permissons"/>
<label name="cause"/>
<field name="cause"/>
</page>
<page string="Payrolls" id="payroll">
<field name="payrolls" colspan="4"/>
</page>
</notebook>
<group col="8" colspan="6" id="payments">
<label name="gross_payments"/>
<field name="gross_payments"/>
<label name="total_deductions"/>
<field name="total_deductions"/>
<label name="net_payment"/>
<field name="net_payment"/>
</group>
<group col="4" colspan="6" id="state_buttons">
<label name="state"/>
<field name="state"/>
<group col="5" colspan="2" id="buttons">
<button name="draft" string="Draft"
icon="tryton-clear"/>
<button name="confirm" string="Confirm"
icon="tryton-ok"/>
<button name="post" string="Post"
icon="tryton-ok"/>
</group>
</group>
</form>