book: felder in tab verlegt

This commit is contained in:
Frederik Jaeckel 2022-09-05 12:05:26 +02:00
parent f661f5ed38
commit 34a4958936
2 changed files with 27 additions and 24 deletions

View file

@ -406,6 +406,10 @@ msgctxt "view:cashbook.book:"
msgid "Owner and Authorizeds"
msgstr "Eigentümer und Autorisierte"
msgctxt "view:cashbook.book:"
msgid "General Information"
msgstr "Allgemein"
msgctxt "view:cashbook.book:"
msgid "Balance"
msgstr "Saldo"

View file

@ -2,10 +2,10 @@
<!-- This file is part of the cashbook-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form col="6">
<label name="name"/>
<field name="name" colspan="3"/>
<group id="grpst" colspan="2" col="3">
<form col="4">
<label name="name" xexpand="0"/>
<field name="name" colspan="2"/>
<group id="grpst" col="3">
<label name="state"/>
<field name="state"/>
<group id="grpstate" col="3">
@ -15,32 +15,31 @@ full copyright notices and license terms. -->
</group>
</group>
<label name="balance"/>
<field name="balance"/>
<newline/>
<notebook colspan="4">
<page id="pgrecon" string="Reconciliations" col="1">
<field name="reconciliations"/>
</page>
<page id="pggeneral" string="General Information" col="4">
<label name="number_sequ"/>
<field name="number_sequ"/>
<label name="number_atcheck"/>
<field name="number_atcheck"/>
<newline/>
<label name="btype"/>
<field name="btype"/>
<label name="currency"/>
<field name="currency"/>
<newline/>
<label id="phaccount" colspan="2" string=" "/>
<newline/>
<label name="start_balance"/>
<field name="start_balance"/>
<label name="balance"/>
<field name="balance"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<newline/>
<notebook colspan="6">
<page id="pgrecon" string="Reconciliations" col="1">
<field name="reconciliations"/>
<label id="phaccount" colspan="2" string=" "/>
</page>
<page id="pgperm" string="Owner and Authorizeds" col="4">
<label name="owner"/>