public Frm_visualAsiFijo(Form_Asientos frmAsientos)
 {
     InitializeComponent();
     this.negocioAsiento    = new asientosn();
     this.formularioAsiento = frmAsientos;
     // this.CargarDatosCuenta();
 }
Beispiel #2
0
 private void menu_grabarasiento_Click(object sender, EventArgs e)
 {
     if (this.MdiChildren.Length == 0)
     {
         Form_Asientos frmasiento = new Form_Asientos();
         frmasiento.MdiParent = this;
         frmasiento.Show();
     }
 }
Beispiel #3
0
 public Frmcentro(string tipof, string centro, Form_Asientos form_Asientos)
 {
     this.tipoform      = tipof;
     this.estado        = false;
     this.form_Asientos = form_Asientos;
     this.InitializeComponent();
     txt_codigo.Focus();
     this.negociocentro = new Centron();
     this.funtions      = new Funciones();
     this.AgregarCentro(centro);
 }
Beispiel #4
0
 public Frmnits(string tipof, string nit, Form_Asientos form_Asientos)
 {
     // TODO: Complete member initialization
     this.tipoform          = tipof;
     this.form_Asientos     = form_Asientos;
     this.negocioNit        = new Nitsn();
     this.negocioTipos      = new Tiponitn();
     this.negociosUbicacion = new Ubicacionn();
     this.funtions          = new Funciones();
     this.InitializeComponent();
     this.AgregarOtro(nit);
 }
Beispiel #5
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;
 }