示例#1
0
 public static ReportsEntity CifList()
 {
     return(new ReportsEntity
     {
         Code = "PRP701",
         Cluster = "My Sales",
         Name = "CIF List",
         Title = "My Sales - CIF List",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MySales),
     });
 }
示例#2
0
 public static ReportsEntity RmList()
 {
     return(new ReportsEntity
     {
         Code = "DTR705",
         Cluster = "My Trend",
         Name = "RM List",
         Title = "NNA Trend - RM List",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateOverviewString(ReportsMotherShip.DataLoadStatus.MyTrend),
     });
 }
 public static ReportsEntity RmList()
 {
     return(new ReportsEntity
     {
         Code = "CRP302",
         Cluster = "My Client",
         Title = "My Client - RM List",
         Name = "RM List",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
     });
 }
 public static ReportsEntity KeyFigures()
 {
     return(new ReportsEntity
     {
         Code = "CRP262",
         Cluster = "My Client",
         Title = "My Client - Key Figures",
         Name = "Key Figures",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
         ThirteenMonths = true,
     });
 }
 public static ReportsEntity VolumeAndGrowth()
 {
     return(new ReportsEntity
     {
         Code = "CRP261",
         Cluster = "My Client",
         Title = "My Client - Volume & Growth",
         Name = "Volume & Growth",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
         ThirteenMonths = true,
     });
 }
 public static ReportsEntity Stt()
 {
     return(new ReportsEntity
     {
         Code = "CRP241",
         Cluster = "My Client",
         Title = "My Client - Special Tariffs Terms",
         Name = "STT",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
         ThirteenMonths = false,
     });
 }
示例#7
0
 public static ReportsEntity OrganizationalBreakdown13M()
 {
     return(new ReportsEntity
     {
         Code = "PRP104a",
         Cluster = "My Sales",
         Name = "Organizational Breakdown 13m",
         Title = "My Sales - Organizational Breakdown 13m",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MySales),
         SingleTimeView = "Monthly",
     });
 }
示例#8
0
 public static ReportsEntity TeamPcSourceReport()
 {
     return(new ReportsEntity
     {
         Code = "OPV410",
         Cluster = "My Contribution",
         Name = "Team/PC Source Report",
         Title = "My Contribution - Team/PC Source Report",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateOuPcString(ReportsMotherShip.DataLoadStatus.MyContributionOuPc),
         ThirteenMonths = true,
     });
 }
示例#9
0
 public static ReportsEntity RmList()
 {
     return(new ReportsEntity
     {
         Code = "OPV702",
         Cluster = "My Contribution",
         Name = "RM List",
         Title = "My Contribution - RM List",
         Date = GetReportDateOuPcString(ReportsMotherShip.DataLoadStatus.MyContributionOuPc),
         PoV = PoVMotherShip.PwmcController20326(),
         OrganizationUnitSign = "TF ",
     });
 }
示例#10
0
 public static ReportsEntity TopBottom()
 {
     return(new ReportsEntity
     {
         Cluster = "My Client",
         Code = "CRP211",
         Title = "My Client - Top-Bottom",
         Name = "Top-Bottom",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
         Vt = "Direct revenues (E6010)",
         Currency = "CHF",
     });
 }
示例#11
0
 public static ReportsEntity TeamPcScorecard()
 {
     return(new ReportsEntity
     {
         Code = "OPV403",
         Cluster = "My Contribution",
         Name = "Team/PC Scorecard",
         Title = "My Contribution - Team/PC Scorecard",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateOuPcString(ReportsMotherShip.DataLoadStatus.MyContributionOuPc),
         ThirteenMonths = true,
         OrganizationUnitSign = "TF ",
     });
 }
示例#12
0
 public static ReportsEntity ServiceBreakdown()
 {
     return(new ReportsEntity
     {
         Code = "CRP205",
         Cluster = "My Client",
         Title = "My Client - Service Breakdown",
         Name = "Service Breakdown",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient),
         Vt = "Direct revenues (E6010)",
         Currency = "kCHF",
         ThirteenMonths = true,
     });
 }
示例#13
0
 public static ReportsEntity OrganizationalBreakdown()
 {
     return(new ReportsEntity
     {
         Cluster = "My Contribution",
         Name = "Organizational Breakdown",
         OrganizationUnitSign = "TF ",
         Title = "My Contribution - Organizational Breakdown",
         PoV = PoVMotherShip.PwmcController20326(),
         Date = GetReportDateOuPcString(ReportsMotherShip.DataLoadStatus.MyContributionOuPc),
         Vt = "Revenues after CoC/ACP (SUB) (E8774)",
         SingleTimeView = "YTD",
         Currency = "kCHF",
         ThirteenMonths = true,
         Code = "OPV404",
     });
 }