sigesp 0.9.5-210331 → 0.9.6-2022-12-04
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/bundles/sigesp.umd.js +11012 -1633
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -15
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/app/app.component.js +1 -1
- package/esm2015/lib/app/app.module.js +5 -1
- package/esm2015/lib/core/interfaces/Auditoria.js +49 -0
- package/esm2015/lib/core/interfaces/Banco.js +1 -1
- package/esm2015/lib/core/interfaces/Catalogo.js +1 -1
- package/esm2015/lib/core/interfaces/CentroCosto.js +1 -1
- package/esm2015/lib/core/interfaces/Clasificacion.js +1 -1
- package/esm2015/lib/core/interfaces/ComprobantePresupuestario.js +1 -1
- package/esm2015/lib/core/interfaces/Comunidad.js +1 -1
- package/esm2015/lib/core/interfaces/Configuracion.js +2 -0
- package/esm2015/lib/core/interfaces/ConfiguracionRPC.js +1 -1
- package/esm2015/lib/core/interfaces/ConfiguracionSCG.js +1 -1
- package/esm2015/lib/core/interfaces/ConfigurationSPG.js +1 -1
- package/esm2015/lib/core/interfaces/Constantes.js +350 -0
- package/esm2015/lib/core/interfaces/CuentaEgresos.js +1 -1
- package/esm2015/lib/core/interfaces/CuentaIngreso.js +1 -1
- package/esm2015/lib/core/interfaces/CuentaIngresoEstructura.js +1 -1
- package/esm2015/lib/core/interfaces/CuentaInstitucional.js +1 -1
- package/esm2015/lib/core/interfaces/CuentaPresupuesto.js +1 -1
- package/esm2015/lib/core/interfaces/CuentasPorPagar.js +1 -1
- package/esm2015/lib/core/interfaces/Documento.js +1 -1
- package/esm2015/lib/core/interfaces/EntradaSuministro.js +2 -0
- package/esm2015/lib/core/interfaces/Especialidad.js +1 -1
- package/esm2015/lib/core/interfaces/EstructuraPresupuestaria.js +1 -1
- package/esm2015/lib/core/interfaces/FuenteFinanciamiento.js +1 -1
- package/esm2015/lib/core/interfaces/IBancoCuentasPorPagar.js +2 -0
- package/esm2015/lib/core/interfaces/ITipoDepositos.js +2 -0
- package/esm2015/lib/core/interfaces/Integracion.js +1 -1
- package/esm2015/lib/core/interfaces/Lugares.js +1 -1
- package/esm2015/lib/core/interfaces/Moneda.js +1 -1
- package/esm2015/lib/core/interfaces/Nomina.js +27 -0
- package/esm2015/lib/core/interfaces/PlanUnicoCuenta.js +1 -1
- package/esm2015/lib/core/interfaces/Presupuesto.js +1 -1
- package/esm2015/lib/core/interfaces/Proveedor.js +1 -1
- package/esm2015/lib/core/interfaces/RecursosHumanos.js +4 -0
- package/esm2015/lib/core/interfaces/Request.js +1 -1
- package/esm2015/lib/core/interfaces/Response.js +1 -1
- package/esm2015/lib/core/interfaces/Seguridad.js +1 -1
- package/esm2015/lib/core/interfaces/Servicios.js +1 -1
- package/esm2015/lib/core/interfaces/Sistema.js +1 -1
- package/esm2015/lib/core/interfaces/Tributos.js +1 -1
- package/esm2015/lib/core/interfaces/UnidadTributaria.js +1 -1
- package/esm2015/lib/core/interfaces/Usuario.js +1 -1
- package/esm2015/lib/core/interfaces/UsuarioPrefijo.js +1 -1
- package/esm2015/lib/core/models/CFG/Empresa.model.js +109 -0
- package/esm2015/lib/core/models/CFG/comunidad.model.js +15 -0
- package/esm2015/lib/core/models/CFG/locations.model.js +133 -0
- package/esm2015/lib/core/models/CXP/MConceptosCXP.model.js +31 -0
- package/esm2015/lib/core/models/CXP/MTipoDocumentoCXP.model.js +41 -0
- package/esm2015/lib/core/models/RPC/clasification.model.js +14 -0
- package/esm2015/lib/core/models/RPC/configuracionRPC.model.js +23 -0
- package/esm2015/lib/core/models/RPC/document.model.js +16 -0
- package/esm2015/lib/core/models/RPC/proveedores.model.js +9 -0
- package/esm2015/lib/core/models/RPC/providerBeneficiary.model.js +154 -0
- package/esm2015/lib/core/models/RPC/specialty.model.js +12 -0
- package/esm2015/lib/core/models/SCB/bank.model.js +175 -0
- package/esm2015/lib/core/models/SCG/IncomeAccount.js +81 -0
- package/esm2015/lib/core/models/SCG/accountMarriage.model.js +11 -0
- package/esm2015/lib/core/models/SCG/centroCosto.model.js +7 -0
- package/esm2015/lib/core/models/SCG/configuracionSCG.model.js +169 -0
- package/esm2015/lib/core/models/SCG/cuentaInstitucional.model.js +26 -0
- package/esm2015/lib/core/models/SCG/planUnicoCuenta.model.js +7 -0
- package/esm2015/lib/core/models/SIV/MDetaContable.model.js +62 -0
- package/esm2015/lib/core/models/SIV/MDetaEntrada.model.js +94 -0
- package/esm2015/lib/core/models/SIV/MEntradaSuministro.model.js +132 -0
- package/esm2015/lib/core/models/SIV/MTipoDepositos.model.js +61 -0
- package/esm2015/lib/core/models/SNO/MAnticipoPrestaciones.model.js +97 -0
- package/esm2015/lib/core/models/SNO/MArchivoTxtCampo.model.js +58 -0
- package/esm2015/lib/core/models/SNO/MArchivosTxt.model.js +38 -0
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +192 -0
- package/esm2015/lib/core/models/SNO/MAspectoEvaluacion.model.js +84 -0
- package/esm2015/lib/core/models/SNO/MAuditoria.model.js +58 -0
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +81 -0
- package/esm2015/lib/core/models/SNO/MCargaMasiva.model.js +34 -0
- package/esm2015/lib/core/models/SNO/MCargosPersonal.model.js +88 -0
- package/esm2015/lib/core/models/SNO/MClasificacionObrero.mdel.js +43 -0
- package/esm2015/lib/core/models/SNO/MCodigoUnicoRac.model.js +36 -0
- package/esm2015/lib/core/models/SNO/MComponete.model.js +35 -0
- package/esm2015/lib/core/models/SNO/MConceptoVacaciones.model.js +82 -0
- package/esm2015/lib/core/models/SNO/MConceptosNomina.model.js +217 -0
- package/esm2015/lib/core/models/SNO/MConceptosPersonalNomina.model.js +94 -0
- package/esm2015/lib/core/models/SNO/MConcursante.model.js +302 -0
- package/esm2015/lib/core/models/SNO/MConcurso.model.js +234 -0
- package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +389 -0
- package/esm2015/lib/core/models/SNO/MConstanteNomina.model.js +64 -0
- package/esm2015/lib/core/models/SNO/MConstantePersonalNomina.model.js +76 -0
- package/esm2015/lib/core/models/SNO/MDedicacion.model.js +32 -0
- package/esm2015/lib/core/models/SNO/MDefinicionNomina.model.js +339 -0
- package/esm2015/lib/core/models/SNO/MDefinicionesBasicas.model.js +75 -0
- package/esm2015/lib/core/models/SNO/MDeudaAnterior.model.js +37 -0
- package/esm2015/lib/core/models/SNO/MEncargaduria.model.js +135 -0
- package/esm2015/lib/core/models/SNO/MEscalaEvaluacion.model.js +35 -0
- package/esm2015/lib/core/models/SNO/MEscalaEvaluacionDt.model.js +34 -0
- package/esm2015/lib/core/models/SNO/MEstructuraOrganizativa.model.js +109 -0
- package/esm2015/lib/core/models/SNO/MFamiliares.model.js +83 -0
- package/esm2015/lib/core/models/SNO/MFeriados.model.js +43 -0
- package/esm2015/lib/core/models/SNO/MFideicomiso.model.js +388 -0
- package/esm2015/lib/core/models/SNO/MFormacionAcademica.model.js +46 -0
- package/esm2015/lib/core/models/SNO/MGrado.model.js +44 -0
- package/esm2015/lib/core/models/SNO/MHojaTiempo.model.js +112 -0
- package/esm2015/lib/core/models/SNO/MImpuestoSobreRenta.model.js +70 -0
- package/esm2015/lib/core/models/SNO/MMetodoBanco.model.js +99 -0
- package/esm2015/lib/core/models/SNO/MNominaSimple.model.js +79 -0
- package/esm2015/lib/core/models/SNO/MPeriodoNomina.model.js +92 -0
- package/esm2015/lib/core/models/SNO/MPermisos.model.js +65 -0
- package/esm2015/lib/core/models/SNO/MPersonal.model.js +579 -0
- package/esm2015/lib/core/models/SNO/MPersonalJubilado.model.js +46 -0
- package/esm2015/lib/core/models/SNO/MPersonalNomina.model.js +298 -0
- package/esm2015/lib/core/models/SNO/MPlanHorario.model.js +131 -0
- package/esm2015/lib/core/models/SNO/MPlantillaConstancia.model.js +31 -0
- package/esm2015/lib/core/models/SNO/MPrestamo.model.js +212 -0
- package/esm2015/lib/core/models/SNO/MPrimaGrados.model.js +40 -0
- package/esm2015/lib/core/models/SNO/MPrimasConcepto.model.js +40 -0
- package/esm2015/lib/core/models/SNO/MRango.model.js +40 -0
- package/esm2015/lib/core/models/SNO/MReportesRRHH.js +402 -0
- package/esm2015/lib/core/models/SNO/MRequisitosConcursante.model.js +43 -0
- package/esm2015/lib/core/models/SNO/MRequisitosConcursos.model.js +34 -0
- package/esm2015/lib/core/models/SNO/MRequisitosMinimos.model.js +107 -0
- package/esm2015/lib/core/models/SNO/MSalarioHistorico.model.js +67 -0
- package/esm2015/lib/core/models/SNO/MSolicitudEmpleo.model.js +118 -0
- package/esm2015/lib/core/models/SNO/MTablaVacaciones.model.js +54 -0
- package/esm2015/lib/core/models/SNO/MTablaVacacionesPeriodo.model.js +37 -0
- package/esm2015/lib/core/models/SNO/MTabulador.model.js +90 -0
- package/esm2015/lib/core/models/SNO/MTipoEvaluacion.model.js +69 -0
- package/esm2015/lib/core/models/SNO/MTipoPersonal.model.js +31 -0
- package/esm2015/lib/core/models/SNO/MTiposEnfermedad.model.js +34 -0
- package/esm2015/lib/core/models/SNO/MTrabajoAnterior.model.js +62 -0
- package/esm2015/lib/core/models/SNO/MUbicacionFisica.model.js +58 -0
- package/esm2015/lib/core/models/SNO/MVacacionesPersonal.model.js +112 -0
- package/esm2015/lib/core/models/SNO/McargaFamiliar.model.js +49 -0
- package/esm2015/lib/core/models/SOC/charge.model.js +63 -0
- package/esm2015/lib/core/models/SOC/clause.model.js +25 -0
- package/esm2015/lib/core/models/SOC/clauseModality.model.js +29 -0
- package/esm2015/lib/core/models/SOC/configuracionSOC.model.js +56 -0
- package/esm2015/lib/core/models/SOC/service.model.js +40 -0
- package/esm2015/lib/core/models/SOC/serviceCharge.model.js +18 -22
- package/esm2015/lib/core/models/SOC/serviceType.model.js +22 -0
- package/esm2015/lib/core/models/SPG/administrativeUnit.model.js +1 -1
- package/esm2015/lib/core/models/SPG/comprobantePresupuestario.model.js +47 -0
- package/esm2015/lib/core/models/SPG/configurationSPG.model.js +55 -0
- package/esm2015/lib/core/models/SPG/cuentaPresupuesto.model.js +13 -0
- package/esm2015/lib/core/models/SPG/estructuraPresupuestaria.model.js +132 -0
- package/esm2015/lib/core/models/SPG/expensiveAccount.model.js +40 -0
- package/esm2015/lib/core/models/SPG/fuenteFinanciamiento.model.js +10 -0
- package/esm2015/lib/core/models/SPG/incomeStructureAccount.model.js +81 -0
- package/esm2015/lib/core/models/SPG/organizationType.model.js +12 -0
- package/esm2015/lib/core/models/SSS/component.model.js +1 -1
- package/esm2015/lib/core/models/SSS/group.model.js +2 -2
- package/esm2015/lib/core/models/SSS/log.model.js +29 -0
- package/esm2015/lib/core/models/SSS/securityConfiguration.model.js +20 -0
- package/esm2015/lib/core/models/SSS/sistema.js +15 -0
- package/esm2015/lib/core/models/SSS/user.model.js +29 -0
- package/esm2015/lib/core/models/SSS/userDetail.model.js +70 -0
- package/esm2015/lib/core/models/SSS/userPermit.model.js +5 -1
- package/esm2015/lib/core/models/SSS/userPrefix.model.js +15 -0
- package/esm2015/lib/core/models/SSS/userRights.model.js +25 -1
- package/esm2015/lib/core/models/STB/deduction.model.js +78 -0
- package/esm2015/lib/core/models/STB/deductionType.model.js +20 -0
- package/esm2015/lib/core/models/STB/moneda.model.js +27 -0
- package/esm2015/lib/core/models/STB/unidadTributaria.model.js +14 -0
- package/esm2015/lib/core/models/basic-model.model.js +1 -1
- package/esm2015/lib/shared/components/catalogo/catalogo.component.js +1 -1
- package/esm2015/lib/shared/components/catalogo-doble-input/catalogo-doble-input.component.js +1 -1
- package/esm2015/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.js +1 -1
- package/esm2015/lib/shared/components/confirm/confirm.component.js +1 -1
- package/esm2015/lib/shared/components/icon/icon.component.js +1 -1
- package/esm2015/lib/shared/components/table-select/table-select.component.js +18 -3
- package/esm2015/lib/shared/material/customPaginator.js +1 -1
- package/esm2015/lib/shared/material/material.module.js +1 -1
- package/esm2015/lib/shared/pipes/iso-currency.pipe.js +1 -1
- package/esm2015/lib/shared/shared.module.js +5 -1
- package/esm2015/lib/sigesp.service.js +592 -124
- package/esm2015/lib/validation.service.js +1 -1
- package/esm2015/public-api.js +127 -41
- package/esm2015/sigesp.js +11 -11
- package/fesm2015/sigesp.js +10538 -1755
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Auditoria.d.ts +18 -0
- package/lib/core/interfaces/Banco.d.ts +548 -0
- package/lib/core/interfaces/Configuracion.d.ts +34 -0
- package/lib/core/interfaces/ConfiguracionSCG.d.ts +1 -0
- package/lib/core/interfaces/Constantes.d.ts +78 -0
- package/lib/core/interfaces/CuentasPorPagar.d.ts +19 -0
- package/lib/core/interfaces/EntradaSuministro.d.ts +87 -0
- package/lib/core/interfaces/IBancoCuentasPorPagar.d.ts +186 -0
- package/lib/core/interfaces/ITipoDepositos.d.ts +17 -0
- package/lib/core/interfaces/Lugares.d.ts +8 -0
- package/lib/core/interfaces/Nomina.d.ts +500 -0
- package/lib/core/interfaces/Proveedor.d.ts +2 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +1483 -0
- package/lib/core/interfaces/Seguridad.d.ts +22 -0
- package/lib/core/interfaces/Servicios.d.ts +14 -2
- package/lib/core/interfaces/Tributos.d.ts +8 -0
- package/lib/core/interfaces/Usuario.d.ts +18 -0
- package/lib/core/models/CFG/Empresa.model.d.ts +38 -0
- package/lib/core/models/{comunidad.model.d.ts → CFG/comunidad.model.d.ts} +1 -1
- package/lib/core/models/CFG/locations.model.d.ts +46 -0
- package/lib/core/models/CXP/MConceptosCXP.model.d.ts +11 -0
- package/lib/core/models/CXP/MTipoDocumentoCXP.model.d.ts +15 -0
- package/lib/core/models/{clasification.model.d.ts → RPC/clasification.model.d.ts} +1 -1
- package/lib/core/models/{configuracionRPC.model.d.ts → RPC/configuracionRPC.model.d.ts} +1 -1
- package/lib/core/models/{document.model.d.ts → RPC/document.model.d.ts} +1 -1
- package/lib/core/models/{proveedores.model.d.ts → RPC/proveedores.model.d.ts} +1 -1
- package/lib/core/models/{providerBeneficiary.model.d.ts → RPC/providerBeneficiary.model.d.ts} +6 -2
- package/lib/core/models/{specialty.model.d.ts → RPC/specialty.model.d.ts} +1 -1
- package/lib/core/models/SCB/bank.model.d.ts +61 -0
- package/lib/core/models/{IncomeAccount.d.ts → SCG/IncomeAccount.d.ts} +1 -1
- package/lib/core/models/{accountMarriage.model.d.ts → SCG/accountMarriage.model.d.ts} +1 -1
- package/lib/core/models/{centroCosto.model.d.ts → SCG/centroCosto.model.d.ts} +1 -1
- package/lib/core/models/{configuracionSCG.model.d.ts → SCG/configuracionSCG.model.d.ts} +20 -17
- package/lib/core/models/{cuentaInstitucional.model.d.ts → SCG/cuentaInstitucional.model.d.ts} +1 -1
- package/lib/core/models/{planUnicoCuenta.model.d.ts → SCG/planUnicoCuenta.model.d.ts} +1 -1
- package/lib/core/models/SIV/MDetaContable.model.d.ts +21 -0
- package/lib/core/models/SIV/MDetaEntrada.model.d.ts +33 -0
- package/lib/core/models/SIV/MEntradaSuministro.model.d.ts +47 -0
- package/lib/core/models/SIV/MTipoDepositos.model.d.ts +21 -0
- package/lib/core/models/SNO/MAnticipoPrestaciones.model.d.ts +31 -0
- package/lib/core/models/SNO/MArchivoTxtCampo.model.d.ts +20 -0
- package/lib/core/models/SNO/MArchivosTxt.model.d.ts +14 -0
- package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +73 -0
- package/lib/core/models/SNO/MAspectoEvaluacion.model.d.ts +28 -0
- package/lib/core/models/SNO/MAuditoria.model.d.ts +20 -0
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +31 -0
- package/lib/core/models/SNO/MCargaMasiva.model.d.ts +12 -0
- package/lib/core/models/SNO/MCargosPersonal.model.d.ts +36 -0
- package/lib/core/models/SNO/MClasificacionObrero.mdel.d.ts +15 -0
- package/lib/core/models/SNO/MCodigoUnicoRac.model.d.ts +13 -0
- package/lib/core/models/SNO/MComponete.model.d.ts +13 -0
- package/lib/core/models/SNO/MConceptoVacaciones.model.d.ts +29 -0
- package/lib/core/models/SNO/MConceptosNomina.model.d.ts +72 -0
- package/lib/core/models/SNO/MConceptosPersonalNomina.model.d.ts +33 -0
- package/lib/core/models/SNO/MConcursante.model.d.ts +99 -0
- package/lib/core/models/SNO/MConcurso.model.d.ts +79 -0
- package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +131 -0
- package/lib/core/models/SNO/MConstanteNomina.model.d.ts +22 -0
- package/lib/core/models/SNO/MConstantePersonalNomina.model.d.ts +26 -0
- package/lib/core/models/SNO/MDedicacion.model.d.ts +12 -0
- package/lib/core/models/SNO/MDefinicionNomina.model.d.ts +129 -0
- package/lib/core/models/SNO/MDefinicionesBasicas.model.d.ts +23 -0
- package/lib/core/models/SNO/MDeudaAnterior.model.d.ts +13 -0
- package/lib/core/models/SNO/MEncargaduria.model.d.ts +46 -0
- package/lib/core/models/SNO/MEscalaEvaluacion.model.d.ts +14 -0
- package/lib/core/models/SNO/MEscalaEvaluacionDt.model.d.ts +13 -0
- package/lib/core/models/SNO/MEstructuraOrganizativa.model.d.ts +38 -0
- package/lib/core/models/SNO/MFamiliares.model.d.ts +30 -0
- package/lib/core/models/SNO/MFeriados.model.d.ts +16 -0
- package/lib/core/models/SNO/MFideicomiso.model.d.ts +135 -0
- package/lib/core/models/SNO/MFormacionAcademica.model.d.ts +17 -0
- package/lib/core/models/SNO/MGrado.model.d.ts +17 -0
- package/lib/core/models/SNO/MHojaTiempo.model.d.ts +38 -0
- package/lib/core/models/SNO/MImpuestoSobreRenta.model.d.ts +24 -0
- package/lib/core/models/SNO/MMetodoBanco.model.d.ts +33 -0
- package/lib/core/models/SNO/MNominaSimple.model.d.ts +32 -0
- package/lib/core/models/SNO/MPeriodoNomina.model.d.ts +25 -0
- package/lib/core/models/SNO/MPermisos.model.d.ts +23 -0
- package/lib/core/models/SNO/MPersonal.model.d.ts +196 -0
- package/lib/core/models/SNO/MPersonalJubilado.model.d.ts +16 -0
- package/lib/core/models/SNO/MPersonalNomina.model.d.ts +93 -0
- package/lib/core/models/SNO/MPlanHorario.model.d.ts +46 -0
- package/lib/core/models/SNO/MPlantillaConstancia.model.d.ts +11 -0
- package/lib/core/models/SNO/MPrestamo.model.d.ts +66 -0
- package/lib/core/models/SNO/MPrimaGrados.model.d.ts +14 -0
- package/lib/core/models/SNO/MPrimasConcepto.model.d.ts +14 -0
- package/lib/core/models/SNO/MRango.model.d.ts +14 -0
- package/lib/core/models/SNO/MReportesRRHH.d.ts +130 -0
- package/lib/core/models/SNO/MRequisitosConcursante.model.d.ts +15 -0
- package/lib/core/models/SNO/MRequisitosConcursos.model.d.ts +13 -0
- package/lib/core/models/SNO/MRequisitosMinimos.model.d.ts +37 -0
- package/lib/core/models/SNO/MSalarioHistorico.model.d.ts +24 -0
- package/lib/core/models/SNO/MSolicitudEmpleo.model.d.ts +41 -0
- package/lib/core/models/SNO/MTablaVacaciones.model.d.ts +14 -0
- package/lib/core/models/SNO/MTablaVacacionesPeriodo.model.d.ts +14 -0
- package/lib/core/models/SNO/MTabulador.model.d.ts +37 -0
- package/lib/core/models/SNO/MTipoEvaluacion.model.d.ts +26 -0
- package/lib/core/models/SNO/MTipoPersonal.model.d.ts +12 -0
- package/lib/core/models/SNO/MTiposEnfermedad.model.d.ts +13 -0
- package/lib/core/models/SNO/MTrabajoAnterior.model.d.ts +23 -0
- package/lib/core/models/SNO/MUbicacionFisica.model.d.ts +20 -0
- package/lib/core/models/SNO/MVacacionesPersonal.model.d.ts +39 -0
- package/lib/core/models/SNO/McargaFamiliar.model.d.ts +17 -0
- package/lib/core/models/{charge.model.d.ts → SOC/charge.model.d.ts} +2 -2
- package/lib/core/models/{clause.model.d.ts → SOC/clause.model.d.ts} +2 -2
- package/lib/core/models/{clauseModality.model.d.ts → SOC/clauseModality.model.d.ts} +2 -2
- package/lib/core/models/{configuracionSOC.model.d.ts → SOC/configuracionSOC.model.d.ts} +6 -2
- package/lib/core/models/{service.model.d.ts → SOC/service.model.d.ts} +5 -4
- package/lib/core/models/SOC/serviceCharge.model.d.ts +4 -10
- package/lib/core/models/{serviceType.model.d.ts → SOC/serviceType.model.d.ts} +2 -2
- package/lib/core/models/{comprobantePresupuestario.model.d.ts → SPG/comprobantePresupuestario.model.d.ts} +1 -1
- package/lib/core/models/{configurationSPG.model.d.ts → SPG/configurationSPG.model.d.ts} +2 -2
- package/lib/core/models/{cuentaPresupuesto.model.d.ts → SPG/cuentaPresupuesto.model.d.ts} +1 -1
- package/lib/core/models/{estructuraPresupuestaria.model.d.ts → SPG/estructuraPresupuestaria.model.d.ts} +1 -1
- package/lib/core/models/{expensiveAccount.model.d.ts → SPG/expensiveAccount.model.d.ts} +1 -1
- package/lib/core/models/{fuenteFinanciamiento.model.d.ts → SPG/fuenteFinanciamiento.model.d.ts} +1 -1
- package/lib/core/models/{incomeStructureAccount.model.d.ts → SPG/incomeStructureAccount.model.d.ts} +1 -1
- package/lib/core/models/{organizationType.model.d.ts → SPG/organizationType.model.d.ts} +1 -1
- package/lib/core/models/SSS/group.model.d.ts +1 -1
- package/lib/core/models/SSS/log.model.d.ts +15 -0
- package/lib/core/models/{securityConfiguration.model.d.ts → SSS/securityConfiguration.model.d.ts} +2 -2
- package/lib/core/models/{sistema.d.ts → SSS/sistema.d.ts} +1 -1
- package/lib/core/models/SSS/user.model.d.ts +19 -0
- package/lib/core/models/{userDetail.model.d.ts → SSS/userDetail.model.d.ts} +8 -7
- package/lib/core/models/SSS/userPermit.model.d.ts +2 -0
- package/lib/core/models/SSS/userPrefix.model.d.ts +11 -0
- package/lib/core/models/SSS/userRights.model.d.ts +8 -0
- package/lib/core/models/STB/deduction.model.d.ts +26 -0
- package/lib/core/models/{deductionType.model.d.ts → STB/deductionType.model.d.ts} +2 -2
- package/lib/core/models/{moneda.model.d.ts → STB/moneda.model.d.ts} +1 -1
- package/lib/core/models/{unidadTributaria.model.d.ts → STB/unidadTributaria.model.d.ts} +1 -1
- package/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.d.ts +1 -1
- package/lib/shared/components/table-select/table-select.component.d.ts +5 -3
- package/lib/sigesp.service.d.ts +314 -40
- package/lib/validation.service.d.ts +1 -1
- package/package.json +3 -3
- package/public-api.d.ts +127 -47
- package/sigesp.d.ts +26 -24
- package/sigesp.metadata.json +1 -1
- package/esm2015/lib/core/interfaces/Bank.js +0 -2
- package/esm2015/lib/core/models/IncomeAccount.js +0 -81
- package/esm2015/lib/core/models/SCB/bankAccount.model.js +0 -36
- package/esm2015/lib/core/models/accountMarriage.model.js +0 -11
- package/esm2015/lib/core/models/bank.model.js +0 -45
- package/esm2015/lib/core/models/centroCosto.model.js +0 -7
- package/esm2015/lib/core/models/charge.model.js +0 -63
- package/esm2015/lib/core/models/clasification.model.js +0 -14
- package/esm2015/lib/core/models/clause.model.js +0 -25
- package/esm2015/lib/core/models/clauseModality.model.js +0 -29
- package/esm2015/lib/core/models/comprobantePresupuestario.model.js +0 -47
- package/esm2015/lib/core/models/comunidad.model.js +0 -15
- package/esm2015/lib/core/models/configuracionRPC.model.js +0 -23
- package/esm2015/lib/core/models/configuracionSCG.model.js +0 -57
- package/esm2015/lib/core/models/configuracionSOC.model.js +0 -44
- package/esm2015/lib/core/models/configurationSPG.model.js +0 -55
- package/esm2015/lib/core/models/cuentaInstitucional.model.js +0 -26
- package/esm2015/lib/core/models/cuentaPresupuesto.model.js +0 -13
- package/esm2015/lib/core/models/deduction.model.js +0 -30
- package/esm2015/lib/core/models/deductionType.model.js +0 -20
- package/esm2015/lib/core/models/document.model.js +0 -16
- package/esm2015/lib/core/models/estructuraPresupuestaria.model.js +0 -132
- package/esm2015/lib/core/models/expensiveAccount.model.js +0 -40
- package/esm2015/lib/core/models/fuenteFinanciamiento.model.js +0 -10
- package/esm2015/lib/core/models/incomeStructureAccount.model.js +0 -81
- package/esm2015/lib/core/models/locations.model.js +0 -52
- package/esm2015/lib/core/models/moneda.model.js +0 -27
- package/esm2015/lib/core/models/organizationType.model.js +0 -12
- package/esm2015/lib/core/models/planUnicoCuenta.model.js +0 -7
- package/esm2015/lib/core/models/proveedores.model.js +0 -9
- package/esm2015/lib/core/models/providerBeneficiary.model.js +0 -135
- package/esm2015/lib/core/models/securityConfiguration.model.js +0 -20
- package/esm2015/lib/core/models/service.model.js +0 -37
- package/esm2015/lib/core/models/serviceType.model.js +0 -22
- package/esm2015/lib/core/models/sistema.js +0 -15
- package/esm2015/lib/core/models/specialty.model.js +0 -12
- package/esm2015/lib/core/models/unidadTributaria.model.js +0 -14
- package/esm2015/lib/core/models/user.model.js +0 -18
- package/esm2015/lib/core/models/userDetail.model.js +0 -66
- package/esm2015/lib/core/models/userPrefix.model.js +0 -11
- package/lib/core/interfaces/Bank.d.ts +0 -17
- package/lib/core/models/SCB/bankAccount.model.d.ts +0 -20
- package/lib/core/models/bank.model.d.ts +0 -26
- package/lib/core/models/deduction.model.d.ts +0 -14
- package/lib/core/models/locations.model.d.ts +0 -31
- package/lib/core/models/user.model.d.ts +0 -14
- package/lib/core/models/userPrefix.model.d.ts +0 -10
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ISelect, ISelect4 } from "./Constantes";
|
|
2
|
+
export interface ISnoLog {
|
|
3
|
+
id_empresa: string;
|
|
4
|
+
id_personal: string;
|
|
5
|
+
id_auditoria_personal: string;
|
|
6
|
+
id_registro: string;
|
|
7
|
+
id_nomina: string;
|
|
8
|
+
fecha: string;
|
|
9
|
+
hora: string;
|
|
10
|
+
campo: string;
|
|
11
|
+
valor_anterior: string;
|
|
12
|
+
valor_nuevo: string;
|
|
13
|
+
codusu: string;
|
|
14
|
+
observacion: string;
|
|
15
|
+
evento: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const Campos: ISelect[];
|
|
18
|
+
export declare const Eventos: ISelect4[];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ISolicitudesBanco } from "./IBancoCuentasPorPagar";
|
|
1
2
|
export interface ISigecofBank {
|
|
2
3
|
codbansig: string;
|
|
3
4
|
denbansig: string;
|
|
@@ -5,6 +6,7 @@ export interface ISigecofBank {
|
|
|
5
6
|
export interface IBank {
|
|
6
7
|
id_empresa: string;
|
|
7
8
|
id_banco: string;
|
|
9
|
+
codban: string;
|
|
8
10
|
nomban: string;
|
|
9
11
|
dirban: string;
|
|
10
12
|
gerban: string;
|
|
@@ -14,9 +16,555 @@ export interface IBank {
|
|
|
14
16
|
esttesnac: string;
|
|
15
17
|
codsudeban: string;
|
|
16
18
|
codswift: string;
|
|
19
|
+
emailcon: string;
|
|
20
|
+
habcaja: string;
|
|
17
21
|
}
|
|
18
22
|
export interface IBankAccountType {
|
|
19
23
|
id_tipocta: string;
|
|
20
24
|
id_empresa: string;
|
|
21
25
|
nomtipcta: string;
|
|
22
26
|
}
|
|
27
|
+
export interface ICuentaBanco {
|
|
28
|
+
id_ctabanco: string;
|
|
29
|
+
id_empresa: string;
|
|
30
|
+
id_banco: string;
|
|
31
|
+
id_tipocta: string;
|
|
32
|
+
ctabanco: string;
|
|
33
|
+
ctabanext: string;
|
|
34
|
+
dencta: string;
|
|
35
|
+
sc_cuenta: string;
|
|
36
|
+
fecapr: string;
|
|
37
|
+
feccie: string;
|
|
38
|
+
estact: string;
|
|
39
|
+
fecultcon: string;
|
|
40
|
+
denominacioncta: string;
|
|
41
|
+
nombrebanco: string;
|
|
42
|
+
nombretipocta: string;
|
|
43
|
+
habcaja: string;
|
|
44
|
+
codban: string;
|
|
45
|
+
}
|
|
46
|
+
export interface ITipoFondoAvance {
|
|
47
|
+
id_empresa: number;
|
|
48
|
+
id_tipofondo: number;
|
|
49
|
+
codtipfon: string;
|
|
50
|
+
dentipfon: string;
|
|
51
|
+
porrepfon: number;
|
|
52
|
+
}
|
|
53
|
+
export interface IAgencia {
|
|
54
|
+
id_empresa: string;
|
|
55
|
+
id_agencia: string;
|
|
56
|
+
id_banco: string;
|
|
57
|
+
codage: string;
|
|
58
|
+
nomage: string;
|
|
59
|
+
}
|
|
60
|
+
export interface IConfigBanco {
|
|
61
|
+
id_empresa: number;
|
|
62
|
+
id_scb: number;
|
|
63
|
+
gencheque: number;
|
|
64
|
+
conintmovban: number;
|
|
65
|
+
valinimovban: number;
|
|
66
|
+
numrefcarord: number;
|
|
67
|
+
casconmovctaban: number;
|
|
68
|
+
diacadche: number;
|
|
69
|
+
valdispfinanc: string;
|
|
70
|
+
fornroordpag: string;
|
|
71
|
+
id_formcartaorden: number;
|
|
72
|
+
id_proveedor: number;
|
|
73
|
+
rifpro: string;
|
|
74
|
+
cedben: string;
|
|
75
|
+
nompro: string;
|
|
76
|
+
medgralche: number;
|
|
77
|
+
}
|
|
78
|
+
export interface IChequera {
|
|
79
|
+
id_empresa: string;
|
|
80
|
+
id_cheque: string;
|
|
81
|
+
id_tipocta: string;
|
|
82
|
+
id_banco: string;
|
|
83
|
+
numche: string;
|
|
84
|
+
id_ctabanco: string;
|
|
85
|
+
estche: string;
|
|
86
|
+
numchequera: string;
|
|
87
|
+
orden: string;
|
|
88
|
+
codusu: string;
|
|
89
|
+
denestche: string;
|
|
90
|
+
nomban: string;
|
|
91
|
+
codban: string;
|
|
92
|
+
ctabanext: string;
|
|
93
|
+
nomtipcta: string;
|
|
94
|
+
}
|
|
95
|
+
export interface IConceptoMovimiento {
|
|
96
|
+
id_empresa: number;
|
|
97
|
+
id_conmov: number;
|
|
98
|
+
codconmov: string;
|
|
99
|
+
denconmov: string;
|
|
100
|
+
codope: string;
|
|
101
|
+
}
|
|
102
|
+
export interface ICartaOrden {
|
|
103
|
+
id_formcartaorden: string;
|
|
104
|
+
codformcartaorden: string;
|
|
105
|
+
encabezado: string;
|
|
106
|
+
cuerpo: string;
|
|
107
|
+
pie: string;
|
|
108
|
+
nombre: string;
|
|
109
|
+
estatus: string;
|
|
110
|
+
archivo: string;
|
|
111
|
+
base64textString: string;
|
|
112
|
+
plantilla_rtf: string;
|
|
113
|
+
}
|
|
114
|
+
export interface IVoucherMedidas {
|
|
115
|
+
id_empresa: number;
|
|
116
|
+
id_medche: number;
|
|
117
|
+
id_banco: number;
|
|
118
|
+
codmedche: string;
|
|
119
|
+
montox: number;
|
|
120
|
+
montoy: number;
|
|
121
|
+
probenx: number;
|
|
122
|
+
probeny: number;
|
|
123
|
+
monletx: number;
|
|
124
|
+
monlety: number;
|
|
125
|
+
monlet2x: number;
|
|
126
|
+
monlet2y: number;
|
|
127
|
+
ciudiamesx: number;
|
|
128
|
+
ciudiamesy: number;
|
|
129
|
+
aniox: number;
|
|
130
|
+
anioy: number;
|
|
131
|
+
noendx: number;
|
|
132
|
+
noendy: number;
|
|
133
|
+
caddiax: number;
|
|
134
|
+
caddiay: number;
|
|
135
|
+
elabx: number;
|
|
136
|
+
elaby: number;
|
|
137
|
+
estmedgral: number;
|
|
138
|
+
nomban: string;
|
|
139
|
+
codban: string;
|
|
140
|
+
}
|
|
141
|
+
export interface IMovimientoBanco {
|
|
142
|
+
id_empresa: string;
|
|
143
|
+
id_movbco: string;
|
|
144
|
+
id_banco: string;
|
|
145
|
+
id_ctabanco: string;
|
|
146
|
+
id_uniadm: string;
|
|
147
|
+
numdoc: string;
|
|
148
|
+
codope: string;
|
|
149
|
+
id_tipocta: string;
|
|
150
|
+
id_proveedor: string;
|
|
151
|
+
ctabanco: string;
|
|
152
|
+
id_conmov: string;
|
|
153
|
+
codcencos: string;
|
|
154
|
+
estopediv: string;
|
|
155
|
+
codmon: string;
|
|
156
|
+
tascam: string;
|
|
157
|
+
fectasdes: string;
|
|
158
|
+
estmovbco: string;
|
|
159
|
+
fecmovbco: string;
|
|
160
|
+
conmovbco: string;
|
|
161
|
+
nompro: string;
|
|
162
|
+
monto: string;
|
|
163
|
+
estbpd: string;
|
|
164
|
+
estcon: string;
|
|
165
|
+
estcobche: string;
|
|
166
|
+
estinteres: string;
|
|
167
|
+
chevau: string;
|
|
168
|
+
estimpche: string;
|
|
169
|
+
monobjret: string;
|
|
170
|
+
monret: string;
|
|
171
|
+
procede: string;
|
|
172
|
+
comprobante: string;
|
|
173
|
+
feccmp: string;
|
|
174
|
+
estemiche: string;
|
|
175
|
+
fecemiche: string;
|
|
176
|
+
feccontab: string;
|
|
177
|
+
fecanu: string;
|
|
178
|
+
codusureg: string;
|
|
179
|
+
codusucon: string;
|
|
180
|
+
codusuanu: string;
|
|
181
|
+
conanu: string;
|
|
182
|
+
fecconcil: string;
|
|
183
|
+
codusuconcil: string;
|
|
184
|
+
numcarord: string;
|
|
185
|
+
codfuefin: string;
|
|
186
|
+
codigoftefin: string;
|
|
187
|
+
coduniadm: string;
|
|
188
|
+
dencencos: string;
|
|
189
|
+
denfuefin: string;
|
|
190
|
+
denuniadm: string;
|
|
191
|
+
codestpre: string;
|
|
192
|
+
id_ep1: string;
|
|
193
|
+
id_ep2: string;
|
|
194
|
+
id_ep3: string;
|
|
195
|
+
id_ep4: string;
|
|
196
|
+
id_ep5: string;
|
|
197
|
+
rifpro: string;
|
|
198
|
+
tippro: string;
|
|
199
|
+
simmon: string;
|
|
200
|
+
operacion: string;
|
|
201
|
+
montototal: string;
|
|
202
|
+
nomban: string;
|
|
203
|
+
sc_cuenta: string;
|
|
204
|
+
id_cheque: string;
|
|
205
|
+
estint: string;
|
|
206
|
+
disponibilidad: string;
|
|
207
|
+
codtras: string;
|
|
208
|
+
estcondoc: string;
|
|
209
|
+
fecenvfir: string;
|
|
210
|
+
fecenvcaj: string;
|
|
211
|
+
cedrecche: string;
|
|
212
|
+
nomrecche: string;
|
|
213
|
+
tiptrans: string;
|
|
214
|
+
contable: IDetallesContable[];
|
|
215
|
+
detalles: IDetalleMovimiento[];
|
|
216
|
+
divisas: IDivisas[];
|
|
217
|
+
solicitudes: ISolicitudesBanco[];
|
|
218
|
+
presupuesto: IDetalleSpgSpi[];
|
|
219
|
+
}
|
|
220
|
+
export interface ISelect2 {
|
|
221
|
+
value: string;
|
|
222
|
+
procede: string;
|
|
223
|
+
denominacion: string;
|
|
224
|
+
}
|
|
225
|
+
export interface IDetallesContable {
|
|
226
|
+
id_empresa: string;
|
|
227
|
+
id_movbco: string;
|
|
228
|
+
id_banco: string;
|
|
229
|
+
id_ctabanco: string;
|
|
230
|
+
numdoc: string;
|
|
231
|
+
codope: string;
|
|
232
|
+
codcencos: string;
|
|
233
|
+
sc_cuenta: string;
|
|
234
|
+
debhab: string;
|
|
235
|
+
id_deduccion: string;
|
|
236
|
+
desmov: string;
|
|
237
|
+
procede_doc: string;
|
|
238
|
+
monto: string;
|
|
239
|
+
monobjret: string;
|
|
240
|
+
id_detalle: string;
|
|
241
|
+
id_uniadm: string;
|
|
242
|
+
coduniadm: string;
|
|
243
|
+
dencencos: string;
|
|
244
|
+
denuniadm: string;
|
|
245
|
+
documento: string;
|
|
246
|
+
dencta: string;
|
|
247
|
+
}
|
|
248
|
+
export interface IDetalle {
|
|
249
|
+
id_empresa: string;
|
|
250
|
+
id_movbco: string;
|
|
251
|
+
id_banco: string;
|
|
252
|
+
id_ctabanco: string;
|
|
253
|
+
id_uniadm: string;
|
|
254
|
+
numdoc: string;
|
|
255
|
+
codope: string;
|
|
256
|
+
spg_spi_cuenta: string;
|
|
257
|
+
codestpre: string;
|
|
258
|
+
codfuefin: string;
|
|
259
|
+
coduniadm: string;
|
|
260
|
+
codcencos: string;
|
|
261
|
+
operacion: string;
|
|
262
|
+
desmov: string;
|
|
263
|
+
procede_doc: string;
|
|
264
|
+
monto: string;
|
|
265
|
+
sc_cuenta: string;
|
|
266
|
+
debhab: string;
|
|
267
|
+
codigofuefin: string;
|
|
268
|
+
estcla: string;
|
|
269
|
+
denestcla: string;
|
|
270
|
+
tipo: string;
|
|
271
|
+
id_detalle: string;
|
|
272
|
+
dencencos: string;
|
|
273
|
+
denuniadm: string;
|
|
274
|
+
denfuefin: string;
|
|
275
|
+
id_ep1: string;
|
|
276
|
+
id_ep2: string;
|
|
277
|
+
id_ep3: string;
|
|
278
|
+
id_ep4: string;
|
|
279
|
+
id_ep5: string;
|
|
280
|
+
}
|
|
281
|
+
export interface IDetalleSpgSpi {
|
|
282
|
+
id_empresa: string;
|
|
283
|
+
id_movbco: string;
|
|
284
|
+
id_banco: string;
|
|
285
|
+
id_ctabanco: string;
|
|
286
|
+
numdoc: string;
|
|
287
|
+
codope: string;
|
|
288
|
+
codestpre: string;
|
|
289
|
+
spg_cuenta: string;
|
|
290
|
+
codfuefin: string;
|
|
291
|
+
codcencos: string;
|
|
292
|
+
operacion: string;
|
|
293
|
+
desmov: string;
|
|
294
|
+
procede_doc: string;
|
|
295
|
+
monto: string;
|
|
296
|
+
codigofuefin: string;
|
|
297
|
+
denestcla: string;
|
|
298
|
+
estcla: string;
|
|
299
|
+
id_detalle: string;
|
|
300
|
+
id_uniadm: string;
|
|
301
|
+
debhab: string;
|
|
302
|
+
dencencos: string;
|
|
303
|
+
coduniadm: string;
|
|
304
|
+
denuniadm: string;
|
|
305
|
+
denfuefin: string;
|
|
306
|
+
id_ep1: string;
|
|
307
|
+
id_ep2: string;
|
|
308
|
+
id_ep3: string;
|
|
309
|
+
id_ep4: string;
|
|
310
|
+
id_ep5: string;
|
|
311
|
+
sc_cuenta: string;
|
|
312
|
+
disponibilidad: string;
|
|
313
|
+
documento: string;
|
|
314
|
+
dencta: string;
|
|
315
|
+
}
|
|
316
|
+
export interface IDetalleMovimiento {
|
|
317
|
+
id_empresa: string;
|
|
318
|
+
id_movbco: string;
|
|
319
|
+
id_banco: string;
|
|
320
|
+
id_ctabanco: string;
|
|
321
|
+
numdoc: string;
|
|
322
|
+
codope: string;
|
|
323
|
+
estmov: string;
|
|
324
|
+
id_proveedor: string;
|
|
325
|
+
numsolpag: string;
|
|
326
|
+
monsolpag: string;
|
|
327
|
+
ctabanben: string;
|
|
328
|
+
}
|
|
329
|
+
export interface ICuentasSpSc {
|
|
330
|
+
codcencos: string;
|
|
331
|
+
codigoftefin: string;
|
|
332
|
+
coduniadm: string;
|
|
333
|
+
denominacion: string;
|
|
334
|
+
estructura: string;
|
|
335
|
+
cuentacontable: string;
|
|
336
|
+
cuentapresupuestaria: string;
|
|
337
|
+
estcla: string;
|
|
338
|
+
denestcla: string;
|
|
339
|
+
tipo: string;
|
|
340
|
+
}
|
|
341
|
+
export interface IDivisas {
|
|
342
|
+
id_empresa: string;
|
|
343
|
+
id_movbco: string;
|
|
344
|
+
id_banco: string;
|
|
345
|
+
id_ctabanco: string;
|
|
346
|
+
numdoc: string;
|
|
347
|
+
codope: string;
|
|
348
|
+
codestpre: string;
|
|
349
|
+
codfuefin: string;
|
|
350
|
+
codcencos: string;
|
|
351
|
+
cuenta: string;
|
|
352
|
+
debhab: string;
|
|
353
|
+
monsubtotal: string;
|
|
354
|
+
montotal: string;
|
|
355
|
+
id_dt_moneda: string;
|
|
356
|
+
id_dt: string;
|
|
357
|
+
id_uniadm: string;
|
|
358
|
+
operacion: string;
|
|
359
|
+
procede_doc: string;
|
|
360
|
+
dencencos: string;
|
|
361
|
+
coduniadm: string;
|
|
362
|
+
denuniadm: string;
|
|
363
|
+
denfuefin: string;
|
|
364
|
+
codigofuefin: string;
|
|
365
|
+
id_ep1: string;
|
|
366
|
+
id_ep2: string;
|
|
367
|
+
id_ep3: string;
|
|
368
|
+
id_ep4: string;
|
|
369
|
+
id_ep5: string;
|
|
370
|
+
}
|
|
371
|
+
export interface ITrasferencia {
|
|
372
|
+
codban_des: string;
|
|
373
|
+
codban_ori: string;
|
|
374
|
+
codmon: string;
|
|
375
|
+
codope_des: string;
|
|
376
|
+
codope_ori: string;
|
|
377
|
+
codtras: string;
|
|
378
|
+
codusuanu_des: string;
|
|
379
|
+
codusuanu_ori: string;
|
|
380
|
+
codusucon_des: string;
|
|
381
|
+
codusucon_ori: string;
|
|
382
|
+
codusuconcil_des: string;
|
|
383
|
+
codusuconcil_ori: string;
|
|
384
|
+
codusureg: string;
|
|
385
|
+
conanu: string;
|
|
386
|
+
conmovbco: string;
|
|
387
|
+
ctaban_des: string;
|
|
388
|
+
ctaban_ori: string;
|
|
389
|
+
denest_des: string;
|
|
390
|
+
denest_ori: string;
|
|
391
|
+
disponibidad_des: string;
|
|
392
|
+
disponibidad_ori: string;
|
|
393
|
+
estbpd_des: string;
|
|
394
|
+
estbpd_ori: string;
|
|
395
|
+
estcon_des: string;
|
|
396
|
+
estcon_ori: string;
|
|
397
|
+
estint: string;
|
|
398
|
+
estmovbco_des: string;
|
|
399
|
+
estmovbco_ori: string;
|
|
400
|
+
estweb: string;
|
|
401
|
+
fecanu_des: string;
|
|
402
|
+
fecanu_ori: string;
|
|
403
|
+
fecconcil_des: string;
|
|
404
|
+
fecconcil_ori: string;
|
|
405
|
+
feccontab_des: string;
|
|
406
|
+
feccontab_ori: string;
|
|
407
|
+
fecmovbco: string;
|
|
408
|
+
id_banco_ori: string;
|
|
409
|
+
id_banco_des: string;
|
|
410
|
+
id_ctabanco_des: string;
|
|
411
|
+
id_ctabanco_ori: string;
|
|
412
|
+
id_empresa: string;
|
|
413
|
+
id_movbco_des: string;
|
|
414
|
+
id_movbco_ori: string;
|
|
415
|
+
id_proveedor: string;
|
|
416
|
+
id_tipocta_des: string;
|
|
417
|
+
id_tipocta_ori: string;
|
|
418
|
+
monto: string;
|
|
419
|
+
montototal: string;
|
|
420
|
+
nomban_des: string;
|
|
421
|
+
nomban_ori: string;
|
|
422
|
+
nompro: string;
|
|
423
|
+
numdoc_des: string;
|
|
424
|
+
numdoc_ori: string;
|
|
425
|
+
procede: string;
|
|
426
|
+
rifpro: string;
|
|
427
|
+
sc_cuenta_des: string;
|
|
428
|
+
sc_cuenta_ori: string;
|
|
429
|
+
tippro: string;
|
|
430
|
+
contable: IDetallesContable[];
|
|
431
|
+
}
|
|
432
|
+
export interface IMovimiento {
|
|
433
|
+
conanu: string;
|
|
434
|
+
codope: string;
|
|
435
|
+
conmovbco: String;
|
|
436
|
+
estmovbco: string;
|
|
437
|
+
estint: string;
|
|
438
|
+
fecanu: string;
|
|
439
|
+
feccontab: string;
|
|
440
|
+
fecmovbco: string;
|
|
441
|
+
id_empresa: string;
|
|
442
|
+
id_movbco: string;
|
|
443
|
+
id_banco: string;
|
|
444
|
+
id_ctabanco: string;
|
|
445
|
+
id_uniadm: string;
|
|
446
|
+
id_proveedor: string;
|
|
447
|
+
montototal: string;
|
|
448
|
+
nompro: string;
|
|
449
|
+
numdoc: string;
|
|
450
|
+
rifpro: string;
|
|
451
|
+
tippro: string;
|
|
452
|
+
}
|
|
453
|
+
export interface IIntegracion {
|
|
454
|
+
id_empresa: string;
|
|
455
|
+
id_movbaco: string;
|
|
456
|
+
id_proveedor: string;
|
|
457
|
+
nompro: string;
|
|
458
|
+
id_ep1: string;
|
|
459
|
+
id_ep2: string;
|
|
460
|
+
id_ep3: string;
|
|
461
|
+
id_ep4: string;
|
|
462
|
+
id_ep5: string;
|
|
463
|
+
spg_cuenta: string;
|
|
464
|
+
sc_cuenta: string;
|
|
465
|
+
codfuefin: string;
|
|
466
|
+
codcencos: string;
|
|
467
|
+
id_uniadm: string;
|
|
468
|
+
estpre: string;
|
|
469
|
+
monto: string;
|
|
470
|
+
denspgcta: string;
|
|
471
|
+
disponibilidad: string;
|
|
472
|
+
codope: string;
|
|
473
|
+
estatus: string;
|
|
474
|
+
}
|
|
475
|
+
export interface IConciliacion {
|
|
476
|
+
id_empresa: string;
|
|
477
|
+
id_conciliacion: string;
|
|
478
|
+
id_banco: string;
|
|
479
|
+
id_ctabanco: string;
|
|
480
|
+
mesano: string;
|
|
481
|
+
id_tipocta: string;
|
|
482
|
+
salseglib: string;
|
|
483
|
+
salsegbco: string;
|
|
484
|
+
conciliacion: string;
|
|
485
|
+
estcon: string;
|
|
486
|
+
fecregcon: string;
|
|
487
|
+
codusu: string;
|
|
488
|
+
ctabanco: string;
|
|
489
|
+
nomban: string;
|
|
490
|
+
sc_cuenta: string;
|
|
491
|
+
disponibilidad: string;
|
|
492
|
+
movimientos: IMovimientoBancoConciliar[];
|
|
493
|
+
}
|
|
494
|
+
export interface IDetalleConciliacion {
|
|
495
|
+
camrel: string;
|
|
496
|
+
codcam: string;
|
|
497
|
+
colcam: string;
|
|
498
|
+
cricam: string;
|
|
499
|
+
dencam: string;
|
|
500
|
+
forcam: string;
|
|
501
|
+
id_archconciliacion: string;
|
|
502
|
+
id_empresa: string;
|
|
503
|
+
inicam: string;
|
|
504
|
+
loncam: string;
|
|
505
|
+
}
|
|
506
|
+
export interface IMovimientoBancoConciliar {
|
|
507
|
+
codope: string;
|
|
508
|
+
codusuconcil: string;
|
|
509
|
+
conmovbco: string;
|
|
510
|
+
ctabanco: string;
|
|
511
|
+
sc_cuenta: string;
|
|
512
|
+
estbpd: string;
|
|
513
|
+
estcon: string;
|
|
514
|
+
estmovbco: string;
|
|
515
|
+
fecconcil: string;
|
|
516
|
+
fecmovbco: string;
|
|
517
|
+
id_banco: string;
|
|
518
|
+
id_conmov: string;
|
|
519
|
+
id_ctabanco: string;
|
|
520
|
+
id_empresa: string;
|
|
521
|
+
id_movbco: string;
|
|
522
|
+
id_tipocta: string;
|
|
523
|
+
monto: string;
|
|
524
|
+
montototal: string;
|
|
525
|
+
nomban: string;
|
|
526
|
+
numdoc: string;
|
|
527
|
+
procede: string;
|
|
528
|
+
id_conciliacion: string;
|
|
529
|
+
numref: string;
|
|
530
|
+
tipmov: string;
|
|
531
|
+
}
|
|
532
|
+
export interface IControlDocumento {
|
|
533
|
+
id_banco: string;
|
|
534
|
+
id_ctabanco: string;
|
|
535
|
+
id_cheque: string;
|
|
536
|
+
id_empresa: string;
|
|
537
|
+
id_movbco: string;
|
|
538
|
+
id_proveedor: string;
|
|
539
|
+
id_tipocta: string;
|
|
540
|
+
nompro: string;
|
|
541
|
+
nomban: string;
|
|
542
|
+
numcarord: string;
|
|
543
|
+
chevau: string;
|
|
544
|
+
numdoc: string;
|
|
545
|
+
montototal: string;
|
|
546
|
+
ctabanco: string;
|
|
547
|
+
fecemiche: string;
|
|
548
|
+
fecmovbco: string;
|
|
549
|
+
cedrecche: string;
|
|
550
|
+
nomrecche: string;
|
|
551
|
+
estcondoc: string;
|
|
552
|
+
fecenvfir: string;
|
|
553
|
+
fecenvcaj: string;
|
|
554
|
+
conmovbco: string;
|
|
555
|
+
}
|
|
556
|
+
export interface ICatalogoIntegracion {
|
|
557
|
+
id_empresa: string;
|
|
558
|
+
id_movbco: string;
|
|
559
|
+
numdoc: string;
|
|
560
|
+
codope: string;
|
|
561
|
+
id_proveedor: string;
|
|
562
|
+
fecmovbco: string;
|
|
563
|
+
conmovbco: string;
|
|
564
|
+
nompro: string;
|
|
565
|
+
tippro: string;
|
|
566
|
+
rifpro: string;
|
|
567
|
+
montototal: string;
|
|
568
|
+
presupuesto: IDetalleSpgSpi[];
|
|
569
|
+
contable: IDetallesContable[];
|
|
570
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export interface IEmpresa {
|
|
2
|
+
id_empresa: string;
|
|
3
|
+
rifemp: string;
|
|
4
|
+
nitemp: string;
|
|
5
|
+
nomemp: string;
|
|
6
|
+
titemp: string;
|
|
7
|
+
diremp: string;
|
|
8
|
+
telemp: string;
|
|
9
|
+
faxemp: string;
|
|
10
|
+
emaemp: string;
|
|
11
|
+
webemp: string;
|
|
12
|
+
ciiuemp: string;
|
|
13
|
+
numlic: string;
|
|
14
|
+
codpos: string;
|
|
15
|
+
codpai: string;
|
|
16
|
+
codest: string;
|
|
17
|
+
codmun: string;
|
|
18
|
+
codpar: string;
|
|
19
|
+
codcom: string;
|
|
20
|
+
codmon: string;
|
|
21
|
+
nomrepleg: string;
|
|
22
|
+
cedrepleg: string;
|
|
23
|
+
telrepleg: string;
|
|
24
|
+
carrepleg: string;
|
|
25
|
+
telofirep: string;
|
|
26
|
+
perfiscal: string;
|
|
27
|
+
nroivss: string;
|
|
28
|
+
presupuesto: string;
|
|
29
|
+
despai: string;
|
|
30
|
+
desest: string;
|
|
31
|
+
desmun: string;
|
|
32
|
+
despar: string;
|
|
33
|
+
descom: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export interface ISelect {
|
|
2
|
+
value: string;
|
|
3
|
+
denominacion: string;
|
|
4
|
+
}
|
|
5
|
+
export interface ISelect1 {
|
|
6
|
+
value: number;
|
|
7
|
+
}
|
|
8
|
+
export interface ISelect3 {
|
|
9
|
+
denominacion: string;
|
|
10
|
+
valor: string;
|
|
11
|
+
}
|
|
12
|
+
export interface ISelect7 {
|
|
13
|
+
value: number;
|
|
14
|
+
descripcion: string;
|
|
15
|
+
}
|
|
16
|
+
export interface ISelect4 {
|
|
17
|
+
value: string;
|
|
18
|
+
}
|
|
19
|
+
export interface ISelect5 {
|
|
20
|
+
tipo: string;
|
|
21
|
+
tabla: string;
|
|
22
|
+
value: string;
|
|
23
|
+
denominacion: string;
|
|
24
|
+
}
|
|
25
|
+
export interface ICatalogo {
|
|
26
|
+
columns: string[];
|
|
27
|
+
dataSource: any[];
|
|
28
|
+
title: string;
|
|
29
|
+
tipo: string;
|
|
30
|
+
id: number;
|
|
31
|
+
columnNames?: string[];
|
|
32
|
+
filterData: filterData[];
|
|
33
|
+
}
|
|
34
|
+
export interface filterData {
|
|
35
|
+
placeholder: string;
|
|
36
|
+
property: string;
|
|
37
|
+
}
|
|
38
|
+
export declare const TipoDefiniciones: ISelect[];
|
|
39
|
+
export declare const EstadoCivil: ISelect[];
|
|
40
|
+
export declare const Sexo: ISelect[];
|
|
41
|
+
export declare const Sexo2: ISelect[];
|
|
42
|
+
export declare const NivelAcademico: ISelect[];
|
|
43
|
+
export declare const Turno: ISelect[];
|
|
44
|
+
export declare const SituacionPersonal: ISelect[];
|
|
45
|
+
export declare const CausaEgreso: ISelect[];
|
|
46
|
+
export declare const EstatusPersonal: ISelect[];
|
|
47
|
+
export declare const EstatusPersonalNomina: ISelect[];
|
|
48
|
+
export declare const Estatus: ISelect[];
|
|
49
|
+
export declare const EstatusEstudio: ISelect[];
|
|
50
|
+
export declare const Turnos: ISelect[];
|
|
51
|
+
export declare const TipoVivienda: ISelect[];
|
|
52
|
+
export declare const LetraRif: ISelect[];
|
|
53
|
+
export declare const Estudios: ISelect[];
|
|
54
|
+
export declare const academico: ISelect[];
|
|
55
|
+
export declare const TipoEmpresa: ISelect[];
|
|
56
|
+
export declare const TipoPermiso: ISelect[];
|
|
57
|
+
export declare const Nexofamiliar: ISelect[];
|
|
58
|
+
export declare const NivelAcademicoFamiliar: ISelect[];
|
|
59
|
+
export declare const TipoBeneficiario: ISelect[];
|
|
60
|
+
export declare const Nacionalidad: ISelect[];
|
|
61
|
+
export declare const FormaPago: ISelect[];
|
|
62
|
+
export declare const EstatusVacaciones: ISelect[];
|
|
63
|
+
export declare const TipoPeriodoNomina: ISelect[];
|
|
64
|
+
export declare const TipoNomina: ISelect[];
|
|
65
|
+
export declare const ContabilizacionNomina: ISelect[];
|
|
66
|
+
export declare const Destino: ISelect[];
|
|
67
|
+
export declare const TipoHorario: ISelect[];
|
|
68
|
+
export declare const EstatusPrestamo: ISelect[];
|
|
69
|
+
export declare const TipoCuota: ISelect[];
|
|
70
|
+
export declare const Acciones: ISelect[];
|
|
71
|
+
export declare const Preaviso: ISelect[];
|
|
72
|
+
export declare const Orden: ISelect[];
|
|
73
|
+
export declare const Longitud: ISelect1[];
|
|
74
|
+
export declare const Nivel: ISelect7[];
|
|
75
|
+
export declare const Meses: ISelect[];
|
|
76
|
+
export declare const TipoJubilacion: ISelect[];
|
|
77
|
+
export declare const camposConstaciaTrabajo: ISelect3[];
|
|
78
|
+
export declare const MetodosTicket: ISelect[];
|
|
@@ -13,3 +13,22 @@ export interface IServiceCharge {
|
|
|
13
13
|
cuentagasto: string;
|
|
14
14
|
codigogasto: string;
|
|
15
15
|
}
|
|
16
|
+
export interface IConceptosCXP {
|
|
17
|
+
id_empresa: string;
|
|
18
|
+
id_concxp: string;
|
|
19
|
+
denconcxp: string;
|
|
20
|
+
sc_cuenta: string;
|
|
21
|
+
estact: string;
|
|
22
|
+
}
|
|
23
|
+
export interface ITipoDocumentoCXP {
|
|
24
|
+
id_empresa: string;
|
|
25
|
+
id_tipodocumento: string;
|
|
26
|
+
dentipden: string;
|
|
27
|
+
estcon: string;
|
|
28
|
+
estpre: string;
|
|
29
|
+
imptesnac: string;
|
|
30
|
+
estdon: string;
|
|
31
|
+
estant: string;
|
|
32
|
+
estcre: string;
|
|
33
|
+
estdeb: string;
|
|
34
|
+
}
|