2022-08-09 13:08:41 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
|
|
this repository contains the full copyright notices and license terms. -->
|
|
|
|
<form>
|
|
|
|
<separator id="sepwiz" colspan="4" string="Open Cashbook Wizard"/>
|
|
|
|
<label name="date_from"/>
|
|
|
|
<field name="date_from"/>
|
|
|
|
<label name="date_to"/>
|
|
|
|
<field name="date_to"/>
|
|
|
|
<label name="checked"/>
|
|
|
|
<field name="checked"/>
|
|
|
|
<label name="done"/>
|
|
|
|
<field name="done"/>
|
2022-08-10 09:57:35 +00:00
|
|
|
|
2022-09-07 09:36:37 +00:00
|
|
|
<separator id="sepenterbook" colspan="4" string="Enter Booking Wizard"/>
|
|
|
|
<label name="defbook"/>
|
|
|
|
<field name="defbook"/>
|
|
|
|
|
2022-08-10 09:57:35 +00:00
|
|
|
<separator id="sepcb" colspan="4" string="Cashbook"/>
|
|
|
|
<label name="catnamelong"/>
|
|
|
|
<field name="catnamelong"/>
|
|
|
|
|
2022-08-09 13:08:41 +00:00
|
|
|
</form>
|