예제 #1
0
 public static int Supplier_ChangeRequest_Data_Insert(int?ID, string Supp_ID, string Supp_Type, string Register_Name, string Short_Name, string Address1,
                                                      string CountryName, int?countryID, string City, string Comp_Email1, string Comp_Phone1, string Comp_Fax1, string Supplier_Currency,
                                                      string PIC_NAME1, string PIC_Email1, string PIC_Phone1, string PIC_NAME2, string PIC_Email2, string PIC_Phone2,
                                                      int?ownerShip, string PaymentInstrucation, string Notification_Email, string BizCorporation, string Invoice_Status,
                                                      string Direct_Invoice_Upload, string PaymentHistory, string PaymentPriority, int?Payment_Interval, int?Payment_Terms_Days, string Payment_Terms, string TaxRate, string EmailReason, string BankReason, string Action_On_Data_Form, string CR_Status, int?Created_By)
 {
     return(DAL_ASL_Supplier.Supplier_ChangeRequest_Data_Insert(ID, Supp_ID, Supp_Type, Register_Name, Short_Name, Address1, CountryName, countryID, City, Comp_Email1, Comp_Phone1, Comp_Fax1, Supplier_Currency, PIC_NAME1, PIC_Email1, PIC_Phone1, PIC_NAME2, PIC_Email2
                                                                , PIC_Phone2, ownerShip, PaymentInstrucation, Notification_Email, BizCorporation, Invoice_Status, Direct_Invoice_Upload, PaymentHistory, PaymentPriority, Payment_Interval, Payment_Terms_Days, Payment_Terms, TaxRate, EmailReason, BankReason, Action_On_Data_Form, CR_Status, Created_By));
 }
예제 #2
0
 public static string Supplier_General_Data_Insert(int?ID, string Supplier_Code, string Supp_Type, string Supp_Status, string Register_Name, string Short_Name, int?group, string Address1,
                                                   string CountryName, string City, string Comp_Phone1, string Comp_Fax1, string Comp_Email1, string Supplier_Currency,
                                                   string PIC_NAME1, string PIC_NAME2, string PIC_Email1, string PIC_Email2, string PIC_Phone1, string PIC_Phone2,
                                                   int?ownerShip, string Payment_Instructions, string Notification_Email, string BizCorporation, string Invoice_Status, string Direct_Invoice_Upload, string PaymentHistory, string SendPo,
                                                   string PaymentPriority, int?Payment_Interval, int?Payment_Terms_Days, string Payment_Terms, decimal?TaxRate, string Action_On_Data_Form, int?Created_By, int?countryID,
                                                   string Supplier_Description, string SubType, string TaxAccNumber, string Company_Reg_No, string GST_Registration_No, decimal?Withholding_Tax_Rate, string Supplier_Short_Code, string ShipSmart_Supplier_Code)
 {
     return(DAL_ASL_Supplier.Supplier_General_Data_Insert(ID, Supplier_Code, Supp_Type, Supp_Status, Register_Name, Short_Name, group, Address1, CountryName, City, Comp_Phone1
                                                          , Comp_Fax1, Comp_Email1, Supplier_Currency, PIC_NAME1, PIC_NAME2, PIC_Email1, PIC_Email2
                                                          , PIC_Phone1, PIC_Phone2, ownerShip, Payment_Instructions, Notification_Email, BizCorporation, Invoice_Status, Direct_Invoice_Upload, PaymentHistory, SendPo,
                                                          PaymentPriority, Payment_Interval, Payment_Terms_Days, Payment_Terms, TaxRate, Action_On_Data_Form, Created_By, countryID, Supplier_Description, SubType, TaxAccNumber, Company_Reg_No, GST_Registration_No, Withholding_Tax_Rate, Supplier_Short_Code, ShipSmart_Supplier_Code));
 }
