2022-08-05 14:47:43 +00:00
|
|
|
<?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. -->
|
2022-08-08 12:31:42 +00:00
|
|
|
<form col="6">
|
|
|
|
<separator name="cashbook" colspan="4" string="Cashbook Line"/>
|
|
|
|
<separator name="state" colspan="2" string="State"/>
|
2022-08-05 14:47:43 +00:00
|
|
|
|
2022-08-08 12:31:42 +00:00
|
|
|
<field name="cashbook" colspan="2"/>
|
book, line, category, types: berechtigung für company-user + test,
book: währung neu,
line: buchungstyp, betrag, credit, debit, währung, sortierung
2022-08-10 14:30:08 +00:00
|
|
|
<label id="lab1" string=" " colspan="2"/>
|
2022-08-08 12:31:42 +00:00
|
|
|
|
2022-08-05 14:47:43 +00:00
|
|
|
<field name="state"/>
|
2022-08-08 12:31:42 +00:00
|
|
|
<group id="grpstate" col="2">
|
|
|
|
<button name="wfedit"/>
|
|
|
|
<button name="wfcheck"/>
|
|
|
|
</group>
|
2022-08-05 14:47:43 +00:00
|
|
|
|
book, line, category, types: berechtigung für company-user + test,
book: währung neu,
line: buchungstyp, betrag, credit, debit, währung, sortierung
2022-08-10 14:30:08 +00:00
|
|
|
<label name="date"/>
|
|
|
|
<field name="date"/>
|
2022-08-09 15:37:37 +00:00
|
|
|
<label name="category"/>
|
|
|
|
<field name="category"/>
|
|
|
|
<newline/>
|
2022-08-05 14:47:43 +00:00
|
|
|
|
book, line, category, types: berechtigung für company-user + test,
book: währung neu,
line: buchungstyp, betrag, credit, debit, währung, sortierung
2022-08-10 14:30:08 +00:00
|
|
|
<label name="bookingtype"/>
|
|
|
|
<field name="bookingtype"/>
|
|
|
|
<label name="amount"/>
|
|
|
|
<field name="amount" symbol="currency"/>
|
|
|
|
|
2022-08-09 15:37:37 +00:00
|
|
|
<group name="description" colspan="4" col="1" string="Description">
|
|
|
|
<field name="description"/>
|
|
|
|
</group>
|
2022-08-05 14:47:43 +00:00
|
|
|
</form>
|