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"
|
||||
msgstr "Eigentümer und Autorisierte"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "General Information"
|
||||
msgstr "Allgemein"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Balance"
|
||||
msgstr "Saldo"
|
||||
|
|
|
@ -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,33 +15,32 @@ full copyright notices and license terms. -->
|
|||
</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"/>
|
||||
<field name="balance"/>
|
||||
<newline/>
|
||||
<label name="start_date"/>
|
||||
<field name="start_date"/>
|
||||
<newline/>
|
||||
|
||||
<notebook colspan="6">
|
||||
<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"/>
|
||||
|
||||
<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">
|
||||
<label name="owner"/>
|
||||
<field name="owner"/>
|
||||
|
|
Loading…
Reference in a new issue