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" msgid "Owner and Authorizeds"
msgstr "Eigentümer und Autorisierte" msgstr "Eigentümer und Autorisierte"
msgctxt "view:cashbook.book:"
msgid "General Information"
msgstr "Allgemein"
msgctxt "view:cashbook.book:" msgctxt "view:cashbook.book:"
msgid "Balance" msgid "Balance"
msgstr "Saldo" msgstr "Saldo"

View file

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