2022-08-24 17:12:32 +02:00
|
|
|
<?xml version="1.0"?>
|
2023-01-15 17:21:34 +01:00
|
|
|
<!-- This file is part of the cashbook-module from m-ds.de for Tryton.
|
2022-08-24 17:12:32 +02:00
|
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
|
|
full copyright notices and license terms. -->
|
|
|
|
<form col="4">
|
|
|
|
|
|
|
|
<label name="line"/>
|
2022-10-04 16:47:14 +02:00
|
|
|
<field name="line" colspan="5"/>
|
2022-08-24 17:12:32 +02:00
|
|
|
|
|
|
|
<label name="amount"/>
|
|
|
|
<field name="amount" symbol="currency"/>
|
2022-09-10 21:21:17 +02:00
|
|
|
<label name="splittype"/>
|
|
|
|
<field name="splittype"/>
|
|
|
|
|
2022-08-24 17:12:32 +02:00
|
|
|
<label name="category"/>
|
2022-09-10 21:21:17 +02:00
|
|
|
<field name="category" colspan="3"/>
|
|
|
|
<label name="booktransf"/>
|
|
|
|
<field name="booktransf" colspan="3"/>
|
2022-08-24 17:12:32 +02:00
|
|
|
|
2022-10-04 16:47:14 +02:00
|
|
|
<label name="amount_2nd_currency"/>
|
|
|
|
<field name="amount_2nd_currency" symbol="currency2nd"/>
|
|
|
|
<label name="rate_2nd_currency"/>
|
|
|
|
<field name="rate_2nd_currency"/>
|
|
|
|
|
2022-09-27 17:54:28 +02:00
|
|
|
<notebook colspan="4">
|
|
|
|
<page name="description" col="1" string="Description">
|
|
|
|
<field name="description"/>
|
|
|
|
</page>
|
2022-10-04 16:47:14 +02:00
|
|
|
</notebook>
|
2023-01-15 17:21:34 +01:00
|
|
|
<field name="feature"/>
|
2022-08-24 17:12:32 +02:00
|
|
|
</form>
|