cashbook/view/book_form.xml
2022-12-21 19:12:39 +01:00

69 lines
2.2 KiB
XML

<?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. -->
<form col="4">
<label name="name" xexpand="0"/>
<field name="name" colspan="2"/>
<group id="grpst" col="3">
<label name="state"/>
<field name="state"/>
<group id="grpstate" col="3">
<button name="wfopen"/>
<button name="wfclosed"/>
<button name="wfarchive"/>
</group>
</group>
<label name="balance"/>
<field name="balance" symbol="currency"/>
<label name="btype"/>
<field name="btype"/>
<label name="balance_all"/>
<field name="balance_all" symbol="currency"/>
<label name="balance_ref"/>
<field name="balance_ref" symbol="company_currency"/>
<notebook colspan="4">
<page name="reconciliations" string="Reconciliations" col="1">
<field name="reconciliations"/>
</page>
<page name="description" string="Description" col="1">
<field name="description"/>
</page>
<page id="pggeneral" string="General Information" col="4">
<label name="company"/>
<field name="company"/>
<label name="parent"/>
<field name="parent"/>
<label name="currency"/>
<field name="currency"/>
<newline/>
<field name="childs" colspan="4"/>
</page>
<page name="number_sequ" string="Amount and Numbering" col="4">
<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>
<page id="pgperm" string="Owner and Authorizeds" col="4">
<label name="owner"/>
<field name="owner"/>
<newline/>
<label name="reviewer"/>
<field name="reviewer"/>
<label name="observer"/>
<field name="observer"/>
</page>
</notebook>
<field name="feature"/>
</form>