2022-08-05 12:02:04 +02: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 12:05:26 +02:00
|
|
|
<form col="4">
|
|
|
|
<label name="name" xexpand="0"/>
|
|
|
|
<field name="name" colspan="2"/>
|
|
|
|
<group id="grpst" col="3">
|
2022-08-11 15:00:35 +02: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 15:08:41 +02:00
|
|
|
|
2022-09-15 23:49:54 +02:00
|
|
|
<label name="btype"/>
|
|
|
|
<field name="btype"/>
|
2022-12-22 18:59:23 +01:00
|
|
|
<newline/>
|
2022-08-11 13:01:53 +02:00
|
|
|
|
2022-09-05 12:05:26 +02:00
|
|
|
<notebook colspan="4">
|
2023-02-22 20:32:00 +01:00
|
|
|
<page name="balance" string="Balance" col="6">
|
2023-02-23 10:35:49 +01:00
|
|
|
<separator colspan="2" id="balance" string="Balance"/>
|
|
|
|
<newline/>
|
2022-12-22 18:59:23 +01:00
|
|
|
<label name="balance"/>
|
|
|
|
<field name="balance" symbol="currency"/>
|
|
|
|
<newline/>
|
|
|
|
<label name="balance_all"/>
|
|
|
|
<field name="balance_all" symbol="currency"/>
|
2023-02-23 10:35:49 +01:00
|
|
|
<newline/>
|
2022-12-22 18:59:23 +01:00
|
|
|
<label name="balance_ref"/>
|
|
|
|
<field name="balance_ref" symbol="company_currency"/>
|
|
|
|
</page>
|
2022-09-15 23:49:54 +02:00
|
|
|
<page name="reconciliations" string="Reconciliations" col="1">
|
2022-08-11 15:00:35 +02:00
|
|
|
<field name="reconciliations"/>
|
|
|
|
</page>
|
2022-09-16 10:15:51 +02:00
|
|
|
<page name="description" string="Description" col="1">
|
|
|
|
<field name="description"/>
|
|
|
|
</page>
|
2022-09-05 12:05:26 +02:00
|
|
|
<page id="pggeneral" string="General Information" col="4">
|
2022-09-15 23:49:54 +02:00
|
|
|
<label name="company"/>
|
|
|
|
<field name="company"/>
|
|
|
|
<label name="parent"/>
|
|
|
|
<field name="parent"/>
|
2022-10-02 15:04:10 +02:00
|
|
|
|
|
|
|
<label name="currency"/>
|
|
|
|
<field name="currency"/>
|
|
|
|
<newline/>
|
|
|
|
|
2022-09-15 23:49:54 +02:00
|
|
|
<field name="childs" colspan="4"/>
|
|
|
|
</page>
|
|
|
|
<page name="number_sequ" string="Amount and Numbering" col="4">
|
2022-09-05 12:05:26 +02: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 15:00:35 +02:00
|
|
|
<page id="pgperm" string="Owner and Authorizeds" col="4">
|
|
|
|
<label name="owner"/>
|
|
|
|
<field name="owner"/>
|
|
|
|
<newline/>
|
2022-08-08 17:31:16 +02:00
|
|
|
|
2022-08-11 15:00:35 +02:00
|
|
|
<label name="reviewer"/>
|
|
|
|
<field name="reviewer"/>
|
|
|
|
<label name="observer"/>
|
|
|
|
<field name="observer"/>
|
|
|
|
</page>
|
|
|
|
</notebook>
|
2022-08-08 17:31:16 +02:00
|
|
|
|
2022-12-21 19:12:39 +01:00
|
|
|
<field name="feature"/>
|
2022-08-05 12:02:04 +02:00
|
|
|
</form>
|