2022-08-05 10:02:04 +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-11 13:00:35 +00:00
|
|
|
<form col="6">
|
2022-08-05 10:02:04 +00:00
|
|
|
<label name="name"/>
|
2022-08-11 13:00:35 +00:00
|
|
|
<field name="name" colspan="3"/>
|
2022-08-05 14:47:43 +00:00
|
|
|
<label name="btype"/>
|
|
|
|
<field name="btype"/>
|
2022-08-08 12:31:42 +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="currency"/>
|
|
|
|
<field name="currency"/>
|
2022-08-09 13:08:41 +00:00
|
|
|
<label name="account"/>
|
|
|
|
<field name="account"/>
|
2022-08-11 13:00:35 +00:00
|
|
|
<group id="grpst" colspan="2" col="3">
|
|
|
|
<label name="state"/>
|
|
|
|
<field name="state"/>
|
|
|
|
<group id="grpstate" col="3">
|
|
|
|
<button name="wfopen"/>
|
|
|
|
<button name="wfclosed"/>
|
|
|
|
<button name="wfarchive"/>
|
|
|
|
</group>
|
|
|
|
</group>
|
2022-08-09 13:08:41 +00:00
|
|
|
|
2022-08-11 11:01:53 +00:00
|
|
|
<label name="start_balance"/>
|
|
|
|
<field name="start_balance"/>
|
2022-08-11 13:00:35 +00:00
|
|
|
<label name="balance"/>
|
|
|
|
<field name="balance"/>
|
2022-08-11 11:01:53 +00:00
|
|
|
<newline/>
|
|
|
|
|
2022-08-11 13:00:35 +00:00
|
|
|
<notebook colspan="6">
|
|
|
|
<page id="pgrecon" string="Reconciliations" col="1">
|
|
|
|
<field name="reconciliations"/>
|
|
|
|
</page>
|
|
|
|
<page id="pgperm" string="Owner and Authorizeds" col="4">
|
|
|
|
<label name="owner"/>
|
|
|
|
<field name="owner"/>
|
|
|
|
<newline/>
|
2022-08-08 15:31:16 +00:00
|
|
|
|
2022-08-11 13:00:35 +00:00
|
|
|
<label name="reviewer"/>
|
|
|
|
<field name="reviewer"/>
|
|
|
|
<label name="observer"/>
|
|
|
|
<field name="observer"/>
|
|
|
|
</page>
|
|
|
|
</notebook>
|
2022-08-08 15:31:16 +00:00
|
|
|
|
2022-08-05 10:02:04 +00:00
|
|
|
</form>
|