54 lines
1.6 KiB
XML
54 lines
1.6 KiB
XML
<?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. -->
|
|
<form col="6">
|
|
<separator name="cashbook" colspan="4" string="Cashbook Line"/>
|
|
<separator name="state" colspan="2" string="State"/>
|
|
|
|
<field name="cashbook" colspan="2"/>
|
|
<label name="number"/>
|
|
<field name="number"/>
|
|
|
|
<field name="state"/>
|
|
<group id="grpstate" col="2">
|
|
<button name="wfedit"/>
|
|
<button name="wfcheck"/>
|
|
</group>
|
|
|
|
<label name="date"/>
|
|
<field name="date"/>
|
|
<label name="bookingtype"/>
|
|
<field name="bookingtype"/>
|
|
<label name="reconciliation"/>
|
|
<field name="reconciliation"/>
|
|
|
|
<label name="amount"/>
|
|
<field name="amount" symbol="currency"/>
|
|
<label colspan="2" id="lab1" string=" "/>
|
|
<label name="reference"/>
|
|
<field name="reference"/>
|
|
|
|
<label name="party"/>
|
|
<field name="party"/>
|
|
<label name="category"/>
|
|
<field name="category"/>
|
|
<newline/>
|
|
<label name="booktransf"/>
|
|
<field name="booktransf"/>
|
|
<newline/>
|
|
|
|
<notebook colspan="6">
|
|
<page name="splitlines" col="1" string="Split booking lines">
|
|
<field name="splitlines"/>
|
|
</page>
|
|
<page name="description" col="1" string="Description">
|
|
<field name="description"/>
|
|
</page>
|
|
<page name="references" col="1" string="References">
|
|
<field name="references"/>
|
|
</page>
|
|
</notebook>
|
|
|
|
<field name="owner_cashbook"/>
|
|
</form>
|