add booking with category + test, todo: booking of asset

This commit is contained in:
Frederik Jaeckel 2024-03-03 21:54:16 +01:00
parent e51abf589b
commit b86e421298
6 changed files with 372 additions and 19 deletions

View file

@ -41,6 +41,23 @@ full copyright notices and license terms. -->
<page id="booking" col="4" string="Booking">
<label name="bookingtype"/>
<field name="bookingtype"/>
<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"/>
<newline/>
<separator name="subject" colspan="4" string="Booking text"/>
<field name="subject" colspan="4"/>
</page>
<page name="description" col="1" string="Description">
<field name="description"/>

View file

@ -8,4 +8,8 @@ full copyright notices and license terms. -->
<field name="cashbook"/>
<field name="nextrun_link"/>
<field name="bookingtype"/>
<field name="amount"/>
<field name="category"/>
<field name="party"/>
<field name="booktransf"/>
</tree>