Beispiel #1
0
 public Controlador_ConsultarPresupuesto()
 {
     presupuesto       = new Presupuesto();
     listaPresupuestos = new List <Presupuesto>();
     detalle           = new DetalleVP();
     listaDetalle      = new List <DetalleVP>();
     articulo          = new Articulo();
     clienteMayorista  = new ClienteMayorista();
 }
 public Controlador_RegistrarPresupuesto()
 {
     presupuesto       = new Presupuesto();
     detalleVp         = new DetalleVP();
     listaDetalle      = new List <DetalleVP>();
     articulo          = new Articulo();
     clienteMayorista  = new ClienteMayorista();
     modeloPresupuesto = Properties.Resources.ModeloFactura; //No olvidar cambiar
 }
 public Controlador_ConsultarVenta()
 {
     venta                         = new Venta();
     listaVentas                   = new List <Venta>();
     detalleVP                     = new DetalleVP();
     listaDetalleVP                = new List <DetalleVP>();
     articulo                      = new Articulo();
     encargado                     = new Encargado();
     formaPago                     = new FormaPago();
     listaFormaPago                = new ListaFormaPago();
     listaFormasDePago             = new List <ListaFormaPago>();
     entrega                       = new Entrega();
     detalleLogistica              = new DetalleLogistica();
     listaDetalleLogistica         = new List <DetalleLogistica>();
     listaDetalleLogisticaAuxiliar = new List <DetalleLogistica>();
     clienteMayorista              = new ClienteMayorista();
 }
 public Controlador_NotaCredito()
 {
     venta                   = new Venta();
     detalle                 = new DetalleVP();
     listaDetalle            = new List <DetalleVP>();
     entrega                 = new Entrega();
     listaEntregas           = new List <Entrega>();
     articulo                = new Articulo();
     encargado               = new Encargado();
     notaCredito             = new NotaCredito();
     listaDetalleNotaCredito = new List <DetalleVP>();
     tarjeta                 = new Tarjeta();
     listaTarjeta            = new List <Tarjeta>();
     listaFormaPago          = new ListaFormaPago();
     coleccionFormaPago      = new List <ListaFormaPago>();
     formaPago               = new FormaPago();
     modeloNotaCredito       = Properties.Resources.Modelo_NotaCredito;
 }