Exemplo n.º 1
0
        public DataTable PlanChange(ClsPrm prm)
        {
            PlanBoard plan = new PlanBoard(CommonData.ConStr());

            return(plan.PlanChangeSave(prm.gPram1, prm.iPram1, prm.gPram2, prm.iPram2, prm.DtPram1,
                                       prm.iPram3, prm.gPram3, prm.iPram4));
        }
Exemplo n.º 2
0
        public DataTable LoadAllPlannedSec(ClsPrm prm)
        {
            PlanBoard plan = new PlanBoard(CommonData.ConStr());

            return(plan.LoadAllSectionPlanData(prm.stPram1));
        }
Exemplo n.º 3
0
        public DataTable Loadorderdisplay(ClsPrm prm)
        {
            PlanBoard plan = new PlanBoard(CommonData.ConStr());

            return(plan.Loadorderdisplay(prm.DtPram1, prm.DtPram2));
        }
        public DataTable GetFreightInvDateBy(ClsPrm prm)
        {
            freightInvoice frght = new freightInvoice(CommonData.ConStr());

            return(frght.GetFreiInvDateBy(prm.stPram1, prm.stPram2));
        }
        public DataTable GetAWBFilterLoad(ClsPrm prm)
        {
            Shipment shps = new Shipment(CommonData.ConStr());

            return(shps.GetAWBFilter(prm.gPram1));
        }
Exemplo n.º 6
0
        public DataTable LoadsubItem(ClsPrm prm)
        {
            Bincard bin = new Bincard();

            return(bin.LoadSubItems(prm.iPram1));
        }
Exemplo n.º 7
0
        public DataTable GetMachine(ClsPrm prm)
        {
            ProductPrint pro = new ProductPrint(CommonData.ConStr());

            return(pro.LoadMachine(prm.iPram1));
        }
Exemplo n.º 8
0
        public DataTable DeactivePrint(ClsPrm prm)
        {
            ProductPrint pro = new ProductPrint(CommonData.ConStr());

            return(pro.DeactivePrintProd(prm.stPram1));
        }
        public DataTable GetTotalQnty(ClsPrm prm)
        {
            WorkHours wrk = new WorkHours(CommonData.ConStr());

            return(wrk.TotalQuantity(prm.iPram1, prm.iPram2));
        }
        public DataTable DeletSwprd(ClsPrm prm)
        {
            WorkHours wrk = new WorkHours(CommonData.ConStr());

            return(wrk.DeleteSweingPrd(prm.iPram1));
        }
        public DataTable Deletwrk(ClsPrm prm)
        {
            WorkHours wrk = new WorkHours(CommonData.ConStr());

            return(wrk.DeleteWorkHours(prm.gPram1));
        }
        public DataTable GetSearchOrdList(ClsPrm prm)
        {
            WorkHours wrk = new WorkHours(CommonData.ConStr());

            return(wrk.SearchOrdList(prm.iPram1));
        }
        public DataTable GetDetailsworkSearch(ClsPrm prm)
        {
            WorkHours wrk = new WorkHours(CommonData.ConStr());

            return(wrk.SearchwrkList(prm.iPram1));
        }
Exemplo n.º 14
0
        public DataTable DeleteFile(ClsPrm prm)
        {
            fileDINumData file = new fileDINumData(CommonData.ConStr());

            return(file.DeleteTransferFile(prm.gPram1));
        }
        public DataTable LoginUser(ClsPrm prm)
        {
            Users usr = new Users(CommonData.ConStr());

            return(usr.LoginUser(prm.stPram1, prm.stPram2));
        }
Exemplo n.º 16
0
        public DataTable SearchData(ClsPrm prm)
        {
            ProductPrint pro = new ProductPrint(CommonData.ConStr());

            return(pro.SaerchPrdDt(prm.stPram1));
        }
Exemplo n.º 17
0
        public DataTable GetProdDt(ClsPrm prm)
        {
            ProductPrint pro = new ProductPrint(CommonData.ConStr());

            return(pro.LoadOrdersDt(prm.DtPram1));
        }
        public DataTable GetSubSection(ClsPrm prm)
        {
            WorkHours wrk = new WorkHours(CommonData.ConStr());

            return(wrk.GetSubSection(prm.iPram1, prm.iPram2));
        }
Exemplo n.º 19
0
        public DataTable SearchheatPrint(ClsPrm prm)
        {
            ProductPrint pro = new ProductPrint(CommonData.ConStr());

            return(pro.SearchHeat(prm.DtPram1, prm.DtPram2));
        }
        public DataTable Finaliz(ClsPrm prm)
        {
            WorkHours wrk = new WorkHours(CommonData.ConStr());

            return(wrk.FinlizeWrk(prm.DtPram1, prm.iPram1));
        }
Exemplo n.º 21
0
        public DataTable SearchDt(ClsPrm prm)
        {
            fabricReport fbric = new fabricReport(CommonData.ConStr());

            return(fbric.SearchDtByFabDatails(prm.DtPram1));
        }
        public DataTable GetWorkReport(ClsPrm prm)
        {
            WorkHours wrk = new WorkHours(CommonData.ConStr());

            return(wrk.GetReport(prm.DtPram1, prm.DtPram2));
        }
Exemplo n.º 23
0
        public DataSet LoadBincard(ClsPrm prm)
        {
            Bincard bin = new Bincard();

            return(bin.LoadBincard(prm.iPram1));
        }
Exemplo n.º 24
0
        public DataTable LoadPlannedProd(ClsPrm prm)
        {
            PlanBoard plan = new PlanBoard(CommonData.ConStr());

            return(plan.PlanProdData(prm.iPram1));
        }
        public DataTable GetAWBDetasDtBy(ClsPrm prm)
        {
            Shipment shps = new Shipment(CommonData.ConStr());

            return(shps.GetAWBDetailsDateBy(prm.stPram1, prm.stPram2));
        }
Exemplo n.º 26
0
        public DataSet GetSewingPlan(ClsPrm prm)
        {
            PlanBoard plan = new PlanBoard(CommonData.ConStr());

            return(plan.LoadSewingPlan(prm.DtPram1));
        }
        public DataTable GetFreightDebitDataByDate(ClsPrm prm)
        {
            FreightCostDebit frghtDbt = new FreightCostDebit(CommonData.ConStr());

            return(frghtDbt.GetFreghtDebitDtBy(prm.stPram1, prm.stPram2));
        }
Exemplo n.º 28
0
        public DataSet PlanDashboard(ClsPrm prm)
        {
            PlanBoard plan = new PlanBoard(CommonData.ConStr());

            return(plan.PlanDashboard(prm.stPram1, prm.stPram2));
        }