Пример #1
0
 public static ReportsEntity IcSourceReport()
 {
     return(new ReportsEntity
     {
         Code = "EPVIC310",
         Cluster = "My Contribution",
         Title = "My Contribution - Source Report",
         Name = "Source Report",
         PoV = PoVMotherShip.PwmcIcA666135(),
         Date = GetReportDateRmIcTeamString(ReportsMotherShip.DataLoadStatus.MyContributionRmIcTeam),
         ThirteenMonths = true,
         Vt = "Inv. business revenue transaction-based (E8119)",
         SingleTimeView = "YTD",
         Currency = "kCHF",
         OrganizationUnitSign = "DC ",
     });
 }