Merge pull request 'dev' (#8) from dev into main

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-03-31 09:57:16 +00:00
11 changed files with 238 additions and 35 deletions

View File

@@ -0,0 +1,11 @@
<form col="4">
<label name="date"/>
<field name="date"/>
<label name="currency"/>
<field name="currency"/>
<label name="amount"/>
<field name="amount"/>
<newline/>
<label name="comment"/>
<field name="comment" colspan="4"/>
</form>

View File

@@ -0,0 +1,6 @@
<tree>
<field name="date"/>
<field name="currency"/>
<field name="amount"/>
<field name="comment"/>
</tree>