Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Frmlogin"/> class.
 /// </summary>
 public Frmlogin()
 {
     this.InitializeComponent();
     this.negocioUser     = new Usuarion();
     this.negocioEmpresa  = new Empresan();
     this.negocioConexion = new Conexionn();
 }
Exemplo n.º 2
0
 public Form_ReporteNits(Frmnits frmnits, string tipo)
 {
     this.frmnits        = frmnits;
     this.negocioNits    = new Nitsn();
     this.negocioEmpresa = new Empresan();
     this.InitializeComponent();
     crystal_reportnits.ShowLogo = false;
     this.GenerarReporte(tipo);
 }
Exemplo n.º 3
0
 public Form_ReportCuenta(Form_Cuenta form_Cuenta)
 {
     this.negocioCuenta  = new Cuentan();
     this.funtions       = new Funciones();
     this.negocioEmpresa = new Empresan();
     this.formcuenta     = form_Cuenta;
     this.InitializeComponent();
     txt_cuentainiinforme.Focus();
     crystal_reportecuenta.ShowLogo = false;
 }
 public Form_ReporteTributario(FrmTributario frmTributario)
 {
     // TODO: Complete member initialization
     this.negocioEmpresa = new Empresan();
     this.frmTributario  = frmTributario;
     this.InitializeComponent();
     this.negocioTributario = new tributariosn();
     this.GenerarReporte();
     crystal_reporttribut.ShowLogo = false;
 }
Exemplo n.º 5
0
 public Form_ReportePresupuesto(Frmpresupuesto frm_presupuesto)
 {
     this.negocioPresupuesto = new Presupueston();
     this.negocioEmpresa     = new Empresan();
     this.negocioCuenta      = new Cuentan();
     this.negocioCentro      = new Centron();
     this.funtions           = new Funciones();
     this.frmpresupuesto     = frm_presupuesto;
     this.InitializeComponent();
     crystal_Presupuesto.ShowLogo = false;
 }
Exemplo n.º 6
0
 public Form_ReporteFormato(Form_Formatos form_Formatos, string tipo)
 {
     this.negocioCuenta  = new Cuentan();
     this.funtions       = new Funciones();
     this.negocioEmpresa = new Empresan();
     this.negocioFormato = new Formatosn();
     this.formFormatos   = form_Formatos;
     this.tipofor        = tipo;
     this.InitializeComponent();
     crystal_reportformato.ShowLogo = false;
     fecha_informecuenta.Focus();
 }
Exemplo n.º 7
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.º 8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Form_Cuenta"/> class.
 /// </summary>
 public Form_Cuenta()
 {
     this.usrClose = false;
     this.InitializeComponent();
     this.negocioCuenta  = new Cuentan();
     this.negocioNits    = new Nitsn();
     this.funtions       = new Funciones();
     this.negocioEmpresa = new Empresan();
     this.frmguar        = new Form_VisualContable();
     this.frmreporguar   = new Form_ReportCuenta();
     this.NombreEmpresa();
 }
Exemplo n.º 9
0
 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);
 }
Exemplo n.º 10
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.º 11
0
 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);
 }
Exemplo n.º 12
0
 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);
 }
Exemplo n.º 13
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.º 14
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);
 }
Exemplo n.º 15
0
 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);
 }
Exemplo n.º 16
0
 public Form_Cuenta(string menu, string cuenta, Form_Asientos form_Asientos)
 {
     // TODO: Complete member initialization
     this.menub    = menu;
     this.usrClose = false;
     this.estado   = false;
     this.InitializeComponent();
     this.form_Asientos  = form_Asientos;
     this.negocioCuenta  = new Cuentan();
     this.negocioNits    = new Nitsn();
     this.funtions       = new Funciones();
     this.negocioEmpresa = new Empresan();
     this.frmguar        = new Form_VisualContable();
     this.frmreporguar   = new Form_ReportCuenta();
     this.NombreEmpresa();
     this.AgregarOtro(cuenta);
     this.validaotrascuentas = 1;
 }
Exemplo n.º 17
0
 public Form_ReporteNits()
 {
     this.negocioNits    = new Nitsn();
     this.negocioEmpresa = new Empresan();
     this.InitializeComponent();
 }