Multiple Data Sources in Evaluations

This commit is contained in:
Frederik Jaeckel 2024-01-13 15:08:20 +01:00
parent 8cf7fd7206
commit 4d577be66f
13 changed files with 952 additions and 382 deletions

View file

@ -6,15 +6,15 @@ msgctxt "model:ir.message,text:msg_name_cashbook"
msgid "Type of evaluation must be '%(typename)s'."
msgstr "Type of evaluation must be '%(typename)s'."
msgctxt "model:ir.message,text:msg_dtype_cashbook"
msgctxt "model:ir.message,text:msg_dtype_cashbooks"
msgid "Cashbooks [Amount]"
msgstr "Cashbooks [Amount]"
msgctxt "model:ir.message,text:msg_dtype_cashbook_gldiff"
msgctxt "model:ir.message,text:msg_dtype_cashbooks_gldiff"
msgid "Cashbooks [Amount of Profit/Loss]"
msgstr "Cashbooks [Amount of Profit/Loss]"
msgctxt "model:ir.message,text:msg_dtype_cashbook_glperc"
msgctxt "model:ir.message,text:msg_dtype_cashbooks_glperc"
msgid "Cashbooks [Percent of Profit/Loss]"
msgstr "Cashbooks [Percent of Profit/Loss]"
@ -26,7 +26,7 @@ msgctxt "model:ir.message,text:msg_dtype_cashbooks_glyield"
msgid "Cashbooks [Total Yield]"
msgstr "Cashbooks [Total Yield]"
msgctxt "model:ir.message,text:msg_dtype_type"
msgctxt "model:ir.message,text:msg_dtype_types"
msgid "Types of Cashbooks [Amount]"
msgstr "Types of Cashbooks [Amount]"
@ -46,27 +46,27 @@ msgctxt "model:ir.message,text:msg_dtype_types_glyield"
msgid "Types of Cashbooks [Total Yield]"
msgstr "Types of Cashbooks [Total Yield]"
msgctxt "model:ir.message,text:msg_dtype_currency"
msgctxt "model:ir.message,text:msg_dtype_currencies"
msgid "Currencies"
msgstr "Currencies"
msgctxt "model:ir.message,text:msg_dtype_category"
msgctxt "model:ir.message,text:msg_dtype_categories"
msgid "Categories [Amount]"
msgstr "Categories [Amount]"
msgctxt "model:ir.message,text:msg_dtype_category_gldiff"
msgctxt "model:ir.message,text:msg_dtype_categories_gldiff"
msgid "Categories [Amount of Profit/Loss]"
msgstr "Categories [Amount of Profit/Loss]"
msgctxt "model:ir.message,text:msg_dtype_category_glvalue"
msgctxt "model:ir.message,text:msg_dtype_categories_glvalue"
msgid "Categories [Current Value]"
msgstr "Categories [Current Value]"
msgctxt "model:ir.message,text:msg_dtype_category_glperc"
msgctxt "model:ir.message,text:msg_dtype_categories_glperc"
msgid "Categories [Percent of Profit/Loss]"
msgstr "Categories [Percent of Profit/Loss]"
msgctxt "model:ir.message,text:msg_dtype_category_glyield"
msgctxt "model:ir.message,text:msg_dtype_categories_glyield"
msgid "Categories [Total Yield]"
msgstr "Categories [Total Yield]"
@ -74,6 +74,14 @@ msgctxt "model:ir.message,text:msg_name_graph"
msgid "Graph: %(gname)s"
msgstr "Graph: %(gname)s"
msgctxt "model:ir.message,text:msg_not_same_basetype"
msgid "Type of evaluation must be of the same base type like '%(typename)s'."
msgstr "Type of evaluation must be of the same base type like '%(typename)s'."
msgctxt "model:ir.message,text:msg_no_pie_with_dtype2"
msgid "The pie display cannot be used by multiple data sources in the evaluation '%(evalname)s'."
msgstr "The pie display cannot be used by multiple data sources in the evaluation '%(evalname)s'."
msgctxt "model:ir.rule.group,name:rg_eval_write_adm"
msgid "Administrators: Evaluation read/write"
msgstr "Administrators: Evaluation read/write"
@ -118,17 +126,49 @@ msgctxt "field:cashbook_report.eval_line,currency_digits:"
msgid "Currency Digits"
msgstr "Currency Digits"
msgctxt "field:cashbook_report.eval_line,eval_dtype:"
msgid "Data type"
msgstr "Data type"
msgctxt "field:cashbook_report.eval_line,eval_dtype1:"
msgid "Data type 1"
msgstr "Data type 1"
msgctxt "field:cashbook_report.eval_line,eval_dtype2:"
msgid "Data type 2"
msgstr "Data type 2"
msgctxt "field:cashbook_report.eval_line,eval_dtype3:"
msgid "Data type 3"
msgstr "Data type 3"
msgctxt "field:cashbook_report.eval_line,eval_dtype4:"
msgid "Data type 4"
msgstr "Data type 4"
msgctxt "field:cashbook_report.eval_line,eval_dtype5:"
msgid "Data type 5"
msgstr "Data type 5"
msgctxt "field:cashbook_report.eval_line,name:"
msgid "Name"
msgstr "Name"
msgctxt "field:cashbook_report.eval_line,balance:"
msgid "Balance"
msgstr "Balance"
msgctxt "field:cashbook_report.eval_line,value1:"
msgid "Value 1"
msgstr "Value 1"
msgctxt "field:cashbook_report.eval_line,value2:"
msgid "Value 2"
msgstr "Value 2"
msgctxt "field:cashbook_report.eval_line,value3:"
msgid "Value 3"
msgstr "Value 3"
msgctxt "field:cashbook_report.eval_line,value4:"
msgid "Value 4"
msgstr "Value 4"
msgctxt "field:cashbook_report.eval_line,value5:"
msgid "Value 5"
msgstr "Value 5"
msgctxt "model:cashbook_report.evaluation,name:"
msgid "Evaluation"
@ -146,31 +186,51 @@ msgctxt "view:cashbook_report.evaluation:"
msgid "Representation"
msgstr "Representation"
msgctxt "view:cashbook_report.evaluation:"
msgid "Type of data displayed"
msgstr "Type of data displayed"
msgctxt "field:cashbook_report.evaluation,name:"
msgid "Name"
msgstr "Name"
msgctxt "field:cashbook_report.evaluation,dtype:"
msgid "Data type"
msgstr "Data type"
msgctxt "field:cashbook_report.evaluation,dtype1:"
msgid "Data type 1"
msgstr "Data type 1"
msgctxt "selection:cashbook_report.evaluation,dtype:"
msgid "Cashbooks"
msgstr "Cashbooks"
msgctxt "help:cashbook_report.evaluation,dtype1:"
msgid "Type of data displayed"
msgstr "Type of data displayed"
msgctxt "selection:cashbook_report.evaluation,dtype:"
msgid "Types of Cashbooks"
msgstr "Types of Cashbooks"
msgctxt "field:cashbook_report.evaluation,dtype2:"
msgid "Data type 2"
msgstr "Data type 2"
msgctxt "selection:cashbook_report.evaluation,dtype:"
msgid "Currencys"
msgstr "Currencys"
msgctxt "help:cashbook_report.evaluation,dtype2:"
msgid "Type of data displayed"
msgstr "Type of data displayed"
msgctxt "selection:cashbook_report.evaluation,dtype:"
msgid "Categories"
msgstr "Categories"
msgctxt "field:cashbook_report.evaluation,dtype3:"
msgid "Data type 3"
msgstr "Data type 3"
msgctxt "help:cashbook_report.evaluation,dtype:"
msgctxt "help:cashbook_report.evaluation,dtype3:"
msgid "Type of data displayed"
msgstr "Type of data displayed"
msgctxt "field:cashbook_report.evaluation,dtype4:"
msgid "Data type 4"
msgstr "Data type 4"
msgctxt "help:cashbook_report.evaluation,dtype4:"
msgid "Type of data displayed"
msgstr "Type of data displayed"
msgctxt "field:cashbook_report.evaluation,dtype5:"
msgid "Data type 5"
msgstr "Data type 5"
msgctxt "help:cashbook_report.evaluation,dtype5:"
msgid "Type of data displayed"
msgstr "Type of data displayed"