Exemplo n.º 1
0
        public DataTable GetTransactionHistory()
        {
            DCPReportDS dsReport = new DCPReportDS();

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

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

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

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

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

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

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

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

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

            return(dsReport.GetPlanningPeriod(pstrCCNID));
        }
Exemplo n.º 11
0
        public DataTable GetCycles(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetCycles(pstrCCNID));
        }
Exemplo n.º 12
0
        public DataTable GetDeliveryForParent(string pstrCCNID)
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDemandWO(pstrCCNID));
        }
Exemplo n.º 13
0
        public DataTable GetProduce()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetProduce());
        }
Exemplo n.º 14
0
        public DataTable GetDeliveryForSO()
        {
            DCPReportDS dsReport = new DCPReportDS();

            return(dsReport.GetDeliveryForSO());
        }
Exemplo n.º 15
0
        public DataTable GetDCPResultSchema()
        {
            DCPReportDS dsReport = new DCPReportDS();

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

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

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

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

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

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

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

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

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

            return(dsReport.GetBeginStock(pintCycleID));
        }
Exemplo n.º 26
0
        public DataTable ListShift()
        {
            DCPReportDS dsReport = new DCPReportDS();

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

            return(dsReport.GetProductionGroup(pintProductionLineID));
        }
Exemplo n.º 29
0
        public DataTable GetShiftPattern(int pintProductionLineID)
        {
            DCPReportDS dsReport = new DCPReportDS();

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

            return(dsReport.GetBeginNetQuantity(pstrCCNID));
        }