sigesp 1.0.16-20240818 → 1.0.18-20240821
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -12
- package/karma.conf.js +32 -0
- package/ng-package.json +7 -0
- package/package.json +11 -31
- package/src/lib/app/app.component.html +1 -0
- package/src/lib/app/app.component.scss +0 -0
- package/src/lib/app/app.component.ts +15 -0
- package/src/lib/app/app.module.ts +21 -0
- package/src/lib/core/interfaces/Auditoria.ts +72 -0
- package/src/lib/core/interfaces/Banco.ts +633 -0
- package/src/lib/core/interfaces/Catalogo.ts +15 -0
- package/src/lib/core/interfaces/CentroCosto.ts +20 -0
- package/src/lib/core/interfaces/Clasificacion.ts +6 -0
- package/src/lib/core/interfaces/Cliente.ts +36 -0
- package/src/lib/core/interfaces/ComprobantePresupuestario.ts +43 -0
- package/src/lib/core/interfaces/Comunidad.ts +12 -0
- package/src/lib/core/interfaces/Configuracion.ts +110 -0
- package/src/lib/core/interfaces/ConfiguracionRPC.ts +10 -0
- package/src/lib/core/interfaces/ConfiguracionSCG.ts +54 -0
- package/src/lib/core/interfaces/ConfigurationSPG.ts +43 -0
- package/src/lib/core/interfaces/Constantes.ts +463 -0
- package/src/lib/core/interfaces/CuentaEgresos.ts +159 -0
- package/src/lib/core/interfaces/CuentaIngreso.ts +37 -0
- package/src/lib/core/interfaces/CuentaIngresoEstructura.ts +25 -0
- package/src/lib/core/interfaces/CuentaInstitucional.ts +26 -0
- package/src/lib/core/interfaces/CuentaPresupuesto.ts +7 -0
- package/src/lib/core/interfaces/CuentasPorPagar.ts +40 -0
- package/src/lib/core/interfaces/Documento.ts +6 -0
- package/src/lib/core/interfaces/EntradaSuministro.ts +93 -0
- package/src/lib/core/interfaces/Especialidad.ts +4 -0
- package/src/lib/core/interfaces/EstructuraPresupuestaria.ts +96 -0
- package/src/lib/core/interfaces/FuenteFinanciamiento.ts +7 -0
- package/src/lib/core/interfaces/IBancoCuentasPorPagar.ts +192 -0
- package/src/lib/core/interfaces/ITipoDepositos.ts +17 -0
- package/src/lib/core/interfaces/Integracion.ts +6 -0
- package/src/lib/core/interfaces/Lugares.ts +45 -0
- package/src/lib/core/interfaces/Moneda.ts +22 -0
- package/src/lib/core/interfaces/Nomina.ts +607 -0
- package/src/lib/core/interfaces/PlanUnicoCuenta.ts +4 -0
- package/src/lib/core/interfaces/Presupuesto.ts +132 -0
- package/src/lib/core/interfaces/Proveedor.ts +79 -0
- package/src/lib/core/interfaces/RecursosHumanos.ts +1728 -0
- package/{lib/core/interfaces/Request.d.ts → src/lib/core/interfaces/Request.ts} +4 -3
- package/src/lib/core/interfaces/Response.ts +7 -0
- package/src/lib/core/interfaces/Seguridad.ts +118 -0
- package/src/lib/core/interfaces/Servicios.ts +64 -0
- package/src/lib/core/interfaces/Sistema.ts +21 -0
- package/src/lib/core/interfaces/Tributos.ts +78 -0
- package/src/lib/core/interfaces/UnidadTributaria.ts +11 -0
- package/src/lib/core/interfaces/Usuario.ts +57 -0
- package/src/lib/core/interfaces/UsuarioPrefijo.ts +12 -0
- package/src/lib/core/models/CFG/Empresa.model.ts +155 -0
- package/src/lib/core/models/CFG/Enterprise.model.ts +74 -0
- package/src/lib/core/models/CFG/MPrefijo.model.ts +66 -0
- package/src/lib/core/models/CFG/Procede.model.ts +34 -0
- package/src/lib/core/models/CFG/TasaCambio.model.ts +37 -0
- package/src/lib/core/models/CFG/comunidad.model.ts +34 -0
- package/src/lib/core/models/CFG/locations.model.ts +189 -0
- package/src/lib/core/models/CFG/moneda.model.ts +82 -0
- package/src/lib/core/models/CFG/userPrefix.model.ts +48 -0
- package/src/lib/core/models/CXP/MConceptosCXP.model.ts +36 -0
- package/src/lib/core/models/CXP/MTipoDocumentoCXP.model.ts +49 -0
- package/src/lib/core/models/RPC/clasification.model.ts +22 -0
- package/src/lib/core/models/RPC/configuracionRPC.model.ts +27 -0
- package/src/lib/core/models/RPC/document.model.ts +20 -0
- package/src/lib/core/models/RPC/proveedores.model.ts +15 -0
- package/src/lib/core/models/RPC/providerBeneficiary.model.ts +164 -0
- package/src/lib/core/models/RPC/specialty.model.ts +14 -0
- package/src/lib/core/models/SCB/bank.model.ts +205 -0
- package/src/lib/core/models/SCG/IncomeAccount.ts +87 -0
- package/src/lib/core/models/SCG/accountMarriage.model.ts +33 -0
- package/src/lib/core/models/SCG/centroCosto.model.ts +72 -0
- package/src/lib/core/models/SCG/configuracionSCG.model.ts +172 -0
- package/src/lib/core/models/SCG/cuentaInstitucional.model.ts +91 -0
- package/src/lib/core/models/SCG/planUnicoCuenta.model.ts +22 -0
- package/src/lib/core/models/SFV/MClienteModel.ts +119 -0
- package/src/lib/core/models/SIV/MDetaContable.model.ts +65 -0
- package/src/lib/core/models/SIV/MDetaEntrada.model.ts +98 -0
- package/src/lib/core/models/SIV/MEntradaSuministro.model.ts +135 -0
- package/src/lib/core/models/SIV/MTipoDepositos.model.ts +65 -0
- package/src/lib/core/models/SNO/MAnticipoPrestaciones.model.ts +112 -0
- package/src/lib/core/models/SNO/MArchivoTxtCampo.model.ts +63 -0
- package/src/lib/core/models/SNO/MArchivosTxt.model.ts +53 -0
- package/src/lib/core/models/SNO/MAsignacionCargo.model.ts +218 -0
- package/src/lib/core/models/SNO/MAspectoEvaluacion.model.ts +97 -0
- package/src/lib/core/models/SNO/MAuditoria.model.ts +67 -0
- package/src/lib/core/models/SNO/MBeneficiario.model.ts +139 -0
- package/src/lib/core/models/SNO/MCargaFamiliar.model.ts +54 -0
- package/src/lib/core/models/SNO/MCargaMasiva.model.ts +37 -0
- package/src/lib/core/models/SNO/MCargosPersonal.model.ts +108 -0
- package/src/lib/core/models/SNO/MClasificacionObrero.mdel.ts +48 -0
- package/src/lib/core/models/SNO/MCodigoUnicoRac.model.ts +41 -0
- package/src/lib/core/models/SNO/MComponete.model.ts +40 -0
- package/src/lib/core/models/SNO/MConceptoVacaciones.model.ts +94 -0
- package/src/lib/core/models/SNO/MConceptosNomina.model.ts +240 -0
- package/src/lib/core/models/SNO/MConceptosPersonalNomina.model.ts +103 -0
- package/src/lib/core/models/SNO/MConcursante.model.ts +333 -0
- package/src/lib/core/models/SNO/MConcurso.model.ts +267 -0
- package/src/lib/core/models/SNO/MConfiguracionSNO.model.ts +412 -0
- package/src/lib/core/models/SNO/MConstanteNomina.model.ts +76 -0
- package/src/lib/core/models/SNO/MConstantePersonalNomina.model.ts +85 -0
- package/src/lib/core/models/SNO/MDedicacion.model.ts +37 -0
- package/src/lib/core/models/SNO/MDefinicionNomina.model.ts +330 -0
- package/src/lib/core/models/SNO/MDefinicionesBasicas.model.ts +94 -0
- package/src/lib/core/models/SNO/MDeudaAnterior.model.ts +42 -0
- package/src/lib/core/models/SNO/MEncargaduria.model.ts +142 -0
- package/src/lib/core/models/SNO/MEscalaEvaluacion.model.ts +43 -0
- package/src/lib/core/models/SNO/MEscalaEvaluacionDt.model.ts +40 -0
- package/src/lib/core/models/SNO/MEstructuraOrganizativa.model.ts +125 -0
- package/src/lib/core/models/SNO/MFamiliares.model.ts +91 -0
- package/src/lib/core/models/SNO/MFeriados.model.ts +46 -0
- package/src/lib/core/models/SNO/MFideicomiso.model.ts +423 -0
- package/src/lib/core/models/SNO/MFormacionAcademica.model.ts +52 -0
- package/src/lib/core/models/SNO/MGrado.model.ts +50 -0
- package/src/lib/core/models/SNO/MHojaTiempo.model.ts +128 -0
- package/src/lib/core/models/SNO/MImpuestoSobreRenta.model.ts +77 -0
- package/src/lib/core/models/SNO/MMetodoBanco.model.ts +113 -0
- package/src/lib/core/models/SNO/MNominaSimple.model.ts +93 -0
- package/src/lib/core/models/SNO/MPeriodoNomina.model.ts +196 -0
- package/src/lib/core/models/SNO/MPermisos.model.ts +70 -0
- package/src/lib/core/models/SNO/MPersonal.model.ts +659 -0
- package/src/lib/core/models/SNO/MPersonalJubilado.model.ts +71 -0
- package/src/lib/core/models/SNO/MPersonalNomina.model.ts +328 -0
- package/src/lib/core/models/SNO/MPlanHorario.model.ts +134 -0
- package/src/lib/core/models/SNO/MPlantillaConstancia.model.ts +33 -0
- package/src/lib/core/models/SNO/MPrestamo.model.ts +242 -0
- package/src/lib/core/models/SNO/MPrimaGrados.model.ts +46 -0
- package/src/lib/core/models/SNO/MPrimasConcepto.model.ts +45 -0
- package/src/lib/core/models/SNO/MRango.model.ts +45 -0
- package/src/lib/core/models/SNO/MReportesRRHH.ts +425 -0
- package/src/lib/core/models/SNO/MRequisitosConcursante.model.ts +48 -0
- package/src/lib/core/models/SNO/MRequisitosConcursos.model.ts +41 -0
- package/src/lib/core/models/SNO/MRequisitosMinimos.model.ts +123 -0
- package/src/lib/core/models/SNO/MSalarioHistorico.model.ts +75 -0
- package/src/lib/core/models/SNO/MSolicitudEmpleo.model.ts +125 -0
- package/src/lib/core/models/SNO/MTablaVacaciones.model.ts +61 -0
- package/src/lib/core/models/SNO/MTablaVacacionesPeriodo.model.ts +45 -0
- package/src/lib/core/models/SNO/MTabulador.model.ts +108 -0
- package/src/lib/core/models/SNO/MTipoEvaluacion.model.ts +85 -0
- package/src/lib/core/models/SNO/MTipoPersonal.model.ts +37 -0
- package/src/lib/core/models/SNO/MTiposEnfermedad.model.ts +40 -0
- package/src/lib/core/models/SNO/MTrabajoAnterior.model.ts +70 -0
- package/src/lib/core/models/SNO/MUbicacionFisica.model.ts +63 -0
- package/src/lib/core/models/SNO/MVacacionesPersonal.model.ts +119 -0
- package/src/lib/core/models/SOC/charge.model.ts +78 -0
- package/src/lib/core/models/SOC/clause.model.ts +36 -0
- package/src/lib/core/models/SOC/clauseModality.model.ts +40 -0
- package/src/lib/core/models/SOC/configuracionSOC.model.ts +68 -0
- package/src/lib/core/models/SOC/service.model.ts +50 -0
- package/src/lib/core/models/SOC/serviceCharge.model.ts +39 -0
- package/src/lib/core/models/SOC/serviceType.model.ts +36 -0
- package/src/lib/core/models/SPG/UnidadAdministradoraCentral.ts +47 -0
- package/src/lib/core/models/SPG/administrativeUnit.model.ts +153 -0
- package/src/lib/core/models/SPG/comprobantePresupuestario.model.ts +93 -0
- package/src/lib/core/models/SPG/configurationSPG.model.ts +88 -0
- package/src/lib/core/models/SPG/cuentaPresupuesto.model.ts +131 -0
- package/src/lib/core/models/SPG/estructuraPresupuestaria.model.ts +280 -0
- package/src/lib/core/models/SPG/expensiveAccount.model.ts +114 -0
- package/src/lib/core/models/SPG/fuenteFinanciamiento.model.ts +33 -0
- package/src/lib/core/models/SPG/incomeStructureAccount.model.ts +84 -0
- package/src/lib/core/models/SPG/organizationType.model.ts +16 -0
- package/src/lib/core/models/SSS/component.model.ts +51 -0
- package/src/lib/core/models/SSS/group.model.ts +39 -0
- package/src/lib/core/models/SSS/log.model.ts +36 -0
- package/src/lib/core/models/SSS/securityConfiguration.model.ts +26 -0
- package/src/lib/core/models/SSS/sistema.ts +85 -0
- package/src/lib/core/models/SSS/user.model.ts +52 -0
- package/src/lib/core/models/SSS/userDetail.model.ts +78 -0
- package/src/lib/core/models/SSS/userPermit.model.ts +61 -0
- package/src/lib/core/models/SSS/userRights.model.ts +113 -0
- package/src/lib/core/models/STB/MCargosAdicionales.ts +93 -0
- package/src/lib/core/models/STB/deduction.model.ts +100 -0
- package/src/lib/core/models/STB/deductionType.model.ts +23 -0
- package/src/lib/core/models/STB/unidadTributaria.model.ts +25 -0
- package/src/lib/core/models/basic-model.model.ts +9 -0
- package/src/lib/shared/components/catalogo/catalogo.component.html +45 -0
- package/src/lib/shared/components/catalogo/catalogo.component.scss +82 -0
- package/src/lib/shared/components/catalogo/catalogo.component.ts +71 -0
- package/src/lib/shared/components/catalogo-doble-input/catalogo-doble-input.component.html +57 -0
- package/src/lib/shared/components/catalogo-doble-input/catalogo-doble-input.component.scss +82 -0
- package/src/lib/shared/components/catalogo-doble-input/catalogo-doble-input.component.ts +80 -0
- package/src/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.html +121 -0
- package/src/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.scss +81 -0
- package/src/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.ts +68 -0
- package/src/lib/shared/components/confirm/confirm.component.html +15 -0
- package/src/lib/shared/components/confirm/confirm.component.scss +37 -0
- package/src/lib/shared/components/confirm/confirm.component.ts +32 -0
- package/src/lib/shared/components/icon/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +0 -0
- package/src/lib/shared/components/icon/icon.component.html +6 -0
- package/src/lib/shared/components/icon/icon.component.scss +22 -0
- package/src/lib/shared/components/icon/icon.component.ts +19 -0
- package/src/lib/shared/components/table-select/table-select.component.html +73 -0
- package/src/lib/shared/components/table-select/table-select.component.scss +86 -0
- package/src/lib/shared/components/table-select/table-select.component.ts +102 -0
- package/src/lib/shared/material/customPaginator.ts +22 -0
- package/src/lib/shared/material/material.module.ts +144 -0
- package/src/lib/shared/pipes/iso-currency.pipe.ts +44 -0
- package/src/lib/shared/shared.module.ts +41 -0
- package/src/lib/sigesp.service.ts +2770 -0
- package/src/lib/validation.service.ts +172 -0
- package/src/public-api.ts +489 -0
- package/src/test.ts +23 -0
- package/tsconfig.lib.json +27 -0
- package/tsconfig.lib.prod.json +6 -0
- package/tsconfig.spec.json +17 -0
- package/tslint.json +17 -0
- package/LICENSE +0 -21
- package/esm2020/lib/app/app.component.mjs +0 -14
- package/esm2020/lib/app/app.module.mjs +0 -34
- package/esm2020/lib/core/interfaces/Auditoria.mjs +0 -49
- package/esm2020/lib/core/interfaces/Banco.mjs +0 -2
- package/esm2020/lib/core/interfaces/Catalogo.mjs +0 -2
- package/esm2020/lib/core/interfaces/CentroCosto.mjs +0 -2
- package/esm2020/lib/core/interfaces/Clasificacion.mjs +0 -2
- package/esm2020/lib/core/interfaces/Cliente.mjs +0 -2
- package/esm2020/lib/core/interfaces/ComprobantePresupuestario.mjs +0 -2
- package/esm2020/lib/core/interfaces/Comunidad.mjs +0 -2
- package/esm2020/lib/core/interfaces/Configuracion.mjs +0 -2
- package/esm2020/lib/core/interfaces/ConfiguracionRPC.mjs +0 -2
- package/esm2020/lib/core/interfaces/ConfiguracionSCG.mjs +0 -2
- package/esm2020/lib/core/interfaces/ConfigurationSPG.mjs +0 -2
- package/esm2020/lib/core/interfaces/Constantes.mjs +0 -365
- package/esm2020/lib/core/interfaces/CuentaEgresos.mjs +0 -2
- package/esm2020/lib/core/interfaces/CuentaIngreso.mjs +0 -2
- package/esm2020/lib/core/interfaces/CuentaIngresoEstructura.mjs +0 -2
- package/esm2020/lib/core/interfaces/CuentaInstitucional.mjs +0 -2
- package/esm2020/lib/core/interfaces/CuentaPresupuesto.mjs +0 -2
- package/esm2020/lib/core/interfaces/CuentasPorPagar.mjs +0 -2
- package/esm2020/lib/core/interfaces/Documento.mjs +0 -2
- package/esm2020/lib/core/interfaces/EntradaSuministro.mjs +0 -2
- package/esm2020/lib/core/interfaces/Especialidad.mjs +0 -2
- package/esm2020/lib/core/interfaces/EstructuraPresupuestaria.mjs +0 -2
- package/esm2020/lib/core/interfaces/FuenteFinanciamiento.mjs +0 -2
- package/esm2020/lib/core/interfaces/IBancoCuentasPorPagar.mjs +0 -2
- package/esm2020/lib/core/interfaces/ITipoDepositos.mjs +0 -2
- package/esm2020/lib/core/interfaces/Integracion.mjs +0 -2
- package/esm2020/lib/core/interfaces/Lugares.mjs +0 -2
- package/esm2020/lib/core/interfaces/Moneda.mjs +0 -2
- package/esm2020/lib/core/interfaces/Nomina.mjs +0 -27
- package/esm2020/lib/core/interfaces/PlanUnicoCuenta.mjs +0 -2
- package/esm2020/lib/core/interfaces/Presupuesto.mjs +0 -2
- package/esm2020/lib/core/interfaces/Proveedor.mjs +0 -2
- package/esm2020/lib/core/interfaces/RecursosHumanos.mjs +0 -4
- package/esm2020/lib/core/interfaces/Request.mjs +0 -2
- package/esm2020/lib/core/interfaces/Response.mjs +0 -2
- package/esm2020/lib/core/interfaces/Seguridad.mjs +0 -2
- package/esm2020/lib/core/interfaces/Servicios.mjs +0 -2
- package/esm2020/lib/core/interfaces/Sistema.mjs +0 -2
- package/esm2020/lib/core/interfaces/Tributos.mjs +0 -2
- package/esm2020/lib/core/interfaces/UnidadTributaria.mjs +0 -2
- package/esm2020/lib/core/interfaces/Usuario.mjs +0 -2
- package/esm2020/lib/core/interfaces/UsuarioPrefijo.mjs +0 -2
- package/esm2020/lib/core/models/CFG/Empresa.model.mjs +0 -151
- package/esm2020/lib/core/models/CFG/Enterprise.model.mjs +0 -70
- package/esm2020/lib/core/models/CFG/MPrefijo.model.mjs +0 -64
- package/esm2020/lib/core/models/CFG/Procede.model.mjs +0 -31
- package/esm2020/lib/core/models/CFG/TasaCambio.model.mjs +0 -34
- package/esm2020/lib/core/models/CFG/comunidad.model.mjs +0 -22
- package/esm2020/lib/core/models/CFG/locations.model.mjs +0 -170
- package/esm2020/lib/core/models/CFG/moneda.model.mjs +0 -72
- package/esm2020/lib/core/models/CFG/userPrefix.model.mjs +0 -46
- package/esm2020/lib/core/models/CXP/MConceptosCXP.model.mjs +0 -34
- package/esm2020/lib/core/models/CXP/MTipoDocumentoCXP.model.mjs +0 -44
- package/esm2020/lib/core/models/RPC/clasification.model.mjs +0 -16
- package/esm2020/lib/core/models/RPC/configuracionRPC.model.mjs +0 -23
- package/esm2020/lib/core/models/RPC/document.model.mjs +0 -16
- package/esm2020/lib/core/models/RPC/proveedores.model.mjs +0 -9
- package/esm2020/lib/core/models/RPC/providerBeneficiary.model.mjs +0 -164
- package/esm2020/lib/core/models/RPC/specialty.model.mjs +0 -12
- package/esm2020/lib/core/models/SCB/bank.model.mjs +0 -181
- package/esm2020/lib/core/models/SCG/IncomeAccount.mjs +0 -83
- package/esm2020/lib/core/models/SCG/accountMarriage.model.mjs +0 -29
- package/esm2020/lib/core/models/SCG/centroCosto.model.mjs +0 -65
- package/esm2020/lib/core/models/SCG/configuracionSCG.model.mjs +0 -169
- package/esm2020/lib/core/models/SCG/cuentaInstitucional.model.mjs +0 -89
- package/esm2020/lib/core/models/SCG/planUnicoCuenta.model.mjs +0 -17
- package/esm2020/lib/core/models/SFV/MClienteModel.mjs +0 -116
- package/esm2020/lib/core/models/SIV/MDetaContable.model.mjs +0 -62
- package/esm2020/lib/core/models/SIV/MDetaEntrada.model.mjs +0 -94
- package/esm2020/lib/core/models/SIV/MEntradaSuministro.model.mjs +0 -132
- package/esm2020/lib/core/models/SIV/MTipoDepositos.model.mjs +0 -61
- package/esm2020/lib/core/models/SNO/MAnticipoPrestaciones.model.mjs +0 -100
- package/esm2020/lib/core/models/SNO/MArchivoTxtCampo.model.mjs +0 -61
- package/esm2020/lib/core/models/SNO/MArchivosTxt.model.mjs +0 -41
- package/esm2020/lib/core/models/SNO/MAsignacionCargo.model.mjs +0 -205
- package/esm2020/lib/core/models/SNO/MAspectoEvaluacion.model.mjs +0 -90
- package/esm2020/lib/core/models/SNO/MAuditoria.model.mjs +0 -61
- package/esm2020/lib/core/models/SNO/MBeneficiario.model.mjs +0 -137
- package/esm2020/lib/core/models/SNO/MCargaFamiliar.model.mjs +0 -52
- package/esm2020/lib/core/models/SNO/MCargaMasiva.model.mjs +0 -34
- package/esm2020/lib/core/models/SNO/MCargosPersonal.model.mjs +0 -101
- package/esm2020/lib/core/models/SNO/MClasificacionObrero.mdel.mjs +0 -46
- package/esm2020/lib/core/models/SNO/MCodigoUnicoRac.model.mjs +0 -39
- package/esm2020/lib/core/models/SNO/MComponete.model.mjs +0 -38
- package/esm2020/lib/core/models/SNO/MConceptoVacaciones.model.mjs +0 -85
- package/esm2020/lib/core/models/SNO/MConceptosNomina.model.mjs +0 -231
- package/esm2020/lib/core/models/SNO/MConceptosPersonalNomina.model.mjs +0 -97
- package/esm2020/lib/core/models/SNO/MConcursante.model.mjs +0 -317
- package/esm2020/lib/core/models/SNO/MConcurso.model.mjs +0 -246
- package/esm2020/lib/core/models/SNO/MConfiguracionSNO.model.mjs +0 -410
- package/esm2020/lib/core/models/SNO/MConstanteNomina.model.mjs +0 -70
- package/esm2020/lib/core/models/SNO/MConstantePersonalNomina.model.mjs +0 -79
- package/esm2020/lib/core/models/SNO/MDedicacion.model.mjs +0 -35
- package/esm2020/lib/core/models/SNO/MDefinicionNomina.model.mjs +0 -309
- package/esm2020/lib/core/models/SNO/MDefinicionesBasicas.model.mjs +0 -84
- package/esm2020/lib/core/models/SNO/MDeudaAnterior.model.mjs +0 -40
- package/esm2020/lib/core/models/SNO/MEncargaduria.model.mjs +0 -138
- package/esm2020/lib/core/models/SNO/MEscalaEvaluacion.model.mjs +0 -38
- package/esm2020/lib/core/models/SNO/MEscalaEvaluacionDt.model.mjs +0 -37
- package/esm2020/lib/core/models/SNO/MEstructuraOrganizativa.model.mjs +0 -119
- package/esm2020/lib/core/models/SNO/MFamiliares.model.mjs +0 -86
- package/esm2020/lib/core/models/SNO/MFeriados.model.mjs +0 -43
- package/esm2020/lib/core/models/SNO/MFideicomiso.model.mjs +0 -406
- package/esm2020/lib/core/models/SNO/MFormacionAcademica.model.mjs +0 -49
- package/esm2020/lib/core/models/SNO/MGrado.model.mjs +0 -47
- package/esm2020/lib/core/models/SNO/MHojaTiempo.model.mjs +0 -117
- package/esm2020/lib/core/models/SNO/MImpuestoSobreRenta.model.mjs +0 -73
- package/esm2020/lib/core/models/SNO/MMetodoBanco.model.mjs +0 -105
- package/esm2020/lib/core/models/SNO/MNominaSimple.model.mjs +0 -86
- package/esm2020/lib/core/models/SNO/MPeriodoNomina.model.mjs +0 -184
- package/esm2020/lib/core/models/SNO/MPermisos.model.mjs +0 -68
- package/esm2020/lib/core/models/SNO/MPersonal.model.mjs +0 -638
- package/esm2020/lib/core/models/SNO/MPersonalJubilado.model.mjs +0 -64
- package/esm2020/lib/core/models/SNO/MPersonalNomina.model.mjs +0 -313
- package/esm2020/lib/core/models/SNO/MPlanHorario.model.mjs +0 -117
- package/esm2020/lib/core/models/SNO/MPlantillaConstancia.model.mjs +0 -31
- package/esm2020/lib/core/models/SNO/MPrestamo.model.mjs +0 -221
- package/esm2020/lib/core/models/SNO/MPrimaGrados.model.mjs +0 -43
- package/esm2020/lib/core/models/SNO/MPrimasConcepto.model.mjs +0 -43
- package/esm2020/lib/core/models/SNO/MRango.model.mjs +0 -43
- package/esm2020/lib/core/models/SNO/MReportesRRHH.mjs +0 -402
- package/esm2020/lib/core/models/SNO/MRequisitosConcursante.model.mjs +0 -46
- package/esm2020/lib/core/models/SNO/MRequisitosConcursos.model.mjs +0 -37
- package/esm2020/lib/core/models/SNO/MRequisitosMinimos.model.mjs +0 -113
- package/esm2020/lib/core/models/SNO/MSalarioHistorico.model.mjs +0 -70
- package/esm2020/lib/core/models/SNO/MSolicitudEmpleo.model.mjs +0 -121
- package/esm2020/lib/core/models/SNO/MTablaVacaciones.model.mjs +0 -57
- package/esm2020/lib/core/models/SNO/MTablaVacacionesPeriodo.model.mjs +0 -40
- package/esm2020/lib/core/models/SNO/MTabulador.model.mjs +0 -96
- package/esm2020/lib/core/models/SNO/MTipoEvaluacion.model.mjs +0 -75
- package/esm2020/lib/core/models/SNO/MTipoPersonal.model.mjs +0 -34
- package/esm2020/lib/core/models/SNO/MTiposEnfermedad.model.mjs +0 -37
- package/esm2020/lib/core/models/SNO/MTrabajoAnterior.model.mjs +0 -65
- package/esm2020/lib/core/models/SNO/MUbicacionFisica.model.mjs +0 -61
- package/esm2020/lib/core/models/SNO/MVacacionesPersonal.model.mjs +0 -115
- package/esm2020/lib/core/models/SOC/charge.model.mjs +0 -66
- package/esm2020/lib/core/models/SOC/clause.model.mjs +0 -31
- package/esm2020/lib/core/models/SOC/clauseModality.model.mjs +0 -35
- package/esm2020/lib/core/models/SOC/configuracionSOC.model.mjs +0 -62
- package/esm2020/lib/core/models/SOC/service.model.mjs +0 -46
- package/esm2020/lib/core/models/SOC/serviceCharge.model.mjs +0 -37
- package/esm2020/lib/core/models/SOC/serviceType.model.mjs +0 -31
- package/esm2020/lib/core/models/SPG/UnidadAdministradoraCentral.mjs +0 -43
- package/esm2020/lib/core/models/SPG/administrativeUnit.model.mjs +0 -112
- package/esm2020/lib/core/models/SPG/comprobantePresupuestario.model.mjs +0 -51
- package/esm2020/lib/core/models/SPG/configurationSPG.model.mjs +0 -59
- package/esm2020/lib/core/models/SPG/cuentaPresupuesto.model.mjs +0 -120
- package/esm2020/lib/core/models/SPG/estructuraPresupuestaria.model.mjs +0 -176
- package/esm2020/lib/core/models/SPG/expensiveAccount.model.mjs +0 -108
- package/esm2020/lib/core/models/SPG/fuenteFinanciamiento.model.mjs +0 -31
- package/esm2020/lib/core/models/SPG/incomeStructureAccount.model.mjs +0 -81
- package/esm2020/lib/core/models/SPG/organizationType.model.mjs +0 -12
- package/esm2020/lib/core/models/SSS/component.model.mjs +0 -44
- package/esm2020/lib/core/models/SSS/group.model.mjs +0 -30
- package/esm2020/lib/core/models/SSS/log.model.mjs +0 -29
- package/esm2020/lib/core/models/SSS/securityConfiguration.model.mjs +0 -20
- package/esm2020/lib/core/models/SSS/sistema.mjs +0 -71
- package/esm2020/lib/core/models/SSS/user.model.mjs +0 -32
- package/esm2020/lib/core/models/SSS/userDetail.model.mjs +0 -73
- package/esm2020/lib/core/models/SSS/userPermit.model.mjs +0 -47
- package/esm2020/lib/core/models/SSS/userRights.model.mjs +0 -104
- package/esm2020/lib/core/models/STB/MCargosAdicionales.mjs +0 -84
- package/esm2020/lib/core/models/STB/deduction.model.mjs +0 -90
- package/esm2020/lib/core/models/STB/deductionType.model.mjs +0 -20
- package/esm2020/lib/core/models/STB/unidadTributaria.model.mjs +0 -14
- package/esm2020/lib/core/models/basic-model.model.mjs +0 -8
- package/esm2020/lib/shared/components/catalogo/catalogo.component.mjs +0 -76
- package/esm2020/lib/shared/components/catalogo-doble-input/catalogo-doble-input.component.mjs +0 -87
- package/esm2020/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.mjs +0 -74
- package/esm2020/lib/shared/components/confirm/confirm.component.mjs +0 -35
- package/esm2020/lib/shared/components/icon/icon.component.mjs +0 -22
- package/esm2020/lib/shared/components/table-select/table-select.component.mjs +0 -99
- package/esm2020/lib/shared/material/customPaginator.mjs +0 -24
- package/esm2020/lib/shared/material/material.module.mjs +0 -322
- package/esm2020/lib/shared/pipes/iso-currency.pipe.mjs +0 -43
- package/esm2020/lib/shared/shared.module.mjs +0 -66
- package/esm2020/lib/sigesp.service.mjs +0 -2064
- package/esm2020/lib/validation.service.mjs +0 -131
- package/esm2020/public-api.mjs +0 -156
- package/esm2020/sigesp.mjs +0 -5
- package/fesm2015/sigesp.mjs +0 -14622
- package/fesm2015/sigesp.mjs.map +0 -1
- package/fesm2020/sigesp.mjs +0 -14581
- package/fesm2020/sigesp.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/app/app.component.d.ts +0 -8
- package/lib/app/app.module.d.ts +0 -10
- package/lib/core/interfaces/Auditoria.d.ts +0 -19
- package/lib/core/interfaces/Banco.d.ts +0 -593
- package/lib/core/interfaces/Catalogo.d.ts +0 -13
- package/lib/core/interfaces/CentroCosto.d.ts +0 -18
- package/lib/core/interfaces/Clasificacion.d.ts +0 -6
- package/lib/core/interfaces/Cliente.d.ts +0 -36
- package/lib/core/interfaces/ComprobantePresupuestario.d.ts +0 -42
- package/lib/core/interfaces/Comunidad.d.ts +0 -12
- package/lib/core/interfaces/Configuracion.d.ts +0 -101
- package/lib/core/interfaces/ConfiguracionRPC.d.ts +0 -10
- package/lib/core/interfaces/ConfiguracionSCG.d.ts +0 -54
- package/lib/core/interfaces/ConfigurationSPG.d.ts +0 -42
- package/lib/core/interfaces/Constantes.d.ts +0 -82
- package/lib/core/interfaces/CuentaEgresos.d.ts +0 -153
- package/lib/core/interfaces/CuentaIngreso.d.ts +0 -37
- package/lib/core/interfaces/CuentaIngresoEstructura.d.ts +0 -24
- package/lib/core/interfaces/CuentaInstitucional.d.ts +0 -26
- package/lib/core/interfaces/CuentaPresupuesto.d.ts +0 -6
- package/lib/core/interfaces/CuentasPorPagar.d.ts +0 -37
- package/lib/core/interfaces/Documento.d.ts +0 -6
- package/lib/core/interfaces/EntradaSuministro.d.ts +0 -87
- package/lib/core/interfaces/Especialidad.d.ts +0 -4
- package/lib/core/interfaces/EstructuraPresupuestaria.d.ts +0 -89
- package/lib/core/interfaces/FuenteFinanciamiento.d.ts +0 -7
- package/lib/core/interfaces/IBancoCuentasPorPagar.d.ts +0 -186
- package/lib/core/interfaces/ITipoDepositos.d.ts +0 -17
- package/lib/core/interfaces/Integracion.d.ts +0 -6
- package/lib/core/interfaces/Lugares.d.ts +0 -40
- package/lib/core/interfaces/Moneda.d.ts +0 -20
- package/lib/core/interfaces/Nomina.d.ts +0 -548
- package/lib/core/interfaces/PlanUnicoCuenta.d.ts +0 -4
- package/lib/core/interfaces/Presupuesto.d.ts +0 -122
- package/lib/core/interfaces/Proveedor.d.ts +0 -75
- package/lib/core/interfaces/RecursosHumanos.d.ts +0 -1616
- package/lib/core/interfaces/Response.d.ts +0 -7
- package/lib/core/interfaces/Seguridad.d.ts +0 -110
- package/lib/core/interfaces/Servicios.d.ts +0 -58
- package/lib/core/interfaces/Sistema.d.ts +0 -19
- package/lib/core/interfaces/Tributos.d.ts +0 -73
- package/lib/core/interfaces/UnidadTributaria.d.ts +0 -11
- package/lib/core/interfaces/Usuario.d.ts +0 -52
- package/lib/core/interfaces/UsuarioPrefijo.d.ts +0 -12
- package/lib/core/models/CFG/Empresa.model.d.ts +0 -52
- package/lib/core/models/CFG/Enterprise.model.d.ts +0 -24
- package/lib/core/models/CFG/MPrefijo.model.d.ts +0 -22
- package/lib/core/models/CFG/Procede.model.d.ts +0 -11
- package/lib/core/models/CFG/TasaCambio.model.d.ts +0 -12
- package/lib/core/models/CFG/comunidad.model.d.ts +0 -15
- package/lib/core/models/CFG/locations.model.d.ts +0 -54
- package/lib/core/models/CFG/moneda.model.d.ts +0 -26
- package/lib/core/models/CFG/userPrefix.model.d.ts +0 -16
- package/lib/core/models/CXP/MConceptosCXP.model.d.ts +0 -12
- package/lib/core/models/CXP/MTipoDocumentoCXP.model.d.ts +0 -16
- package/lib/core/models/RPC/clasification.model.d.ts +0 -11
- package/lib/core/models/RPC/configuracionRPC.model.d.ts +0 -12
- package/lib/core/models/RPC/document.model.d.ts +0 -11
- package/lib/core/models/RPC/proveedores.model.d.ts +0 -8
- package/lib/core/models/RPC/providerBeneficiary.model.d.ts +0 -75
- package/lib/core/models/RPC/specialty.model.d.ts +0 -9
- package/lib/core/models/SCB/bank.model.d.ts +0 -63
- package/lib/core/models/SCG/IncomeAccount.d.ts +0 -43
- package/lib/core/models/SCG/accountMarriage.model.d.ts +0 -11
- package/lib/core/models/SCG/centroCosto.model.d.ts +0 -23
- package/lib/core/models/SCG/configuracionSCG.model.d.ts +0 -58
- package/lib/core/models/SCG/cuentaInstitucional.model.d.ts +0 -32
- package/lib/core/models/SCG/planUnicoCuenta.model.d.ts +0 -8
- package/lib/core/models/SFV/MClienteModel.d.ts +0 -40
- package/lib/core/models/SIV/MDetaContable.model.d.ts +0 -21
- package/lib/core/models/SIV/MDetaEntrada.model.d.ts +0 -33
- package/lib/core/models/SIV/MEntradaSuministro.model.d.ts +0 -47
- package/lib/core/models/SIV/MTipoDepositos.model.d.ts +0 -21
- package/lib/core/models/SNO/MAnticipoPrestaciones.model.d.ts +0 -32
- package/lib/core/models/SNO/MArchivoTxtCampo.model.d.ts +0 -21
- package/lib/core/models/SNO/MArchivosTxt.model.d.ts +0 -15
- package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +0 -79
- package/lib/core/models/SNO/MAspectoEvaluacion.model.d.ts +0 -30
- package/lib/core/models/SNO/MAuditoria.model.d.ts +0 -21
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +0 -48
- package/lib/core/models/SNO/MCargaFamiliar.model.d.ts +0 -18
- package/lib/core/models/SNO/MCargaMasiva.model.d.ts +0 -12
- package/lib/core/models/SNO/MCargosPersonal.model.d.ts +0 -40
- package/lib/core/models/SNO/MClasificacionObrero.mdel.d.ts +0 -16
- package/lib/core/models/SNO/MCodigoUnicoRac.model.d.ts +0 -14
- package/lib/core/models/SNO/MComponete.model.d.ts +0 -14
- package/lib/core/models/SNO/MConceptoVacaciones.model.d.ts +0 -30
- package/lib/core/models/SNO/MConceptosNomina.model.d.ts +0 -77
- package/lib/core/models/SNO/MConceptosPersonalNomina.model.d.ts +0 -34
- package/lib/core/models/SNO/MConcursante.model.d.ts +0 -104
- package/lib/core/models/SNO/MConcurso.model.d.ts +0 -83
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +0 -138
- package/lib/core/models/SNO/MConstanteNomina.model.d.ts +0 -24
- package/lib/core/models/SNO/MConstantePersonalNomina.model.d.ts +0 -27
- package/lib/core/models/SNO/MDedicacion.model.d.ts +0 -13
- package/lib/core/models/SNO/MDefinicionNomina.model.d.ts +0 -119
- package/lib/core/models/SNO/MDefinicionesBasicas.model.d.ts +0 -26
- package/lib/core/models/SNO/MDeudaAnterior.model.d.ts +0 -14
- package/lib/core/models/SNO/MEncargaduria.model.d.ts +0 -47
- package/lib/core/models/SNO/MEscalaEvaluacion.model.d.ts +0 -15
- package/lib/core/models/SNO/MEscalaEvaluacionDt.model.d.ts +0 -14
- package/lib/core/models/SNO/MEstructuraOrganizativa.model.d.ts +0 -42
- package/lib/core/models/SNO/MFamiliares.model.d.ts +0 -31
- package/lib/core/models/SNO/MFeriados.model.d.ts +0 -16
- package/lib/core/models/SNO/MFideicomiso.model.d.ts +0 -143
- package/lib/core/models/SNO/MFormacionAcademica.model.d.ts +0 -18
- package/lib/core/models/SNO/MGrado.model.d.ts +0 -18
- package/lib/core/models/SNO/MHojaTiempo.model.d.ts +0 -40
- package/lib/core/models/SNO/MImpuestoSobreRenta.model.d.ts +0 -25
- package/lib/core/models/SNO/MMetodoBanco.model.d.ts +0 -35
- package/lib/core/models/SNO/MNominaSimple.model.d.ts +0 -36
- package/lib/core/models/SNO/MPeriodoNomina.model.d.ts +0 -58
- package/lib/core/models/SNO/MPermisos.model.d.ts +0 -24
- package/lib/core/models/SNO/MPersonal.model.d.ts +0 -219
- package/lib/core/models/SNO/MPersonalJubilado.model.d.ts +0 -23
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +0 -100
- package/lib/core/models/SNO/MPlanHorario.model.d.ts +0 -41
- package/lib/core/models/SNO/MPlantillaConstancia.model.d.ts +0 -11
- package/lib/core/models/SNO/MPrestamo.model.d.ts +0 -69
- package/lib/core/models/SNO/MPrimaGrados.model.d.ts +0 -15
- package/lib/core/models/SNO/MPrimasConcepto.model.d.ts +0 -15
- package/lib/core/models/SNO/MRango.model.d.ts +0 -15
- package/lib/core/models/SNO/MReportesRRHH.d.ts +0 -130
- package/lib/core/models/SNO/MRequisitosConcursante.model.d.ts +0 -16
- package/lib/core/models/SNO/MRequisitosConcursos.model.d.ts +0 -14
- package/lib/core/models/SNO/MRequisitosMinimos.model.d.ts +0 -39
- package/lib/core/models/SNO/MSalarioHistorico.model.d.ts +0 -25
- package/lib/core/models/SNO/MSolicitudEmpleo.model.d.ts +0 -42
- package/lib/core/models/SNO/MTablaVacaciones.model.d.ts +0 -15
- package/lib/core/models/SNO/MTablaVacacionesPeriodo.model.d.ts +0 -15
- package/lib/core/models/SNO/MTabulador.model.d.ts +0 -39
- package/lib/core/models/SNO/MTipoEvaluacion.model.d.ts +0 -28
- package/lib/core/models/SNO/MTipoPersonal.model.d.ts +0 -13
- package/lib/core/models/SNO/MTiposEnfermedad.model.d.ts +0 -14
- package/lib/core/models/SNO/MTrabajoAnterior.model.d.ts +0 -24
- package/lib/core/models/SNO/MUbicacionFisica.model.d.ts +0 -21
- package/lib/core/models/SNO/MVacacionesPersonal.model.d.ts +0 -40
- package/lib/core/models/SOC/charge.model.d.ts +0 -24
- package/lib/core/models/SOC/clause.model.d.ts +0 -11
- package/lib/core/models/SOC/clauseModality.model.d.ts +0 -13
- package/lib/core/models/SOC/configuracionSOC.model.d.ts +0 -20
- package/lib/core/models/SOC/service.model.d.ts +0 -16
- package/lib/core/models/SOC/serviceCharge.model.d.ts +0 -13
- package/lib/core/models/SOC/serviceType.model.d.ts +0 -11
- package/lib/core/models/SPG/UnidadAdministradoraCentral.d.ts +0 -15
- package/lib/core/models/SPG/administrativeUnit.model.d.ts +0 -58
- package/lib/core/models/SPG/comprobantePresupuestario.model.d.ts +0 -46
- package/lib/core/models/SPG/configurationSPG.model.d.ts +0 -37
- package/lib/core/models/SPG/cuentaPresupuesto.model.d.ts +0 -57
- package/lib/core/models/SPG/estructuraPresupuestaria.model.d.ts +0 -123
- package/lib/core/models/SPG/expensiveAccount.model.d.ts +0 -49
- package/lib/core/models/SPG/fuenteFinanciamiento.model.d.ts +0 -11
- package/lib/core/models/SPG/incomeStructureAccount.model.d.ts +0 -38
- package/lib/core/models/SPG/organizationType.model.d.ts +0 -9
- package/lib/core/models/SSS/component.model.d.ts +0 -16
- package/lib/core/models/SSS/group.model.d.ts +0 -16
- package/lib/core/models/SSS/log.model.d.ts +0 -15
- package/lib/core/models/SSS/securityConfiguration.model.d.ts +0 -9
- package/lib/core/models/SSS/sistema.d.ts +0 -25
- package/lib/core/models/SSS/user.model.d.ts +0 -22
- package/lib/core/models/SSS/userDetail.model.d.ts +0 -26
- package/lib/core/models/SSS/userPermit.model.d.ts +0 -18
- package/lib/core/models/SSS/userRights.model.d.ts +0 -35
- package/lib/core/models/STB/MCargosAdicionales.d.ts +0 -31
- package/lib/core/models/STB/deduction.model.d.ts +0 -30
- package/lib/core/models/STB/deductionType.model.d.ts +0 -9
- package/lib/core/models/STB/unidadTributaria.model.d.ts +0 -13
- package/lib/core/models/basic-model.model.d.ts +0 -6
- package/lib/shared/components/catalogo/catalogo.component.d.ts +0 -35
- package/lib/shared/components/catalogo-doble-input/catalogo-doble-input.component.d.ts +0 -39
- package/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.d.ts +0 -38
- package/lib/shared/components/confirm/confirm.component.d.ts +0 -21
- package/lib/shared/components/icon/icon.component.d.ts +0 -11
- package/lib/shared/components/table-select/table-select.component.d.ts +0 -39
- package/lib/shared/material/customPaginator.d.ts +0 -9
- package/lib/shared/material/material.module.d.ts +0 -48
- package/lib/shared/pipes/iso-currency.pipe.d.ts +0 -13
- package/lib/shared/shared.module.d.ts +0 -16
- package/lib/sigesp.service.d.ts +0 -1060
- package/lib/validation.service.d.ts +0 -15
- package/public-api.d.ts +0 -164
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { MBasicModel } from '../basic-model.model';
|
|
2
|
-
import { ICuentasSpSc, IEstructuras, IUnitAdministrative } from '../../interfaces/Presupuesto';
|
|
3
|
-
import { MFuenteFinanciamiento } from './fuenteFinanciamiento.model';
|
|
4
|
-
export declare class MAdministrativeUnit extends MBasicModel {
|
|
5
|
-
idEmpresa: number;
|
|
6
|
-
idEnterprise: number;
|
|
7
|
-
codigo: string;
|
|
8
|
-
denominacion: string;
|
|
9
|
-
unidadCentral: number;
|
|
10
|
-
emiteRequisicion: boolean;
|
|
11
|
-
centroCosto: string;
|
|
12
|
-
id: number;
|
|
13
|
-
denominacionUnidadCentral: string;
|
|
14
|
-
codigoUnidadCentral: string;
|
|
15
|
-
denominacionCentroCosto: string;
|
|
16
|
-
estructuras: MEstructuras[];
|
|
17
|
-
constructor(unidad?: IUnitAdministrative);
|
|
18
|
-
dataInterface(): IUnitAdministrative;
|
|
19
|
-
}
|
|
20
|
-
export declare class MEstructuras extends MBasicModel {
|
|
21
|
-
cuentaContable: string;
|
|
22
|
-
cuentaPresupuestaria: string;
|
|
23
|
-
denominacion: string;
|
|
24
|
-
estructura: string;
|
|
25
|
-
idEp1: number;
|
|
26
|
-
idEp2: number;
|
|
27
|
-
idEp3: number;
|
|
28
|
-
idEp4: number;
|
|
29
|
-
idEp5: number;
|
|
30
|
-
monto: number;
|
|
31
|
-
estatus: string;
|
|
32
|
-
codigoEep1: string;
|
|
33
|
-
codigoEep2: string;
|
|
34
|
-
codigoEep3: string;
|
|
35
|
-
codigoEep4: string;
|
|
36
|
-
codigoEep5: string;
|
|
37
|
-
denominacionEstructura: string;
|
|
38
|
-
denominacion5: string;
|
|
39
|
-
denominacion3: string;
|
|
40
|
-
idDtUni: number;
|
|
41
|
-
idUnidadAdministrativa: number;
|
|
42
|
-
fuentes: MFuenteFinanciamiento[];
|
|
43
|
-
constructor(dt?: IEstructuras);
|
|
44
|
-
dataInterface(): IEstructuras;
|
|
45
|
-
}
|
|
46
|
-
export declare class MCuentasSpSC extends MBasicModel {
|
|
47
|
-
codioCentroCosto: string;
|
|
48
|
-
codigoFFMostrar: string;
|
|
49
|
-
codigoUnidadAdministradora: string;
|
|
50
|
-
denominacionCuenta: string;
|
|
51
|
-
estructura: string;
|
|
52
|
-
cuentaContable: string;
|
|
53
|
-
cuentaPresupuestaria: string;
|
|
54
|
-
estatusClasificacion: string;
|
|
55
|
-
denominacionEstatusClasificacion: string;
|
|
56
|
-
tipo: string;
|
|
57
|
-
constructor(dt: ICuentasSpSc);
|
|
58
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { IComprobantePresupuestarioEgresos, IComprobantePresupuestarioIngresos } from '../../interfaces/ComprobantePresupuestario';
|
|
2
|
-
export declare class MComprobantePresupuestarioEgresos {
|
|
3
|
-
idEmpresa: number;
|
|
4
|
-
idEnterprise: number;
|
|
5
|
-
idComprobante: number;
|
|
6
|
-
idEp1: number;
|
|
7
|
-
idEp2: number;
|
|
8
|
-
idEp3: number;
|
|
9
|
-
idEp4: number;
|
|
10
|
-
idEp5: number;
|
|
11
|
-
SPGCuenta: number;
|
|
12
|
-
operacion: string;
|
|
13
|
-
codigoFuenteFinanciamiento: number;
|
|
14
|
-
procede_DOC: string;
|
|
15
|
-
documento: string;
|
|
16
|
-
codigoCentroCosto: string;
|
|
17
|
-
fechaComprobante: string;
|
|
18
|
-
decripcionComprobante: string;
|
|
19
|
-
montoComprobante: number;
|
|
20
|
-
orden: string;
|
|
21
|
-
numeroCompromiso: string;
|
|
22
|
-
idDetalle: number;
|
|
23
|
-
constructor(comprobante: IComprobantePresupuestarioEgresos);
|
|
24
|
-
}
|
|
25
|
-
export declare class MComprobantePresupuestarioIngresos {
|
|
26
|
-
idEmpresa: number;
|
|
27
|
-
idEnterprise: number;
|
|
28
|
-
idComprobante: number;
|
|
29
|
-
idEp1: number;
|
|
30
|
-
idEp2: number;
|
|
31
|
-
idEp3: number;
|
|
32
|
-
idEp4: number;
|
|
33
|
-
idEp5: number;
|
|
34
|
-
cuenta: number;
|
|
35
|
-
operacion: string;
|
|
36
|
-
centroCosto: string;
|
|
37
|
-
procede: string;
|
|
38
|
-
documento: string;
|
|
39
|
-
fecha: string;
|
|
40
|
-
decripcion: string;
|
|
41
|
-
monto: number;
|
|
42
|
-
orden: string;
|
|
43
|
-
numeroCompromiso: string;
|
|
44
|
-
id: number;
|
|
45
|
-
constructor(comprobante: IComprobantePresupuestarioIngresos);
|
|
46
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { IConfigurationSPG } from '../../interfaces/ConfigurationSPG';
|
|
2
|
-
import { MMonedaConfig } from '../CFG/moneda.model';
|
|
3
|
-
export declare class MConfigurationSPG {
|
|
4
|
-
cuentasPresupuestoCedentes: string;
|
|
5
|
-
cunetasPresupuestoRecaudadores: string;
|
|
6
|
-
estatusAnticipoPresupuestario: string;
|
|
7
|
-
estatusCierrePresupuestoGasto: string;
|
|
8
|
-
estatusCierrePresupuestoIngreso: string;
|
|
9
|
-
estatusIntegracionCredito: string;
|
|
10
|
-
estatusModoEstructuraPresupuestaria: string;
|
|
11
|
-
estatusPresupuestoIngreso: string;
|
|
12
|
-
estatusDecimalesPresupuestoGasto: string;
|
|
13
|
-
estatusDecimalesPresupuestoIngreso: string;
|
|
14
|
-
estatusValidacionPresupuestoGasto: string;
|
|
15
|
-
estatusVariacionPartidas: string;
|
|
16
|
-
formatoPresupuestoGasto: string;
|
|
17
|
-
formatoPresupuestoIngreso: string;
|
|
18
|
-
digitosCuentasPresupuestoContabilidadGeneralParaGastos: string;
|
|
19
|
-
idEmpresa: string;
|
|
20
|
-
IdSPG: string;
|
|
21
|
-
digitoCuentaPresupuestoContabilidadParaIngresos: string;
|
|
22
|
-
longitudesCodigoEstructuraPresupuestria: string[];
|
|
23
|
-
nivelValidacionEstructura: string;
|
|
24
|
-
nombresEstructuraPresupuestaria: string[];
|
|
25
|
-
numerosNiveles: string;
|
|
26
|
-
validacionPorEstucturaPresupuestaria: string;
|
|
27
|
-
validacionNivelCuentaGenerica: string;
|
|
28
|
-
estatusModoAperturaCuentas: string;
|
|
29
|
-
saldoInicialProgramado: string;
|
|
30
|
-
saldoInicialEjecutado: string;
|
|
31
|
-
estatusContadorCompromiso: string;
|
|
32
|
-
numeroInicialCompromiso: string;
|
|
33
|
-
moneda: MMonedaConfig;
|
|
34
|
-
codigoONAPRE: any;
|
|
35
|
-
decimalesAlternos: number;
|
|
36
|
-
constructor(configuration: IConfigurationSPG);
|
|
37
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { ICuentaEgresos } from '../../interfaces/Presupuesto';
|
|
2
|
-
import { ICuentaPresupuesto } from '../../interfaces/CuentaPresupuesto';
|
|
3
|
-
import { MBasicModel } from '../basic-model.model';
|
|
4
|
-
export declare class MCuentaPresupuesto {
|
|
5
|
-
cuenta: string;
|
|
6
|
-
denominacion: string;
|
|
7
|
-
status: string;
|
|
8
|
-
tipo: string;
|
|
9
|
-
constructor(cuentaPresupuesto: ICuentaPresupuesto);
|
|
10
|
-
}
|
|
11
|
-
export declare class MCuentaEgresos extends MBasicModel {
|
|
12
|
-
idEmpresa: number;
|
|
13
|
-
nivel: number;
|
|
14
|
-
denominacion: string;
|
|
15
|
-
cuenta: string;
|
|
16
|
-
cuentaContable: string;
|
|
17
|
-
cuentaONCOP: string;
|
|
18
|
-
clasificador: string;
|
|
19
|
-
referencia: string;
|
|
20
|
-
aumento: number;
|
|
21
|
-
asignado: number;
|
|
22
|
-
causado: number;
|
|
23
|
-
disminucion: number;
|
|
24
|
-
distribuir: number;
|
|
25
|
-
precomprometido: number;
|
|
26
|
-
pagado: number;
|
|
27
|
-
enero: number;
|
|
28
|
-
febrero: number;
|
|
29
|
-
marzo: number;
|
|
30
|
-
abril: number;
|
|
31
|
-
mayo: number;
|
|
32
|
-
junio: number;
|
|
33
|
-
julio: number;
|
|
34
|
-
agosto: number;
|
|
35
|
-
septiembre: number;
|
|
36
|
-
octubre: number;
|
|
37
|
-
noviembre: number;
|
|
38
|
-
diciembre: number;
|
|
39
|
-
idEP1: number;
|
|
40
|
-
idEP2: number;
|
|
41
|
-
idEP3: number;
|
|
42
|
-
idEP4: number;
|
|
43
|
-
idEP5: number;
|
|
44
|
-
codestpro1: string;
|
|
45
|
-
codestpro2: string;
|
|
46
|
-
codestpro3: string;
|
|
47
|
-
codestpro4: string;
|
|
48
|
-
codestpro5: string;
|
|
49
|
-
estructura: string;
|
|
50
|
-
selected: boolean;
|
|
51
|
-
isNew: boolean;
|
|
52
|
-
error: boolean;
|
|
53
|
-
status: string;
|
|
54
|
-
id: number;
|
|
55
|
-
codfuefin: number;
|
|
56
|
-
constructor(cuenta?: ICuentaEgresos, level?: number, isNew?: boolean);
|
|
57
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { IEstructuraPresupuestariaOne, IEstructuraPresupuestariaTwo, IEstructuraPresupuestariaThree, IEstructuraPresupuestariaFour, IEstructuraPresupuestariaFiveComplete, IEstructuraPresupuestariaFive, IEstructuraPresupuestariaThreeComplete } from '../../interfaces/EstructuraPresupuestaria';
|
|
2
|
-
export declare class MEstructuraPresupuestariaOne {
|
|
3
|
-
codigoEstructuraProgramatica: string;
|
|
4
|
-
denominacionEstructuraProgramatica: string;
|
|
5
|
-
estatusClasificacion: string;
|
|
6
|
-
idEmpresa: string;
|
|
7
|
-
cuentaContable: string;
|
|
8
|
-
idEstructura: string;
|
|
9
|
-
isNew: boolean;
|
|
10
|
-
constructor(eP: IEstructuraPresupuestariaOne);
|
|
11
|
-
}
|
|
12
|
-
export declare class MEstructuraPresupuestariaTwo {
|
|
13
|
-
codigoEstructuraProgramatica: string;
|
|
14
|
-
denominacionEstructuraProgramatica: string;
|
|
15
|
-
estatusClasificacion: string;
|
|
16
|
-
idEmpresa: string;
|
|
17
|
-
idEstructuraOne: string;
|
|
18
|
-
idEstructuraTwo: string;
|
|
19
|
-
isNew: boolean;
|
|
20
|
-
constructor(eP: IEstructuraPresupuestariaTwo);
|
|
21
|
-
}
|
|
22
|
-
export declare class MEstructuraPresupuestariaThree {
|
|
23
|
-
codigoCentroCosto: string;
|
|
24
|
-
codigoEstructuraProgramatica: string;
|
|
25
|
-
codigoFuenteFinanciamiento: string;
|
|
26
|
-
denominacionEstructuraProgramatica: string;
|
|
27
|
-
estatusClasificacion: string;
|
|
28
|
-
idEmpresa: string;
|
|
29
|
-
idEstructuraOne: string;
|
|
30
|
-
idEstructuraTwo: string;
|
|
31
|
-
idEstructuraThree: string;
|
|
32
|
-
isNew: boolean;
|
|
33
|
-
constructor(ep: IEstructuraPresupuestariaThree);
|
|
34
|
-
}
|
|
35
|
-
export declare class MEstructuraPresupuestariaThreeComplete {
|
|
36
|
-
idEmpresa: string;
|
|
37
|
-
idEstricturaOne: string;
|
|
38
|
-
idEstricturaTwo: string;
|
|
39
|
-
idEstricturaThree: string;
|
|
40
|
-
codigoEstructuraProgramaticaOne: string;
|
|
41
|
-
codigoEstructuraProgramaticaTwo: string;
|
|
42
|
-
codigoEstructuraProgramaticaThree: string;
|
|
43
|
-
denominacionEstructuraProgramaticaOne: string;
|
|
44
|
-
denominacionEstructuraProgramaticaTwo: string;
|
|
45
|
-
denominacionEstructuraProgramaticaThree: string;
|
|
46
|
-
estatusClasificacion: string;
|
|
47
|
-
codigoCentroCosto: string;
|
|
48
|
-
codigoFuenteFinanciamiento: string;
|
|
49
|
-
isNew: boolean;
|
|
50
|
-
constructor(ep: IEstructuraPresupuestariaThreeComplete);
|
|
51
|
-
}
|
|
52
|
-
export declare class MEstructuraPresupuestariaFour {
|
|
53
|
-
codigoEstructuraProgramatica: string;
|
|
54
|
-
denominacionEstructuraProgramatica: string;
|
|
55
|
-
estatusClasificacion: string;
|
|
56
|
-
idEmpresa: string;
|
|
57
|
-
idEstructuraOne: string;
|
|
58
|
-
idEstructuraTwo: string;
|
|
59
|
-
idEstructuraThree: string;
|
|
60
|
-
idEstructuraFour: string;
|
|
61
|
-
isNew: boolean;
|
|
62
|
-
constructor(ep: IEstructuraPresupuestariaFour);
|
|
63
|
-
}
|
|
64
|
-
export declare class MEstructuraPresupuestariaFive {
|
|
65
|
-
idEmpresa: string;
|
|
66
|
-
idEstructuraOne: string;
|
|
67
|
-
idEstructuraTwo: string;
|
|
68
|
-
idEstructuraThree: string;
|
|
69
|
-
idEstructuraFour: string;
|
|
70
|
-
idEstructuraFive: string;
|
|
71
|
-
codigoEstructuraProgramatica: string;
|
|
72
|
-
denominacionEstructuraProgramatica: string;
|
|
73
|
-
estatusClasificacion: string;
|
|
74
|
-
codigoCentroCosto: string;
|
|
75
|
-
codigoFuenteFinanciamiento: string;
|
|
76
|
-
isNew: boolean;
|
|
77
|
-
constructor(ep: IEstructuraPresupuestariaFive);
|
|
78
|
-
dataInterface(): IEstructuraPresupuestariaFive;
|
|
79
|
-
}
|
|
80
|
-
export declare class MEstructuraPresupuestariaFiveComplete {
|
|
81
|
-
codigoCentroCosto: string;
|
|
82
|
-
codigoEstructuraProgramaticaOne: string;
|
|
83
|
-
codigoEstructuraProgramaticaTwo: string;
|
|
84
|
-
codigoEstructuraProgramaticaThree: string;
|
|
85
|
-
codigoEstructuraProgramaticaFour: string;
|
|
86
|
-
codigoEstructuraProgramatica: string;
|
|
87
|
-
codigoFuenteFinanciera: string;
|
|
88
|
-
codigoFuenteFinancieraParaMostrar: string;
|
|
89
|
-
denominacionFueteFinanaciamiento: string;
|
|
90
|
-
denominacionEstructuraProgramaticaOne: string;
|
|
91
|
-
denominacionEstructuraProgramaticaTwo: string;
|
|
92
|
-
denominacionEstructuraProgramaticaThree: string;
|
|
93
|
-
denominacionEstructuraProgramaticaFour: string;
|
|
94
|
-
denominacionEstructuraProgramatica: string;
|
|
95
|
-
estatusClasificacion: string;
|
|
96
|
-
tipo: string;
|
|
97
|
-
idEmpresa: string;
|
|
98
|
-
idEstructuraOne: string;
|
|
99
|
-
idEstructuraTwo: string;
|
|
100
|
-
idEstructuraThree: string;
|
|
101
|
-
idEstructuraFor: string;
|
|
102
|
-
idEstructuraFive: string;
|
|
103
|
-
estructura: string;
|
|
104
|
-
denominacion: string;
|
|
105
|
-
level: number;
|
|
106
|
-
isNew: boolean;
|
|
107
|
-
constructor(ep: IEstructuraPresupuestariaFiveComplete, level?: number);
|
|
108
|
-
dataInterface(): IEstructuraPresupuestariaFiveComplete;
|
|
109
|
-
}
|
|
110
|
-
export declare class MAllStructure {
|
|
111
|
-
structureOne: MEstructuraPresupuestariaOne[];
|
|
112
|
-
structureTwo: MEstructuraPresupuestariaTwo[];
|
|
113
|
-
structureThree: MEstructuraPresupuestariaThree[];
|
|
114
|
-
structureFour: MEstructuraPresupuestariaFour[];
|
|
115
|
-
structureFive: MEstructuraPresupuestariaFive[];
|
|
116
|
-
constructor({ structureOne, structureTwo, structureThree, structureFour, structureFive }: {
|
|
117
|
-
structureOne: any;
|
|
118
|
-
structureTwo: any;
|
|
119
|
-
structureThree: any;
|
|
120
|
-
structureFour: any;
|
|
121
|
-
structureFive: any;
|
|
122
|
-
});
|
|
123
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { ICuentaEgresos } from '../../interfaces/CuentaEgresos';
|
|
2
|
-
import { MBasicModel } from '../basic-model.model';
|
|
3
|
-
export declare class MCuentaEgresos extends MBasicModel {
|
|
4
|
-
idEmpresa: number;
|
|
5
|
-
nivel: number;
|
|
6
|
-
denominacion: string;
|
|
7
|
-
cuenta: string;
|
|
8
|
-
cuentaContable: string;
|
|
9
|
-
cuentaONCOP: string;
|
|
10
|
-
clasificador: string;
|
|
11
|
-
referencia: string;
|
|
12
|
-
aumento: number;
|
|
13
|
-
asignado: number;
|
|
14
|
-
causado: number;
|
|
15
|
-
disminucion: number;
|
|
16
|
-
distribuir: number;
|
|
17
|
-
precomprometido: number;
|
|
18
|
-
pagado: number;
|
|
19
|
-
enero: number;
|
|
20
|
-
febrero: number;
|
|
21
|
-
marzo: number;
|
|
22
|
-
abril: number;
|
|
23
|
-
mayo: number;
|
|
24
|
-
junio: number;
|
|
25
|
-
julio: number;
|
|
26
|
-
agosto: number;
|
|
27
|
-
septiembre: number;
|
|
28
|
-
octubre: number;
|
|
29
|
-
noviembre: number;
|
|
30
|
-
diciembre: number;
|
|
31
|
-
idEP1: number;
|
|
32
|
-
idEP2: number;
|
|
33
|
-
idEP3: number;
|
|
34
|
-
idEP4: number;
|
|
35
|
-
idEP5: number;
|
|
36
|
-
codestpro1: string;
|
|
37
|
-
codestpro2: string;
|
|
38
|
-
codestpro3: string;
|
|
39
|
-
codestpro4: string;
|
|
40
|
-
codestpro5: string;
|
|
41
|
-
estructura: string;
|
|
42
|
-
selected: boolean;
|
|
43
|
-
isNew: boolean;
|
|
44
|
-
error: boolean;
|
|
45
|
-
status: string;
|
|
46
|
-
id: number;
|
|
47
|
-
codfuefin: number;
|
|
48
|
-
constructor(cuenta?: ICuentaEgresos, level?: number, isNew?: boolean);
|
|
49
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IFuenteFinanciamiento } from '../../interfaces/FuenteFinanciamiento';
|
|
2
|
-
import { MBasicModel } from '../basic-model.model';
|
|
3
|
-
export declare class MFuenteFinanciamiento extends MBasicModel {
|
|
4
|
-
codigoFuenteFinanciamiento: string;
|
|
5
|
-
denominacionFuenteFinanciamiento: string;
|
|
6
|
-
explicacionFuenteFinanciamiento: string;
|
|
7
|
-
idEmpresa: string;
|
|
8
|
-
codigo: string;
|
|
9
|
-
constructor(fuente?: IFuenteFinanciamiento);
|
|
10
|
-
dataInterface(): IFuenteFinanciamiento;
|
|
11
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { IIncomeStructureAccount } from '../../interfaces/CuentaIngresoEstructura';
|
|
2
|
-
export declare class MIncomeStructureAccount {
|
|
3
|
-
idEmpresa: number;
|
|
4
|
-
idEP1: string;
|
|
5
|
-
idEP2: string;
|
|
6
|
-
idEP3: string;
|
|
7
|
-
idEP4: string;
|
|
8
|
-
idEP5: string;
|
|
9
|
-
codestpro1: string;
|
|
10
|
-
codestpro2: string;
|
|
11
|
-
codestpro3: string;
|
|
12
|
-
codestpro4: string;
|
|
13
|
-
codestpro5: string;
|
|
14
|
-
denestpro1: string;
|
|
15
|
-
denestpro2: string;
|
|
16
|
-
denestpro3: string;
|
|
17
|
-
denestpro4: string;
|
|
18
|
-
denestpro5: string;
|
|
19
|
-
cuenta: string;
|
|
20
|
-
previsto: number;
|
|
21
|
-
enero: number;
|
|
22
|
-
febrero: number;
|
|
23
|
-
marzo: number;
|
|
24
|
-
abril: number;
|
|
25
|
-
mayo: number;
|
|
26
|
-
junio: number;
|
|
27
|
-
julio: number;
|
|
28
|
-
agosto: number;
|
|
29
|
-
septiembre: number;
|
|
30
|
-
octubre: number;
|
|
31
|
-
noviembre: number;
|
|
32
|
-
diciembre: number;
|
|
33
|
-
new: boolean;
|
|
34
|
-
structure: string;
|
|
35
|
-
distribuir: number;
|
|
36
|
-
denominacion: string;
|
|
37
|
-
constructor(account: IIncomeStructureAccount, level: number);
|
|
38
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { IComponent } from '../../interfaces/Seguridad';
|
|
2
|
-
import { MBasicModel } from '../basic-model.model';
|
|
3
|
-
export declare class MComponent extends MBasicModel {
|
|
4
|
-
id: number;
|
|
5
|
-
systemCode: string;
|
|
6
|
-
name: string;
|
|
7
|
-
internalName: string;
|
|
8
|
-
url: string;
|
|
9
|
-
type: number;
|
|
10
|
-
icon: string;
|
|
11
|
-
order: number;
|
|
12
|
-
fatherId: number;
|
|
13
|
-
children: MComponent[];
|
|
14
|
-
constructor(comp?: IComponent);
|
|
15
|
-
interface(): IComponent;
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { MBasicModel } from '../basic-model.model';
|
|
2
|
-
import { IGroup } from '../../interfaces/Seguridad';
|
|
3
|
-
import { MRights } from './userRights.model';
|
|
4
|
-
import { MUserDetail } from './userDetail.model';
|
|
5
|
-
export declare class MGroup extends MBasicModel {
|
|
6
|
-
id: number;
|
|
7
|
-
code: string;
|
|
8
|
-
name: string;
|
|
9
|
-
status: boolean;
|
|
10
|
-
notes: string;
|
|
11
|
-
users: MUserDetail[];
|
|
12
|
-
deletedUsers: MUserDetail[];
|
|
13
|
-
rights: MRights[];
|
|
14
|
-
constructor(group?: IGroup);
|
|
15
|
-
deleteAll(): void;
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MBasicModel } from '../basic-model.model';
|
|
2
|
-
import { ILog } from '../../interfaces/Seguridad';
|
|
3
|
-
export declare class MLog extends MBasicModel {
|
|
4
|
-
id_usuario: number;
|
|
5
|
-
id_component: number;
|
|
6
|
-
codsis: string;
|
|
7
|
-
evento: string;
|
|
8
|
-
deslog: string;
|
|
9
|
-
equlog: string;
|
|
10
|
-
fecsys: string;
|
|
11
|
-
feclog: string;
|
|
12
|
-
id_empresa: number;
|
|
13
|
-
id_log: number;
|
|
14
|
-
constructor(record?: ILog);
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { MBasicModel } from '../basic-model.model';
|
|
2
|
-
import { IConfigSSS } from '../../interfaces/Seguridad';
|
|
3
|
-
export declare class MConfigSSS extends MBasicModel {
|
|
4
|
-
id: number;
|
|
5
|
-
blockTime: number;
|
|
6
|
-
chances: number;
|
|
7
|
-
blockUsers: boolean;
|
|
8
|
-
constructor(config?: IConfigSSS);
|
|
9
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { MBasicModel } from '../basic-model.model';
|
|
2
|
-
import { ISistema, IUsuarioSistema } from '../../interfaces/Sistema';
|
|
3
|
-
import { MUserDetail } from './userDetail.model';
|
|
4
|
-
export declare class MSistema extends MBasicModel {
|
|
5
|
-
nombre: string;
|
|
6
|
-
codigo: string;
|
|
7
|
-
estado: string;
|
|
8
|
-
imagen: string;
|
|
9
|
-
usuarios: MUserDetail[];
|
|
10
|
-
eliminados: MUserDetail[];
|
|
11
|
-
constructor(sis?: ISistema);
|
|
12
|
-
dataInterface(): ISistema;
|
|
13
|
-
}
|
|
14
|
-
export declare class MUsuarioSistema extends MBasicModel {
|
|
15
|
-
idEmpresa: number;
|
|
16
|
-
idUsuario: number;
|
|
17
|
-
codigoSistema: string;
|
|
18
|
-
nombreSistema: string;
|
|
19
|
-
estausSistema: number;
|
|
20
|
-
imagenSistema: string;
|
|
21
|
-
ruta: string;
|
|
22
|
-
tipoSistema: number;
|
|
23
|
-
constructor(sis?: IUsuarioSistema);
|
|
24
|
-
dataInterface(): IUsuarioSistema;
|
|
25
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { IUsuario, IConexionDB, IEmpresa } from '../../interfaces/Usuario';
|
|
2
|
-
import { MBasicModel } from '../basic-model.model';
|
|
3
|
-
export declare class MUsuario extends MBasicModel {
|
|
4
|
-
nombre: string;
|
|
5
|
-
apellido: string;
|
|
6
|
-
conexionDB: IConexionDB;
|
|
7
|
-
enterprise: number;
|
|
8
|
-
empresa: IEmpresa;
|
|
9
|
-
token: string;
|
|
10
|
-
foto: string;
|
|
11
|
-
id: number;
|
|
12
|
-
procede?: string;
|
|
13
|
-
codsis?: string;
|
|
14
|
-
nomina?: number;
|
|
15
|
-
periodo?: number;
|
|
16
|
-
carpeta?: string;
|
|
17
|
-
sistema?: string;
|
|
18
|
-
fuente?: string;
|
|
19
|
-
private interface;
|
|
20
|
-
constructor(user?: IUsuario);
|
|
21
|
-
getInterface(): IUsuario;
|
|
22
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { MBasicModel } from '../basic-model.model';
|
|
2
|
-
import { IUserDetail } from '../../interfaces/Seguridad';
|
|
3
|
-
import { MRights } from '../SSS/userRights.model';
|
|
4
|
-
export declare class MUserDetail extends MBasicModel {
|
|
5
|
-
id: number;
|
|
6
|
-
idCompany: number;
|
|
7
|
-
idEnterprise: number;
|
|
8
|
-
lastName: string;
|
|
9
|
-
identification: string;
|
|
10
|
-
username: string;
|
|
11
|
-
email: string;
|
|
12
|
-
status: number;
|
|
13
|
-
blockDate: string;
|
|
14
|
-
passDate: string;
|
|
15
|
-
birthday: string;
|
|
16
|
-
registrationDate: string;
|
|
17
|
-
photo: string;
|
|
18
|
-
name: string;
|
|
19
|
-
notes: string;
|
|
20
|
-
password: string;
|
|
21
|
-
telephone: string;
|
|
22
|
-
admin: boolean;
|
|
23
|
-
rights: MRights[];
|
|
24
|
-
constructor(user?: IUserDetail);
|
|
25
|
-
turnToInterface(): IUserDetail;
|
|
26
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { MBasicModel } from '../basic-model.model';
|
|
2
|
-
import { IUserPermit } from '../../interfaces/Seguridad';
|
|
3
|
-
export declare class MUserPermit extends MBasicModel {
|
|
4
|
-
id: number;
|
|
5
|
-
systemCode: string;
|
|
6
|
-
internalPermit: string;
|
|
7
|
-
active: boolean;
|
|
8
|
-
userData: {
|
|
9
|
-
id: number;
|
|
10
|
-
name: string;
|
|
11
|
-
lastname: string;
|
|
12
|
-
username: string;
|
|
13
|
-
};
|
|
14
|
-
descripcion: string;
|
|
15
|
-
id_record: number;
|
|
16
|
-
constructor(permit?: IUserPermit);
|
|
17
|
-
interface(): IUserPermit;
|
|
18
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { MBasicModel } from '../basic-model.model';
|
|
2
|
-
import { IRights } from '../../interfaces/Seguridad';
|
|
3
|
-
export declare class MRights extends MBasicModel {
|
|
4
|
-
id: number;
|
|
5
|
-
userId: number;
|
|
6
|
-
groupId: number;
|
|
7
|
-
componentId: number;
|
|
8
|
-
systemCode: string;
|
|
9
|
-
admin: boolean;
|
|
10
|
-
insert: boolean;
|
|
11
|
-
update: boolean;
|
|
12
|
-
get: boolean;
|
|
13
|
-
delete: boolean;
|
|
14
|
-
cancel: boolean;
|
|
15
|
-
download: boolean;
|
|
16
|
-
executeProcess: boolean;
|
|
17
|
-
sendEmail: boolean;
|
|
18
|
-
print: boolean;
|
|
19
|
-
visible: boolean;
|
|
20
|
-
aprobar: boolean;
|
|
21
|
-
revaprobar: boolean;
|
|
22
|
-
anular_sc: boolean;
|
|
23
|
-
revanular_sc: boolean;
|
|
24
|
-
contabilizar: boolean;
|
|
25
|
-
revcontabilizar: boolean;
|
|
26
|
-
anular_c: boolean;
|
|
27
|
-
revanular_c: boolean;
|
|
28
|
-
children: MRights[];
|
|
29
|
-
icon: string;
|
|
30
|
-
componentName: string;
|
|
31
|
-
all: boolean;
|
|
32
|
-
fatherId: number;
|
|
33
|
-
constructor(right?: IRights);
|
|
34
|
-
interface(): IRights;
|
|
35
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ICargoAdicional } from "../../interfaces/Tributos";
|
|
2
|
-
import { MBasicModel } from "../basic-model.model";
|
|
3
|
-
export declare class MCargosAdicionales extends MBasicModel {
|
|
4
|
-
isNew: boolean;
|
|
5
|
-
error: boolean;
|
|
6
|
-
idEmpresa: number;
|
|
7
|
-
id: number;
|
|
8
|
-
codigo: string;
|
|
9
|
-
denominacion: string;
|
|
10
|
-
codigoEstruraPresupuestaria: string;
|
|
11
|
-
porcentaje: number;
|
|
12
|
-
formula: string;
|
|
13
|
-
tipo: number;
|
|
14
|
-
cuenta: string;
|
|
15
|
-
idEp1: number;
|
|
16
|
-
idEp2: number;
|
|
17
|
-
idEp3: number;
|
|
18
|
-
idEp4: number;
|
|
19
|
-
idEp5: number;
|
|
20
|
-
denominacionCuenta: string;
|
|
21
|
-
idUnidadOrganizativa: number;
|
|
22
|
-
codigoUnidadOrganizativa: string;
|
|
23
|
-
denominacionUnidadOrganizativa: string;
|
|
24
|
-
codigoCentroCosto: string;
|
|
25
|
-
denominacionCentroCosto: string;
|
|
26
|
-
codigoFuenteFinanciamiento: number;
|
|
27
|
-
codigoFuenteFinanciamientoMostrar: string;
|
|
28
|
-
denominacionFuenteFinanciamiento: string;
|
|
29
|
-
constructor(charge?: ICargoAdicional);
|
|
30
|
-
dataInterface(): ICargoAdicional;
|
|
31
|
-
}
|