예제 #3
0
 public static int Supplier_Data_Insert(int?ID, string Supp_ID, string Register_Name, string Address, string State
                                        , string CountryName, int?CountryID, string Postal_Code, string Comp_Phone1, string Comp_Phone2, string Comp_AOH_NO1, string Comp_AOH_NO2
                                        , string Comp_Fax1, string Comp_Fax2, string Comp_Email1, string Comp_Email2,
                                        string Comp_WebSite, string Comp_Reg_No
                                        , string Comp_Tex_Reg_No, string Comp_ISO_No, string Supplier_Currency, int?Supplier_CurrencyID, string PIC_NAME_Title1, string PIC_NAME_Title2
                                        , string PIC_NAME1, string PIC_NAME2, string PIC_Designation1, string PIC_Designation2, string PIC_Email1, string PIC_Email2
                                        , string PIC_Phone1, string PIC_Phone2, string Bank_Name, string Bank_Address, string Bank_Code, string Branch_Code
                                        , string SWIFT_Code, string IBAN_Code, string Beneficiary_Name, string Beneficiary_Address, string Beneficiary_Account
                                        , string Beneficiary_Account_Curr, string Notification_Payment, string Notification_Email, string Verified_Person, string Designation, string Action_On_Data_Form, int?Created_By,
                                        string SkypeAddress, string SkypeAddress2, string PICMobileNo, string PICmobileNo1, string SuppScope, string AddService, string OtherBankInformation, string TaxAccNumber)
 {
     return(DAL_ASL_Supplier.Supplier_Data_Insert(ID, Supp_ID, Register_Name, Address, State
                                                  , CountryName, CountryID, Postal_Code, Comp_Phone1, Comp_Phone2, Comp_AOH_NO1, Comp_AOH_NO2
                                                  , Comp_Fax1, Comp_Fax2, Comp_Email1, Comp_Email2, Comp_WebSite, Comp_Reg_No
                                                  , Comp_Tex_Reg_No, Comp_ISO_No, Supplier_Currency, Supplier_CurrencyID, PIC_NAME_Title1, PIC_NAME_Title2
                                                  , PIC_NAME1, PIC_NAME2, PIC_Designation1, PIC_Designation2, PIC_Email1, PIC_Email2
                                                  , PIC_Phone1, PIC_Phone2, Bank_Name, Bank_Address, Bank_Code, Branch_Code
                                                  , SWIFT_Code, IBAN_Code, Beneficiary_Name, Beneficiary_Address, Beneficiary_Account
                                                  , Beneficiary_Account_Curr, Notification_Payment, Notification_Email, Verified_Person, Designation, Action_On_Data_Form, Created_By, SkypeAddress, SkypeAddress2, PICMobileNo, PICmobileNo1, SuppScope, AddService, OtherBankInformation, TaxAccNumber));
 }
예제 #4
0
 public static int Proposed_Supplier_Delete(int?ID, int Created_By)
 {
     return(DAL_ASL_Supplier.Proposed_Supplier_Delete(ID, Created_By));
 }
예제 #5
0
 public static DataSet Get_Supplier_Change_Request_List(string Supp_ID, int CRID, int UserID)
 {
     return(DAL_ASL_Supplier.Get_Supplier_Change_Request_List(Supp_ID, CRID, UserID));
 }
예제 #6
0
 public static DataTable Get_Supplier_Email_Template(string Supp_ID)
 {
     return(DAL_ASL_Supplier.Get_Supplier_Email_Template(Supp_ID));
 }
예제 #7
0
 public static DataTable Get_ChangeRequest_History(string Supplier_Code)
 {
     return(DAL_ASL_Supplier.Get_ChangeRequest_History(Supplier_Code));
 }
예제 #8
0
 public static int ASL_CR_Supplier_Properties_Insert(string Supplier_Code, DataTable dt, string Status, int?CreatedBy, int CRID)
 {
     return(DAL_ASL_Supplier.ASL_CR_Supplier_Properties_Insert(Supplier_Code, dt, Status, CreatedBy, CRID));
 }
예제 #9
0
 public static int ASL_Supplier_Properties_Insert(string Supplier_Code, DataTable dt, int?CreatedBy)
 {
     return(DAL_ASL_Supplier.ASL_Supplier_Properties_Insert(Supplier_Code, dt, CreatedBy));
 }
예제 #10
0
 public static DataSet Get_Supplier_PaymentHistory(string Supp_ID, int Type, int PaymentID, int PaymentYear)
 {
     return(DAL_ASL_Supplier.Get_Supplier_PaymentHistory(Supp_ID, Type, PaymentID, PaymentYear));
 }
예제 #11
0
 public static DataSet Get_Supplier_CR_ApproverList(int?UserID, string Supplier_Type, string Approver_Type, string Group_Name)
 {
     return(DAL_ASL_Supplier.Get_Supplier_CR_ApproverList(UserID, Supplier_Type, Approver_Type, Group_Name));
 }
예제 #12
0
 public static DataSet Get_Pending_CR_List(int?UserID, string searchtext, int?Supp_Port, string Supp_Type, string Eval_Status, DataTable dtType, string CurrStatus, int ChkCredit, string SupplierDesc)
 {
     return(DAL_ASL_Supplier.Get_Pending_CR_List(UserID, searchtext, Supp_Port, Supp_Type, Eval_Status, dtType, CurrStatus, ChkCredit, SupplierDesc));
 }
예제 #13
0
 public static int Supplier_Extend_Period(int?Supp_ID, int?For_period)
 {
     return(DAL_ASL_Supplier.Supplier_Extend_Period(Supp_ID, For_period));
 }
예제 #14
0
 public static int Supplier_Attachment_Delete(int?File_ID, string Supp_ID, int?Created_By)
 {
     return(DAL_ASL_Supplier.Supplier_Attachment_Delete(File_ID, Supp_ID, Created_By));
 }
