kategorie: sequence-sortierung, rec_name mit/ohne konto-nr,

config: Felder catnamelong+cataccno neu + tests,
line: feld category_view neu für spaltenansicht in kassenbuch + tests,
This commit is contained in:
Frederik Jaeckel 2022-08-10 11:57:35 +02:00
parent a23407f515
commit 1a85b8e80e
15 changed files with 414 additions and 104 deletions

View file

@ -17,6 +17,8 @@ full copyright notices and license terms. -->
<field name="company"/>
<label name="parent"/>
<field name="parent"/>
<label name="sequence"/>
<field name="sequence"/>
<field name="childs" colspan="4"/>
</page>
</notebook>

View file

@ -2,7 +2,8 @@
<!-- 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. -->
<tree>
<tree sequence="sequence">
<field name="rec_name"/>
<field name="account"/>
<field name="sequence" tree_invisible="1"/>
</tree>

View file

@ -2,9 +2,10 @@
<!-- 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. -->
<tree>
<tree sequence="sequence">
<field name="name"/>
<field name="account_code"/>
<field name="sequence" tree_invisible="1"/>
<field name="parent" tree_invisible="1"/>
<field name="childs" tree_invisible="1"/>
</tree>

View file

@ -11,4 +11,11 @@ this repository contains the full copyright notices and license terms. -->
<field name="checked"/>
<label name="done"/>
<field name="done"/>
<separator id="sepcb" colspan="4" string="Cashbook"/>
<label name="catnamelong"/>
<field name="catnamelong"/>
<label name="cataccno"/>
<field name="cataccno"/>
</form>

View file

@ -5,7 +5,7 @@ full copyright notices and license terms. -->
<tree>
<field name="cashbook"/>
<field name="date"/>
<field name="category"/>
<field name="category_view"/>
<field name="description"/>
<field name="state"/>
<button name="wfedit"/>