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"/>
|
|
|
|
<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-16 14:24:07 +00:00
|
|
|
<label name="number_sequ"/>
|
|
|
|
<field name="number_sequ"/>
|
|
|
|
<label name="number_atcheck"/>
|
|
|
|
<field name="number_atcheck"/>
|
|
|
|
<newline/>
|
|
|
|
|
|
|
|
<label name="btype"/>
|
|
|
|
<field name="btype"/>
|
|
|
|
<label name="currency"/>
|
|
|
|
<field name="currency"/>
|
|
|
|
<newline/>
|
|
|
|
<label id="phaccount" colspan="2" string=" "/>
|
|
|
|
<newline/>
|
|
|
|
|
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-18 09:58:05 +00:00
|
|
|
<label name="start_date"/>
|
|
|
|
<field name="start_date"/>
|
|
|
|
<newline/>
|
2022-08-11 11:01:53 +00:00
|
|
|
|
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>
|