Example #1
0
 public static DataTable Get_PortReportIndex(int Vessel_ID, DateTime?Fromdate, DateTime?Todate, string Sort_Column, string Sort_Direction, int?Page_Index, int?Page_Size, ref int Is_Fetch_Count)
 {
     return(DAL_OPS_VoyageReports.Get_PortReportIndex(Vessel_ID, Fromdate, Todate, Sort_Column, Sort_Direction, Page_Index, Page_Size, ref Is_Fetch_Count));
 }
Example #2
0
 public static DataTable Get_Bilge_Water_Sludge(int PkID)
 {
     return(DAL_OPS_VoyageReports.Get_Bilge_Water_Sludge_DL(PkID));
 }
Example #3
0
 public static DataSet GET_PORT_REPORT(int PortReportId, int Vessel_ID)
 {
     return(DAL_OPS_VoyageReports.GET_PORT_REPORT(PortReportId, Vessel_ID));
 }
Example #4
0
 public static DataTable Get_Telegram_ToMail()
 {
     return(DAL_OPS_VoyageReports.Get_Telegram_ToMail_DL());
 }
Example #5
0
 public static DataTable Get_Purplefinder_Position(int PKID)
 {
     return(DAL_OPS_VoyageReports.Get_Purplefinder_Position_DL(PKID));
 }
Example #6
0
 public static DataTable OPS_Get_CPDtaType()
 {
     return(DAL_OPS_VoyageReports.OPS_Get_CPDtaType_DL());
 }
Example #7
0
 public static int OPS_Ins_CPDtaType(string DataType, string DataCode)
 {
     return(DAL_OPS_VoyageReports.OPS_Ins_CPDtaType_DL(DataType, DataCode));
 }
Example #8
0
 public static DataTable OPS_Get_RecentCPROB()
 {
     return(DAL_OPS_VoyageReports.OPS_Get_RecentCPROB_DL());
 }
Example #9
0
 public static DataTable Get_LatestNoonReport(string Vessel_Code)
 {
     return(DAL_OPS_VoyageReports.Get_LatestNoonReport_DL(Vessel_Code));
 }
Example #10
0
 public static int OPS_SP_Ins_CPEntries(int Datatype, int Vesselid, int Userid, decimal Datavalue)
 {
     return(DAL_OPS_VoyageReports.OPS_SP_Ins_CPEntries_DL(Datatype, Vesselid, Userid, Datavalue));
 }
Example #11
0
 public static DataTable OPS_SP_Get_CPEntriesType()
 {
     return(DAL_OPS_VoyageReports.OPS_SP_Get_CPEntriesType_DL());
 }
Example #12
0
 public static DataTable OPS_SP_Get_CPEntries(int Datatype, int Vesselid, int Userid, int CurrentSTS, int Fleetid)
 {
     return(DAL_OPS_VoyageReports.OPS_SP_Get_CPEntries_DL(Datatype, Vesselid, Userid, CurrentSTS, Fleetid));
 }
Example #13
0
 public static DataTable Get_DailyNoonReport(int PKID)
 {
     return(DAL_OPS_VoyageReports.Get_DailyNoonReport_DL(PKID));
 }
Example #14
0
 public static DataTable Get_DepartureReport_LOSamples(int Telegram_ID, int Vessel_ID)
 {
     return(DAL_OPS_VoyageReports.Get_DepartureReport_LOSamples_DL(Telegram_ID, Vessel_ID));
 }