Ejemplo n.º 1
0
        public Novedad(long idNovedad, DateTime fechaNovedad,
                       double importeTotal, Byte cantidadCuotas,
                       Single porcentaje, string comprobante,
                       string mac)
        {
            this.IdNovedad      = idNovedad;
            this.FechaNovedad   = fechaNovedad;
            this.ImporteTotal   = importeTotal;
            this.CantidadCuotas = cantidadCuotas;
            this.Porcentaje     = porcentaje;
            this.Comprobante    = comprobante;
            this.MAC            = mac;

            UnBeneficiario           = new Beneficiario();
            UnPrestador              = new Prestador();
            UnEstadoReg              = new Estado();
            unEstadoNovedad          = new Estado();
            UnCodMovimiento          = new CodigoMovimiento();
            UnConceptoLiquidacion    = new ConceptoLiquidacion();
            UnTipoConcepto           = new TipoConcepto();
            UnModeloPC               = new ModeloPC();
            UnAuditoria              = new Auditoria();
            unaLista_Cuotas          = new List <Cuota>();
            this.unaLista_Adhetentes = new List <Adherente>();
            EstadosNovedad           = new List <EstadoNovedad>();
            CancelacionAnticipada    = new List <CancelacionAnticipada>();
            SiniestroCobrado         = new List <SiniestroCobrado>();
        }
Ejemplo n.º 2
0
 public Novedad(long idNovedad,
                double importeTotal,
                double montoPrestamo,
                Byte cantidadCuotas,
                Byte cantCuotasSinLiquidar,
                String proximoMensualAliq,
                String nroTarjeta,
                Beneficiario unBeneficiario,
                Prestador unPrestador,
                Estado unEstadoReg,
                ConceptoLiquidacion unConceptoLiquidacion)
 {
     this.IdNovedad             = idNovedad;
     this.ImporteTotal          = importeTotal;
     this.MontoPrestamo         = montoPrestamo;
     this.CantidadCuotas        = cantidadCuotas;
     this.CantCuotasSinLiquidar = cantCuotasSinLiquidar;
     this.ProximoMensualAliq    = proximoMensualAliq;
     this.Nro_Tarjeta           = nroTarjeta;
     this.unBeneficiario        = unBeneficiario;
     this.unPrestador           = unPrestador;
     this.UnEstadoReg           = unEstadoReg;
     this.unConceptoLiquidacion = unConceptoLiquidacion;
     EstadosNovedad             = new List <EstadoNovedad>();
     CancelacionAnticipada      = new List <CancelacionAnticipada>();
     SiniestroCobrado           = new List <SiniestroCobrado>();
 }
Ejemplo n.º 3
0
        public Novedad(long idNovedad, DateTime fechaNovedad,
                       double importeTotal, Byte cantidadCuotas,
                       Single porcentaje, string comprobante,
                       string mac, DateTime?fechaImportacion,
                       string primerMensual, bool stock, int?mensualReenvio,
                       string usuarioAlta, string oficinaAlta,
                       string usuarioSuperv, DateTime?fechaSuperv, string nombreArchivo)
        {
            this.IdNovedad        = idNovedad;
            this.FechaNovedad     = fechaNovedad;
            this.ImporteTotal     = importeTotal;
            this.CantidadCuotas   = cantidadCuotas;
            this.Porcentaje       = porcentaje;
            this.Comprobante      = comprobante;
            this.MAC              = mac;
            this.FechaImportacion = !fechaImportacion.HasValue ? null : fechaImportacion;
            this.PrimerMensual    = primerMensual;
            this.Stock            = stock;
            this.MensualReenvio   = mensualReenvio;
            this.Usuario          = usuarioAlta;
            this.OficinaAlta      = oficinaAlta;
            this.UsuarioSuperv    = usuarioSuperv;
            this.FechaSuperv      = fechaSuperv;
            this.NombreArchivo    = nombreArchivo;

            UnBeneficiario        = new Beneficiario();
            UnPrestador           = new Prestador();
            UnEstadoReg           = new Estado();
            unEstadoNovedad       = new Estado();
            UnCodMovimiento       = new CodigoMovimiento();
            UnConceptoLiquidacion = new ConceptoLiquidacion();
            UnTipoConcepto        = new TipoConcepto();
            UnModeloPC            = new ModeloPC();
            UnAuditoria           = new Auditoria();
        }
Ejemplo n.º 4
0
 public Novedad()
 {
     IdNovedad             = 0;
     UnBeneficiario        = new Beneficiario();
     UnPrestador           = new Prestador();
     FechaNovedad          = new DateTime();
     UnEstadoReg           = new Estado();
     UnCodMovimiento       = new CodigoMovimiento();
     UnConceptoLiquidacion = new ConceptoLiquidacion();
     UnTipoConcepto        = new TipoConcepto();
     ImporteTotal          = 0;
     CantidadCuotas        = 0;
     Porcentaje            = 0;
     Comprobante           = string.Empty;
     MAC = string.Empty;
     FechaImportacion        = new DateTime();
     PrimerMensual           = string.Empty;
     Stock                   = false;
     MensualReenvio          = 0;
     UnModeloPC              = new ModeloPC();
     UnAuditoria             = new Auditoria();
     cantidadCuotasRestantes = 0;
     cuotasLiquidadas        = 0;
     unaLista_Cuotas         = new List <Cuota>();
     unaLista_Adhetentes     = new List <Adherente>();
     unTipoEstado_SC         = new TipoEstado_SC();
     EstadosNovedad          = new List <EstadoNovedad>();
     CancelacionAnticipada   = new List <CancelacionAnticipada>();
     SiniestroCobrado        = new List <SiniestroCobrado>();
 }
Ejemplo n.º 5
0
 public Prestador(long id, string RazonSocial, long Cuit, ConceptoLiquidacion unConceptoLiquidacion)
 {
     base.ID                    = id;
     base.Cuit                  = Cuit;
     base.RazonSocial           = RazonSocial;
     this.UnConceptoLiquidacion = unConceptoLiquidacion;
     this.comercializadoras     = new List <Comercializador>();
 }
Ejemplo n.º 6
0
        public Novedad(long idNovedad,
                       DateTime fechaNovedad,
                       DateTime?fechaImportacion,
                       double importeCuota,
                       double importeTotal,
                       double importeALiquidar,
                       double importeLiquidado,
                       Byte cantidadCuotas,
                       Single porcentaje,
                       string comprobante,
                       string primerMensual,
                       string mensualCuota,
                       int?mensualReenvio,
                       string mac,
                       bool stock,
                       int?cantidadCuotasRestantes,
                       int?cuotasLiquidadas,
                       int nroCuotaLiquidada,
                       DateTime?fechabaja)
        {
            this.IdNovedad               = idNovedad;
            this.FechaNovedad            = fechaNovedad;
            this.FechaImportacion        = !fechaImportacion.HasValue ? null : fechaImportacion;
            this.ImporteCuota            = importeCuota;
            this.ImporteTotal            = importeTotal;
            this.ImporteALiquidar        = importeALiquidar;
            this.ImporteLiquidado        = importeLiquidado;
            this.CantidadCuotas          = cantidadCuotas;
            this.CantidadCuotasRestantes = cantidadCuotasRestantes;
            this.Porcentaje              = porcentaje;
            this.Comprobante             = comprobante;
            this.PrimerMensual           = primerMensual;
            this.MensualCuota            = primerMensual;
            this.MensualReenvio          = !mensualReenvio.HasValue ? null : mensualReenvio;
            this.MAC                     = mac;
            this.Stock                   = stock;
            this.CuotasLiquidadas        = cuotasLiquidadas;
            this.CantidadCuotasRestantes = cantidadCuotasRestantes;
            this.NroCuotaLiquidada       = nroCuotaLiquidada;
            this.FechaBaja               = fechaBaja;

            UnBeneficiario        = new Beneficiario();
            UnPrestador           = new Prestador();
            UnEstadoReg           = new Estado();
            UnEstadoNovedad       = new Estado();
            UnCodMovimiento       = new CodigoMovimiento();
            UnConceptoLiquidacion = new ConceptoLiquidacion();
            UnTipoConcepto        = new TipoConcepto();
            UnModeloPC            = new ModeloPC();
            UnAuditoria           = new Auditoria();
            EstadosNovedad        = new List <EstadoNovedad>();
            CancelacionAnticipada = new List <CancelacionAnticipada>();
            SiniestroCobrado      = new List <SiniestroCobrado>();
        }
Ejemplo n.º 7
0
 public Novedad_Afiliaciones(Int64 _IdPrestador, String _RazonSocial, String _CodSistema, ConceptoLiquidacion _ConceptoLiquidacion, TipoConcepto _TipoConcepto,
                             decimal _Importetotal, decimal _Porcentaje, decimal _MinPrimerMensual, decimal _MaxPrimerMensual, Int32 _Cantidad)
 {
     IdPrestador         = _IdPrestador;
     RazonSocial         = _RazonSocial;
     CodSistema          = _CodSistema;
     ConceptoLiquidacion = _ConceptoLiquidacion;
     TipoConcepto        = _TipoConcepto;
     Importetotal        = _Importetotal;
     Porcentaje          = _Porcentaje;
     MinPrimerMensual    = _MinPrimerMensual;
     MaxPrimerMensual    = _MaxPrimerMensual;
     Cantidad            = _Cantidad;
 }
Ejemplo n.º 8
0
        public Prestador()
        {
            Email                 = string.Empty;
            CodoFicinaANME        = 0;
            CBU                   = string.Empty;
            CodSistema            = string.Empty;
            UnConceptoLiquidacion = new ConceptoLiquidacion();
            Comercializadoras     = new List <Comercializador>();
            //UnaListaTipoConcepto = new List<TipoConcepto>();
            UnaListaConceptoLiquidacion = new List <ConceptoLiquidacion>();

            base.Cuit           = 0;
            base.FechaInicio    = new DateTime();
            base.ID             = 0;
            base.IDEstado       = 0;
            base.NombreFantasia = string.Empty;
            base.Observaciones  = string.Empty;
            base.Tasas          = new List <Tasa>();
            base.UnAuditoria    = new Auditoria();
            base.UnDomicilio    = new Domicilio();
            base.UnEstado       = new Estado();
        }
Ejemplo n.º 9
0
 public ConsultaBatch()
 {
     IDConsulta            = 0;
     IDPrestador           = 0;
     FechaPedido           = new DateTime();
     OpcionBusqueda        = 0;
     CriterioBusqueda      = 0;
     PeriodoCons           = string.Empty;
     UnConceptoLiquidacion = new ConceptoLiquidacion();
     NroBeneficio          = 0;
     FechaDesde            = new DateTime();
     FechaHasta            = new DateTime();
     RutaArchGenerado      = string.Empty;
     NomArchGenerado       = string.Empty;
     ArchivoGenerado       = string.Empty;
     Vigente       = false;
     FechaGenera   = new DateTime();
     Usuario       = string.Empty;
     GeneraBatch   = false;
     SoloArgenta   = false;
     SoloEntidades = false;
 }
Ejemplo n.º 10
0
 public Caratulacion()
 {
     IdNovedad         = 0;
     beneficio         = string.Empty;
     cuil              = string.Empty;
     documento         = string.Empty;
     tipodocumento     = string.Empty;
     nombre            = string.Empty;
     unTipoConcepto    = new TipoConcepto();
     importeTotal      = 0;
     cantidadCuotas    = 0;
     fechaNovedad      = new DateTime();
     fechaPresentacion = new DateTime();
     entidad           = string.Empty;
     cbu = string.Empty;
     unConceptoLiquidacion = new ConceptoLiquidacion();
     nroComprobante        = string.Empty;
     idEstadoReg           = string.Empty;
     idItem               = string.Empty;
     descripcionItem      = string.Empty;
     modoPago             = string.Empty;
     estaCartulado        = string.Empty;
     nroExpediente        = string.Empty;
     fechaRecepcion       = new DateTime();
     fechaAlta            = new DateTime();
     idEstadoExpediente   = string.Empty;
     idEstado             = string.Empty;
     ingresoDocumentacion = string.Empty;
     observacion          = string.Empty;
     usuarioAlta          = string.Empty;
     oficinaAlta          = string.Empty;
     ipAlta               = string.Empty;
     fechaProceso         = new DateTime();
     usuario              = string.Empty;
     oficina              = string.Empty;
     ip = string.Empty;
     fechaUltActualizacion = new DateTime();
 }
Ejemplo n.º 11
0
 public ConsultaBatch(Int64 iDConsulta,
                      Int64 iDPrestador,
                      enum_ConsultaBatch_NombreConsulta nombreConsulta,
                      DateTime fechaPedido,
                      byte opcionBusqueda,
                      byte criterioBusqueda,
                      string periodoCons,
                      ConceptoLiquidacion unConceptoLiquidacion,
                      Int64 nroBeneficio,
                      DateTime fechaDesde,
                      DateTime fechaHasta,
                      string rutaArchGenerado,
                      string nomArchGenerado,
                      string archivoGenerado,
                      bool vigente,
                      DateTime fechaGenera,
                      string usuario,
                      bool generaBatch)
 {
     IDConsulta            = iDConsulta;
     IDPrestador           = iDPrestador;
     NombreConsulta        = nombreConsulta;
     FechaPedido           = fechaPedido;
     OpcionBusqueda        = opcionBusqueda;
     CriterioBusqueda      = criterioBusqueda;
     PeriodoCons           = periodoCons;
     UnConceptoLiquidacion = unConceptoLiquidacion;
     NroBeneficio          = nroBeneficio;
     FechaDesde            = fechaDesde;
     FechaHasta            = fechaHasta;
     RutaArchGenerado      = rutaArchGenerado;
     NomArchGenerado       = nomArchGenerado;
     ArchivoGenerado       = archivoGenerado;
     Vigente     = vigente;
     FechaGenera = fechaGenera;
     Usuario     = usuario;
     GeneraBatch = generaBatch;
 }