35 lines
1.1 KiB
XML
35 lines
1.1 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="2">
|
|
<label name="cashbook"/>
|
|
<field name="cashbook" widget="selection"/>
|
|
|
|
<notebook colspan="2">
|
|
<page id="general" string="Booking" col="2">
|
|
<label name="bookingtype"/>
|
|
<field name="bookingtype"/>
|
|
<label name="amount"/>
|
|
<field name="amount" symbol="currency"/>
|
|
<label name="category"/>
|
|
<field name="category"/>
|
|
<label name="booktransf"/>
|
|
<field name="booktransf"/>
|
|
<label name="party"/>
|
|
<field name="party"/>
|
|
</page>
|
|
<page id="descr" string="Description" col="1">
|
|
<field name="description"/>
|
|
</page>
|
|
<page name="fixate" col="2">
|
|
<label name="fixate"/>
|
|
<field name="fixate"/>
|
|
</page>
|
|
</notebook>
|
|
|
|
<field name="cashbooks"/>
|
|
<field name="currency_digits"/>
|
|
<field name="currency"/>
|
|
<field name="owner_cashbook"/>
|
|
</form>
|