mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-02-17 03:18:39 +00:00
Test fixes
This commit is contained in:
parent
78a0bcf52e
commit
03646a67a6
|
|
@ -548,7 +548,6 @@ final class BackendController extends Controller
|
||||||
->where('unit', $this->app->unitId)
|
->where('unit', $this->app->unitId)
|
||||||
->executeGetArray();
|
->executeGetArray();
|
||||||
|
|
||||||
|
|
||||||
[
|
[
|
||||||
$mtdCurrent,
|
$mtdCurrent,
|
||||||
$ytdCurrent,
|
$ytdCurrent,
|
||||||
|
|
@ -623,7 +622,6 @@ final class BackendController extends Controller
|
||||||
->where('unit', $this->app->unitId)
|
->where('unit', $this->app->unitId)
|
||||||
->executeGetArray();
|
->executeGetArray();
|
||||||
|
|
||||||
|
|
||||||
[
|
[
|
||||||
$view->data['mtdPYClientRep'],
|
$view->data['mtdPYClientRep'],
|
||||||
$view->data['mtdAClientRep'],
|
$view->data['mtdAClientRep'],
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,6 @@ return ['Navigation' => [
|
||||||
'MTD' => 'MTD',
|
'MTD' => 'MTD',
|
||||||
'Monthly' => 'Monthly',
|
'Monthly' => 'Monthly',
|
||||||
'Annually' => 'Annually',
|
'Annually' => 'Annually',
|
||||||
'SalesRep' => 'Sales Reps',
|
'SalesReps' => 'Sales Reps',
|
||||||
'SalesRep' => 'Sales Rep',
|
'SalesRep' => 'Sales Rep',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,6 @@ return ['SalesAnalysis' => [
|
||||||
'America' => 'America',
|
'America' => 'America',
|
||||||
'Oceania' => 'Oceania',
|
'Oceania' => 'Oceania',
|
||||||
'Africa' => 'Africa',
|
'Africa' => 'Africa',
|
||||||
'YTD' => 'YTD',
|
|
||||||
'Monthly' => 'Monthly',
|
'Monthly' => 'Monthly',
|
||||||
'Annually' => 'Annually',
|
'Annually' => 'Annually',
|
||||||
'SalesReps' => 'Sales Reps',
|
'SalesReps' => 'Sales Reps',
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Localization\ISO3166CharEnum;
|
|
||||||
use phpOMS\Localization\ISO3166NameEnum;
|
|
||||||
use phpOMS\Stdlib\Base\FloatInt;
|
use phpOMS\Stdlib\Base\FloatInt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Localization\ISO3166CharEnum;
|
|
||||||
use phpOMS\Localization\ISO3166NameEnum;
|
|
||||||
use phpOMS\Stdlib\Base\FloatInt;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Localization\ISO3166CharEnum;
|
|
||||||
use phpOMS\Localization\ISO3166NameEnum;
|
|
||||||
use phpOMS\Stdlib\Base\FloatInt;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,6 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use phpOMS\Localization\ISO3166CharEnum;
|
|
||||||
use phpOMS\Localization\ISO3166NameEnum;
|
|
||||||
use phpOMS\Stdlib\Base\FloatInt;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user