Ejemplo n.º 1
0
 public static ReportsEntity Profitability()
 {
     return(new ReportsEntity()
     {
         Code = "CRP206",
         Cluster = "My Client",
         Name = "Profitability",
         Title = "My Client - Profitability",
         Date = $"{GetReportDateString(ReportsMotherShip.DataLoadStatus.MyClient)}",
         PoV = PoVMotherShip.PwmcManager20326(),
         ThirteenMonths = true,
     });
 }
Ejemplo n.º 2
0
 public static ReportsEntity TransactionList()
 {
     return(new ReportsEntity
     {
         Code = "PRP710",
         Cluster = "My Sales",
         Name = "Transaction List",
         Title = "My Sales - Transaction List",
         PoV = PoVMotherShip.PwmcManager20326(),
         Date = GetReportDateString(ReportsMotherShip.DataLoadStatus.MySales),
         SingleTimeView = "Monthly",
     });
 }