public Form_Comprobantecierre()
 {
     this.negocioCuenta      = new Cuentan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioParametros  = new Parametrosn();
     this.funtions           = new Funciones();
     this.InitializeComponent();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Frmcomprobantes"/> class.
 /// </summary>
 public Frmcomprobantes()
 {
     this.frmguar      = new Form_VisualContable();
     this.frmreporguar = new Form_ReporteComprobante();
     this.InitializeComponent();
     this.negociocompro = new Comprobantesn();
     this.funtions      = new Funciones();
 }
Exemplo n.º 3
0
 public Form_Tipo_transa()
 {
     this.negocioTipoTrans   = new TipoTransaccionN();
     this.negocioComprobante = new Comprobantesn();
     this.funtions           = new Funciones();
     this.InitializeComponent();
     this.CargarTipoTrans();
     this.AutoCompletar();
 }
 public Form_ReporteComprobante(Frmcomprobantes frmcomprobantes)
 {
     // TODO: Complete member initialization
     this.frmcomprobantes    = frmcomprobantes;
     this.negocioComprobante = new Comprobantesn();
     this.InitializeComponent();
     this.GenerarReporte();
     crystal_reportcompro.ShowLogo = false;
 }
Exemplo n.º 5
0
 public Form_Desactualizar(int tipo)
 {
     this.negocioComprobante = new Comprobantesn();
     this.negocioAsiento     = new asientosn();
     this.negocioParametros  = new Parametrosn();
     this.funtions           = new Funciones();
     this.InitializeComponent();
     this.tipodes = tipo;
     this.ValidarTipo(tipodes);
 }
Exemplo n.º 6
0
 public Form_ReporteAsiento(Form_Asientos form_Asientos, string whatasiento)
 {
     this.form_Asientos      = form_Asientos;
     this.cualasiento        = whatasiento;
     this.negocioAsiento     = new asientosn();
     this.negocioEmpresa     = new Empresan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioNits        = new Nitsn();
     this.InitializeComponent();
     this.GenerarReporte(this.cualasiento);
     crystal_reportasiento.ShowLogo = false;
 }
Exemplo n.º 7
0
 public Form_AjusInflacion()
 {
     this.negocioComprobante = new Comprobantesn();
     this.negocioParametro   = new Parametrosn();
     this.negocioInflacion   = new inflacionn();
     this.negocioAsiento     = new asientosn();
     this.funtions           = new Funciones();
     this.Simsj = false;
     this.InitializeComponent();
     this.CargarMeses();
     this.CargarComprobantes();
 }
Exemplo n.º 8
0
 public Form_ReporteAsiento(Form_Asientos form_Asientos, string whatasiento, List <AsientoDataSource> asientos)
 {
     // TODO: Complete member initialization
     this.form_Asientos      = form_Asientos;
     this.cualasiento        = whatasiento;
     this.asientoshow        = asientos;
     this.negocioAsiento     = new asientosn();
     this.negocioEmpresa     = new Empresan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioNits        = new Nitsn();
     this.InitializeComponent();
     this.GenerarReporte(this.cualasiento);
     crystal_reportasiento.ShowLogo = false;
 }
Exemplo n.º 9
0
 public Form_ReporteAsiento(Form_MovsinAct form_MovsinAct, string sinact, List <AsientoDataSourceShow> asientos, string fecha, bool encab)
 {
     this.formMovsinAct      = form_MovsinAct;
     this.cualasiento        = sinact;
     this.fechareport        = fecha;
     this.encabezado         = encab;
     this.asientosllega      = asientos;
     this.negocioAsiento     = new asientosn();
     this.negocioEmpresa     = new Empresan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioNits        = new Nitsn();
     this.InitializeComponent();
     this.GenerarReporte(this.cualasiento);
     crystal_reportasiento.ShowLogo = false;
 }
Exemplo n.º 10
0
 public Form_ReporteAsiento(Form_LibroDiario form_LibroDiario, string librodiario, List <AsientoDataSourceShow> asientolibrodiario, string fecha, bool encab)
 {
     // TODO: Complete member initialization
     this.negocioAsiento     = new asientosn();
     this.negocioEmpresa     = new Empresan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioNits        = new Nitsn();
     this.InitializeComponent();
     this.form_LibroDiario = form_LibroDiario;
     this.cualasiento      = librodiario;
     this.asientosllega    = asientolibrodiario;
     this.fechareport      = fecha;
     this.encabezado       = encab;
     this.Visibilidad(this.cualasiento);
     this.GenerarReporte(this.cualasiento);
 }