Exemplo n.º 1
0
        public DataSet GetMastItmsCat()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

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

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

            return(dev.LoadFabForPO());
        }
Exemplo n.º 8
0
        public DataSet GetAllData()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

            return(dev.LoadAllData());
        }
Exemplo n.º 9
0
        public DataTable GetPatten()
        {
            DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr());

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