2024-02-24 22:43:59 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- This file is part of the cashbook-planner from m-ds for Tryton.
|
|
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
|
|
full copyright notices and license terms. -->
|
2024-02-25 22:10:40 +00:00
|
|
|
<form col="6">
|
2024-02-24 22:43:59 +00:00
|
|
|
<label name="cashbook"/>
|
|
|
|
<field name="cashbook" colspan="3"/>
|
2024-02-25 22:10:40 +00:00
|
|
|
<newline/>
|
2024-02-24 22:43:59 +00:00
|
|
|
|
|
|
|
<label name="name"/>
|
2024-02-25 22:10:40 +00:00
|
|
|
<field name="name" colspan="3"/>
|
|
|
|
<label name="active"/>
|
|
|
|
<field name="active"/>
|
|
|
|
|
2024-09-29 19:28:41 +00:00
|
|
|
<button colspan="2" name="book_now"/>
|
2024-09-28 16:30:43 +00:00
|
|
|
<label name="nextrun_date" colspan="3"/>
|
2024-03-11 11:50:00 +00:00
|
|
|
<field name="nextrun_date"/>
|
2024-03-02 21:54:13 +00:00
|
|
|
|
|
|
|
<notebook colspan="6">
|
|
|
|
<page id="rrule" col="6" string="Recurrence Rule">
|
|
|
|
<label name="start_date"/>
|
|
|
|
<field name="start_date"/>
|
|
|
|
<label name="end_date"/>
|
|
|
|
<field name="end_date"/>
|
|
|
|
<newline/>
|
|
|
|
|
|
|
|
<label name="frequ"/>
|
|
|
|
<field name="frequ"/>
|
|
|
|
<label name="interval"/>
|
|
|
|
<field name="interval"/>
|
|
|
|
<label name="setpos"/>
|
|
|
|
<field name="setpos"/>
|
|
|
|
|
|
|
|
<label name="weekday"/>
|
|
|
|
<field name="weekday"/>
|
|
|
|
<label name="monthday"/>
|
|
|
|
<field name="monthday"/>
|
2024-09-27 21:24:48 +00:00
|
|
|
<label name="last_day_of_month"/>
|
|
|
|
<field name="last_day_of_month"/>
|
2024-03-02 21:54:13 +00:00
|
|
|
|
2024-06-01 11:31:55 +00:00
|
|
|
<label name="move_event"/>
|
|
|
|
<field name="move_event"/>
|
|
|
|
<newline/>
|
|
|
|
|
2024-03-02 21:54:13 +00:00
|
|
|
<separator id="sep2" colspan="6" string="Result of the recurrence rule"/>
|
|
|
|
<field name="nextdates" colspan="6"/>
|
|
|
|
</page>
|
|
|
|
<page id="booking" col="4" string="Booking">
|
|
|
|
<label name="bookingtype"/>
|
|
|
|
<field name="bookingtype"/>
|
2024-03-03 20:54:16 +00:00
|
|
|
<label name="amount"/>
|
|
|
|
<field name="amount"/>
|
|
|
|
|
|
|
|
<label name="category"/>
|
|
|
|
<field name="category"/>
|
|
|
|
<label name="party"/>
|
|
|
|
<field name="party"/>
|
|
|
|
|
|
|
|
<label name="booktransf"/>
|
|
|
|
<field name="booktransf" colspan="3"/>
|
|
|
|
|
|
|
|
<label name="wfcheck"/>
|
|
|
|
<field name="wfcheck"/>
|
2024-09-28 18:42:32 +00:00
|
|
|
<label name="notify_bycron"/>
|
|
|
|
<field name="notify_bycron"/>
|
2024-03-03 20:54:16 +00:00
|
|
|
|
|
|
|
<separator name="subject" colspan="4" string="Booking text"/>
|
|
|
|
<field name="subject" colspan="4"/>
|
2024-03-09 18:34:44 +00:00
|
|
|
<label id="lab1" colspan="4" xalign="0.0"
|
2024-03-10 21:21:00 +00:00
|
|
|
string="Available placeholders: ${date} ${month} ${year} ${amount} ${quantity} ${rate}"/>
|
2024-03-02 21:54:13 +00:00
|
|
|
</page>
|
|
|
|
<page name="description" col="1" string="Description">
|
|
|
|
<field name="description"/>
|
|
|
|
</page>
|
2024-03-09 21:36:51 +00:00
|
|
|
<page name="cashbook_lines" col="1" string="Cashbook lines">
|
|
|
|
<field name="cashbook_lines"/>
|
|
|
|
</page>
|
2024-03-02 21:54:13 +00:00
|
|
|
</notebook>
|
2024-02-24 22:43:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
</form>
|