line: suche optimiert (jetzt: kategorie, payee, beschreibung)
line: kontext-form optimiert, abstimmung: anzeige-sortierung umgedreht, kassenbuch: weniger spalten
This commit is contained in:
parent
0fcc997f28
commit
de0de8a85f
8 changed files with 55 additions and 26 deletions
|
@ -9,9 +9,5 @@ full copyright notices and license terms. -->
|
|||
<field name="balance" sum="Balance"/>
|
||||
<field name="currency"/>
|
||||
<field name="owner"/>
|
||||
<field name="reviewer"/>
|
||||
<field name="observer"/>
|
||||
<field name="state"/>
|
||||
<button name="wfopen"/>
|
||||
<button name="wfclosed"/>
|
||||
</tree>
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
<!-- 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="10">
|
||||
<form col="6">
|
||||
<label name="cashbook"/>
|
||||
<field name="cashbook" widget="selection"/>
|
||||
<field name="cashbook" widget="selection" colspan="3"/>
|
||||
|
||||
<label name="checked"/>
|
||||
<field name="checked"/>
|
||||
|
||||
<label name="date_from"/>
|
||||
<field name="date_from"/>
|
||||
<label name="date_to"/>
|
||||
<field name="date_to"/>
|
||||
|
||||
<label name="checked"/>
|
||||
<field name="checked"/>
|
||||
<label name="done"/>
|
||||
<field name="done"/>
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ full copyright notices and license terms. -->
|
|||
<field name="credit" sum="Credit"/>
|
||||
<field name="debit" sum="Debit"/>
|
||||
<field name="balance"/>
|
||||
<field name="currency"/>
|
||||
<field name="state"/>
|
||||
<button name="wfedit"/>
|
||||
<button name="wfcheck"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue