public Frm_visualAsiFijo(Form_Asientos frmAsientos)
 {
     InitializeComponent();
     this.negocioAsiento    = new asientosn();
     this.formularioAsiento = frmAsientos;
     // this.CargarDatosCuenta();
 }
 public Frm_comprodiario(int tipo)
 {
     this.negocio_Asiento = new asientosn();
     InitializeComponent();
     this.tipocompr = tipo;
     this.ValidarTipo(tipocompr);
     this.CargarMeses();
 }
Exemple #3
0
 public Frm_varpresup(int tipo)
 {
     this.negocio_Asiento = new asientosn();
     InitializeComponent();
     this.tipovar = tipo;
     this.CargarMeses();
     this.ValidarTipo(tipovar);
 }
 public Form_LibroMayor()
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.negocioCuenta    = new Cuentan();
     this.InitializeComponent();
     this.CargarMeses();
 }
Exemple #5
0
 public Form_MovsinAct()
 {
     this.negocioAsiento = new asientosn();
     this.funtions       = new Funciones();
     this.InitializeComponent();
     this.CargarMeses();
     cbx_mes.Focus();
 }
Exemple #6
0
 public Frm_Balance(int tipo)
 {
     this.negocio_Asiento = new asientosn();
     InitializeComponent();
     this.tipoba = tipo;
     this.ValidarTipo(tipoba);
     this.CargarMeses();
 }
 public Form_CierreCuentas(int tipoc)
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.InitializeComponent();
     this.tipo = tipoc;
     this.titulo();
     btn_no.Focus();
 }
Exemple #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();
 }
Exemple #9
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);
 }
Exemple #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);
 }
Exemple #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();
 }
Exemple #12
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();
 }
Exemple #13
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();
 }
Exemple #14
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;
 }
 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);
 }
Exemple #16
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;
 }
 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);
 }
Exemple #18
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;
 }
 public Form_ReporteBalance(Form_Balance form_Balance, string tipo, List <SaldosCuentasDataSource> balance, string fecha, bool encabeza, bool terceros)
 {
     // TODO: Complete member initialization
     this.negocioCuenta  = new Cuentan();
     this.negocioEmpresa = new Empresan();
     this.negocioAsiento = new asientosn();
     this.InitializeComponent();
     this.form_Balance = form_Balance;
     this.tipo         = tipo;
     this.balance      = balance;
     this.fecha        = fecha;
     this.encabezado   = encabeza;
     this.terceros     = terceros;
     this.GenerarReporte(tipo);
 }
Exemple #20
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);
 }
 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);
 }
 public Frm_LibroMayor()
 {
     this.negocio_Asiento = new asientosn();
     InitializeComponent();
     this.CargarMeses();
 }