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
|
@@ -67,6 +67,14 @@ export interface IRights {
|
|
|
67
67
|
enviar__correo_: string | number;
|
|
68
68
|
imprimir: string | number;
|
|
69
69
|
visible: string | number;
|
|
70
|
+
aprobar: string | number;
|
|
71
|
+
revaprobar: string | number;
|
|
72
|
+
anular_sc: string | number;
|
|
73
|
+
revanular_sc: string | number;
|
|
74
|
+
contabilizar: string | number;
|
|
75
|
+
revcontabilizar: string | number;
|
|
76
|
+
anular_c: string | number;
|
|
77
|
+
revanular_c: string | number;
|
|
70
78
|
children: IRights[];
|
|
71
79
|
icono: string;
|
|
72
80
|
id: string | number;
|
|
@@ -83,5 +91,19 @@ export interface IUserPermit {
|
|
|
83
91
|
nomusu: string;
|
|
84
92
|
apeusu: string;
|
|
85
93
|
codusu: string;
|
|
94
|
+
descripcion: string;
|
|
95
|
+
id_record: string;
|
|
86
96
|
isNew?: string;
|
|
87
97
|
}
|
|
98
|
+
export interface ILog {
|
|
99
|
+
id_usuario: number;
|
|
100
|
+
id_component: number;
|
|
101
|
+
codsis: string;
|
|
102
|
+
evento: string;
|
|
103
|
+
deslog: string;
|
|
104
|
+
equlog: string;
|
|
105
|
+
fecsys?: string;
|
|
106
|
+
feclog?: string;
|
|
107
|
+
id_empresa?: number;
|
|
108
|
+
id_log?: string;
|
|
109
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ICargo } from './Tributos';
|
|
2
1
|
export interface IServiceType {
|
|
3
2
|
id_tiposervicio: string;
|
|
4
3
|
dentipser: string;
|
|
@@ -8,10 +7,11 @@ export interface IService {
|
|
|
8
7
|
id_empresa: string;
|
|
9
8
|
id_servicio: string;
|
|
10
9
|
id_tiposervicio: string;
|
|
10
|
+
codser: string;
|
|
11
11
|
denser: string;
|
|
12
12
|
monser: string;
|
|
13
13
|
spg_cuenta: string;
|
|
14
|
-
cargos?:
|
|
14
|
+
cargos?: IServiceCharges[];
|
|
15
15
|
}
|
|
16
16
|
export interface IClause {
|
|
17
17
|
id_empresa: string;
|
|
@@ -29,6 +29,10 @@ export interface IConfigSOC {
|
|
|
29
29
|
numordcom: string;
|
|
30
30
|
estapesoc: string;
|
|
31
31
|
estaprdocsindisp: string;
|
|
32
|
+
estmulestgas: string;
|
|
33
|
+
estmuluniadm: string;
|
|
34
|
+
estmulestcar: string;
|
|
35
|
+
estmulcencos: string;
|
|
32
36
|
}
|
|
33
37
|
export interface IClauseModality {
|
|
34
38
|
id_empresa: string;
|
|
@@ -37,3 +41,11 @@ export interface IClauseModality {
|
|
|
37
41
|
denmodcla: string;
|
|
38
42
|
clausulas: IClause[];
|
|
39
43
|
}
|
|
44
|
+
export interface IServiceCharges {
|
|
45
|
+
id_empresa: string;
|
|
46
|
+
id_cargo: string;
|
|
47
|
+
id_servicio: string;
|
|
48
|
+
codcar: string;
|
|
49
|
+
dencar: string;
|
|
50
|
+
estcarpri: string;
|
|
51
|
+
}
|
|
@@ -24,6 +24,7 @@ export interface ICargo {
|
|
|
24
24
|
export interface IDeduction {
|
|
25
25
|
id_empresa: string;
|
|
26
26
|
id_deduccion: string;
|
|
27
|
+
codded: string;
|
|
27
28
|
id_tipded: string;
|
|
28
29
|
dended: string;
|
|
29
30
|
porded: string;
|
|
@@ -33,3 +34,10 @@ export interface IDeduction {
|
|
|
33
34
|
tipopers: string;
|
|
34
35
|
id_conret: string;
|
|
35
36
|
}
|
|
37
|
+
export interface IConceptoRetencion {
|
|
38
|
+
id_empresa: string;
|
|
39
|
+
id_conret: string;
|
|
40
|
+
codconret: string;
|
|
41
|
+
desact: string;
|
|
42
|
+
obsconret: string;
|
|
43
|
+
}
|
|
@@ -4,6 +4,7 @@ export interface IConexion {
|
|
|
4
4
|
}
|
|
5
5
|
export interface IUsuario {
|
|
6
6
|
nombre: string;
|
|
7
|
+
apellido: string;
|
|
7
8
|
conexionDB: IConexionDB;
|
|
8
9
|
empresa: IEmpresa;
|
|
9
10
|
token: string;
|
|
@@ -11,6 +12,9 @@ export interface IUsuario {
|
|
|
11
12
|
id_usuario: string;
|
|
12
13
|
procede?: string;
|
|
13
14
|
codsis?: string;
|
|
15
|
+
nomina?: string;
|
|
16
|
+
periodo?: string;
|
|
17
|
+
carpeta?: string;
|
|
14
18
|
}
|
|
15
19
|
export interface IConexionDB {
|
|
16
20
|
baseDeDatos: string;
|
|
@@ -26,5 +30,19 @@ export interface IConexionDB {
|
|
|
26
30
|
export interface IEmpresa {
|
|
27
31
|
id: number;
|
|
28
32
|
periodoFiscal: string;
|
|
33
|
+
finPeriodoFiscal: string;
|
|
29
34
|
titulo: string;
|
|
30
35
|
}
|
|
36
|
+
export interface ModuleTab {
|
|
37
|
+
name: string;
|
|
38
|
+
win: Window;
|
|
39
|
+
href: string;
|
|
40
|
+
}
|
|
41
|
+
export interface ModuleTabRoute {
|
|
42
|
+
name: string;
|
|
43
|
+
icon?: string;
|
|
44
|
+
url: string;
|
|
45
|
+
href?: string;
|
|
46
|
+
children?: ModuleTabRoute[];
|
|
47
|
+
externalLink?: boolean;
|
|
48
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IEmpresa } from '../../interfaces/Configuracion';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
|
+
export declare class MEmpresa extends MBasicModel {
|
|
4
|
+
idEmpresa: number;
|
|
5
|
+
rif: string;
|
|
6
|
+
nit: string;
|
|
7
|
+
nombre: string;
|
|
8
|
+
titulo: string;
|
|
9
|
+
direccion: string;
|
|
10
|
+
telefono: string;
|
|
11
|
+
fax: string;
|
|
12
|
+
email: string;
|
|
13
|
+
paginaWeb: string;
|
|
14
|
+
CIIU: string;
|
|
15
|
+
numeroLicencia: string;
|
|
16
|
+
codigoPostal: string;
|
|
17
|
+
codigoPais: string;
|
|
18
|
+
codigoEstado: string;
|
|
19
|
+
codigoMunicipio: string;
|
|
20
|
+
codigoParroquia: string;
|
|
21
|
+
codigoComunidad: string;
|
|
22
|
+
codigoMoneda: string;
|
|
23
|
+
nombreRepresentanteLegal: string;
|
|
24
|
+
cedulaRepresentanteLegal: string;
|
|
25
|
+
telefonoRepresentanteLegal: string;
|
|
26
|
+
carreraRepresentanteLegal: string;
|
|
27
|
+
telefonoOficinaRepresentanteLegal: string;
|
|
28
|
+
periodoFiscal: string;
|
|
29
|
+
numeroSeguroSocial: string;
|
|
30
|
+
estatusPresupuesto: boolean;
|
|
31
|
+
descripcionPais: string;
|
|
32
|
+
descripcionEstado: string;
|
|
33
|
+
descripcionMunicipio: string;
|
|
34
|
+
descripcionParroquia: string;
|
|
35
|
+
descripcionComunidad: string;
|
|
36
|
+
constructor(emp?: IEmpresa);
|
|
37
|
+
dataInterface(): IEmpresa;
|
|
38
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ICountry, IState, IMunicipality, IParish, ICity } from '../../interfaces/Lugares';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
|
+
export declare class MCountry extends MBasicModel {
|
|
4
|
+
code: string;
|
|
5
|
+
name: string;
|
|
6
|
+
monofi: number;
|
|
7
|
+
monsec: number;
|
|
8
|
+
constructor(country: ICountry);
|
|
9
|
+
dataInterface(): ICountry;
|
|
10
|
+
}
|
|
11
|
+
export declare class MState extends MBasicModel {
|
|
12
|
+
code: string;
|
|
13
|
+
countryCode: string;
|
|
14
|
+
name: string;
|
|
15
|
+
capital: string;
|
|
16
|
+
nameCapital: string;
|
|
17
|
+
constructor(state: IState);
|
|
18
|
+
dataInterface(): IState;
|
|
19
|
+
}
|
|
20
|
+
export declare class MMunicipality extends MBasicModel {
|
|
21
|
+
code: string;
|
|
22
|
+
countryCode: string;
|
|
23
|
+
stateCode: string;
|
|
24
|
+
name: string;
|
|
25
|
+
capital: string;
|
|
26
|
+
nameCapital: string;
|
|
27
|
+
constructor(mun: IMunicipality);
|
|
28
|
+
dataInterface(): IMunicipality;
|
|
29
|
+
}
|
|
30
|
+
export declare class MParish extends MBasicModel {
|
|
31
|
+
code: string;
|
|
32
|
+
countryCode: string;
|
|
33
|
+
stateCode: string;
|
|
34
|
+
municipalityCode: string;
|
|
35
|
+
name: string;
|
|
36
|
+
constructor(parish: IParish);
|
|
37
|
+
dataInterface(): IParish;
|
|
38
|
+
}
|
|
39
|
+
export declare class MCity extends MBasicModel {
|
|
40
|
+
code: string;
|
|
41
|
+
countryCode: string;
|
|
42
|
+
stateCode: string;
|
|
43
|
+
name: string;
|
|
44
|
+
constructor(city: ICity);
|
|
45
|
+
dataInterface(): ICity;
|
|
46
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IConceptosCXP } from "../../interfaces/CuentasPorPagar";
|
|
3
|
+
export declare class MConceptosCXP extends MBasicModel {
|
|
4
|
+
idEmpresa: number;
|
|
5
|
+
idConceptoCXP: number;
|
|
6
|
+
denominacionConceptoCXP: string;
|
|
7
|
+
cuenta: string;
|
|
8
|
+
estatusActivo: number;
|
|
9
|
+
constructor(concepto?: IConceptosCXP);
|
|
10
|
+
dataInterface(): IConceptosCXP;
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ITipoDocumentoCXP } from "../../interfaces/CuentasPorPagar";
|
|
2
|
+
export declare class MTipoDocumentoCXP {
|
|
3
|
+
idEmpresa: number;
|
|
4
|
+
idTipoDocumento: number;
|
|
5
|
+
denominacionTipoDocumento: string;
|
|
6
|
+
estatusContable: number;
|
|
7
|
+
estatusPresupuestario: number;
|
|
8
|
+
impuestoTesoreriaNacional: number;
|
|
9
|
+
estatusDonaciones: number;
|
|
10
|
+
estatusAnticipo: number;
|
|
11
|
+
estatusCreditos: number;
|
|
12
|
+
estatusDebitos: number;
|
|
13
|
+
constructor(tipo?: ITipoDocumentoCXP);
|
|
14
|
+
dataInterface(): ITipoDocumentoCXP;
|
|
15
|
+
}
|
package/lib/core/models/{providerBeneficiary.model.d.ts → RPC/providerBeneficiary.model.d.ts}
RENAMED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { IProviderBeneficiary, IProviderBankAccount } from '
|
|
2
|
-
|
|
1
|
+
import { IProviderBeneficiary, IProviderBankAccount } from '../../interfaces/Proveedor';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
|
+
export declare class MProviderBeneficiary extends MBasicModel {
|
|
3
4
|
idEmpresa: number;
|
|
4
5
|
id: number;
|
|
5
6
|
rif: string;
|
|
@@ -14,6 +15,7 @@ export declare class MProviderBeneficiary {
|
|
|
14
15
|
webAddress: string;
|
|
15
16
|
status: number;
|
|
16
17
|
type: string;
|
|
18
|
+
typeDesignation: string;
|
|
17
19
|
observation: string;
|
|
18
20
|
contribuiterType: string;
|
|
19
21
|
countryCode: string;
|
|
@@ -67,5 +69,7 @@ export declare class MProviderBankAccount {
|
|
|
67
69
|
isNew: boolean;
|
|
68
70
|
selected: boolean;
|
|
69
71
|
error: boolean;
|
|
72
|
+
accountDenomination: string;
|
|
70
73
|
constructor(account: IProviderBankAccount);
|
|
74
|
+
dataInterface(): IProviderBankAccount;
|
|
71
75
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { ISigecofBank, IBank, IBankAccountType, IAgencia, ICuentaBanco } from '../../interfaces/Banco';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
|
+
export declare class MSigecofBank extends MBasicModel {
|
|
4
|
+
code: string;
|
|
5
|
+
denomination: string;
|
|
6
|
+
constructor(bank?: ISigecofBank);
|
|
7
|
+
dataInterface(): ISigecofBank;
|
|
8
|
+
}
|
|
9
|
+
export declare class MBank extends MBasicModel {
|
|
10
|
+
idEmpresa: number;
|
|
11
|
+
id: number;
|
|
12
|
+
name: string;
|
|
13
|
+
address: string;
|
|
14
|
+
manager: string;
|
|
15
|
+
telephone: string;
|
|
16
|
+
contact: string;
|
|
17
|
+
contactMobile: string;
|
|
18
|
+
status: boolean;
|
|
19
|
+
sudebanCode: string;
|
|
20
|
+
swiftCode: string;
|
|
21
|
+
code: string;
|
|
22
|
+
email: string;
|
|
23
|
+
enableBox: boolean;
|
|
24
|
+
constructor(bank?: IBank);
|
|
25
|
+
dataInterface(): IBank;
|
|
26
|
+
}
|
|
27
|
+
export declare class MBankAccountType extends MBasicModel {
|
|
28
|
+
id: number;
|
|
29
|
+
idEmpresa: number;
|
|
30
|
+
name: string;
|
|
31
|
+
constructor(type?: IBankAccountType);
|
|
32
|
+
dataInterface(): IBankAccountType;
|
|
33
|
+
}
|
|
34
|
+
export declare class MAgenciaBanco extends MBasicModel {
|
|
35
|
+
idEmpresa: number;
|
|
36
|
+
idAgencia: number;
|
|
37
|
+
idBanco: number;
|
|
38
|
+
codigoAgencia: string;
|
|
39
|
+
nombreAgencia: string;
|
|
40
|
+
constructor(agencia?: IAgencia);
|
|
41
|
+
dataInterface(): IAgencia;
|
|
42
|
+
}
|
|
43
|
+
export declare class MCuentaBanco extends MBasicModel {
|
|
44
|
+
idCuentaBanco: number;
|
|
45
|
+
idEmpresa: number;
|
|
46
|
+
idBanco: number;
|
|
47
|
+
idTipoCuenta: number;
|
|
48
|
+
cuentaBanco: string;
|
|
49
|
+
cuentaExtendida: string;
|
|
50
|
+
denominacionCuenta: string;
|
|
51
|
+
cuentaContable: string;
|
|
52
|
+
fechaApertura: string;
|
|
53
|
+
fechaCierre: string;
|
|
54
|
+
estatus: number;
|
|
55
|
+
fechaUltimaConciliacion: string;
|
|
56
|
+
denomCuentaContable: string;
|
|
57
|
+
nombrebanco: any;
|
|
58
|
+
nombretipocta: string;
|
|
59
|
+
constructor(cb?: ICuentaBanco);
|
|
60
|
+
dataInterface(): ICuentaBanco;
|
|
61
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IConfiguracionSCG } from '../../interfaces/ConfiguracionSCG';
|
|
3
|
+
export declare class MConfiguracionSCG extends MBasicModel {
|
|
3
4
|
activo: string;
|
|
4
5
|
bloqueoAnulacion: string;
|
|
5
6
|
cuentaSituacionDelTesoroFinanciera: string;
|
|
@@ -21,21 +22,21 @@ export declare class MConfiguracionSCG {
|
|
|
21
22
|
formatoCuentaContable: string;
|
|
22
23
|
formatoPlanCuenta: string;
|
|
23
24
|
gasto: string;
|
|
24
|
-
idEmpresa:
|
|
25
|
-
idSCG:
|
|
25
|
+
idEmpresa: number;
|
|
26
|
+
idSCG: number;
|
|
26
27
|
ingreso: string;
|
|
27
|
-
m01:
|
|
28
|
-
m02:
|
|
29
|
-
m03:
|
|
30
|
-
m04:
|
|
31
|
-
m05:
|
|
32
|
-
m06:
|
|
33
|
-
m07:
|
|
34
|
-
m08:
|
|
35
|
-
m09:
|
|
36
|
-
m10:
|
|
37
|
-
m11:
|
|
38
|
-
m12:
|
|
28
|
+
m01: number;
|
|
29
|
+
m02: number;
|
|
30
|
+
m03: number;
|
|
31
|
+
m04: number;
|
|
32
|
+
m05: number;
|
|
33
|
+
m06: number;
|
|
34
|
+
m07: number;
|
|
35
|
+
m08: number;
|
|
36
|
+
m09: number;
|
|
37
|
+
m10: number;
|
|
38
|
+
m11: number;
|
|
39
|
+
m12: number;
|
|
39
40
|
cuentasOrdenDeudor: string;
|
|
40
41
|
cuentasOrdenAcreedor: string;
|
|
41
42
|
pasivo: string;
|
|
@@ -51,5 +52,7 @@ export declare class MConfiguracionSCG {
|
|
|
51
52
|
SCFResultadoHacienda: string;
|
|
52
53
|
SCFResultadoTesoro: string;
|
|
53
54
|
costo: number;
|
|
54
|
-
|
|
55
|
+
cuentaResultadoPresupuesto: string;
|
|
56
|
+
constructor(configuracion?: IConfiguracionSCG);
|
|
57
|
+
dataInterface(): IConfiguracionSCG;
|
|
55
58
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IDetaContable } from "../../interfaces/EntradaSuministro";
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
|
+
export declare class MDetaContable extends MBasicModel {
|
|
4
|
+
idEmpresa: number;
|
|
5
|
+
idArticulo: number;
|
|
6
|
+
codigoArticulo: string;
|
|
7
|
+
nombreArticulo: string;
|
|
8
|
+
fecchaComprobante: string;
|
|
9
|
+
cuenta: string;
|
|
10
|
+
nombreCuenta: string;
|
|
11
|
+
codigoCentroCosto: string;
|
|
12
|
+
debehaber: string;
|
|
13
|
+
idProceso: number;
|
|
14
|
+
tipoProceso: string;
|
|
15
|
+
idAlmacen: number;
|
|
16
|
+
montoDede: number;
|
|
17
|
+
montoHaber: number;
|
|
18
|
+
idDetalle: number;
|
|
19
|
+
constructor(e?: IDetaContable);
|
|
20
|
+
dataInterface(): IDetaContable;
|
|
21
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { IDetaEntrada } from "../../interfaces/EntradaSuministro";
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
|
+
export declare class MDetaEntrada extends MBasicModel {
|
|
4
|
+
idEmpresa: number;
|
|
5
|
+
idArticulo: number;
|
|
6
|
+
codigoArticulo: string;
|
|
7
|
+
nombreArticulo: string;
|
|
8
|
+
cuentaContable: string;
|
|
9
|
+
nameCtaContable: string;
|
|
10
|
+
idEntrega: number;
|
|
11
|
+
modalidad: string;
|
|
12
|
+
idUnidadMedida: number;
|
|
13
|
+
nombreUniMedida: string;
|
|
14
|
+
unidetal: string;
|
|
15
|
+
cantOrigen: number;
|
|
16
|
+
cantRecibida: number;
|
|
17
|
+
pendiente: number;
|
|
18
|
+
lote: string;
|
|
19
|
+
serial: string;
|
|
20
|
+
costoUnitario: number;
|
|
21
|
+
subTotal: number;
|
|
22
|
+
costoTotal: number;
|
|
23
|
+
idDetalleEntrega: number;
|
|
24
|
+
idUnidadAdministradora: number;
|
|
25
|
+
codigoUniAdm: string;
|
|
26
|
+
nameUniAdm: string;
|
|
27
|
+
centroCosto: string;
|
|
28
|
+
nameCentroCosto: string;
|
|
29
|
+
existencia: number;
|
|
30
|
+
idDetalleExistencia: number;
|
|
31
|
+
constructor(e?: IDetaEntrada);
|
|
32
|
+
dataInterface(): IDetaEntrada;
|
|
33
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { IEntradaSuministros } from '../../interfaces/EntradaSuministro';
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
|
+
import { MDetaContable } from './MDetaContable.model';
|
|
4
|
+
import { MDetaEntrada } from './MDetaEntrada.model';
|
|
5
|
+
export declare class MEntradaSuministros extends MBasicModel {
|
|
6
|
+
idEmpresa: number;
|
|
7
|
+
idEntrada: number;
|
|
8
|
+
idAlmacen: number;
|
|
9
|
+
codigoAlmacen: string;
|
|
10
|
+
NameAlmacen: string;
|
|
11
|
+
cuentaContableES: string;
|
|
12
|
+
nameCuentaContable: string;
|
|
13
|
+
idProveedor: number;
|
|
14
|
+
NameProveedor: string;
|
|
15
|
+
rifPro: string;
|
|
16
|
+
codigoDocumentoEntrada: string;
|
|
17
|
+
codigo: string;
|
|
18
|
+
numeroLote: string;
|
|
19
|
+
fechaRegistro: string;
|
|
20
|
+
observacion: string;
|
|
21
|
+
tipoEntrega: string;
|
|
22
|
+
tipoEntrada: number;
|
|
23
|
+
tipodoc: string;
|
|
24
|
+
estatusEntrada: number;
|
|
25
|
+
aprobado: number;
|
|
26
|
+
afectacion: number;
|
|
27
|
+
centroCosto: string;
|
|
28
|
+
nameCencos: string;
|
|
29
|
+
idUnidadEjecutora: number;
|
|
30
|
+
codigoUnidadEjecutora: string;
|
|
31
|
+
nameUnidadEjecutora: string;
|
|
32
|
+
integrado: number;
|
|
33
|
+
fechaApro: string;
|
|
34
|
+
fechaCon: string;
|
|
35
|
+
fechaAnu: string;
|
|
36
|
+
usuRegistro: string;
|
|
37
|
+
usuAprobacion: string;
|
|
38
|
+
usuContabilizar: string;
|
|
39
|
+
usuAnulacion: string;
|
|
40
|
+
recepcion: string;
|
|
41
|
+
conanu: string;
|
|
42
|
+
fechaesp: string;
|
|
43
|
+
detalleEntrada: MDetaEntrada[];
|
|
44
|
+
detalleContable: MDetaContable[];
|
|
45
|
+
constructor(e?: IEntradaSuministros);
|
|
46
|
+
dataInterface(): IEntradaSuministros;
|
|
47
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ITipoDepositos } from "../../interfaces/ITipoDepositos";
|
|
2
|
+
import { MBasicModel } from '../basic-model.model';
|
|
3
|
+
export declare class MTipoDepositos extends MBasicModel {
|
|
4
|
+
idEmpresa: number;
|
|
5
|
+
idTipoDeposito: number;
|
|
6
|
+
codigoTipoDeposito: string;
|
|
7
|
+
denominacionTipoDeposito: string;
|
|
8
|
+
idDeposito: number;
|
|
9
|
+
codigoDeposito: string;
|
|
10
|
+
reservado: number;
|
|
11
|
+
existencia: number;
|
|
12
|
+
idCentroLogistico: number;
|
|
13
|
+
codigoCentroLogistico: string;
|
|
14
|
+
denominacionCentroLogistico: string;
|
|
15
|
+
idAlmacen: number;
|
|
16
|
+
codigoAlmacen: string;
|
|
17
|
+
nombreAlmacen: string;
|
|
18
|
+
relacion: string;
|
|
19
|
+
constructor(e?: ITipoDepositos);
|
|
20
|
+
dataInterface(): ITipoDepositos;
|
|
21
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IAnticipoPrestacion } from "../../interfaces/RecursosHumanos";
|
|
3
|
+
export declare class MAnticipoPrestaciones extends MBasicModel {
|
|
4
|
+
idEmpresa: number;
|
|
5
|
+
idPersonal: number;
|
|
6
|
+
idAnticipo: number;
|
|
7
|
+
codigoAntiguedad: string;
|
|
8
|
+
estatusAnticipo: number;
|
|
9
|
+
fechaAnticipo: string;
|
|
10
|
+
montoPrestacionAntiguedad: number;
|
|
11
|
+
montoInteresAntigueada: number;
|
|
12
|
+
montoAnteriorAntiguedad: number;
|
|
13
|
+
montoAnteriorInteres: number;
|
|
14
|
+
porcentajeAntiguedad: number;
|
|
15
|
+
porcentajeInteres: number;
|
|
16
|
+
montoAnticipo: number;
|
|
17
|
+
montoInteres: number;
|
|
18
|
+
motivoAnticipo: string;
|
|
19
|
+
observacionAnticipo: string;
|
|
20
|
+
codigoUsuario: string;
|
|
21
|
+
montoMaximoAntiguedad: number;
|
|
22
|
+
montoMaximoInteres: number;
|
|
23
|
+
denominacionEstatus: string;
|
|
24
|
+
constructor(e?: IAnticipoPrestacion);
|
|
25
|
+
dataInterface(): IAnticipoPrestacion;
|
|
26
|
+
calcularAntiguedad(): void;
|
|
27
|
+
calcularInteres(): void;
|
|
28
|
+
calcularPorcentajeAntiguedad(): void;
|
|
29
|
+
calcularPorcentajeInteres(): void;
|
|
30
|
+
estatus(): void;
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { MBasicModel } from '../basic-model.model';
|
|
2
|
+
import { IArchivoTxtCampos } from '../../interfaces/RecursosHumanos';
|
|
3
|
+
export declare class MArchivoTxtCampo extends MBasicModel {
|
|
4
|
+
idEmpresa: number;
|
|
5
|
+
idArchivoTxt: number;
|
|
6
|
+
codigoCampo: number;
|
|
7
|
+
descripcionCampo: string;
|
|
8
|
+
inicioCampo: string;
|
|
9
|
+
longitudCampo: string;
|
|
10
|
+
editableCampo: string;
|
|
11
|
+
claveCampo: string;
|
|
12
|
+
actualizarCampo: string;
|
|
13
|
+
criteroCampo: string;
|
|
14
|
+
tablaRelacionCampo: string;
|
|
15
|
+
itemRelacionCampo: string;
|
|
16
|
+
tipoCampo: string;
|
|
17
|
+
idDtCampo: number;
|
|
18
|
+
constructor(e?: IArchivoTxtCampos);
|
|
19
|
+
dataInterface(): IArchivoTxtCampos;
|
|
20
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { MBasicModel } from "../basic-model.model";
|
|
2
|
+
import { IArchivoTxt } from "../../interfaces/RecursosHumanos";
|
|
3
|
+
import { MArchivoTxtCampo } from "./MArchivoTxtCampo.model";
|
|
4
|
+
export declare class MArchivosTxt extends MBasicModel {
|
|
5
|
+
idEmpresa: number;
|
|
6
|
+
idArchivoTxt: number;
|
|
7
|
+
codigoArchivo: string;
|
|
8
|
+
denominacionArchivo: string;
|
|
9
|
+
tipoArchivo: string;
|
|
10
|
+
acumularMonto: boolean;
|
|
11
|
+
campos: MArchivoTxtCampo[];
|
|
12
|
+
constructor(e?: IArchivoTxt);
|
|
13
|
+
dataInterface(): IArchivoTxt;
|
|
14
|
+
}
|