示例#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));
        }