2022-08-24 15:12:32 +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. -->
|
|
|
|
<form col="4">
|
|
|
|
|
|
|
|
<label name="line"/>
|
2022-10-04 14:47:14 +00:00
|
|
|
<field name="line" colspan="5"/>
|
2022-08-24 15:12:32 +00:00
|
|
|
|
|
|
|
<label name="amount"/>
|
|
|
|
<field name="amount" symbol="currency"/>
|
2022-09-10 19:21:17 +00:00
|
|
|
<label name="splittype"/>
|
|
|
|
<field name="splittype"/>
|
|
|
|
|
2022-08-24 15:12:32 +00:00
|
|
|
<label name="category"/>
|
2022-09-10 19:21:17 +00:00
|
|
|
<field name="category" colspan="3"/>
|
|
|
|
<label name="booktransf"/>
|
|
|
|
<field name="booktransf" colspan="3"/>
|
2022-08-24 15:12:32 +00:00
|
|
|
|
2022-10-04 14:47:14 +00: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 15:54:28 +00:00
|
|
|
<notebook colspan="4">
|
|
|
|
<page name="description" col="1" string="Description">
|
|
|
|
<field name="description"/>
|
|
|
|
</page>
|
2022-10-04 14:47:14 +00:00
|
|
|
</notebook>
|
2022-08-24 15:12:32 +00:00
|
|
|
</form>
|