Esempio n. 1
0
 public int InsertRequisitionDeliveryStages(int iOffice_ID, int iVessel_Code, string strDocument_Code, string strRequisition_Code, string strOrder_Code, string strDeliveryStage, string strDeliveryStageDate, string strForwarderName,
                                            int iForwarderCountry, string strAgentCode, string strEstDevOnBoardDate, string strDeliveryType, string strRemark, int iCreated_By)
 {
     return(objSupplier.InsertRequisitionDeliveryStages(iOffice_ID, iVessel_Code, strDocument_Code, strRequisition_Code, strOrder_Code, strDeliveryStage,
                                                        strDeliveryStageDate, strForwarderName, iForwarderCountry, strAgentCode, strEstDevOnBoardDate,
                                                        strDeliveryType, strRemark, iCreated_By));
 }
Esempio n. 2
0
 public DataSet InsertRequisitionDeliveryStages(
     string strOrder_Code,
     string strEstDevOnBoardDate,
     string strDeliveryType,
     string strRemark,
     int iCreated_By,
     string SentTo_UserType,
     string SentTo_UserID,
     string Sent_Date,
     string Planned_SendDate,
     string Delivery_DateAtDestin,
     int Packet_Count,
     string Packet_Details,
     string RecvdBy_UserType,
     string RecvdBy_UserID,
     string Recvd_Date,
     int Recvd_AT,
     int EstDevOnBoar_Port,
     string SentFrom_UserType,
     string SentFrom_UserID
     )
 {
     return(objSupplier.InsertRequisitionDeliveryStages(
                strOrder_Code,
                strEstDevOnBoardDate,
                strDeliveryType,
                strRemark,
                iCreated_By,
                SentTo_UserType,
                SentTo_UserID,
                Sent_Date,
                Planned_SendDate,
                Delivery_DateAtDestin,
                Packet_Count,
                Packet_Details,
                RecvdBy_UserType,
                RecvdBy_UserID,
                Recvd_Date,
                Recvd_AT,
                EstDevOnBoar_Port,
                SentFrom_UserType,
                SentFrom_UserID
                ));
 }