
line: kontext-form optimiert, abstimmung: anzeige-sortierung umgedreht, kassenbuch: weniger spalten
21 lines
575 B
XML
21 lines
575 B
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">
|
|
<label name="cashbook"/>
|
|
<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="done"/>
|
|
<field name="done"/>
|
|
|
|
<field name="num_cashbook"/>
|
|
</form>
|
|
|