mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-01-10 19:08: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;
|
||||
}
|
||||
|
||||
$regions = ['Other' => $tempStruct];
|
||||
$regions = ['Other' => $tempStruct];
|
||||
$definitions = [];
|
||||
|
||||
foreach ($region as $r) {
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user