Ejemplo n.º 1
0
 public static DataTable GetSoldUnits(int argExecId, int argCCId, DateTime argAsOnDate, DateTime argFromDate, DateTime argToDate, string argType)
 {
     return(TargetEntryDL.GetSoldUnits(argExecId, argCCId, argAsOnDate, argFromDate, argToDate, argType));
 }
Ejemplo n.º 2
0
 internal static bool PowerUserFound()
 {
     return(TargetEntryDL.PowerUserFound());
 }
Ejemplo n.º 3
0
 public static DataSet GetPerfAnalysis(DateTime argAsOnDate, DateTime argFromDate, DateTime argToDate, string argType)
 {
     return(TargetEntryDL.GetPerfAnalysis(argAsOnDate, argFromDate, argToDate, argType));
 }
Ejemplo n.º 4
0
 public static DataSet GetProjectAnalysis(int argExecId, DateTime argAsOnDate, DateTime argFromDate, DateTime argToDate, string argType)
 {
     return(TargetEntryDL.GetProjectAnalysis(argExecId, argAsOnDate, argFromDate, argToDate, argType));
 }
Ejemplo n.º 5
0
 public static DataSet GetExecReport(int argCCId, DateTime argFrom)
 {
     return(TargetEntryDL.GetExecReport(argCCId, argFrom));
 }
Ejemplo n.º 6
0
 public static DataSet GetExecDESReport(DateTime argDate)
 {
     return(TargetEntryDL.GetExecDESReport(argDate));
 }
Ejemplo n.º 7
0
 internal static bool NoofPerFound(int argExecId, int argNoofper, int argCCId)
 {
     return(TargetEntryDL.NoofPerFound(argExecId, argNoofper, argCCId));
 }
Ejemplo n.º 8
0
 public static DataSet GetProjectReport()
 {
     return(TargetEntryDL.GetProjectReport());
 }
Ejemplo n.º 9
0
 internal static DataTable GetExecutive(string argId)
 {
     return(TargetEntryDL.GetExecutive(argId));
 }
Ejemplo n.º 10
0
 public static DataTable GetCostCentre()
 {
     return(TargetEntryDL.GetCostCentre());
 }
Ejemplo n.º 11
0
 public static void InsertIncentiveTrans(string s_Mode, DataTable dt, TargetEntryBO TargetBO)
 {
     TargetEntryDL.InsertIncentiveTrans(s_Mode, dt, TargetBO);
 }
Ejemplo n.º 12
0
 public static void InsertTargetTrans(string s_Mode, TargetEntryBO TarEntBO)
 {
     TargetEntryDL.InsertTargetTrans(s_Mode, TarEntBO);
 }
Ejemplo n.º 13
0
 public static int InsertTargetMaster(string s_Mode, TargetEntryBO TarEntBO)
 {
     return(TargetEntryDL.InsertTargetMaster(s_Mode, TarEntBO));
 }