Esempio n. 1
0
 public GenerarClave GenerarNuevaClaveProduccion(string Conexion, bool EsEmpleado, string IDEmpleado, string IDProducto, decimal Cantidad, string IDSucursal, string IDUsuario)
 {
     try
     {
         Producto_Datos ProdDat = new Producto_Datos();
         return(ProdDat.GenerarNuevaClaveProduccion(Conexion, EsEmpleado, IDEmpleado, IDProducto, Cantidad, IDSucursal, IDUsuario));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 2
0
 public DataTable ObteneClavesXIDEmpleadoIDSucursal(string Conexion, bool EsEmpleado, string ID, string BusqProd)
 {
     try
     {
         Producto_Datos ProdDat = new Producto_Datos();
         return(ProdDat.ObteneClavesXIDEmpleadoIDSucursal(Conexion, EsEmpleado, ID, BusqProd));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 3
0
 public int ReemplazarClaveProduccion(string Conexion, bool EsEmpleado, string IDAsignacion, string IDSucursal, string IDUsuario)
 {
     try
     {
         Producto_Datos ProdDat = new Producto_Datos();
         return(ProdDat.ReemplazarClaveProduccion(Conexion, EsEmpleado, IDAsignacion, IDSucursal, IDUsuario));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public void EliminarTarjetasRegalo(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.EliminarTarjetasRegalo(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 5
0
 public void ActualizarExistenciaProductoXSucusal(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ActualizarExistenciaXProducto(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 6
0
 public void ObtenerCatProductosBusqueda(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerCatProductosBusqueda(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 7
0
 public Producto ObtenerDatosProductoXID(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         return(PD.ObtenerDatosProductoXID(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 8
0
 public void ABCCatProductos(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ABCCatProductos(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 9
0
 public List <Producto> ObtenerProductosBusqueda(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         return(PD.ObtenerProductosBusqueda(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 10
0
 public void ObtenerBusquedaProductosServicios(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerBusquedaProductosServicios(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 11
0
 public void ObtenerDatosProductoCompraXID(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerDatosProductoCompraXID(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public bool GuardarPrecioXIDSucursal(Producto Datos)
 {
     try
     {
         Producto_Datos ProdDatos = new Producto_Datos();
         return(ProdDatos.GuardarPrecioXIDSucursal(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public Producto ObtenerPreciosXIDSucursal(Producto Datos)
 {
     try
     {
         Producto_Datos ProdDatos = new Producto_Datos();
         return(ProdDatos.ObtenerPreciosXIDSucursal(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public void EnviarTarjetasRegalo(Producto Datos, string IDSucursalMatriz)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.EnviarTarjetasRegalo(Datos, IDSucursalMatriz);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 15
0
 public int InicializarNuevaClaveProduccion(string Conexion, bool EsEmpleado, string IDEmpleado, string IDProducto, decimal MetricaInicial, string IDSucursal, string IDUsuario)
 {
     try
     {
         Producto_Datos ProdDat = new Producto_Datos();
         return(ProdDat.InicializarNuevaClaveProduccion(Conexion, EsEmpleado, IDEmpleado, IDProducto, MetricaInicial, IDSucursal, IDUsuario));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 16
0
 public void ObtenerProductosInventario(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerProductosInventario(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 17
0
 public void ObtenerCatProductosStockMaximo(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerCatProductosStockMaximo(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 18
0
 public void ObtenerProductosInventarioMatrizXIDSUCURSALCAJA(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerProductosInventarioMatrizXIDSUCURSALCAJA(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 19
0
 public void ObtenerCatTipoMonederoXIDProducto(TipoMonedero Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerCatTipoMonederoXIDProducto(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 20
0
 public void AInventarioEXCEL(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.AInventarioEXCEL(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 21
0
 public List <Proveedor> ObtenerProveedorXIDProducto(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         return(PD.ObtenerProveedorXIDProducto(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public void ObtenerCatTarjetasRegalo(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerCatTarjetasRegalo(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }