book: quantity, umrechnung + tests

This commit is contained in:
Frederik Jaeckel 2022-12-23 00:34:45 +01:00
parent 71aa1de06f
commit 8f8da805d4
5 changed files with 369 additions and 8 deletions

View file

@ -18,6 +18,14 @@ msgctxt "view:cashbook.book:"
msgid "Asset"
msgstr "Vermögenswert"
msgctxt "view:cashbook.book:"
msgid "Quantity"
msgstr "Anzahl"
msgctxt "view:cashbook.book:"
msgid "Current value of the asset"
msgstr "aktueller Wert des Vermögenswertes"
msgctxt "field:cashbook.book,asset:"
msgid "Asset"
msgstr "Vermögenswert"
@ -34,7 +42,7 @@ msgctxt "help:cashbook.book,asset_uomcat:"
msgid "UOM Category"
msgstr "Einheitenkategorie"
msgctxt "help:cashbook.book,quantity_uom:"
msgctxt "field:cashbook.book,quantity_uom:"
msgid "UOM"
msgstr "Einheit"
@ -42,6 +50,38 @@ msgctxt "field:cashbook.book,symbol:"
msgid "Symbol"
msgstr "Symbol"
msgctxt "field:cashbook.book,quantity:"
msgid "Quantity"
msgstr "Anzahl"
msgctxt "help:cashbook.book,quantity:"
msgid "Quantity of assets until to date"
msgstr "Menge der Vermögenswerte bis heute"
msgctxt "field:cashbook.book,quantity_all:"
msgid "Total Quantity"
msgstr "Gesamtanzahl"
msgctxt "help:cashbook.book,quantity_all:"
msgid "Total quantity of all assets"
msgstr "Gesamtmenge der Vermögenswerte"
msgctxt "field:cashbook.book,current_value:"
msgid "Value"
msgstr "Wert"
msgctxt "help:cashbook.book,current_value:"
msgid "Current Value in cashbook currency"
msgstr "aktueller Wert in der Kassenbuchwährung"
msgctxt "field:cashbook.book,current_value_ref:"
msgid "Value (Ref)"
msgstr "Wert (Ref)"
msgctxt "help:cashbook.book,current_value:"
msgid "Current Value in company currency"
msgstr "aktueller Wert in der Unternehmenswährung"
#################
# cashbook.line #

View file

@ -10,6 +10,14 @@ msgctxt "view:cashbook.book:"
msgid "Asset"
msgstr "Asset"
msgctxt "view:cashbook.book:"
msgid "Quantity"
msgstr "Quantity"
msgctxt "view:cashbook.book:"
msgid "Value of the asset"
msgstr "Value of the asset"
msgctxt "field:cashbook.book,asset:"
msgid "Asset"
msgstr "Asset"
@ -26,7 +34,7 @@ msgctxt "help:cashbook.book,asset_uomcat:"
msgid "UOM Category"
msgstr "UOM Category"
msgctxt "help:cashbook.book,quantity_uom:"
msgctxt "field:cashbook.book,quantity_uom:"
msgid "UOM"
msgstr "UOM"
@ -34,6 +42,38 @@ msgctxt "field:cashbook.book,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 "Current Value in cashbook currency"
msgstr "Current Value in cashbook currency"
msgctxt "field:cashbook.book,current_value_ref:"
msgid "Value (Ref)"
msgstr "Value (Ref)"
msgctxt "help:cashbook.book,current_value:"
msgid "Current Value in company currency"
msgstr "Current Value in company currency"
msgctxt "field:cashbook.line,quantity_digits:"
msgid "Digits"
msgstr "Digits"