book: Feld 'start_date' + test,

line: balance-berechnung mit abstimmung gekoppelt + test,
abstimmung: start/enddatum automatisch
This commit is contained in:
Frederik Jaeckel 2022-08-18 11:58:05 +02:00
parent 5729ed0a07
commit 91a34e216b
13 changed files with 446 additions and 20 deletions

View file

@ -34,6 +34,9 @@ full copyright notices and license terms. -->
<label name="balance"/>
<field name="balance"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<newline/>
<notebook colspan="6">
<page id="pgrecon" string="Reconciliations" col="1">

View file

@ -31,7 +31,8 @@ full copyright notices and license terms. -->
</group>
<label name="amount"/>
<field name="amount" symbol="currency"/>
<newline/>
<label name="reference"/>
<field name="reference"/>
<label name="category"/>
<field name="category"/>
@ -42,9 +43,6 @@ full copyright notices and license terms. -->
</group>
<newline/>
<label name="reference"/>
<field name="reference"/>
<newline/>
<field name="references" colspan="4"/>
<newline/>

View file

@ -3,6 +3,15 @@
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form col="2">
<group colspan="2" id="grpinfo" string="Information" col="1">
<label id="lab1" xalign="0.0"
string="Here you can export a cashbook in tabular form for printing."/>
<label id="lab2" xalign="0.0"
string="The time range for the export is determined by the created reconciliation."/>
<label id="lab3" xalign="0.0"
string="If you have not already done so, first create a reconciliation for the cashbook."/>
</group>
<label name="cashbook"/>
<field name="cashbook" widget="selection"/>