Пример #1
0
        public DataTable GetTransactionHistory()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetTransactionHistory());
        }
Пример #2
0
        public DataTable GetDeliveryForSO(string strItems, DateTime pdtmFromDate, DateTime pdtmToDate)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetDeliveryForSO(strItems, pdtmFromDate, pdtmToDate));
        }
Пример #3
0
        public DataTable GetDeliveryForParent(string pstrOptionID, string strItems, DateTime pdtmFromDate, DateTime pdtmToDate)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetDeliveryForParent(pstrOptionID, strItems, pdtmFromDate, pdtmToDate));
        }
Пример #4
0
        public DataTable GetOverData(int pintProductionLineID, int pintCycleID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetOverItems(pintProductionLineID, pintCycleID));
        }
Пример #5
0
        public DataTable ListProduct(int pintProductionLineID, string pstrProductID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.ListProduct(pintProductionLineID, pstrProductID));
        }
Пример #6
0
        public DataTable GetOrderProduce(int pintCycleID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetOrderProduce(pintCycleID));
        }
Пример #7
0
        public DataTable GetTotalRequiredCapacityByShift(int pintProductionLineID, int pintCycleID, DateTime pdtmFromDate, DateTime pdtmToDate)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetTotalRequiredCapacityByShift(pintProductionLineID, pintCycleID, pdtmFromDate, pdtmToDate));
        }
Пример #8
0
        public void UpdateBeginStockData(DataSet pdstData)
        {
            DCPReportDS dsReport = new DCPReportDS();

            dsReport.UpdateBeginStockData(pdstData);
        }
Пример #9
0
        public DataTable GetTotalWO(string pstrCCNID)
        {
            DCPReportDS dsDCPReport = new DCPReportDS();

            return(dsDCPReport.GetTotalWO(pstrCCNID));
        }
Пример #10
0
        public ArrayList GetPlanningPeriod(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetPlanningPeriod(pstrCCNID));
        }
Пример #11
0
        public DataTable GetCycles(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetCycles(pstrCCNID));
        }
Пример #12
0
        public DataTable GetDeliveryForParent(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDemandWO(pstrCCNID));
        }
Пример #13
0
        public DataTable GetProduce()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetProduce());
        }
Пример #14
0
        public DataTable GetDeliveryForSO()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDeliveryForSO());
        }
Пример #15
0
        public DataTable GetDCPResultSchema()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDCPResultSchema());
        }
Пример #16
0
        /// <summary>
        /// Gets working time of work center
        /// </summary>
        /// <param name="pintProductionLineID">Production Line</param>
        /// <returns>DataTable</returns>
        public DataTable GetWorkingTime(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetWorkingTime(pintProductionLineID));
        }
Пример #17
0
        public object GetCycleInfo(int pintCycleID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetCycleInfo(pintCycleID));
        }
Пример #18
0
        /// <summary>
        /// Gets working time of work center
        /// </summary>
        /// <returns>DataTable</returns>
        public DataTable GetWorkingTime()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetWorkingTime());
        }
Пример #19
0
        public DataTable GetStandardCapacity(int pintCCNID, int pintProductionLineID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetStandardCapacity(pintCCNID, pintProductionLineID));
        }
Пример #20
0
        public DataTable ListProductionLine()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.ListProductionLine());
        }
Пример #21
0
        public DataTable GetPlanningOffset(int pintCCNID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetPlanningOffset(pintCCNID.ToString()));
        }
Пример #22
0
        public DataTable ListProduct(string pstrCCNID, string pstrProductionLineList)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.ListProduct(pstrCCNID, pstrProductionLineList));
        }
Пример #23
0
        public DataTable GetWorkingDateFromWCCapacity(int pintProductionLineID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetWorkingDateFromWCCapacity(pintProductionLineID));
        }
Пример #24
0
        public DataTable GetWCConfig(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetWCConfig(pintProductionLineID));
        }
Пример #25
0
        public DataTable GetBeginStock(int pintCycleID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetBeginStock(pintCycleID));
        }
Пример #26
0
        public DataTable ListShift()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetShift());
        }
Пример #27
0
        public DataTable GetProduce(string pstrOptionID, int pintProductionLineID, string strItems, DateTime pdtmFromDate, DateTime pdtmToDate)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetProduce(pstrOptionID, pintProductionLineID, strItems, pdtmFromDate, pdtmToDate));
        }
Пример #28
0
        public DataTable GetProductionGroup(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetProductionGroup(pintProductionLineID));
        }
Пример #29
0
        public DataTable GetShiftPattern(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetShiftPattern(pintProductionLineID));
        }
Пример #30
0
        public DataTable GetBeginNetQuantity(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetBeginNetQuantity(pstrCCNID));
        }