cashbook/view/line_form.xml

53 lines
1.4 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
2022-08-08 12:31:42 +00:00
<form col="6">
<separator name="cashbook" colspan="4" string="Cashbook Line"/>
<separator name="state" colspan="2" string="State"/>
2022-08-08 12:31:42 +00:00
<field name="cashbook" colspan="2"/>
<label name="number"/>
<field name="number"/>
2022-08-08 12:31:42 +00:00
<field name="state"/>
2022-08-08 12:31:42 +00:00
<group id="grpstate" col="2">
<button name="wfedit"/>
<button name="wfcheck"/>
</group>
<label name="date"/>
<field name="date"/>
<label name="bookingtype"/>
<field name="bookingtype"/>
2022-08-11 13:00:35 +00:00
<label name="reconciliation"/>
<field name="reconciliation"/>
<group id="grpparty" colspan="2" col="4">
<label name="party"/>
<field name="party"/>
<label name="booktransf"/>
<field name="booktransf"/>
</group>
<label name="amount"/>
<field name="amount" symbol="currency"/>
<newline/>
<label name="category"/>
<field name="category"/>
<newline/>
<group name="description" colspan="4" col="1" string="Description">
<field name="description"/>
</group>
<newline/>
<label name="reference"/>
<field name="reference"/>
<newline/>
<field name="references" colspan="4"/>
<newline/>
<field name="owner_cashbook"/>
</form>