wizard: buchungseingabe begonnen
This commit is contained in:
parent
d6ea1b31a6
commit
326d87f758
7 changed files with 251 additions and 2 deletions
20
view/enterbooking_start_form.xml
Normal file
20
view/enterbooking_start_form.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?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="2">
|
||||
<label name="cashbook"/>
|
||||
<field name="cashbook" widget="selection"/>
|
||||
<label name="balance"/>
|
||||
<field name="balance" symbol="currency"/>
|
||||
|
||||
<label name="bookingtype"/>
|
||||
<field name="bookingtype"/>
|
||||
<label name="amount"/>
|
||||
<field name="amount"/>
|
||||
|
||||
<field name="cashbooks"/>
|
||||
<field name="currency_digits"/>
|
||||
<field name="currency"/>
|
||||
</form>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue