Example #1
0
        public ReportsPage ClientProfile()
        {
            LoggerPage.LogStart(MethodBase.GetCurrentMethod().Name);

            this.reportsPage.Open(MyClientMotherShip.ClientProfile().Name);

            LoggerPage.LogEnd(MethodBase.GetCurrentMethod().Name);

            return(new ReportsPage());
        }
Example #2
0
        public ReportsPage EamAndEndClientList13M()
        {
            LoggerPage.LogStart(MethodBase.GetCurrentMethod().Name);

            this.reportsPage.Open(MyClientMotherShip.EamAndEndClientList13M().Name);

            LoggerPage.LogEnd(MethodBase.GetCurrentMethod().Name);

            return(new ReportsPage());
        }
Example #3
0
        public ReportsPage VolumeAndGrowth()
        {
            LoggerPage.LogStart(MethodBase.GetCurrentMethod().Name);

            this.reportsPage.Open(MyClientMotherShip.VolumeAndGrowth().Name);

            LoggerPage.LogEnd(MethodBase.GetCurrentMethod().Name);

            return(new ReportsPage());
        }
Example #4
0
        public ReportsPage ServiceBreakdown()
        {
            LoggerPage.LogStart(MethodBase.GetCurrentMethod().Name);

            this.reportsPage.Open(MyClientMotherShip.ServiceBreakdown().Name);

            LoggerPage.LogEnd(MethodBase.GetCurrentMethod().Name);

            return(new ReportsPage());
        }
Example #5
0
        public ReportsPage RmList()
        {
            LoggerPage.LogStart(MethodBase.GetCurrentMethod().Name);

            this.reportsPage.Open(MyClientMotherShip.RmList().Name, MyClientMotherShip.RmList().Cluster);

            LoggerPage.LogEnd(MethodBase.GetCurrentMethod().Name);

            return(new ReportsPage());
        }
Example #6
0
        public ReportsPage OrganizationalBreakdown()
        {
            LoggerPage.LogStart(MethodBase.GetCurrentMethod().Name);

            this.reportsPage.Open(MyClientMotherShip.OrganizationalBreakdown().Name, MyClientMotherShip.OrganizationalBreakdown().Cluster);

            LoggerPage.LogEnd(MethodBase.GetCurrentMethod().Name);

            return(new ReportsPage());
        }
Example #7
0
        public static ReportsEntity GetReport()
        {
            List <ReportsEntity> reports = new List <ReportsEntity>
            {
                MyClientMotherShip.CifList(),
                                 MyClientMotherShip.ClientGroupList(),
                                 MyClientMotherShip.ClientList(),
                                 MyClientMotherShip.KeyFigures(),
                                 MyClientMotherShip.KeyFigures13Months(),
                                 MyClientMotherShip.OrganizationalBreakdown(),
                                 MyClientMotherShip.OrganizationalBreakdown13Months(),
                                 MyClientMotherShip.Profitability(),
                                 MyClientMotherShip.Profitability13Months(),
                                 MyClientMotherShip.RmList(),
                                 MyClientMotherShip.ServiceBreakdown(),
                                 MyClientMotherShip.ServiceBreakdown13Months(),
                                 MyClientMotherShip.Stt(),
                                 MyClientMotherShip.TopBottom(),
                                 MyClientMotherShip.VolumeAndGrowth(),
                                 MyClientMotherShip.VolumeAndGrowth13Months(),
                                 MyContributionMotherShip.IcScorecard(),
                                 MyContributionMotherShip.IcScorecard13Months(),
                                 MyContributionMotherShip.LineManagerIcList(),
                                 MyContributionMotherShip.LineManagerRmList(),
                                 MyContributionMotherShip.ManagedCif(),
                                 MyContributionMotherShip.ManagedCifForIc(),
                                 MyContributionMotherShip.OrganizationalBreakdown(),
                                 MyContributionMotherShip.OrganizationalBreakdown13Months(),
                                 MyContributionMotherShip.RmList(),
                                 MyContributionMotherShip.RmScorecard(),
                                 MyContributionMotherShip.RmScorecard13Months(),
                                 MyContributionMotherShip.SourceReport(),
                                 MyContributionMotherShip.SourceReport13Months(),
                                 MyContributionMotherShip.TeamPcScorecard(),
                                 MyContributionMotherShip.TeamPcScorecard13Months(),
                                 MySalesMotherShip.AssetClassBreakdown(),
                                 MySalesMotherShip.CifList(),
                                 MySalesMotherShip.OrganizationalBreakdown(),
                                 MySalesMotherShip.ProductList(),
                                 MySalesMotherShip.RmList(),
                                 MySalesMotherShip.TransactionList(),
                                 MyTrendMotherShip.CifList(),
                                 MyTrendMotherShip.Overview(),
                                 MyTrendMotherShip.RmList(),
                                 MyTrendMotherShip.YtdOverview(),
            };

            return(reports[new Random().Next(reports.Count)]);
        }
Example #8
0
        public static ReportsEntity GetReport13Months()
        {
            List <ReportsEntity> reports = new List <ReportsEntity>
            {
                MyClientMotherShip.KeyFigures13Months(),
                                 MyClientMotherShip.OrganizationalBreakdown13Months(),
                                 MyClientMotherShip.Profitability13Months(),
                                 MyClientMotherShip.ServiceBreakdown13Months(),
                                 MyClientMotherShip.VolumeAndGrowth13Months(),
                                 MyContributionMotherShip.IcScorecard13Months(),
                                 MyContributionMotherShip.OrganizationalBreakdown13Months(),
                                 MyContributionMotherShip.RmScorecard13Months(),
                                 MyContributionMotherShip.SourceReport13Months(),
                                 MyContributionMotherShip.TeamPcScorecard13Months(),
            };

            return(reports[new Random().Next(reports.Count)]);
        }