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"
|
||||
|
|
280
locale/en.po
280
locale/en.po
|
@ -1,124 +1,156 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_btype_asset"
|
||||
msgid "Asset"
|
||||
msgstr "Asset"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Asset"
|
||||
msgstr "Asset"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Quantity"
|
||||
msgstr "Quantity"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Current valuation of the investment"
|
||||
msgstr "Current valuation of the investment"
|
||||
|
||||
msgctxt "field:cashbook.book,asset:"
|
||||
msgid "Asset"
|
||||
msgstr "Asset"
|
||||
|
||||
msgctxt "field:cashbook.book,quantity_digits:"
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
msgctxt "help:cashbook.book,quantity_digits:"
|
||||
msgid "Quantity Digits"
|
||||
msgstr "Quantity Digits"
|
||||
|
||||
msgctxt "help:cashbook.book,asset_uomcat:"
|
||||
msgid "UOM Category"
|
||||
msgstr "UOM Category"
|
||||
|
||||
msgctxt "field:cashbook.book,quantity_uom:"
|
||||
msgid "UOM"
|
||||
msgstr "UOM"
|
||||
|
||||
msgctxt "field:cashbook.book,symbol:"
|
||||
msgid "Symbol"
|
||||
msgstr "Symbol"
|
||||
|
||||
msgctxt "field:cashbook.book,asset_symbol:"
|
||||
msgid "Symbol"
|
||||
msgstr "Symbol"
|
||||
|
||||
msgctxt "field:cashbook.book,quantity:"
|
||||
msgid "Quantity"
|
||||
msgstr "Quantity"
|
||||
|
||||
msgctxt "help:cashbook.book,quantity:"
|
||||
msgid "Quantity of assets until to date"
|
||||
msgstr "Quantity of assets until to date"
|
||||
|
||||
msgctxt "field:cashbook.book,quantity_all:"
|
||||
msgid "Total Quantity"
|
||||
msgstr "Total Quantity"
|
||||
|
||||
msgctxt "help:cashbook.book,quantity_all:"
|
||||
msgid "Total quantity of all assets"
|
||||
msgstr "Total quantity of all assets"
|
||||
|
||||
msgctxt "field:cashbook.book,current_value:"
|
||||
msgid "Value"
|
||||
msgstr "Value"
|
||||
|
||||
msgctxt "help:cashbook.book,current_value:"
|
||||
msgid "Valuation of the investment based on the current stock market price."
|
||||
msgstr "Valuation of the investment based on the current stock market price."
|
||||
|
||||
msgctxt "field:cashbook.book,current_value_ref:"
|
||||
msgid "Value (Ref.)"
|
||||
msgstr "Value (Ref.)"
|
||||
|
||||
msgctxt "help:cashbook.book,current_value_ref:"
|
||||
msgid "Valuation of the investment based on the current stock exchange price, converted into the company currency."
|
||||
msgstr "Valuation of the investment based on the current stock exchange price, converted into the company currency."
|
||||
|
||||
msgctxt "field:cashbook.book,diff_amount:"
|
||||
msgid "Difference"
|
||||
msgstr "Difference"
|
||||
|
||||
msgctxt "help:cashbook.book,diff_amount:"
|
||||
msgid "Difference between acquisition value and current value"
|
||||
msgstr "Difference between acquisition value and current value"
|
||||
|
||||
msgctxt "field:cashbook.book,diff_percent:"
|
||||
msgid "Percent"
|
||||
msgstr "Percent"
|
||||
|
||||
msgctxt "help:cashbook.book,diff_percent:"
|
||||
msgid "percentage performance since acquisition"
|
||||
msgstr "percentage performance since acquisition"
|
||||
|
||||
msgctxt "field:cashbook.book,current_rate:"
|
||||
msgid "Rate"
|
||||
msgstr "Rate"
|
||||
|
||||
msgctxt "help:cashbook.book,current_rate:"
|
||||
msgid "Rate per unit of investment based on current stock exchange price."
|
||||
msgstr "Rate per unit of investment based on current stock exchange price."
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_digits:"
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity:"
|
||||
msgid "Quantity"
|
||||
msgstr "Quantity"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_credit:"
|
||||
msgid "Quantity Credit"
|
||||
msgstr "Quantity Credit"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_debit:"
|
||||
msgid "Quantity Debit"
|
||||
msgstr "Quantity Debit"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_symbol:"
|
||||
msgid "Symbol"
|
||||
msgstr "Symbol"
|
||||
|
||||
#
|
||||
msgid ""
|
||||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_btype_asset"
|
||||
msgid "Asset"
|
||||
msgstr "Asset"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_line_quantity_not_set"
|
||||
msgid "Quantity must be set for line '%(linetxt)s'."
|
||||
msgstr "Quantity must be set for line '%(linetxt)s'."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_line_sign_mismatch"
|
||||
msgid "Quantity and Amount must with same sign for line %(linetxt)s."
|
||||
msgstr "Quantity and Amount must with same sign for line %(linetxt)s."
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Asset"
|
||||
msgstr "Asset"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Quantity"
|
||||
msgstr "Quantity"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Current valuation of the investment"
|
||||
msgstr "Current valuation of the investment"
|
||||
|
||||
msgctxt "field:cashbook.book,asset:"
|
||||
msgid "Asset"
|
||||
msgstr "Asset"
|
||||
|
||||
msgctxt "field:cashbook.book,quantity_digits:"
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
msgctxt "help:cashbook.book,quantity_digits:"
|
||||
msgid "Quantity Digits"
|
||||
msgstr "Quantity Digits"
|
||||
|
||||
msgctxt "help:cashbook.book,asset_uomcat:"
|
||||
msgid "UOM Category"
|
||||
msgstr "UOM Category"
|
||||
|
||||
msgctxt "field:cashbook.book,quantity_uom:"
|
||||
msgid "UOM"
|
||||
msgstr "UOM"
|
||||
|
||||
msgctxt "field:cashbook.book,symbol:"
|
||||
msgid "Symbol"
|
||||
msgstr "Symbol"
|
||||
|
||||
msgctxt "field:cashbook.book,asset_symbol:"
|
||||
msgid "Symbol"
|
||||
msgstr "Symbol"
|
||||
|
||||
msgctxt "field:cashbook.book,quantity:"
|
||||
msgid "Quantity"
|
||||
msgstr "Quantity"
|
||||
|
||||
msgctxt "help:cashbook.book,quantity:"
|
||||
msgid "Quantity of assets until to date"
|
||||
msgstr "Quantity of assets until to date"
|
||||
|
||||
msgctxt "field:cashbook.book,quantity_all:"
|
||||
msgid "Total Quantity"
|
||||
msgstr "Total Quantity"
|
||||
|
||||
msgctxt "help:cashbook.book,quantity_all:"
|
||||
msgid "Total quantity of all assets"
|
||||
msgstr "Total quantity of all assets"
|
||||
|
||||
msgctxt "field:cashbook.book,current_value:"
|
||||
msgid "Value"
|
||||
msgstr "Value"
|
||||
|
||||
msgctxt "help:cashbook.book,current_value:"
|
||||
msgid "Valuation of the investment based on the current stock market price."
|
||||
msgstr "Valuation of the investment based on the current stock market price."
|
||||
|
||||
msgctxt "field:cashbook.book,current_value_ref:"
|
||||
msgid "Value (Ref.)"
|
||||
msgstr "Value (Ref.)"
|
||||
|
||||
msgctxt "help:cashbook.book,current_value_ref:"
|
||||
msgid "Valuation of the investment based on the current stock exchange price, converted into the company currency."
|
||||
msgstr "Valuation of the investment based on the current stock exchange price, converted into the company currency."
|
||||
|
||||
msgctxt "field:cashbook.book,diff_amount:"
|
||||
msgid "Difference"
|
||||
msgstr "Difference"
|
||||
|
||||
msgctxt "help:cashbook.book,diff_amount:"
|
||||
msgid "Difference between acquisition value and current value"
|
||||
msgstr "Difference between acquisition value and current value"
|
||||
|
||||
msgctxt "field:cashbook.book,diff_percent:"
|
||||
msgid "Percent"
|
||||
msgstr "Percent"
|
||||
|
||||
msgctxt "help:cashbook.book,diff_percent:"
|
||||
msgid "percentage performance since acquisition"
|
||||
msgstr "percentage performance since acquisition"
|
||||
|
||||
msgctxt "field:cashbook.book,current_rate:"
|
||||
msgid "Rate"
|
||||
msgstr "Rate"
|
||||
|
||||
msgctxt "help:cashbook.book,current_rate:"
|
||||
msgid "Rate per unit of investment based on current stock exchange price."
|
||||
msgstr "Rate per unit of investment based on current stock exchange price."
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_digits:"
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity:"
|
||||
msgid "Quantity"
|
||||
msgstr "Quantity"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_credit:"
|
||||
msgid "Quantity Credit"
|
||||
msgstr "Quantity Credit"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_debit:"
|
||||
msgid "Quantity Debit"
|
||||
msgstr "Quantity Debit"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_symbol:"
|
||||
msgid "Symbol"
|
||||
msgstr "Symbol"
|
||||
|
||||
msgctxt "field:cashbook.line,asset_rate:"
|
||||
msgid "Rate"
|
||||
msgstr "Rate"
|
||||
|
||||
msgctxt "field:cashbook.line,quantity_balance:"
|
||||
msgid "Quantity"
|
||||
msgstr "Quantity"
|
||||
|
||||
msgctxt "help:cashbook.line,quantity_balance:"
|
||||
msgid "Number of shares in the cashbook up to the current row if the default sort applies."
|
||||
msgstr "Number of shares in the cashbook up to the current row if the default sort applies."
|
||||
|
||||
msgctxt "field:cashbook.recon,start_quantity:"
|
||||
msgid "Start Quantity"
|
||||
msgstr "Start Quantity"
|
||||
|
||||
msgctxt "field:cashbook.recon,end_quantity:"
|
||||
msgid "End Quantity"
|
||||
msgstr "End Quantity"
|
||||
|
||||
msgctxt "field:cashbook.recon,quantity_digits:"
|
||||
msgid "Quantity Digits"
|
||||
msgstr "Quantity Digits"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue