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-09-05 10:05:26 +00:00
|
|
|
<form col="4">
|
|
|
|
<label name="name" xexpand="0"/>
|
|
|
|
<field name="name" colspan="2"/>
|
|
|
|
<group id="grpst" col="3">
|
2022-08-11 13:00:35 +00:00
|
|
|
<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-10-02 13:04:10 +00:00
|
|
|
<label name="balance"/>
|
|
|
|
<field name="balance" symbol="currency"/>
|
2022-09-15 21:49:54 +00:00
|
|
|
<label name="btype"/>
|
|
|
|
<field name="btype"/>
|
2022-10-02 13:04:10 +00:00
|
|
|
|
2022-10-04 17:17:47 +00:00
|
|
|
<label name="balance_all"/>
|
|
|
|
<field name="balance_all" symbol="currency"/>
|
2022-10-02 13:04:10 +00:00
|
|
|
<label name="balance_ref"/>
|
|
|
|
<field name="balance_ref" symbol="company_currency"/>
|
2022-08-11 11:01:53 +00:00
|
|
|
|
2022-09-05 10:05:26 +00:00
|
|
|
<notebook colspan="4">
|
2022-09-15 21:49:54 +00:00
|
|
|
<page name="reconciliations" string="Reconciliations" col="1">
|
2022-08-11 13:00:35 +00:00
|
|
|
<field name="reconciliations"/>
|
|
|
|
</page>
|
2022-09-16 08:15:51 +00:00
|
|
|
<page name="description" string="Description" col="1">
|
|
|
|
<field name="description"/>
|
|
|
|
</page>
|
2022-09-05 10:05:26 +00:00
|
|
|
<page id="pggeneral" string="General Information" col="4">
|
2022-09-15 21:49:54 +00:00
|
|
|
<label name="company"/>
|
|
|
|
<field name="company"/>
|
|
|
|
<label name="parent"/>
|
|
|
|
<field name="parent"/>
|
2022-10-02 13:04:10 +00:00
|
|
|
|
|
|
|
<label name="currency"/>
|
|
|
|
<field name="currency"/>
|
|
|
|
<newline/>
|
|
|
|
|
2022-09-15 21:49:54 +00:00
|
|
|
<field name="childs" colspan="4"/>
|
|
|
|
</page>
|
|
|
|
<page name="number_sequ" string="Amount and Numbering" col="4">
|
2022-09-05 10:05:26 +00:00
|
|
|
<label name="number_sequ"/>
|
|
|
|
<field name="number_sequ"/>
|
|
|
|
<label name="number_atcheck"/>
|
|
|
|
<field name="number_atcheck"/>
|
|
|
|
|
|
|
|
<label name="start_date"/>
|
|
|
|
<field name="start_date"/>
|
|
|
|
</page>
|
2022-08-11 13:00:35 +00:00
|
|
|
<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-12-21 18:12:39 +00:00
|
|
|
<field name="feature"/>
|
2022-08-05 10:02:04 +00:00
|
|
|
</form>
|