예제 #15
0
 public static int Supplier_Attachment_Insert(string Supplier_Code, string FileName, string Filepath, string FileExtension, int?Created_By, string TYPE, string DocType)
 {
     return(DAL_ASL_Supplier.Supplier_Attachment_Insert(Supplier_Code, FileName, Filepath, FileExtension, Created_By, TYPE, DocType));
 }
예제 #16
0
 public static int ASL_Send_CR_mail(string Status, int Created_By, string Supplier_Code, int?CRID)
 {
     return(DAL_ASL_Supplier.ASL_Send_CR_mail(Status, Created_By, Supplier_Code, CRID));
 }
예제 #17
0
 public static DataSet Get_ChangeRequest_Search(int?UserID, string Supplier_Code)
 {
     return(DAL_ASL_Supplier.Get_ChangeRequest_Search(UserID, Supplier_Code));
 }
예제 #18
0
 public static DataSet Get_Supplier_POInvoiceHistory(string Supp_ID, int?VesselID, string VesselName, int?pagenumber, int?pagesize, ref int isfetchcount)
 {
     return(DAL_ASL_Supplier.Get_Supplier_POInvoiceHistory(Supp_ID, VesselID, VesselName, pagenumber, pagesize, ref isfetchcount));
 }
예제 #19
0
 public static DataSet Get_CR_Supplier_Properties(string Supplier_Code, int?CRID, int UserID)
 {
     return(DAL_ASL_Supplier.Get_CR_Supplier_Properties(Supplier_Code, CRID, UserID));
 }
예제 #20
0
 public static DataSet Get_Supplier_POInvoiceWIP(string Supp_ID, int?userID, int?pagenumber, int?pagesize, ref int isfetchcount)
 {
     return(DAL_ASL_Supplier.Get_Supplier_POInvoiceWIP(Supp_ID, userID, pagenumber, pagesize, ref isfetchcount));
 }
예제 #21
0
 public static int ASL_CR_Supplier_Child_Insert(int?CRID, string Supplier_Code, string Status, string Action_Data_Form, int?CreatedBy)
 {
     return(DAL_ASL_Supplier.ASL_CR_Supplier_Child_Insert(CRID, Supplier_Code, Status, Action_Data_Form, CreatedBy));
 }
예제 #22
0
 public static DataSet Get_Supplier_PO_PendingInvoice(string Supp_ID, int?VesselID, string VesselName)
 {
     return(DAL_ASL_Supplier.Get_Supplier_PO_PendingInvoice(Supp_ID, VesselID, VesselName));
 }
예제 #23
0
 public static DataTable Get_Proposed_Supplier_List(int?ID)
 {
     return(DAL_ASL_Supplier.Get_Proposed_Supplier_List(ID));
 }
예제 #24
0
 public static DataSet ASL_GET_POInvoice_Status(string Supp_ID, int?VesselID, string VesselName)
 {
     return(DAL_ASL_Supplier.ASL_GET_POInvoice_Status(Supp_ID, VesselID, VesselName));
 }
예제 #25
0
 public static DataSet Get_Supplier_General_Data_List(string Supp_ID)
 {
     return(DAL_ASL_Supplier.Get_Supplier_General_Data_List(Supp_ID));
 }
예제 #26
0
 public static DataSet Get_Supplier_PO_OutStanding(string Supp_ID, int?pagenumber, int?pagesize, ref int isfetchcount)
 {
     return(DAL_ASL_Supplier.Get_Supplier_PO_OutStanding(Supp_ID, pagenumber, pagesize, ref isfetchcount));
 }
예제 #27
0
 public static int Proposed_Supplier_Insert(int?ID, string Supplier_Name, int?Propose_Type, int?Propose_Status, int?For_Period, string Address, string Phone, string Email, string PIC_NAME, int Created_By, int Approved_By)
 {
     return(DAL_ASL_Supplier.Proposed_Supplier_Insert(ID, Supplier_Name, Propose_Type, Propose_Status, For_Period, Address, Phone, Email, PIC_NAME, Created_By, Approved_By));
 }
예제 #28
0
 public static DataSet Get_Supplier_Statistics(string Supp_ID)
 {
     return(DAL_ASL_Supplier.Get_Supplier_Statistics(Supp_ID));
 }
예제 #29
0
 public static DataTable Get_ASL_System_SupplierEvaluation_Parameter(int Parent_Code, string searchtext, int?UserID)
 {
     return(DAL_ASL_Supplier.Get_ASL_System_SupplierEvaluation_Parameter(Parent_Code, "", UserID));
 }
예제 #30
0
 public static DataTable ASL_Get_TransactionLog(string Supplier_Code)
 {
     return(DAL_ASL_Supplier.ASL_Get_TransactionLog(Supplier_Code));
 }