cashbook/view/line_form.xml
Frederik Jaeckel 30b91cf518 line: datumsbereich prüfen + test,
abstimmung: vorgänger beachten + test
line: party/transfer-book + test muß noch
2022-08-15 17:19:53 +02:00

38 lines
1.1 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"/>
<group id="grpparty" colspan="2" col="4">
<label name="party"/>
<field name="party"/>
<label name="booktransf"/>
<field name="booktransf"/>
</group>
<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="category"/>
<field name="category"/>
<label name="amount"/>
<field name="amount" symbol="currency"/>
<group name="description" colspan="4" col="1" string="Description">
<field name="description"/>
</group>
</form>