public Frmvisualizarcuentas() { this.InitializeComponent(); this.negocioCuenta = new Cuentan(); this.CargarDatosCuenta(); this.Location = new Point(0, 50); }
public Form_Saldocuenta() { this.negocioCuenta = new Cuentan(); this.negocioParametro = new Parametrosn(); this.funtions = new Funciones(); this.InitializeComponent(); this.AutoCompletar(); }
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(); }
public Form_LibroMayor() { this.negocioAsiento = new asientosn(); this.negocioParametro = new Parametrosn(); this.negocioCuenta = new Cuentan(); this.InitializeComponent(); this.CargarMeses(); }
/// <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(); }
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(); }
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; }
/// <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(); }
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; }
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); }
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(); }
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(); }
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(); }
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(); }
/// <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(); }
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_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); }
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_ConPago() { this.negocioConPago = new ConceptoPagoN(); this.negocioFormas = new FormasPagoN(); this.negocioCuenta = new Cuentan(); this.funtions = new Funciones(); this.InitializeComponent(); this.CargarConPago(); this.AutoCompletar(); }
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 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; }
public Funciones() { this.negocioCuenta = new Cuentan(); }