cashbook_planner/view/planner_form.xml

48 lines
1.2 KiB
XML
Raw Normal View History

<?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">
<label name="cashbook"/>
<field name="cashbook" colspan="3"/>
2024-02-25 22:10:40 +00:00
<newline/>
<label name="name"/>
2024-02-25 22:10:40 +00:00
<field name="name" colspan="3"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
2024-02-25 22:10:40 +00:00
<label name="active"/>
<field name="active"/>
<separator id="sep1" colspan="6" string="Recurrence Rule"/>
<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"/>
<newline/>
<separator id="sep2" colspan="6" string="Result of the recurrence rule"/>
<field name="nextdates" colspan="6"/>
2024-02-27 21:40:59 +00:00
<label name="nextrun"/>
<field name="nextrun"/>
<newline/>
<label name="description"/>
<newline/>
2024-02-25 22:10:40 +00:00
<field name="description" colspan="6"/>
</form>