Exemplo n.º 1
0
        public static ReportsEntity AssetClassBreakdown()
        {
            var report = ReportsMotherShip.CreateReportEntity(
                "Asset Class Breakdown",
                "My Sales - Asset Class Breakdown",
                "PRP105k",
                PoVMotherShip.PwmcManagerA449958(),
                GetReportDateString(ReportsMotherShip.DataLoadStatus.MySales),
                "Monthly");

            report.Cluster = "My Sales";
            return(report);
        }
Exemplo n.º 2
0
 public static ReportsEntity ManagedCif()
 {
     return(new ReportsEntity
     {
         Code = "EPV701",
         Cluster = "My Contribution",
         Name = "Managed CIF",
         Title = "My Contribution - Currently Managed CIFs",
         TitleTab = "My Contribution - Managed CIF",
         PoV = PoVMotherShip.PwmcManagerA449958(),
         Date = GetReportDateRmIcTeamString(ReportsMotherShip.DataLoadStatus.MyContributionRmIcTeam),
         OrganizationUnitSign = "DC ",
     });
 }