mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-01-11 03:18:40 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
572f3106d7
commit
94481aa19f
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user