Esempio n. 1
0
 public Frmvisualizarcuentas()
 {
     this.InitializeComponent();
     this.negocioCuenta = new Cuentan();
     this.CargarDatosCuenta();
     this.Location = new Point(0, 50);
 }
Esempio n. 2
0
 public Form_Saldocuenta()
 {
     this.negocioCuenta    = new Cuentan();
     this.negocioParametro = new Parametrosn();
     this.funtions         = new Funciones();
     this.InitializeComponent();
     this.AutoCompletar();
 }
Esempio n. 3
0
 public Form_AsientoRec()
 {
     this.negocioCuenta    = new Cuentan();
     this.negocioParametro = new Parametrosn();
     this.InitializeComponent();
     this.AutoCompletar();
     this.CargarCampos();
 }
 public Form_Comprobantecierre()
 {
     this.negocioCuenta      = new Cuentan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioParametros  = new Parametrosn();
     this.funtions           = new Funciones();
     this.InitializeComponent();
 }
Esempio n. 5
0
 public Form_LibroMayor()
 {
     this.negocioAsiento   = new asientosn();
     this.negocioParametro = new Parametrosn();
     this.negocioCuenta    = new Cuentan();
     this.InitializeComponent();
     this.CargarMeses();
 }
Esempio n. 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Frmcuenta"/> class.
 /// </summary>
 public Frmcuenta()
 {
     this.usrClose = false;
     this.InitializeComponent();
     this.negocioCuenta = new Cuentan();
     this.funtions      = new Funciones();
     this.CargarDatosCuenta();
 }
Esempio n. 7
0
 public Form_Formatos()
 {
     this.InitializeComponent();
     this.frmguar        = new Form_VisualContable();
     this.frmreporguar   = new Form_ReporteFormato();
     this.negocioFormato = new Formatosn();
     this.negocioCuenta  = new Cuentan();
     this.funtions       = new Funciones();
 }
Esempio n. 8
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;
 }
Esempio n. 9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Frmpresupuesto"/> class.
 /// </summary>
 public Frmpresupuesto()
 {
     this.negocioPresupuesto = new Presupueston();
     this.negocioCuenta      = new Cuentan();
     this.negocioCentro      = new Centron();
     this.funtions           = new Funciones();
     this.frmguar            = new Form_VisualContable();
     this.frmguarreport      = new Form_ReportePresupuesto();
     this.InitializeComponent();
     this.AutoCompletar();
 }
Esempio n. 10
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;
 }
Esempio n. 11
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);
 }
Esempio n. 12
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();
 }
Esempio n. 13
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();
 }
Esempio n. 14
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();
 }
Esempio n. 15
0
 public Frm_Clientes()
 {
     this.negocioClientes   = new ClientesN();
     this.negociosUbicacion = new Ubicacionn();
     this.negocioCuenta     = new Cuentan();
     this.funtions          = new Funciones();
     this.negocioVendedor   = new VendedorN();
     this.InitializeComponent();
     this.CargarPaises();
     this.CargarClientes();
     this.AutoCompletar();
 }
Esempio n. 16
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();
 }
Esempio n. 17
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);
 }
Esempio n. 18
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);
 }
Esempio n. 19
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);
 }
Esempio n. 20
0
        public Form_ConPago()
        {
            this.negocioConPago = new ConceptoPagoN();

            this.negocioFormas = new FormasPagoN();

            this.negocioCuenta = new Cuentan();

            this.funtions = new Funciones();

            this.InitializeComponent();

            this.CargarConPago();

            this.AutoCompletar();
        }
Esempio n. 21
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);
 }
Esempio n. 22
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;
 }
Esempio n. 23
0
 public Funciones()
 {
     this.negocioCuenta = new Cuentan();
 }