コード例 #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;
     }
 }
コード例 #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;
     }
 }
コード例 #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;
     }
 }
コード例 #4
0
 public void EliminarTarjetasRegalo(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.EliminarTarjetasRegalo(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #5
0
 public void ActualizarExistenciaProductoXSucusal(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ActualizarExistenciaXProducto(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #6
0
 public void ObtenerCatProductosBusqueda(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerCatProductosBusqueda(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #7
0
 public Producto ObtenerDatosProductoXID(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         return(PD.ObtenerDatosProductoXID(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #8
0
 public void ABCCatProductos(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ABCCatProductos(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #9
0
 public List <Producto> ObtenerProductosBusqueda(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         return(PD.ObtenerProductosBusqueda(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #10
0
 public void ObtenerBusquedaProductosServicios(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerBusquedaProductosServicios(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #11
0
 public void ObtenerDatosProductoCompraXID(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerDatosProductoCompraXID(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #12
0
 public bool GuardarPrecioXIDSucursal(Producto Datos)
 {
     try
     {
         Producto_Datos ProdDatos = new Producto_Datos();
         return(ProdDatos.GuardarPrecioXIDSucursal(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #13
0
 public Producto ObtenerPreciosXIDSucursal(Producto Datos)
 {
     try
     {
         Producto_Datos ProdDatos = new Producto_Datos();
         return(ProdDatos.ObtenerPreciosXIDSucursal(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #14
0
 public void EnviarTarjetasRegalo(Producto Datos, string IDSucursalMatriz)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.EnviarTarjetasRegalo(Datos, IDSucursalMatriz);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #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;
     }
 }
コード例 #16
0
 public void ObtenerProductosInventario(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerProductosInventario(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #17
0
 public void ObtenerCatProductosStockMaximo(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerCatProductosStockMaximo(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #18
0
 public void ObtenerProductosInventarioMatrizXIDSUCURSALCAJA(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerProductosInventarioMatrizXIDSUCURSALCAJA(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #19
0
 public void ObtenerCatTipoMonederoXIDProducto(TipoMonedero Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerCatTipoMonederoXIDProducto(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #20
0
 public void AInventarioEXCEL(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.AInventarioEXCEL(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #21
0
 public List <Proveedor> ObtenerProveedorXIDProducto(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         return(PD.ObtenerProveedorXIDProducto(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #22
0
 public void ObtenerCatTarjetasRegalo(Producto Datos)
 {
     try
     {
         Producto_Datos PD = new Producto_Datos();
         PD.ObtenerCatTarjetasRegalo(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }