book: felder in tab verlegt
This commit is contained in:
parent
adb472dc87
commit
acf3ca7ce5
2 changed files with 27 additions and 24 deletions
|
@ -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"
|
||||||
|
|
|
@ -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,33 +15,32 @@ full copyright notices and license terms. -->
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<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"/>
|
<label name="balance"/>
|
||||||
<field name="balance"/>
|
<field name="balance"/>
|
||||||
<newline/>
|
<newline/>
|
||||||
<label name="start_date"/>
|
|
||||||
<field name="start_date"/>
|
|
||||||
<newline/>
|
|
||||||
|
|
||||||
<notebook colspan="6">
|
<notebook colspan="4">
|
||||||
<page id="pgrecon" string="Reconciliations" col="1">
|
<page id="pgrecon" string="Reconciliations" col="1">
|
||||||
<field name="reconciliations"/>
|
<field name="reconciliations"/>
|
||||||
</page>
|
</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"/>
|
||||||
|
|
||||||
|
<label name="btype"/>
|
||||||
|
<field name="btype"/>
|
||||||
|
<label name="currency"/>
|
||||||
|
<field name="currency"/>
|
||||||
|
|
||||||
|
<label name="start_balance"/>
|
||||||
|
<field name="start_balance"/>
|
||||||
|
<label name="start_date"/>
|
||||||
|
<field name="start_date"/>
|
||||||
|
|
||||||
|
<label id="phaccount" colspan="2" string=" "/>
|
||||||
|
</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"/>
|
||||||
<field name="owner"/>
|
<field name="owner"/>
|
||||||
|
|
Loading…
Reference in a new issue