line: quantity_balance, validate,
reconciliation: start/end-quantity todo: tests
This commit is contained in:
parent
e94a869166
commit
f86db6dea3
11 changed files with 484 additions and 140 deletions
40
locale/de.po
40
locale/de.po
|
@ -10,6 +10,14 @@ msgctxt "model:ir.message,text:msg_btype_asset"
|
|||
msgid "Asset"
|
||||
msgstr "Vermögenswert"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_line_quantity_not_set"
|
||||
msgid "Quantity must be set for line '%(linetxt)s'."
|
||||
msgstr "Menge für die Zeile '%(linetxt)s' muß gesetzt werden."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_line_sign_mismatch"
|
||||
msgid "Quantity and Amount must with same sign for line %(linetxt)s."
|
||||
msgstr "Menge und Betrag müssen für Zeile %(linetxt)s mit demselben Vorzeichen versehen werden."
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.book #
|
||||
|
@ -124,11 +132,11 @@ msgstr "Anzahl"
|
|||
|
||||
msgctxt "field:cashbook.line,quantity_credit:"
|
||||
msgid "Quantity Credit"
|
||||
msgstr "Anzahlgutschrift"
|
||||
msgstr "Anzahl Haben"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_debit:"
|
||||
msgid "Quantity Debit"
|
||||
msgstr "Anzahllastschrift"
|
||||
msgstr "Anzahl Soll"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_symbol:"
|
||||
msgid "Symbol"
|
||||
|
@ -137,3 +145,31 @@ msgstr "Symbol"
|
|||
msgctxt "field:cashbook.line,asset_rate:"
|
||||
msgid "Rate"
|
||||
msgstr "Kurs"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_balance:"
|
||||
msgid "Quantity"
|
||||
msgstr "Anzahl"
|
||||
|
||||
msgctxt "help:cashbook.line,quantity_balance:"
|
||||
msgid "Number of shares in the cashbook up to the current row if the default sort applies."
|
||||
msgstr "Anzahl Anteile im Kassenbuch bis zur aktuellen Zeile, wenn die Standardsortierung zutrifft."
|
||||
|
||||
|
||||
##################
|
||||
# cashbook.recon #
|
||||
##################
|
||||
msgctxt "field:cashbook.recon,start_quantity:"
|
||||
msgid "Start Quantity"
|
||||
msgstr "Anfangsmenge"
|
||||
|
||||
msgctxt "field:cashbook.recon,end_quantity:"
|
||||
msgid "End Quantity"
|
||||
msgstr "Endmenge"
|
||||
|
||||
msgctxt "field:cashbook.recon,quantity_digits:"
|
||||
msgid "Quantity Digits"
|
||||
msgstr "Anzahl-Dezimalstellen"
|
||||
|
||||
msgctxt "field:cashbook.recon,quantity_uom:"
|
||||
msgid "Symbol"
|
||||
msgstr "Symbol"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue