line/book: sequence für zeilen-nummerierung
This commit is contained in:
parent
5fdbb0ce89
commit
a801775880
8 changed files with 128 additions and 17 deletions
|
@ -5,12 +5,6 @@ full copyright notices and license terms. -->
|
|||
<form col="6">
|
||||
<label name="name"/>
|
||||
<field name="name" colspan="3"/>
|
||||
<label name="btype"/>
|
||||
<field name="btype"/>
|
||||
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
<label id="phaccount" colspan="2" string=" "/>
|
||||
<group id="grpst" colspan="2" col="3">
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
|
@ -21,6 +15,20 @@ full copyright notices and license terms. -->
|
|||
</group>
|
||||
</group>
|
||||
|
||||
<label name="number_sequ"/>
|
||||
<field name="number_sequ"/>
|
||||
<label name="number_atcheck"/>
|
||||
<field name="number_atcheck"/>
|
||||
<newline/>
|
||||
|
||||
<label name="btype"/>
|
||||
<field name="btype"/>
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
<newline/>
|
||||
<label id="phaccount" colspan="2" string=" "/>
|
||||
<newline/>
|
||||
|
||||
<label name="start_balance"/>
|
||||
<field name="start_balance"/>
|
||||
<label name="balance"/>
|
||||
|
|
|
@ -7,12 +7,8 @@ full copyright notices and license terms. -->
|
|||
<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>
|
||||
<label name="number"/>
|
||||
<field name="number"/>
|
||||
|
||||
<field name="state"/>
|
||||
<group id="grpstate" col="2">
|
||||
|
@ -27,10 +23,19 @@ full copyright notices and license terms. -->
|
|||
<label name="reconciliation"/>
|
||||
<field name="reconciliation"/>
|
||||
|
||||
<label name="category"/>
|
||||
<field name="category"/>
|
||||
<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"/>
|
||||
|
|
|
@ -4,6 +4,7 @@ The COPYRIGHT file at the top level of this repository contains the
|
|||
full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="cashbook" tree_invisible="1"/>
|
||||
<field name="number"/>
|
||||
<field name="date"/>
|
||||
<field name="payee"/>
|
||||
<field name="category_view"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue