Ejemplo n.º 1
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);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Frmnits"/> class.
 /// </summary>
 public Frmnits()
 {
     this.negocioNit        = new Nitsn();
     this.negocioTipos      = new Tiponitn();
     this.negociosUbicacion = new Ubicacionn();
     this.funtions          = new Funciones();
     this.frmguar           = new Form_VisualContable();
     this.frmreporguar      = new Form_ReporteNits();
     this.InitializeComponent();
 }
Ejemplo n.º 3
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);
 }
Ejemplo n.º 4
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;
 }
Ejemplo n.º 5
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);
 }
Ejemplo n.º 6
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();
 }
Ejemplo n.º 7
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;
 }
Ejemplo n.º 8
0
        /// <summary>
        /// Initializes a new instance of the <see cref="FrmTributario"/> class.
        /// </summary>
        public FrmTributario()
        {
            this.frmguar = new Form_VisualContable();

            this.frmreporguar = new Form_ReporteTributario();

            this.InitializeComponent();

            this.negociotributario = new tributariosn();

            this.negocioNits = new Nitsn();

            this.funtions = new Funciones();
        }
Ejemplo n.º 9
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;
 }
Ejemplo n.º 10
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);
 }
Ejemplo n.º 11
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;
 }
Ejemplo n.º 12
0
 public Form_ReporteNits()
 {
     this.negocioNits    = new Nitsn();
     this.negocioEmpresa = new Empresan();
     this.InitializeComponent();
 }