Example #1
0
        public DataTable GetTransactionHistory()
        {
            DCPReportDS dsReport = new DCPReportDS();

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

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

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

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

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

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

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

            dsReport.UpdateBeginStockData(pdstData);
        }
Example #9
0
        public DataTable GetTotalWO(string pstrCCNID)
        {
            DCPReportDS dsDCPReport = new DCPReportDS();

            return(dsDCPReport.GetTotalWO(pstrCCNID));
        }
Example #10
0
        public ArrayList GetPlanningPeriod(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetPlanningPeriod(pstrCCNID));
        }
Example #11
0
        public DataTable GetCycles(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetCycles(pstrCCNID));
        }
Example #12
0
        public DataTable GetDeliveryForParent(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDemandWO(pstrCCNID));
        }
Example #13
0
        public DataTable GetProduce()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetProduce());
        }
Example #14
0
        public DataTable GetDeliveryForSO()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDeliveryForSO());
        }
Example #15
0
        public DataTable GetDCPResultSchema()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDCPResultSchema());
        }
Example #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));
        }
Example #17
0
        public object GetCycleInfo(int pintCycleID)
        {
            DCPReportDS dsReport = new DCPReportDS();

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

            return(dsReport.GetWorkingTime());
        }
Example #19
0
        public DataTable GetStandardCapacity(int pintCCNID, int pintProductionLineID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

            return(dsDCP.GetStandardCapacity(pintCCNID, pintProductionLineID));
        }
Example #20
0
        public DataTable ListProductionLine()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.ListProductionLine());
        }
Example #21
0
        public DataTable GetPlanningOffset(int pintCCNID)
        {
            DCPReportDS dsDCP = new DCPReportDS();

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

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

            return(dsDCP.GetWorkingDateFromWCCapacity(pintProductionLineID));
        }
Example #24
0
        public DataTable GetWCConfig(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetWCConfig(pintProductionLineID));
        }
Example #25
0
        public DataTable GetBeginStock(int pintCycleID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetBeginStock(pintCycleID));
        }
Example #26
0
        public DataTable ListShift()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetShift());
        }
Example #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));
        }
Example #28
0
        public DataTable GetProductionGroup(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetProductionGroup(pintProductionLineID));
        }
Example #29
0
        public DataTable GetShiftPattern(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetShiftPattern(pintProductionLineID));
        }
Example #30
0
        public DataTable GetBeginNetQuantity(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetBeginNetQuantity(pstrCCNID));
        }