template fixes + bug fixes + style fixes

This commit is contained in:
Dennis Eichhorn 2024-04-02 21:40:48 +00:00
parent 572f3106d7
commit 94481aa19f
3 changed files with 17 additions and 17 deletions

View File

@ -502,7 +502,7 @@ class RegionMapper extends DataMapperFactory
$tempStruct[$column] = 0; $tempStruct[$column] = 0;
} }
$regions = ['Other' => $tempStruct]; $regions = ['Other' => $tempStruct];
$definitions = []; $definitions = [];
foreach ($region as $r) { foreach ($region as $r) {

View File

@ -60,12 +60,12 @@ return ['SalesAnalysis' => [
'Regions' => 'Regions', 'Regions' => 'Regions',
'Total' => 'Total', 'Total' => 'Total',
'Type' => 'Type', 'Type' => 'Type',
'SalesGroup' => 'Sales Group', 'SalesGroup' => 'Sales Group',
'ProductGroup' => 'Product Group', 'ProductGroup' => 'Product Group',
'Other' => 'Sonstige', 'Other' => 'Sonstige',
'Europe' => 'Europa', 'Europe' => 'Europa',
'Asia' => 'Asien', 'Asia' => 'Asien',
'America' => 'Amerika', 'America' => 'Amerika',
'Oceania' => 'Ozeanien', 'Oceania' => 'Ozeanien',
'Africa' => 'Afrika', 'Africa' => 'Afrika',
]]; ]];

View File

@ -60,12 +60,12 @@ return ['SalesAnalysis' => [
'Regions' => 'Regions', 'Regions' => 'Regions',
'Total' => 'Total', 'Total' => 'Total',
'Type' => 'Type', 'Type' => 'Type',
'SalesGroup' => 'Sales Group', 'SalesGroup' => 'Sales Group',
'ProductGroup' => 'Product Group', 'ProductGroup' => 'Product Group',
'Other' => 'Other', 'Other' => 'Other',
'Europe' => 'Europe', 'Europe' => 'Europe',
'Asia' => 'Asia', 'Asia' => 'Asia',
'America' => 'America', 'America' => 'America',
'Oceania' => 'Oceania', 'Oceania' => 'Oceania',
'Africa' => 'Africa', 'Africa' => 'Africa',
]]; ]];