public Form_LibroMayor()
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.negocioCuenta    = new Cuentan();
     this.InitializeComponent();
     this.CargarMeses();
 }
Beispiel #2
0
 public Form_AsientoRec()
 {
     this.negocioCuenta    = new Cuentan();
     this.negocioParametro = new Parametrosn();
     this.InitializeComponent();
     this.AutoCompletar();
     this.CargarCampos();
 }
 public Form_Saldocuenta()
 {
     this.negocioCuenta    = new Cuentan();
     this.negocioParametro = new Parametrosn();
     this.funtions         = new Funciones();
     this.InitializeComponent();
     this.AutoCompletar();
 }
 public Form_Comprobantecierre()
 {
     this.negocioCuenta      = new Cuentan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioParametros  = new Parametrosn();
     this.funtions           = new Funciones();
     this.InitializeComponent();
 }
 public Form_CierreCuentas(int tipoc)
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.InitializeComponent();
     this.tipo = tipoc;
     this.titulo();
     btn_no.Focus();
 }
Beispiel #6
0
 public Form_Inflacion()
 {
     this.InitializeComponent();
     this.negocioInflacion = new inflacionn();
     this.negocioParametro = new Parametrosn();
     this.funtions         = new Funciones();
     menu_botones.Focus();
     this.CargarAnio();
 }
Beispiel #7
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);
 }
Beispiel #8
0
 public Form_LibroDiario(int tipo)
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.funtions         = new Funciones();
     this.InitializeComponent();
     this.tipodi = tipo;
     this.ValidarTipo(this.tipodi);
     this.CargarMeses();
 }
Beispiel #9
0
 public Form_Pyg(int tipo, string clase)
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.negocioCuenta    = new Cuentan();
     InitializeComponent();
     this.tipopyg  = tipo;
     this.clasepyg = clase;
     this.CargarMeses();
     this.ValidarTipo();
 }
Beispiel #10
0
 public Form_Auxiliar(int tipo)
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.negocioCuenta    = new Cuentan();
     this.negocioNit       = new Nitsn();
     this.funtions         = new Funciones();
     this.InitializeComponent();
     this.tipoaux = tipo;
     this.ValidarTipo(tipoaux);
 }
Beispiel #11
0
 public Form_Balance(int tipo)
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.negocioCuenta    = new Cuentan();
     this.funtions         = new Funciones();
     this.InitializeComponent();
     this.tipoba = tipo;
     this.ValidarTipo(tipoba);
     this.CargarMeses();
 }
Beispiel #12
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();
 }
 public Form_ReporteBalance(Form_Balance form_Balance, string tipo, List <SaldoAnualDataSource> balancean, bool encabeza)
 {
     this.negocioCuenta    = new Cuentan();
     this.negocioEmpresa   = new Empresan();
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.InitializeComponent();
     this.form_Balance = form_Balance;
     this.tipo         = tipo;
     this.saldoanual   = balancean;
     this.encabezado   = encabeza;
     this.GenerarReporte(tipo);
 }
 public Form_ReporteLibros(Form_LibroMayor form_LibroMayor, string tipol, List <SaldosCuentasDataSource> balance, string fechal, bool enca)
 {
     // TODO: Complete member initialization
     this.negocioCuenta    = new Cuentan();
     this.negocioEmpresa   = new Empresan();
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.form_LibroMayor  = form_LibroMayor;
     this.tipo             = tipol;
     this.balance          = balance;
     this.fecha            = fechal;
     this.encabezado       = enca;
     this.InitializeComponent();
     this.GenerarReporte(this.tipo);
 }
 public Form_ReporteLibros(Form_Auxiliar form_Auxiliar, string tipol, List <LibroAuxiliarDataSource> balance, DateTime fechaini, DateTime fechafin, bool centrol, bool nitl, bool totalesl)
 {
     // TODO: Complete member initialization
     this.negocioCuenta    = new Cuentan();
     this.negocioEmpresa   = new Empresan();
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.form_Auxiliar    = form_Auxiliar;
     this.tipo             = tipol;
     this.libro            = balance;
     this.centro           = centrol;
     this.nit     = nitl;
     this.totales = totalesl;
     this.fechai  = fechaini;
     this.fechaf  = fechafin;
     this.InitializeComponent();
     this.GenerarReporte(this.tipo);
 }