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;
}
$regions = ['Other' => $tempStruct];
$regions = ['Other' => $tempStruct];
$definitions = [];
foreach ($region as $r) {

View File

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

View File

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