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"/>
|
2022-08-16 14:24:07 +00:00
|
|
|
<label name="number"/>
|
|
|
|
<field name="number"/>
|
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"/>
|
|
|
|
<label name="bookingtype"/>
|
|
|
|
<field name="bookingtype"/>
|
2022-08-11 13:00:35 +00:00
|
|
|
<label name="reconciliation"/>
|
|
|
|
<field name="reconciliation"/>
|
2022-08-11 09:06:28 +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="amount"/>
|
|
|
|
<field name="amount" symbol="currency"/>
|
2022-08-19 14:41:50 +00:00
|
|
|
<label colspan="2" id="lab1" string=" "/>
|
2022-08-18 09:58:05 +00:00
|
|
|
<label name="reference"/>
|
|
|
|
<field name="reference"/>
|
2022-08-16 14:24:07 +00:00
|
|
|
|
2022-08-19 14:41:50 +00:00
|
|
|
<label name="party"/>
|
|
|
|
<field name="party"/>
|
2022-08-16 14:24:07 +00:00
|
|
|
<label name="category"/>
|
|
|
|
<field name="category"/>
|
|
|
|
<newline/>
|
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
|
|
|
|
2022-08-19 14:41:50 +00:00
|
|
|
<label name="booktransf"/>
|
|
|
|
<field name="booktransf"/>
|
|
|
|
<newline/>
|
|
|
|
|
|
|
|
<group name="description" colspan="4" col="1" string="Description" yexpand="1">
|
|
|
|
<field name="description" yfill="1"/>
|
2022-08-09 15:37:37 +00:00
|
|
|
</group>
|
2022-08-16 12:16:14 +00:00
|
|
|
<newline/>
|
|
|
|
|
2022-08-24 15:12:32 +00:00
|
|
|
<field name="splitlines" colspan="4" yexpand="1"/>
|
|
|
|
<newline/>
|
2022-08-19 14:41:50 +00:00
|
|
|
<field name="references" colspan="4" yexpand="1"/>
|
2022-08-16 12:16:14 +00:00
|
|
|
<newline/>
|
|
|
|
|
|
|
|
<field name="owner_cashbook"/>
|
2022-08-05 14:47:43 +00:00
|
|
|
</form>
|