Example #1
0
        public DataSet GetMastItmsCat()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.SelectMastItmsCat());
        }
Example #2
0
 public DataTable ItmCat_Save(DevelopmentDeprtment dev)
 {
     // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.ItmCatSave());
 }
Example #3
0
 public DataTable save_itmsCat(DevelopmentDeprtment dev)
 {
     // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.save_itmsCat());
 }
Example #4
0
        public DataSet LoadFabByPttn()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadFabByPttn());
        }
Example #5
0
 public DataTable FabTransfer(DevelopmentDeprtment dev)
 {
     // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.FabTransPo());
 }
Example #6
0
 public DataTable SaveFabConsum(DevelopmentDeprtment dev)
 {
     //DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.SaveFabConsum());
 }
Example #7
0
        public DataTable GetOrderForFab()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadFabForPO());
        }
Example #8
0
        public DataSet GetAllData()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadAllData());
        }
Example #9
0
        public DataTable GetPatten()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadingPatten());
        }
Example #10
0
 public DataTable ItemPriceChange(DevelopmentDeprtment dev)
 {
     // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());
     return(dev.ItemPriceChange());
 }