Example #1
0
 public static DataTable Get_VID_VesselDetails(int VesselID)
 {
     return(DAL_PURC_Supplier.Get_VID_VesselDetails_DL(VesselID));
 }
Example #2
0
 public static DataSet Get_SentTo_Delivery_Status(string SuppCode)
 {
     return(DAL_PURC_Supplier.Get_SentTo_Delivery_Status_DL(SuppCode));
 }
Example #3
0
 public static int SaveAttachedFileInfo(string VesselCode, string ReqCode, string suppCode, string FileType, string FileName, string FilePath, string CreatedBy, int Port)
 {
     return(DAL_PURC_Supplier.SaveAttachedFileInfo(VesselCode, ReqCode, suppCode, FileType, FileName, FilePath, CreatedBy, Port));
 }
Example #4
0
 public static int INSERT_ItemType(string QuotationCode, string ItemRefCode, int id, decimal UnitPrice, int ItemType)
 {
     return(DAL_PURC_Supplier.INSERT_ItemType_DL(QuotationCode, ItemRefCode, id, UnitPrice, ItemType));
 }
Example #5
0
 public DataTable GetSupplierUserDetails(string SuppCode, string User_Type)
 {
     return(DAL_PURC_Supplier.GetSupplierUserDetails(SuppCode, User_Type));
 }
Example #6
0
 public static DataTable GET_ItemType(string QuotationCode, string ItemRefCode)
 {
     return(DAL_PURC_Supplier.GET_ItemType_DL(QuotationCode, ItemRefCode));
 }
Example #7
0
 public static DataTable GET_SystemParameters(int Code)
 {
     return(DAL_PURC_Supplier.GET_SystemParameters_DL(Code));
 }
Example #8
0
 public static DataTable Get_Contract_Status(string QtnCode)
 {
     return(DAL_PURC_Supplier.Get_Contract_Status_DL(QtnCode));
 }
Example #9
0
 public static int Get_NewContractRequest(string Supplier_Code)
 {
     return(DAL_PURC_Supplier.Get_NewContractRequest_DL(Supplier_Code));
 }
Example #10
0
 public static int GET_UPD_SUPPLIER_PASSWORD(string userid)
 {
     return(DAL_PURC_Supplier.GET_UPD_SUPPLIER_PASSWORD_DL(userid));
 }