private void VentasGCPVListarPL() { try { GridPuntoyVendedor.DataSource = ClienteGrupoNego.ClienteGrupoConsultar(Punto, FechaI, FechaF); GridPuntoyVendedor.DataBind(); } catch (Exception) { } }
private void VentasGCPVListarPL() { try { GridPuntoyVendedor.DataSource = SAPVentasGCPuntoNego.VentasGCPuntoSAPConsultar(FechaI, FechaF, Punto); GridPuntoyVendedor.DataBind(); } catch (Exception) { } }
private void VentasGCPVDetalleListarPL() { try { GridPuntoyVendedor.DataSource = VentasGCPVDetalleNego.VentasGCPVDetalleListarCDatos(Punto, Vendedor, FechaI, FechaF); GridPuntoyVendedor.DataBind(); } catch (Exception) { } }
private void ClienteDetalleListarVentasSaP() { try { GridPuntoyVendedor.DataSource = ClienteDetalleNego.ClienteDetalleConsultarCAB(Convert.ToDateTime(FechaInicio), Convert.ToDateTime(FechaFin), cliente, codigoEmpresa); GridPuntoyVendedor.DataBind(); } catch (Exception) { } }