示例#1
0
 public List <MotivoCanc> ObtenerComboMotivoCanc(MotivoCanc Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.ObtenerComboMotivoCanc(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#2
0
 public void CancelarVenta(Venta Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.CancelarVenta(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#3
0
 public void ObtenerDatosCobroXIDVenta(Cobro Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.ObtenerDatosCobroXIDVenta(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#4
0
 public void ObtenerDetalleVenta(Venta Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.ObtenerDetalleVenta(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#5
0
 public int RemoverDescuentoCumpleaños(string Conexion, string IDVenta, string IDUsuario)
 {
     try
     {
         Venta_Datos VentDatos = new Venta_Datos();
         return(VentDatos.RemoverDescuentoCumpleaños(Conexion, IDVenta, IDUsuario));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#6
0
 public List <PedidoDetalle> LlenarComboClavesProduccion(VentaDetalle Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.LlenarComboClavesProduccion(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#7
0
 public void QuitarProductoVenta(VentaDetalle Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.QuitarProductoVenta(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#8
0
 public bool IniciarServicio(VentaDetalle Datos, string Conexion, string IDUsuario)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.IniciarServicio(Datos, Conexion, IDUsuario));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#9
0
 public VentaDetalle ObtenerProductoXIDProducto(VentaDetalle Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.ObtenerProductoXIDProducto(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#10
0
 public void CobroVenta(Cobro Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.CobroVenta(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#11
0
 public void InsertarNuevaVenta(Venta Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.InsertarNuevaVenta(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#12
0
 public bool TieneVale(Venta Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.TieneVale(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#13
0
 public Cobro RemoverVale(Vales Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.RemoverVale(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#14
0
 public List <Producto> ObtenerPromocionesDelDia(bool IncluirSelect, string Conexion, string IDSucursal)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.ObtenerPromocionesDelDia(IncluirSelect, Conexion, IDSucursal));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#15
0
 public VentaDetalle CambiarCantidadVenta(VentaDetalle Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.CambiarCantidadVenta(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#16
0
 public bool AgregarPromocionAVenta(PromocionVenta Datos, string Conexion, string IDSucursal, string IDUsuario)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.AgregarPromocionAVenta(Datos, Conexion, IDSucursal, IDUsuario));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#17
0
 public void ObtenerVentasXFolio(Venta Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.ObtenerVentasXFolio(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#18
0
 public Venta AplicarDescuentoCumpleaños(string Conexion, string IDVenta, string IDCliente, string IDSucursal, string IDUsuario)
 {
     try
     {
         Venta_Datos VentDatos = new Venta_Datos();
         return(VentDatos.AplicarDescuentoCumpleaños(Conexion, IDVenta, IDCliente, IDSucursal, IDUsuario));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#19
0
 public void ObtenerServiciosXIDVenta(Venta Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.ObtenerServiciosXIDVenta(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#20
0
 public void ObtenerUsosXIDVentaServicio(VentaDetalle Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.ObtenerUsosXIDVentaServicio(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#21
0
 public void BusquedaVentasTicket(Venta Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.BusquedaVentasTicket(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#22
0
 public void AgregarClaveAServicio(VentaDetalle Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.AgregarClaveAServicio(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
示例#23
0
 public void QuitarServicio(VentaDetalle Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.QuitarServicio(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }