sigesp 0.9.1-210204 → 0.9.2-20220820

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.
Files changed (363) hide show
  1. package/bundles/sigesp.umd.js +10782 -1627
  2. package/bundles/sigesp.umd.js.map +1 -1
  3. package/bundles/sigesp.umd.min.js +2 -2
  4. package/bundles/sigesp.umd.min.js.map +1 -1
  5. package/esm2015/lib/app/app.component.js +1 -1
  6. package/esm2015/lib/app/app.module.js +5 -1
  7. package/esm2015/lib/core/interfaces/Auditoria.js +49 -0
  8. package/esm2015/lib/core/interfaces/Banco.js +1 -1
  9. package/esm2015/lib/core/interfaces/Catalogo.js +1 -1
  10. package/esm2015/lib/core/interfaces/CentroCosto.js +1 -1
  11. package/esm2015/lib/core/interfaces/Clasificacion.js +1 -1
  12. package/esm2015/lib/core/interfaces/ComprobantePresupuestario.js +1 -1
  13. package/esm2015/lib/core/interfaces/Comunidad.js +1 -1
  14. package/esm2015/lib/core/interfaces/Configuracion.js +2 -0
  15. package/esm2015/lib/core/interfaces/ConfiguracionRPC.js +1 -1
  16. package/esm2015/lib/core/interfaces/ConfiguracionSCG.js +1 -1
  17. package/esm2015/lib/core/interfaces/ConfigurationSPG.js +1 -1
  18. package/esm2015/lib/core/interfaces/Constantes.js +350 -0
  19. package/esm2015/lib/core/interfaces/CuentaEgresos.js +1 -1
  20. package/esm2015/lib/core/interfaces/CuentaIngreso.js +1 -1
  21. package/esm2015/lib/core/interfaces/CuentaIngresoEstructura.js +1 -1
  22. package/esm2015/lib/core/interfaces/CuentaInstitucional.js +1 -1
  23. package/esm2015/lib/core/interfaces/CuentaPresupuesto.js +1 -1
  24. package/esm2015/lib/core/interfaces/CuentasPorPagar.js +1 -1
  25. package/esm2015/lib/core/interfaces/Documento.js +1 -1
  26. package/esm2015/lib/core/interfaces/EntradaSuministro.js +2 -0
  27. package/esm2015/lib/core/interfaces/Especialidad.js +1 -1
  28. package/esm2015/lib/core/interfaces/EstructuraPresupuestaria.js +1 -1
  29. package/esm2015/lib/core/interfaces/FuenteFinanciamiento.js +1 -1
  30. package/esm2015/lib/core/interfaces/IBancoCuentasPorPagar.js +2 -0
  31. package/esm2015/lib/core/interfaces/Integracion.js +1 -1
  32. package/esm2015/lib/core/interfaces/Lugares.js +1 -1
  33. package/esm2015/lib/core/interfaces/Moneda.js +1 -1
  34. package/esm2015/lib/core/interfaces/Nomina.js +27 -0
  35. package/esm2015/lib/core/interfaces/PlanUnicoCuenta.js +1 -1
  36. package/esm2015/lib/core/interfaces/Presupuesto.js +1 -1
  37. package/esm2015/lib/core/interfaces/Proveedor.js +1 -1
  38. package/esm2015/lib/core/interfaces/RecursosHumanos.js +4 -0
  39. package/esm2015/lib/core/interfaces/Request.js +1 -1
  40. package/esm2015/lib/core/interfaces/Response.js +1 -1
  41. package/esm2015/lib/core/interfaces/Seguridad.js +1 -1
  42. package/esm2015/lib/core/interfaces/Servicios.js +1 -1
  43. package/esm2015/lib/core/interfaces/Sistema.js +1 -1
  44. package/esm2015/lib/core/interfaces/Tributos.js +1 -1
  45. package/esm2015/lib/core/interfaces/UnidadTributaria.js +1 -1
  46. package/esm2015/lib/core/interfaces/Usuario.js +1 -1
  47. package/esm2015/lib/core/interfaces/UsuarioPrefijo.js +1 -1
  48. package/esm2015/lib/core/models/CFG/Empresa.model.js +109 -0
  49. package/esm2015/lib/core/models/CFG/comunidad.model.js +15 -0
  50. package/esm2015/lib/core/models/CFG/locations.model.js +122 -0
  51. package/esm2015/lib/core/models/CXP/MConceptosCXP.model.js +31 -0
  52. package/esm2015/lib/core/models/CXP/MTipoDocumentoCXP.model.js +41 -0
  53. package/esm2015/lib/core/models/RPC/clasification.model.js +14 -0
  54. package/esm2015/lib/core/models/RPC/configuracionRPC.model.js +23 -0
  55. package/esm2015/lib/core/models/RPC/document.model.js +16 -0
  56. package/esm2015/lib/core/models/RPC/proveedores.model.js +9 -0
  57. package/esm2015/lib/core/models/RPC/providerBeneficiary.model.js +154 -0
  58. package/esm2015/lib/core/models/RPC/specialty.model.js +12 -0
  59. package/esm2015/lib/core/models/SCB/bank.model.js +175 -0
  60. package/esm2015/lib/core/models/SCG/IncomeAccount.js +81 -0
  61. package/esm2015/lib/core/models/SCG/accountMarriage.model.js +11 -0
  62. package/esm2015/lib/core/models/SCG/centroCosto.model.js +7 -0
  63. package/esm2015/lib/core/models/SCG/configuracionSCG.model.js +169 -0
  64. package/esm2015/lib/core/models/SCG/cuentaInstitucional.model.js +26 -0
  65. package/esm2015/lib/core/models/SCG/planUnicoCuenta.model.js +7 -0
  66. package/esm2015/lib/core/models/SIV/MDetaContable.model.js +59 -0
  67. package/esm2015/lib/core/models/SIV/MDetaEntrada.model.js +94 -0
  68. package/esm2015/lib/core/models/SIV/MEntradaSuministro.model.js +132 -0
  69. package/esm2015/lib/core/models/SNO/MAnticipoPrestaciones.model.js +97 -0
  70. package/esm2015/lib/core/models/SNO/MArchivoTxtCampo.model.js +58 -0
  71. package/esm2015/lib/core/models/SNO/MArchivosTxt.model.js +38 -0
  72. package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +192 -0
  73. package/esm2015/lib/core/models/SNO/MAspectoEvaluacion.model.js +84 -0
  74. package/esm2015/lib/core/models/SNO/MAuditoria.model.js +58 -0
  75. package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +81 -0
  76. package/esm2015/lib/core/models/SNO/MCargaMasiva.model.js +34 -0
  77. package/esm2015/lib/core/models/SNO/MCargosPersonal.model.js +88 -0
  78. package/esm2015/lib/core/models/SNO/MClasificacionObrero.mdel.js +43 -0
  79. package/esm2015/lib/core/models/SNO/MCodigoUnicoRac.model.js +36 -0
  80. package/esm2015/lib/core/models/SNO/MComponete.model.js +35 -0
  81. package/esm2015/lib/core/models/SNO/MConceptoVacaciones.model.js +82 -0
  82. package/esm2015/lib/core/models/SNO/MConceptosNomina.model.js +217 -0
  83. package/esm2015/lib/core/models/SNO/MConceptosPersonalNomina.model.js +94 -0
  84. package/esm2015/lib/core/models/SNO/MConcursante.model.js +302 -0
  85. package/esm2015/lib/core/models/SNO/MConcurso.model.js +234 -0
  86. package/esm2015/lib/core/models/SNO/MConfiguracionSNO.model.js +389 -0
  87. package/esm2015/lib/core/models/SNO/MConstanteNomina.model.js +64 -0
  88. package/esm2015/lib/core/models/SNO/MConstantePersonalNomina.model.js +76 -0
  89. package/esm2015/lib/core/models/SNO/MDedicacion.model.js +32 -0
  90. package/esm2015/lib/core/models/SNO/MDefinicionNomina.model.js +339 -0
  91. package/esm2015/lib/core/models/SNO/MDefinicionesBasicas.model.js +75 -0
  92. package/esm2015/lib/core/models/SNO/MDeudaAnterior.model.js +37 -0
  93. package/esm2015/lib/core/models/SNO/MEncargaduria.model.js +135 -0
  94. package/esm2015/lib/core/models/SNO/MEscalaEvaluacion.model.js +35 -0
  95. package/esm2015/lib/core/models/SNO/MEscalaEvaluacionDt.model.js +34 -0
  96. package/esm2015/lib/core/models/SNO/MEstructuraOrganizativa.model.js +109 -0
  97. package/esm2015/lib/core/models/SNO/MFamiliares.model.js +83 -0
  98. package/esm2015/lib/core/models/SNO/MFeriados.model.js +43 -0
  99. package/esm2015/lib/core/models/SNO/MFideicomiso.model.js +388 -0
  100. package/esm2015/lib/core/models/SNO/MFormacionAcademica.model.js +46 -0
  101. package/esm2015/lib/core/models/SNO/MGrado.model.js +44 -0
  102. package/esm2015/lib/core/models/SNO/MHojaTiempo.model.js +112 -0
  103. package/esm2015/lib/core/models/SNO/MImpuestoSobreRenta.model.js +70 -0
  104. package/esm2015/lib/core/models/SNO/MMetodoBanco.model.js +99 -0
  105. package/esm2015/lib/core/models/SNO/MNominaSimple.model.js +79 -0
  106. package/esm2015/lib/core/models/SNO/MPeriodoNomina.model.js +92 -0
  107. package/esm2015/lib/core/models/SNO/MPeriodosPlan.model.js +46 -0
  108. package/esm2015/lib/core/models/SNO/MPermisos.model.js +65 -0
  109. package/esm2015/lib/core/models/SNO/MPersonal.model.js +559 -0
  110. package/esm2015/lib/core/models/SNO/MPersonalJubilado.model.js +46 -0
  111. package/esm2015/lib/core/models/SNO/MPersonalNomina.model.js +298 -0
  112. package/esm2015/lib/core/models/SNO/MPlantillaConstancia.model.js +31 -0
  113. package/esm2015/lib/core/models/SNO/MPrestamo.model.js +212 -0
  114. package/esm2015/lib/core/models/SNO/MPrimaGrados.model.js +40 -0
  115. package/esm2015/lib/core/models/SNO/MPrimasConcepto.model.js +40 -0
  116. package/esm2015/lib/core/models/SNO/MRango.model.js +40 -0
  117. package/esm2015/lib/core/models/SNO/MReportesRRHH.js +402 -0
  118. package/esm2015/lib/core/models/SNO/MRequisitosConcursante.model.js +43 -0
  119. package/esm2015/lib/core/models/SNO/MRequisitosConcursos.model.js +34 -0
  120. package/esm2015/lib/core/models/SNO/MRequisitosMinimos.model.js +107 -0
  121. package/esm2015/lib/core/models/SNO/MSalarioHistorico.model.js +67 -0
  122. package/esm2015/lib/core/models/SNO/MSolicitudEmpleo.model.js +118 -0
  123. package/esm2015/lib/core/models/SNO/MTablaVacaciones.model.js +54 -0
  124. package/esm2015/lib/core/models/SNO/MTablaVacacionesPeriodo.model.js +37 -0
  125. package/esm2015/lib/core/models/SNO/MTabulador.model.js +90 -0
  126. package/esm2015/lib/core/models/SNO/MTipoEvaluacion.model.js +69 -0
  127. package/esm2015/lib/core/models/SNO/MTipoPersonal.model.js +31 -0
  128. package/esm2015/lib/core/models/SNO/MTiposEnfermedad.model.js +34 -0
  129. package/esm2015/lib/core/models/SNO/MTrabajoAnterior.model.js +62 -0
  130. package/esm2015/lib/core/models/SNO/MUbicacionFisica.model.js +58 -0
  131. package/esm2015/lib/core/models/SNO/MVacacionesPersonal.model.js +112 -0
  132. package/esm2015/lib/core/models/SNO/McargaFamiliar.model.js +49 -0
  133. package/esm2015/lib/core/models/SOC/charge.model.js +63 -0
  134. package/esm2015/lib/core/models/SOC/clause.model.js +25 -0
  135. package/esm2015/lib/core/models/SOC/clauseModality.model.js +29 -0
  136. package/esm2015/lib/core/models/SOC/configuracionSOC.model.js +56 -0
  137. package/esm2015/lib/core/models/SOC/service.model.js +40 -0
  138. package/esm2015/lib/core/models/SOC/serviceCharge.model.js +15 -22
  139. package/esm2015/lib/core/models/SOC/serviceType.model.js +22 -0
  140. package/esm2015/lib/core/models/SPG/administrativeUnit.model.js +1 -1
  141. package/esm2015/lib/core/models/SPG/comprobantePresupuestario.model.js +47 -0
  142. package/esm2015/lib/core/models/SPG/configurationSPG.model.js +55 -0
  143. package/esm2015/lib/core/models/SPG/cuentaPresupuesto.model.js +13 -0
  144. package/esm2015/lib/core/models/SPG/estructuraPresupuestaria.model.js +132 -0
  145. package/esm2015/lib/core/models/SPG/expensiveAccount.model.js +40 -0
  146. package/esm2015/lib/core/models/SPG/fuenteFinanciamiento.model.js +10 -0
  147. package/esm2015/lib/core/models/SPG/incomeStructureAccount.model.js +81 -0
  148. package/esm2015/lib/core/models/SPG/organizationType.model.js +12 -0
  149. package/esm2015/lib/core/models/SSS/component.model.js +1 -1
  150. package/esm2015/lib/core/models/SSS/group.model.js +2 -2
  151. package/esm2015/lib/core/models/SSS/log.model.js +29 -0
  152. package/esm2015/lib/core/models/SSS/securityConfiguration.model.js +20 -0
  153. package/esm2015/lib/core/models/SSS/sistema.js +15 -0
  154. package/esm2015/lib/core/models/SSS/user.model.js +29 -0
  155. package/esm2015/lib/core/models/SSS/userDetail.model.js +70 -0
  156. package/esm2015/lib/core/models/SSS/userPermit.model.js +5 -1
  157. package/esm2015/lib/core/models/SSS/userPrefix.model.js +15 -0
  158. package/esm2015/lib/core/models/SSS/userRights.model.js +25 -1
  159. package/esm2015/lib/core/models/STB/deduction.model.js +78 -0
  160. package/esm2015/lib/core/models/STB/deductionType.model.js +20 -0
  161. package/esm2015/lib/core/models/STB/moneda.model.js +27 -0
  162. package/esm2015/lib/core/models/STB/unidadTributaria.model.js +14 -0
  163. package/esm2015/lib/core/models/basic-model.model.js +1 -1
  164. package/esm2015/lib/shared/components/catalogo/catalogo.component.js +1 -1
  165. package/esm2015/lib/shared/components/catalogo-doble-input/catalogo-doble-input.component.js +1 -1
  166. package/esm2015/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.js +1 -1
  167. package/esm2015/lib/shared/components/confirm/confirm.component.js +1 -1
  168. package/esm2015/lib/shared/components/icon/icon.component.js +1 -1
  169. package/esm2015/lib/shared/components/table-select/table-select.component.js +18 -3
  170. package/esm2015/lib/shared/material/customPaginator.js +1 -1
  171. package/esm2015/lib/shared/material/material.module.js +1 -1
  172. package/esm2015/lib/shared/pipes/iso-currency.pipe.js +1 -1
  173. package/esm2015/lib/shared/shared.module.js +5 -1
  174. package/esm2015/lib/sigesp.service.js +552 -105
  175. package/esm2015/lib/validation.service.js +1 -1
  176. package/esm2015/public-api.js +126 -40
  177. package/esm2015/sigesp.js +11 -12
  178. package/fesm2015/sigesp.js +10291 -1705
  179. package/fesm2015/sigesp.js.map +1 -1
  180. package/lib/core/interfaces/Auditoria.d.ts +18 -0
  181. package/lib/core/interfaces/Banco.d.ts +548 -0
  182. package/lib/core/interfaces/Configuracion.d.ts +34 -0
  183. package/lib/core/interfaces/ConfiguracionSCG.d.ts +1 -0
  184. package/lib/core/interfaces/Constantes.d.ts +78 -0
  185. package/lib/core/interfaces/CuentasPorPagar.d.ts +19 -0
  186. package/lib/core/interfaces/EntradaSuministro.d.ts +87 -0
  187. package/lib/core/interfaces/IBancoCuentasPorPagar.d.ts +186 -0
  188. package/lib/core/interfaces/Lugares.d.ts +6 -0
  189. package/lib/core/interfaces/Nomina.d.ts +500 -0
  190. package/lib/core/interfaces/Proveedor.d.ts +2 -1
  191. package/lib/core/interfaces/RecursosHumanos.d.ts +1448 -0
  192. package/lib/core/interfaces/Seguridad.d.ts +22 -0
  193. package/lib/core/interfaces/Servicios.d.ts +13 -2
  194. package/lib/core/interfaces/Tributos.d.ts +11 -0
  195. package/lib/core/interfaces/Usuario.d.ts +18 -0
  196. package/lib/core/models/CFG/Empresa.model.d.ts +38 -0
  197. package/lib/core/models/{comunidad.model.d.ts → CFG/comunidad.model.d.ts} +1 -1
  198. package/lib/core/models/CFG/locations.model.d.ts +44 -0
  199. package/lib/core/models/CXP/MConceptosCXP.model.d.ts +11 -0
  200. package/lib/core/models/CXP/MTipoDocumentoCXP.model.d.ts +15 -0
  201. package/lib/core/models/{clasification.model.d.ts → RPC/clasification.model.d.ts} +1 -1
  202. package/lib/core/models/{configuracionRPC.model.d.ts → RPC/configuracionRPC.model.d.ts} +1 -1
  203. package/lib/core/models/{document.model.d.ts → RPC/document.model.d.ts} +1 -1
  204. package/lib/core/models/{proveedores.model.d.ts → RPC/proveedores.model.d.ts} +1 -1
  205. package/lib/core/models/{providerBeneficiary.model.d.ts → RPC/providerBeneficiary.model.d.ts} +6 -2
  206. package/lib/core/models/{specialty.model.d.ts → RPC/specialty.model.d.ts} +1 -1
  207. package/lib/core/models/SCB/bank.model.d.ts +61 -0
  208. package/lib/core/models/{IncomeAccount.d.ts → SCG/IncomeAccount.d.ts} +1 -1
  209. package/lib/core/models/{accountMarriage.model.d.ts → SCG/accountMarriage.model.d.ts} +1 -1
  210. package/lib/core/models/{centroCosto.model.d.ts → SCG/centroCosto.model.d.ts} +1 -1
  211. package/lib/core/models/{configuracionSCG.model.d.ts → SCG/configuracionSCG.model.d.ts} +20 -17
  212. package/lib/core/models/{cuentaInstitucional.model.d.ts → SCG/cuentaInstitucional.model.d.ts} +1 -1
  213. package/lib/core/models/{planUnicoCuenta.model.d.ts → SCG/planUnicoCuenta.model.d.ts} +1 -1
  214. package/lib/core/models/SIV/MDetaContable.model.d.ts +21 -0
  215. package/lib/core/models/SIV/MDetaEntrada.model.d.ts +33 -0
  216. package/lib/core/models/SIV/MEntradaSuministro.model.d.ts +47 -0
  217. package/lib/core/models/SNO/MAnticipoPrestaciones.model.d.ts +31 -0
  218. package/lib/core/models/SNO/MArchivoTxtCampo.model.d.ts +20 -0
  219. package/lib/core/models/SNO/MArchivosTxt.model.d.ts +14 -0
  220. package/lib/core/models/SNO/MAsignacionCargo.model.d.ts +73 -0
  221. package/lib/core/models/SNO/MAspectoEvaluacion.model.d.ts +28 -0
  222. package/lib/core/models/SNO/MAuditoria.model.d.ts +20 -0
  223. package/lib/core/models/SNO/MBeneficiario.model.d.ts +31 -0
  224. package/lib/core/models/SNO/MCargaMasiva.model.d.ts +12 -0
  225. package/lib/core/models/SNO/MCargosPersonal.model.d.ts +36 -0
  226. package/lib/core/models/SNO/MClasificacionObrero.mdel.d.ts +15 -0
  227. package/lib/core/models/SNO/MCodigoUnicoRac.model.d.ts +13 -0
  228. package/lib/core/models/SNO/MComponete.model.d.ts +13 -0
  229. package/lib/core/models/SNO/MConceptoVacaciones.model.d.ts +29 -0
  230. package/lib/core/models/SNO/MConceptosNomina.model.d.ts +72 -0
  231. package/lib/core/models/SNO/MConceptosPersonalNomina.model.d.ts +33 -0
  232. package/lib/core/models/SNO/MConcursante.model.d.ts +99 -0
  233. package/lib/core/models/SNO/MConcurso.model.d.ts +79 -0
  234. package/lib/core/models/SNO/MConfiguracionSNO.model.d.ts +131 -0
  235. package/lib/core/models/SNO/MConstanteNomina.model.d.ts +22 -0
  236. package/lib/core/models/SNO/MConstantePersonalNomina.model.d.ts +26 -0
  237. package/lib/core/models/SNO/MDedicacion.model.d.ts +12 -0
  238. package/lib/core/models/SNO/MDefinicionNomina.model.d.ts +129 -0
  239. package/lib/core/models/SNO/MDefinicionesBasicas.model.d.ts +23 -0
  240. package/lib/core/models/SNO/MDeudaAnterior.model.d.ts +13 -0
  241. package/lib/core/models/SNO/MEncargaduria.model.d.ts +46 -0
  242. package/lib/core/models/SNO/MEscalaEvaluacion.model.d.ts +14 -0
  243. package/lib/core/models/SNO/MEscalaEvaluacionDt.model.d.ts +13 -0
  244. package/lib/core/models/SNO/MEstructuraOrganizativa.model.d.ts +38 -0
  245. package/lib/core/models/SNO/MFamiliares.model.d.ts +30 -0
  246. package/lib/core/models/SNO/MFeriados.model.d.ts +16 -0
  247. package/lib/core/models/SNO/MFideicomiso.model.d.ts +135 -0
  248. package/lib/core/models/SNO/MFormacionAcademica.model.d.ts +17 -0
  249. package/lib/core/models/SNO/MGrado.model.d.ts +17 -0
  250. package/lib/core/models/SNO/MHojaTiempo.model.d.ts +38 -0
  251. package/lib/core/models/SNO/MImpuestoSobreRenta.model.d.ts +24 -0
  252. package/lib/core/models/SNO/MMetodoBanco.model.d.ts +33 -0
  253. package/lib/core/models/SNO/MNominaSimple.model.d.ts +32 -0
  254. package/lib/core/models/SNO/MPeriodoNomina.model.d.ts +25 -0
  255. package/lib/core/models/SNO/MPeriodosPlan.model.d.ts +16 -0
  256. package/lib/core/models/SNO/MPermisos.model.d.ts +23 -0
  257. package/lib/core/models/SNO/MPersonal.model.d.ts +188 -0
  258. package/lib/core/models/SNO/MPersonalJubilado.model.d.ts +16 -0
  259. package/lib/core/models/SNO/MPersonalNomina.model.d.ts +93 -0
  260. package/lib/core/models/SNO/MPlantillaConstancia.model.d.ts +11 -0
  261. package/lib/core/models/SNO/MPrestamo.model.d.ts +66 -0
  262. package/lib/core/models/SNO/MPrimaGrados.model.d.ts +14 -0
  263. package/lib/core/models/SNO/MPrimasConcepto.model.d.ts +14 -0
  264. package/lib/core/models/SNO/MRango.model.d.ts +14 -0
  265. package/lib/core/models/SNO/MReportesRRHH.d.ts +130 -0
  266. package/lib/core/models/SNO/MRequisitosConcursante.model.d.ts +15 -0
  267. package/lib/core/models/SNO/MRequisitosConcursos.model.d.ts +13 -0
  268. package/lib/core/models/SNO/MRequisitosMinimos.model.d.ts +37 -0
  269. package/lib/core/models/SNO/MSalarioHistorico.model.d.ts +24 -0
  270. package/lib/core/models/SNO/MSolicitudEmpleo.model.d.ts +41 -0
  271. package/lib/core/models/SNO/MTablaVacaciones.model.d.ts +14 -0
  272. package/lib/core/models/SNO/MTablaVacacionesPeriodo.model.d.ts +14 -0
  273. package/lib/core/models/SNO/MTabulador.model.d.ts +37 -0
  274. package/lib/core/models/SNO/MTipoEvaluacion.model.d.ts +26 -0
  275. package/lib/core/models/SNO/MTipoPersonal.model.d.ts +12 -0
  276. package/lib/core/models/SNO/MTiposEnfermedad.model.d.ts +13 -0
  277. package/lib/core/models/SNO/MTrabajoAnterior.model.d.ts +23 -0
  278. package/lib/core/models/SNO/MUbicacionFisica.model.d.ts +20 -0
  279. package/lib/core/models/SNO/MVacacionesPersonal.model.d.ts +39 -0
  280. package/lib/core/models/SNO/McargaFamiliar.model.d.ts +17 -0
  281. package/lib/core/models/{charge.model.d.ts → SOC/charge.model.d.ts} +2 -2
  282. package/lib/core/models/{clause.model.d.ts → SOC/clause.model.d.ts} +2 -2
  283. package/lib/core/models/{clauseModality.model.d.ts → SOC/clauseModality.model.d.ts} +2 -2
  284. package/lib/core/models/{configuracionSOC.model.d.ts → SOC/configuracionSOC.model.d.ts} +6 -2
  285. package/lib/core/models/{service.model.d.ts → SOC/service.model.d.ts} +5 -4
  286. package/lib/core/models/SOC/serviceCharge.model.d.ts +3 -10
  287. package/lib/core/models/{serviceType.model.d.ts → SOC/serviceType.model.d.ts} +2 -2
  288. package/lib/core/models/{comprobantePresupuestario.model.d.ts → SPG/comprobantePresupuestario.model.d.ts} +1 -1
  289. package/lib/core/models/{configurationSPG.model.d.ts → SPG/configurationSPG.model.d.ts} +2 -2
  290. package/lib/core/models/{cuentaPresupuesto.model.d.ts → SPG/cuentaPresupuesto.model.d.ts} +1 -1
  291. package/lib/core/models/{estructuraPresupuestaria.model.d.ts → SPG/estructuraPresupuestaria.model.d.ts} +1 -1
  292. package/lib/core/models/{expensiveAccount.model.d.ts → SPG/expensiveAccount.model.d.ts} +1 -1
  293. package/lib/core/models/{fuenteFinanciamiento.model.d.ts → SPG/fuenteFinanciamiento.model.d.ts} +1 -1
  294. package/lib/core/models/{incomeStructureAccount.model.d.ts → SPG/incomeStructureAccount.model.d.ts} +1 -1
  295. package/lib/core/models/{organizationType.model.d.ts → SPG/organizationType.model.d.ts} +1 -1
  296. package/lib/core/models/SSS/group.model.d.ts +1 -1
  297. package/lib/core/models/SSS/log.model.d.ts +15 -0
  298. package/lib/core/models/{securityConfiguration.model.d.ts → SSS/securityConfiguration.model.d.ts} +2 -2
  299. package/lib/core/models/{sistema.d.ts → SSS/sistema.d.ts} +1 -1
  300. package/lib/core/models/SSS/user.model.d.ts +19 -0
  301. package/lib/core/models/{userDetail.model.d.ts → SSS/userDetail.model.d.ts} +8 -7
  302. package/lib/core/models/SSS/userPermit.model.d.ts +2 -0
  303. package/lib/core/models/SSS/userPrefix.model.d.ts +11 -0
  304. package/lib/core/models/SSS/userRights.model.d.ts +8 -0
  305. package/lib/core/models/STB/deduction.model.d.ts +26 -0
  306. package/lib/core/models/{deductionType.model.d.ts → STB/deductionType.model.d.ts} +2 -2
  307. package/lib/core/models/{moneda.model.d.ts → STB/moneda.model.d.ts} +1 -1
  308. package/lib/core/models/{unidadTributaria.model.d.ts → STB/unidadTributaria.model.d.ts} +1 -1
  309. package/lib/shared/components/catalogo-estructuras/catalogo-estructuras.component.d.ts +1 -1
  310. package/lib/shared/components/table-select/table-select.component.d.ts +5 -3
  311. package/lib/sigesp.service.d.ts +290 -38
  312. package/lib/validation.service.d.ts +1 -1
  313. package/package.json +3 -3
  314. package/public-api.d.ts +125 -46
  315. package/sigesp.d.ts +26 -25
  316. package/sigesp.metadata.json +1 -1
  317. package/esm2015/lib/core/interfaces/Bank.js +0 -2
  318. package/esm2015/lib/core/models/IncomeAccount.js +0 -81
  319. package/esm2015/lib/core/models/SCB/bankAccount.model.js +0 -36
  320. package/esm2015/lib/core/models/accountMarriage.model.js +0 -11
  321. package/esm2015/lib/core/models/bank.model.js +0 -45
  322. package/esm2015/lib/core/models/centroCosto.model.js +0 -7
  323. package/esm2015/lib/core/models/charge.model.js +0 -63
  324. package/esm2015/lib/core/models/clasification.model.js +0 -14
  325. package/esm2015/lib/core/models/clause.model.js +0 -25
  326. package/esm2015/lib/core/models/clauseModality.model.js +0 -29
  327. package/esm2015/lib/core/models/comprobantePresupuestario.model.js +0 -47
  328. package/esm2015/lib/core/models/comunidad.model.js +0 -15
  329. package/esm2015/lib/core/models/configuracionRPC.model.js +0 -23
  330. package/esm2015/lib/core/models/configuracionSCG.model.js +0 -57
  331. package/esm2015/lib/core/models/configuracionSOC.model.js +0 -44
  332. package/esm2015/lib/core/models/configurationSPG.model.js +0 -55
  333. package/esm2015/lib/core/models/cuentaInstitucional.model.js +0 -26
  334. package/esm2015/lib/core/models/cuentaPresupuesto.model.js +0 -13
  335. package/esm2015/lib/core/models/deduction.model.js +0 -24
  336. package/esm2015/lib/core/models/deductionType.model.js +0 -20
  337. package/esm2015/lib/core/models/document.model.js +0 -16
  338. package/esm2015/lib/core/models/estructuraPresupuestaria.model.js +0 -132
  339. package/esm2015/lib/core/models/expensiveAccount.model.js +0 -40
  340. package/esm2015/lib/core/models/fuenteFinanciamiento.model.js +0 -10
  341. package/esm2015/lib/core/models/incomeStructureAccount.model.js +0 -81
  342. package/esm2015/lib/core/models/locations.model.js +0 -52
  343. package/esm2015/lib/core/models/moneda.model.js +0 -27
  344. package/esm2015/lib/core/models/organizationType.model.js +0 -12
  345. package/esm2015/lib/core/models/planUnicoCuenta.model.js +0 -7
  346. package/esm2015/lib/core/models/proveedores.model.js +0 -9
  347. package/esm2015/lib/core/models/providerBeneficiary.model.js +0 -135
  348. package/esm2015/lib/core/models/securityConfiguration.model.js +0 -20
  349. package/esm2015/lib/core/models/service.model.js +0 -37
  350. package/esm2015/lib/core/models/serviceType.model.js +0 -22
  351. package/esm2015/lib/core/models/sistema.js +0 -15
  352. package/esm2015/lib/core/models/specialty.model.js +0 -12
  353. package/esm2015/lib/core/models/unidadTributaria.model.js +0 -14
  354. package/esm2015/lib/core/models/user.model.js +0 -18
  355. package/esm2015/lib/core/models/userDetail.model.js +0 -66
  356. package/esm2015/lib/core/models/userPrefix.model.js +0 -11
  357. package/lib/core/interfaces/Bank.d.ts +0 -17
  358. package/lib/core/models/SCB/bankAccount.model.d.ts +0 -20
  359. package/lib/core/models/bank.model.d.ts +0 -26
  360. package/lib/core/models/deduction.model.d.ts +0 -11
  361. package/lib/core/models/locations.model.d.ts +0 -31
  362. package/lib/core/models/user.model.d.ts +0 -14
  363. package/lib/core/models/userPrefix.model.d.ts +0 -10
@@ -0,0 +1,1448 @@
1
+ import { ICargoOrganigrama, INominaSimple } from './Nomina';
2
+ export interface IConfiguracionSNO {
3
+ id_empresa: string;
4
+ id_sno: string;
5
+ estcamdensueint: string;
6
+ densueint: string;
7
+ desvacnom: string;
8
+ metvac: string;
9
+ estreportvac: string;
10
+ persalmesantfecven: string;
11
+ preperdesnomvac: string;
12
+ valparnom: string;
13
+ agrucontable: string;
14
+ ctaconreggasxpag: string;
15
+ id_proveedor: string;
16
+ nompro: string;
17
+ rifpro: string;
18
+ tippro: string;
19
+ tipconnom: string;
20
+ genrecdocnom: string;
21
+ id_tipdocnom: string;
22
+ sc_cuenta: string;
23
+ gennotdebbco: string;
24
+ genrecdoccausa: string;
25
+ id_tipdoccausa: string;
26
+ rdautpagperche: string;
27
+ tipconapo: string;
28
+ genrecdocapo: string;
29
+ id_tipdocapo: string;
30
+ agruretapo: string;
31
+ id_tipdocpagper: string;
32
+ tipconps: string;
33
+ genrecdocpresoc: string;
34
+ id_tipdocpresoc: string;
35
+ id_beneficiario: string;
36
+ cedben: string;
37
+ ordenar_constantes: string;
38
+ ordenar_conceptos: string;
39
+ excpersuspostcalrep: string;
40
+ noperrepnomnor: string;
41
+ fectopfinano: string;
42
+ metcalpreant: string;
43
+ codconsueant: string;
44
+ confprestamo: string;
45
+ camuniadmnomrac: string;
46
+ campasogradonomrac: string;
47
+ camdedtippernomrac: string;
48
+ camsuenomobrrac: string;
49
+ incperautmodben: string;
50
+ sc_contableben: string;
51
+ impcodunirac: string;
52
+ comauttabrac: string;
53
+ ajusuecom: string;
54
+ moddatpen: string;
55
+ cuoprestnomaysue: string;
56
+ alfanumcodper: string;
57
+ vallonctaban: string;
58
+ lonctaban: string;
59
+ nomulprestamo: string;
60
+ sobregiroctapercalnom: string;
61
+ percobmoncero: string;
62
+ genpagdirpercobcheq: string;
63
+ id_banco: string;
64
+ id_ctabanco: string;
65
+ numempivss: string;
66
+ metivss: string;
67
+ notomarnomesp: string;
68
+ dirtalhum: string;
69
+ ceddirtalhum: string;
70
+ codorgfpj: string;
71
+ metfpj: string;
72
+ parfpjxedaano: string;
73
+ edadpermasfpj: string;
74
+ edadperfemfpj: string;
75
+ anoserminfpj: string;
76
+ anosermaxfpj: string;
77
+ metrpvyh: string;
78
+ bancorpvyh: string;
79
+ cuentarpvyh: string;
80
+ difconxnom: string;
81
+ consueintbanxlote: string;
82
+ consalbasfjtss: string;
83
+ concomxantfjtss: string;
84
+ concomxefifjtss: string;
85
+ conxotrprifjtss: string;
86
+ metfpa: string;
87
+ antcompreant: string;
88
+ fraalipreant: string;
89
+ alibonvacalibonfinano: string;
90
+ aplasiextsuedia: string;
91
+ metfps: string;
92
+ incdiaadibonvac: string;
93
+ calintpreant: string;
94
+ calintperconf: string;
95
+ pormaxantpresoc: string;
96
+ id_tipdoc_anticipo: string;
97
+ calperactmesps: string;
98
+ acumintdiaadips: string;
99
+ diaadiano97ps: string;
100
+ metalibonvac: string;
101
+ antcompriano: string;
102
+ formcalpsl: string;
103
+ salnordgvquidia: string;
104
+ salnordgvdiaadi: string;
105
+ salnordgvvac: string;
106
+ metresconman: string;
107
+ actbloforcon: string;
108
+ dentipden: string;
109
+ nomban: string;
110
+ ctabanco: string;
111
+ ctabanco_cvh: string;
112
+ nomban_cvh: string;
113
+ id_conceptovac: string;
114
+ id_conceptofpj: string;
115
+ id_conceptofpa: string;
116
+ id_conceptorpvyh: string;
117
+ codconvac: string;
118
+ codconfpj: string;
119
+ codconfpa: string;
120
+ codconrpvyh: string;
121
+ cueconman: string;
122
+ regperinc: string;
123
+ regferinc: string;
124
+ regasiinc: string;
125
+ manindmod: string;
126
+ digcodcon: string;
127
+ }
128
+ export interface IIncidencia {
129
+ valor: string;
130
+ denominacion: string;
131
+ }
132
+ export interface IPersonal {
133
+ id_empresa: number;
134
+ id_personal: number;
135
+ codper: string;
136
+ cedper: string;
137
+ rifper: string;
138
+ nomper: string;
139
+ apeper: string;
140
+ fecnacper: string;
141
+ codpainac: string;
142
+ codestnac: string;
143
+ nacper: string;
144
+ estcivper: string;
145
+ telhabper: string;
146
+ telmovper: string;
147
+ coreleper: string;
148
+ dirper: string;
149
+ codpai: string;
150
+ codest: string;
151
+ codmun: string;
152
+ codpar: string;
153
+ sexper: string;
154
+ numhijper: number;
155
+ contra: number;
156
+ cedbenper: string;
157
+ estatura: number;
158
+ peso: number;
159
+ tallcam: string;
160
+ tallpan: string;
161
+ tallzap: string;
162
+ id_profesion: number;
163
+ nivacaper: string;
164
+ id_componente: number;
165
+ id_rango: number;
166
+ fotper: string;
167
+ obsper: string;
168
+ estper: string;
169
+ id_claper: number;
170
+ turper: string;
171
+ horper: string;
172
+ hcmper: number;
173
+ tipsanper: string;
174
+ numexpper: string;
175
+ caroriper: string;
176
+ tipvivper: number;
177
+ tenvivper: string;
178
+ monpagvivper: number;
179
+ estcajaho: number;
180
+ cuecajahoper: string;
181
+ porcajaho: number;
182
+ cuelphper: string;
183
+ cuefidper: string;
184
+ estsindicato: number;
185
+ fecingadmpubper: any;
186
+ anoservprefijo: number;
187
+ anoservprecont: number;
188
+ anoperobr: number;
189
+ anoservpreper: number;
190
+ messervpreper: number;
191
+ diaservpreper: number;
192
+ fecingper: string;
193
+ fecreingper: string;
194
+ fecjubper: string;
195
+ fecegrper: string;
196
+ cauegrper: string;
197
+ obsegrper: string;
198
+ preaviso: string;
199
+ feclossfan: string;
200
+ situacion: string;
201
+ fecsitu: string;
202
+ id_causales: number;
203
+ fecregsis: string;
204
+ codusu: string;
205
+ observacion: string;
206
+ id_cenmedss: number;
207
+ id_tipopersonal: number;
208
+ codcom: string;
209
+ dencom: string;
210
+ codran: string;
211
+ denran: string;
212
+ codcenmedss: string;
213
+ dencenmedss: string;
214
+ codtipper: string;
215
+ dentipper: string;
216
+ codcau: string;
217
+ dencau: string;
218
+ id_proveedorbeneficiario: string;
219
+ id_sindicato: string;
220
+ codsin: string;
221
+ densin: string;
222
+ conapdis: string;
223
+ despai: string;
224
+ desest: string;
225
+ desmun: string;
226
+ despar: string;
227
+ despai_nac: string;
228
+ desest_nac: string;
229
+ codpro?: string;
230
+ denpro?: string;
231
+ monpen?: string;
232
+ }
233
+ export interface ICambioEstatusPersonal {
234
+ idPersonal: number;
235
+ codigoPersonal: string;
236
+ estatusActual: string;
237
+ estatusNuevo: string;
238
+ fechaEgreso: string;
239
+ causaEgreso: string;
240
+ preaviso: string;
241
+ idCausales: number;
242
+ observacion: string;
243
+ fechaReingreso: string;
244
+ }
245
+ export interface ICargaMasiva {
246
+ proceso: string;
247
+ id_nomina: number;
248
+ tipo: string;
249
+ nombreArchivo: string;
250
+ base64textString: string;
251
+ modulo: string;
252
+ }
253
+ export interface IArchivoTXT {
254
+ nombrearchivo: string;
255
+ }
256
+ export interface ICargosPersonal {
257
+ id_empresa: string;
258
+ id_personal: string;
259
+ id_carper: string;
260
+ id_tabulador: string;
261
+ codgra: string;
262
+ codpas: string;
263
+ id_ubifis: string;
264
+ id_personalcargo: string;
265
+ codubifis?: string;
266
+ denubifis?: string;
267
+ codtipper?: string;
268
+ id_dedicacion?: string;
269
+ id_tipopersonal?: string;
270
+ codcar?: string;
271
+ descar?: string;
272
+ codded?: string;
273
+ dended?: string;
274
+ dentipper?: string;
275
+ codtab?: string;
276
+ destab?: string;
277
+ monsalgra?: string;
278
+ moncomgra?: string;
279
+ estmpppe?: string;
280
+ id_clasificacion_docente: string;
281
+ codcladoc?: string;
282
+ dencladec?: string;
283
+ detalles_organigrama: ICargoOrganigrama[];
284
+ detalles_nomina?: INominaSimple[];
285
+ }
286
+ export interface IFamiliares {
287
+ id_empresa: string;
288
+ id_personal: string;
289
+ id_familiar: string;
290
+ cedfam: string;
291
+ nomfam: string;
292
+ apefam: string;
293
+ sexfam: string;
294
+ fecnacfam: string;
295
+ nexfam: string;
296
+ estfam: string;
297
+ hcfam: string;
298
+ hcmfam: string;
299
+ hijesp: string;
300
+ estbonjug: string;
301
+ estbec: string;
302
+ nivaca: string;
303
+ codfam: string;
304
+ dirfam: string;
305
+ telfam: string;
306
+ hijodiscapacitado: string;
307
+ }
308
+ export interface IEstudioRealizado {
309
+ id_empresa: string;
310
+ id_personal: string;
311
+ id_estudio: string;
312
+ codestrea: string;
313
+ tipestrea: string;
314
+ insestrea: string;
315
+ desestrea: string;
316
+ titestrea: string;
317
+ calestrea: number;
318
+ escval: string;
319
+ fecinireaest: string;
320
+ fecfinestrea: string;
321
+ fecgraestrea: string;
322
+ aprestrea: string;
323
+ anoaprestrea: string;
324
+ horestrea: string;
325
+ }
326
+ export interface ITrabajoAnterior {
327
+ id_empresa: number;
328
+ id_personal: number;
329
+ id_trabajoant: number;
330
+ emptraant: string;
331
+ ultcartraant: string;
332
+ ultsuetraant: number;
333
+ fecingtraant: string;
334
+ fecrettraant: string;
335
+ emppubtraant: number;
336
+ id_dedicacion: number;
337
+ anolab: number;
338
+ meslab: number;
339
+ dialab: number;
340
+ codtraant: string;
341
+ dended: string;
342
+ }
343
+ export interface IImpuestoSobreRenta {
344
+ id_empresa: number;
345
+ id_personal: number;
346
+ id_isr: number;
347
+ porisr: number;
348
+ id_conret: number;
349
+ enero: number;
350
+ febrero: number;
351
+ marzo: number;
352
+ abril: number;
353
+ mayo: number;
354
+ junio: number;
355
+ julio: number;
356
+ agosto: number;
357
+ septiembre: number;
358
+ octubre: number;
359
+ noviembre: number;
360
+ diciembre: number;
361
+ desact: string;
362
+ }
363
+ export interface IFideicomiso {
364
+ id_empresa: string;
365
+ id_personal: string;
366
+ id_fideicomiso: string;
367
+ codfid: string;
368
+ ficfid: string;
369
+ id_ctabanper: string;
370
+ fecingfid: string;
371
+ capfid: string;
372
+ capantcom: string;
373
+ fecconpreant: string;
374
+ conpreant: string;
375
+ porintcap: number;
376
+ scg_cuentafid: string;
377
+ scg_cuentaintfid: string;
378
+ calintfid: number;
379
+ id_ubifis: string;
380
+ denubifis?: string;
381
+ codubifis?: string;
382
+ ctabanper?: string;
383
+ }
384
+ export interface IDeudaAnterior {
385
+ id_empresa: number;
386
+ id_personal: number;
387
+ feccordeu: string;
388
+ monpreant: string;
389
+ monint: number;
390
+ monant: number;
391
+ monantint: number;
392
+ }
393
+ export interface ISalarioHistorico {
394
+ id_empresa: string;
395
+ id_personal: string;
396
+ id_dedicacion: string;
397
+ id_tipopersonal: string;
398
+ id_dt_sueldoh: string;
399
+ fecsue: string;
400
+ suebas: string;
401
+ sueint: string;
402
+ sueprodia: string;
403
+ bonvac: string;
404
+ bonfianio: string;
405
+ otrasig: string;
406
+ confij: string;
407
+ convar: string;
408
+ alibonvac: string;
409
+ alibonfinanio: string;
410
+ dended: string;
411
+ dentipper: string;
412
+ }
413
+ export interface IBenefiaciario {
414
+ id_empresa: string;
415
+ id_personal: string;
416
+ id_familiar: string;
417
+ id_proveedor: string;
418
+ id_tipocta: string;
419
+ codben: string;
420
+ id_banco: string;
421
+ tipben: string;
422
+ porpagben: string;
423
+ monpagben: string;
424
+ ctabanben: string;
425
+ forpagben: string;
426
+ numexpben: string;
427
+ medact: string;
428
+ tribunal: string;
429
+ cedpro?: string;
430
+ nompro?: string;
431
+ nomfam?: string;
432
+ apefam?: string;
433
+ cedfam?: string;
434
+ nexfam?: string;
435
+ dirfam?: string;
436
+ telfam?: string;
437
+ nomtipcta?: string;
438
+ nomban?: string;
439
+ }
440
+ export interface IVacacionesPersonal {
441
+ id_empresa: string;
442
+ id_personal: string;
443
+ id_vacper: string;
444
+ codvac: string;
445
+ fecvenvac: string;
446
+ fecdisvac: string;
447
+ fecreivac: string;
448
+ stavac: string;
449
+ sueintvac: number;
450
+ sueintbonvac: number;
451
+ diavac: string;
452
+ diabonvac: string;
453
+ diapenvac: string;
454
+ persalvac: string;
455
+ peringvac: string;
456
+ dianorvac: string;
457
+ quisalvac: string;
458
+ quireivac: string;
459
+ diaadicvac: string;
460
+ diaadibon: string;
461
+ diafer: string;
462
+ diapag: string;
463
+ sabdom: string;
464
+ pagcan: string;
465
+ diapervac: string;
466
+ pagpersal: string;
467
+ calpagvac: string;
468
+ candiaadi: string;
469
+ obsvac: string;
470
+ codusu: string;
471
+ diavaccal: string;
472
+ diahab: string;
473
+ profueper: string;
474
+ }
475
+ export interface IAnticipoPrestacion {
476
+ id_empresa: number;
477
+ id_personal: number;
478
+ id_anticipops: number;
479
+ codant: string;
480
+ estant: number;
481
+ fecant: string;
482
+ monpreant: number;
483
+ monintant: number;
484
+ monantant: number;
485
+ monantint: number;
486
+ porant: number;
487
+ porint: number;
488
+ monant: number;
489
+ monint: number;
490
+ motant: string;
491
+ obsant: string;
492
+ codusu: string;
493
+ }
494
+ export interface IPersonalCuentasBancarias {
495
+ id_empresa: string;
496
+ id_personal: string;
497
+ id_ctabanper: string;
498
+ codctabanper: string;
499
+ denctabanper: string;
500
+ id_banco: string;
501
+ id_tipocta: string;
502
+ ctabanper: string;
503
+ estctabco: string;
504
+ tipctapri: string;
505
+ nomban?: string;
506
+ nomtipcta?: string;
507
+ }
508
+ export interface IPrestacionesAntiguedad {
509
+ id_empresa: string;
510
+ id_personal: string;
511
+ id_fideicomiso: string;
512
+ anocurper: string;
513
+ mescurper: string;
514
+ sueintper: number;
515
+ bonextper: number;
516
+ bonvacper: number;
517
+ bonfinper: number;
518
+ apoper: number;
519
+ diafid: number;
520
+ diaadi: number;
521
+ metodopre: string;
522
+ metodoadi: string;
523
+ bonvacadiper: number;
524
+ bonfinadiper: number;
525
+ sueintadiper: number;
526
+ apopreper: number;
527
+ apoadiper: number;
528
+ codusu: string;
529
+ id_dt_fideiperiodo: string;
530
+ }
531
+ export interface IFuenteFinanciamiento {
532
+ id_empresa: number;
533
+ codfuefin: number;
534
+ denfuefin: string;
535
+ expfuefin: string;
536
+ codigoftefin: string;
537
+ }
538
+ export interface IDialogData {
539
+ codigo: string;
540
+ denominacion: string;
541
+ }
542
+ export interface ICargaFamiliar {
543
+ id_empresa: string;
544
+ id_concurso: string;
545
+ id_concursante: string;
546
+ id_familiacon: string;
547
+ codfam: string;
548
+ cedfam: string;
549
+ nomfam: string;
550
+ apefam: string;
551
+ sexfam: string;
552
+ nexfam: string;
553
+ fecnacfam: string;
554
+ }
555
+ export interface IClasificacionObrero {
556
+ id_empresa: string;
557
+ id_claobr: string;
558
+ grado: string;
559
+ suemin: number;
560
+ suemax: number;
561
+ tipcla: string;
562
+ anovig: string;
563
+ numgac: string;
564
+ obscla: string;
565
+ }
566
+ export interface ICampos {
567
+ valor: string;
568
+ denominacion: string;
569
+ }
570
+ export interface IFormacionAcademica {
571
+ id_empresa: string;
572
+ id_concurso: string;
573
+ id_concursante: string;
574
+ id_estudiocon: string;
575
+ codestrea: string;
576
+ insestper: string;
577
+ desestper: string;
578
+ fecinireaest: string;
579
+ fecfinestrea: string;
580
+ titestper: string;
581
+ anoaprestper: string;
582
+ }
583
+ export interface IFormacionInformal {
584
+ id_empresa: string;
585
+ id_concurso: string;
586
+ id_concursante: string;
587
+ id_curso: string;
588
+ codcur: string;
589
+ desestrea: string;
590
+ horestrea: string;
591
+ }
592
+ export interface IRequisitosConcursante {
593
+ id_empresa: string;
594
+ id_concurso: string;
595
+ id_concursante: string;
596
+ id_reqcon: string;
597
+ codreqcon: string;
598
+ denreqcon: string;
599
+ cantreq: string;
600
+ entreqcon: string;
601
+ canentreqcon: string;
602
+ }
603
+ export interface IRequisitosConcursos {
604
+ id_empresa: string;
605
+ id_concurso: string;
606
+ id_reqcon: string;
607
+ codreqcon: string;
608
+ denreqcon: string;
609
+ cantreq: string;
610
+ reqindcon: string;
611
+ }
612
+ export interface IRequisitosMinismos {
613
+ id_empresa: string;
614
+ id_concurso: string;
615
+ id_tipoeval: string;
616
+ id_reqmin: string;
617
+ id_concursante: string;
618
+ codper: string;
619
+ feceva: string;
620
+ punreqmin: string;
621
+ codtipeval: string;
622
+ dentipeval: string;
623
+ dencon: string;
624
+ codcon: string;
625
+ nomper: string;
626
+ apeper: string;
627
+ items: IDtRequisitosMinimos[];
628
+ eliminar_detalle: number[];
629
+ }
630
+ export interface IDtRequisitosMinimos {
631
+ id_empresa: string;
632
+ id_concurso: string;
633
+ id_tipoeval: string;
634
+ id_aspecto: string;
635
+ id_item: string;
636
+ id_dt_req: string;
637
+ id_reqmin: string;
638
+ id_concursante: string;
639
+ puntos: string;
640
+ codite: string;
641
+ denite: string;
642
+ valormax: string;
643
+ }
644
+ export interface ISolicitudEmpleo {
645
+ id_empresa: string;
646
+ id_solempleo: string;
647
+ nrosol: string;
648
+ cedsol: string;
649
+ fecsol: string;
650
+ apesol: string;
651
+ nomsol: string;
652
+ nomape: string;
653
+ sexsol: string;
654
+ fecnac: string;
655
+ telhab: string;
656
+ email: string;
657
+ id_profesion: string;
658
+ codpro: string;
659
+ denpro: string;
660
+ carfam: string;
661
+ id_nivsel: string;
662
+ codnivsel: string;
663
+ dennivsel: string;
664
+ nivacasol: string;
665
+ codpai: string;
666
+ despai: string;
667
+ codest: string;
668
+ desest: string;
669
+ codmun: string;
670
+ desmun: string;
671
+ codpar: string;
672
+ despar: string;
673
+ dirsol: string;
674
+ telmov: string;
675
+ estciv: string;
676
+ nacsol: string;
677
+ estasol: string;
678
+ pessol: string;
679
+ comsol: string;
680
+ }
681
+ export interface IAcademico {
682
+ value: number;
683
+ descripcion: string;
684
+ }
685
+ export interface ITabulador {
686
+ id_empresa: string;
687
+ id_tabulador: string;
688
+ codtab: string;
689
+ destab: string;
690
+ maxpasgra: string;
691
+ tabmed: string;
692
+ detalles: IGrados[];
693
+ detalles_nomina: ITabuladorNomina[];
694
+ eliminar_grado: number[];
695
+ eliminar_nomina: number[];
696
+ eliminar_prima: number[];
697
+ }
698
+ export interface ITabuladorNomina {
699
+ id_empresa: string;
700
+ id_tabulador: string;
701
+ id_nomina: string;
702
+ id_dt_tabnom: string;
703
+ codnom?: string;
704
+ dennom?: string;
705
+ estnom?: string;
706
+ peractnom?: string;
707
+ id_periodoactual?: string;
708
+ racnom?: string;
709
+ despernom?: string;
710
+ prenomina?: string;
711
+ calculado?: string;
712
+ }
713
+ export interface IGrados {
714
+ id_empresa: string;
715
+ id_tabulador: string;
716
+ codgra: string;
717
+ codpas: string;
718
+ monsalgra: string;
719
+ moncomgra: string;
720
+ aniodes: string;
721
+ aniohas: string;
722
+ id_dt_grado: string;
723
+ detalles_prima: IPrimaGrados[];
724
+ }
725
+ export interface IPrimaGrados {
726
+ id_empresa: string;
727
+ id_tabulador: string;
728
+ codgra: string;
729
+ codpas: string;
730
+ codpri: string;
731
+ despri: string;
732
+ monpri: string;
733
+ id_dt_prima: string;
734
+ }
735
+ export interface IDefinicionesBasicas {
736
+ id: string;
737
+ coddef: string;
738
+ dendef: string;
739
+ tipperobr: string;
740
+ obsconret: string;
741
+ }
742
+ export interface IFeriados {
743
+ id_feriado: string;
744
+ diafer: string;
745
+ mesfer: string;
746
+ annofer: string;
747
+ nomfer: string;
748
+ tipfer: string;
749
+ codpai: string;
750
+ codest: string;
751
+ codmun: string;
752
+ codpar: string;
753
+ }
754
+ export interface IEscalaEvaluacion {
755
+ id_empresa: string;
756
+ id_escala: string;
757
+ codesc: string;
758
+ denesc: string;
759
+ valiniesc: number;
760
+ valfinesc: number;
761
+ detalles: IEscalaEvaluacionDt[];
762
+ }
763
+ export interface IEscalaEvaluacionDt {
764
+ id_empresa: string;
765
+ id_escala: string;
766
+ coddetesc: string;
767
+ dendetesc: string;
768
+ valinidetesc: number;
769
+ valfindetesc: number;
770
+ id_dt_escala: string;
771
+ }
772
+ export interface IDedicacion {
773
+ id_empresa: string;
774
+ id_dedicacion: string;
775
+ codded: string;
776
+ dended: string;
777
+ detalles: ITipoPersonal[];
778
+ }
779
+ export interface ITipoPersonal {
780
+ id_empresa: string;
781
+ id_tipopersonal: string;
782
+ id_dedicacion: string;
783
+ codtipper: string;
784
+ dentipper: string;
785
+ id_dt_tipopersonal: string;
786
+ }
787
+ export interface ITipoEvaluacion {
788
+ id_empresa: string;
789
+ id_tipoeval: string;
790
+ id_escala: string;
791
+ codtipeval: string;
792
+ dentipeval: string;
793
+ codesc: string;
794
+ denesc: string;
795
+ }
796
+ export interface ITipoEvaluacionAspectos {
797
+ id_empresa: string;
798
+ id_tipoeval: string;
799
+ id_escala: string;
800
+ codtipeval: string;
801
+ dentipeval: string;
802
+ codesc: string;
803
+ denesc: string;
804
+ aspecto: IAspectoEvaluacion[];
805
+ }
806
+ export interface IAspectoEvaluacion {
807
+ id_empresa: string;
808
+ id_tipoeval: string;
809
+ id_aspecto: string;
810
+ codasp: string;
811
+ denasp: string;
812
+ codtipeval: string;
813
+ dentipeval: string;
814
+ }
815
+ export interface IItemsEvaluacion {
816
+ id_empresa: string;
817
+ id_tipoeval: string;
818
+ id_aspecto: string;
819
+ id_item: string;
820
+ codite: string;
821
+ denite: string;
822
+ valormax: number;
823
+ codasp: string;
824
+ denasp: string;
825
+ codtipeval: string;
826
+ dentipeval: string;
827
+ }
828
+ export interface IComponente {
829
+ id_empresa: string;
830
+ id_componente: string;
831
+ codcom: string;
832
+ dencom: string;
833
+ nomabr: string;
834
+ rangos: IRango[];
835
+ }
836
+ export interface IRango {
837
+ id_empresa: string;
838
+ id_componente: string;
839
+ id_rango: string;
840
+ codran: string;
841
+ denran: string;
842
+ id_catrango: string;
843
+ nomabr: string;
844
+ codcatran: string;
845
+ }
846
+ export interface ITablaVacaciones {
847
+ id_empresa: string;
848
+ id_tabvac: string;
849
+ codtabvac: string;
850
+ dentabvac: string;
851
+ pertabvac: string;
852
+ anoserpre: string;
853
+ diavaccal: string;
854
+ periodos: ITablaVacacionesPeriodo[];
855
+ }
856
+ export interface ITablaVacacionesPeriodo {
857
+ id_empresa: string;
858
+ id_tabvac: string;
859
+ lappervac: string;
860
+ diadisvac: string;
861
+ diabonvac: string;
862
+ diaadidisvac: string;
863
+ diaadibonvac: string;
864
+ id_periodo: string;
865
+ }
866
+ export interface IArchivoTxt {
867
+ id_empresa: string;
868
+ id_archivotxt: string;
869
+ codarch: string;
870
+ denarch: string;
871
+ tiparch: string;
872
+ acumon: string;
873
+ campos: IArchivoTxtCampos[];
874
+ }
875
+ export interface IArchivoTxtCampos {
876
+ id_empresa: string;
877
+ id_archivotxt: string;
878
+ codcam: string;
879
+ descam: string;
880
+ inicam: string;
881
+ loncam: string;
882
+ edicam: string;
883
+ clacam: string;
884
+ actcam: string;
885
+ cricam: string;
886
+ tabrelcam: string;
887
+ iterelcam: string;
888
+ tipcam: string;
889
+ id_dt_campo: string;
890
+ }
891
+ export interface IMetodoBanco {
892
+ id_empresa: string;
893
+ id_metbco: string;
894
+ codmet: string;
895
+ denmet: string;
896
+ tipmet: string;
897
+ id_banco: string;
898
+ codempnom: string;
899
+ tipcuecrenom: string;
900
+ tipcuedebnom: string;
901
+ codofinom: string;
902
+ pagtaqnom: string;
903
+ nroref: string;
904
+ activo: string;
905
+ numconnom: string;
906
+ }
907
+ export interface IMetodos {
908
+ id_empresa: string;
909
+ id_metodo: string;
910
+ codmet: string;
911
+ denmet: string;
912
+ monmet: number;
913
+ metcestic: string;
914
+ codprod: string;
915
+ mondesdia: number;
916
+ nrotarjeta: string;
917
+ }
918
+ export interface IHorario {
919
+ id_empresa: number;
920
+ id_hora: number;
921
+ codhor: string;
922
+ denhor: string;
923
+ tiphor: string;
924
+ horini: string;
925
+ horfin: string;
926
+ horlab: string;
927
+ hordes: string;
928
+ }
929
+ export interface IConcursante {
930
+ id_empresa: string;
931
+ id_concurso: string;
932
+ codcon: string;
933
+ id_concursante: string;
934
+ cedper: string;
935
+ id_profesion: string;
936
+ profesion: string;
937
+ nombre_profesion: string;
938
+ fecreg: string;
939
+ nomper: string;
940
+ apeper: string;
941
+ dirper: string;
942
+ fecnacper: string;
943
+ estcivper: string;
944
+ codpai: string;
945
+ nombre_pais: string;
946
+ codest: string;
947
+ nombre_estado: string;
948
+ nacper: string;
949
+ telhabper: string;
950
+ telmovper: string;
951
+ emaper: string;
952
+ sexper: string;
953
+ nivacaper: string;
954
+ estconper: string;
955
+ }
956
+ export interface IConcurso {
957
+ id_empresa: string;
958
+ id_concurso: string;
959
+ codcon: string;
960
+ dencon: string;
961
+ fecapecon: string;
962
+ fecciecon: string;
963
+ id_carper: string;
964
+ codcar: string;
965
+ descar: string;
966
+ tipo: string;
967
+ cantcar: string;
968
+ estcon: string;
969
+ detalles_requisitos: IRequisitosConcursos[];
970
+ eliminar_detalles: number[];
971
+ }
972
+ export interface IEstructuraOrganizativa {
973
+ id_empresa: string;
974
+ id_organigrama: string;
975
+ codestorg: string;
976
+ denestorg: string;
977
+ nivel: string;
978
+ nivpad: string;
979
+ codcencos: string;
980
+ id_ep1: string;
981
+ id_ep2: string;
982
+ id_ep3: string;
983
+ id_ep4: string;
984
+ id_ep5: string;
985
+ codpadre: string;
986
+ codpai: string;
987
+ despai: string;
988
+ codest: string;
989
+ desest: string;
990
+ codmun: string;
991
+ desmun: string;
992
+ codpar: string;
993
+ despar: string;
994
+ estmpppe: number;
995
+ ubibolivariana: number;
996
+ ubifrontera: number;
997
+ ubiindigena: number;
998
+ ubiinsular: number;
999
+ ubimarginal: number;
1000
+ ubinocturno: number;
1001
+ ubiplanta: number;
1002
+ ubirobinson: number;
1003
+ ubizona: number;
1004
+ ubinoaplica: number;
1005
+ }
1006
+ export interface INivel {
1007
+ value: number;
1008
+ descripcion: string;
1009
+ }
1010
+ export interface ITiposEnfermedad {
1011
+ id_empresa: string;
1012
+ id_enfermedad: string;
1013
+ codenf: string;
1014
+ denenf: string;
1015
+ riecon: string;
1016
+ rielet: string;
1017
+ obsenf: string;
1018
+ }
1019
+ export interface IUbicacionFisica {
1020
+ id_empresa: string;
1021
+ id_ubifis: string;
1022
+ codubifis: string;
1023
+ denubifis: string;
1024
+ codpai: string;
1025
+ despai: string;
1026
+ codest: string;
1027
+ desest: string;
1028
+ codmun: string;
1029
+ desmun: string;
1030
+ codpar: string;
1031
+ despar: string;
1032
+ dirubifis: string;
1033
+ tietras: string;
1034
+ }
1035
+ export interface IPersonalJubilado {
1036
+ id_empresa: string;
1037
+ id_personal: string;
1038
+ id_jubilado: string;
1039
+ prirem: string;
1040
+ subtot: string;
1041
+ porpen: string;
1042
+ monpen: string;
1043
+ ultrem: string;
1044
+ fecvida: string;
1045
+ tipjub: string;
1046
+ }
1047
+ export interface IFideicomisoInteres {
1048
+ id_empresa: string;
1049
+ id_intfide: string;
1050
+ mesint: string;
1051
+ anoint: string;
1052
+ nrogacint: string;
1053
+ fecviggacint: string;
1054
+ montasint: string;
1055
+ }
1056
+ export interface IConfiguracionFideicomiso {
1057
+ id_empresa: string;
1058
+ id_fidconfig: string;
1059
+ id_dedicacion: string;
1060
+ id_tipopersonal: string;
1061
+ anocurfid: string;
1062
+ diabonvacfid: string;
1063
+ diabonfinfid: string;
1064
+ cuefid: string;
1065
+ forfid: string;
1066
+ codded?: string;
1067
+ dended?: string;
1068
+ codtipper?: string;
1069
+ dentipper?: string;
1070
+ }
1071
+ export interface ICalculoPrestacion {
1072
+ id_empresa: string;
1073
+ mes: string;
1074
+ anio: string;
1075
+ cedula_desde: string;
1076
+ cedula_hasta: string;
1077
+ mescal?: string;
1078
+ aniocal?: string;
1079
+ }
1080
+ export interface IFideicomisoPeriodo {
1081
+ id_empresa: string;
1082
+ id_personal: string;
1083
+ id_fideicomiso: string;
1084
+ id_nomina: string;
1085
+ codnom: string;
1086
+ anocurper: string;
1087
+ mescurper: string;
1088
+ sueintper: string;
1089
+ bonextper: string;
1090
+ bonvacper: string;
1091
+ bonfinper: string;
1092
+ apoper: string;
1093
+ diafid: string;
1094
+ diaadi: string;
1095
+ metodopre: string;
1096
+ metodoadi: string;
1097
+ bonvacadiper: string;
1098
+ bonfinadiper: string;
1099
+ sueintadiper: string;
1100
+ apopreper: string;
1101
+ apoadiper: string;
1102
+ codusu: string;
1103
+ id_dt_fideiperiodo: string;
1104
+ cedper: string;
1105
+ codper: string;
1106
+ nomper: string;
1107
+ apeper: string;
1108
+ fecingper: string;
1109
+ estper: string;
1110
+ }
1111
+ export interface IFideicomisoPeriodoInteresCatalogo {
1112
+ id_personal: string;
1113
+ codper: string;
1114
+ cedper: string;
1115
+ nomper: string;
1116
+ apeper: string;
1117
+ fecingper: string;
1118
+ estper: string;
1119
+ intereses: IFideicomisoPeriodoInteres[];
1120
+ }
1121
+ export interface IFideicomisoPeriodoInteres {
1122
+ id_empresa: string;
1123
+ id_personal: string;
1124
+ id_nomina: string;
1125
+ mesint: string;
1126
+ anoint: string;
1127
+ monantacu: string;
1128
+ monant: string;
1129
+ porint: string;
1130
+ monint: string;
1131
+ moncap: string;
1132
+ antpre: string;
1133
+ id_dt_fidperint: string;
1134
+ cedper: string;
1135
+ codper: string;
1136
+ nomper: string;
1137
+ apeper: string;
1138
+ fecingper: string;
1139
+ estper: string;
1140
+ capital: string;
1141
+ codnom: string;
1142
+ }
1143
+ export interface IPermisos {
1144
+ id_empresa: number;
1145
+ id_personal: number;
1146
+ id_permiso: number;
1147
+ feciniper: string;
1148
+ fecfinper: string;
1149
+ numdiapero: number;
1150
+ afevacper: number;
1151
+ tipper: number;
1152
+ obsper: string;
1153
+ remper: number;
1154
+ tothorper: number;
1155
+ desvacper: number;
1156
+ codpermiso: string;
1157
+ id_enfermedad: string;
1158
+ denenf: string;
1159
+ }
1160
+ export interface IConstancias {
1161
+ id_constancia: number;
1162
+ codconstra: string;
1163
+ desconstra: string;
1164
+ plantilla_rtf: string;
1165
+ archivo: string;
1166
+ }
1167
+ export interface ITrabajosConcursantes {
1168
+ id_empresa: string;
1169
+ id_concurso: string;
1170
+ id_concursante: string;
1171
+ id_trabajocon: string;
1172
+ codtraper: string;
1173
+ emptraper: string;
1174
+ cartraant: string;
1175
+ fecingtraant: string;
1176
+ fecrettraant: string;
1177
+ }
1178
+ export interface IEstudiosConcursantes {
1179
+ id_empresa: string;
1180
+ id_concurso: string;
1181
+ id_concursante: string;
1182
+ id_estudiocon: string;
1183
+ codestrea: string;
1184
+ insestper: string;
1185
+ desestper: string;
1186
+ fecinireaest: string;
1187
+ fecfinestrea: string;
1188
+ titestper: string;
1189
+ anoaprestper: string;
1190
+ horestrea: string;
1191
+ }
1192
+ export interface IExperienciaLaboral {
1193
+ id_empresa: string;
1194
+ id_concurso: string;
1195
+ id_concursante: string;
1196
+ id_trabajocon: string;
1197
+ codtra: string;
1198
+ emptraper: string;
1199
+ cartraant: string;
1200
+ fecingtraant: string;
1201
+ fecrettraant: string;
1202
+ }
1203
+ export interface IFamiliaConcursante {
1204
+ id_empresa: string;
1205
+ id_concurso: string;
1206
+ id_concursante: string;
1207
+ id_familiacon: string;
1208
+ codfam: string;
1209
+ cedfam: string;
1210
+ nomfam: string;
1211
+ apefam: string;
1212
+ sexfam: string;
1213
+ nexfam: string;
1214
+ fecnacfam: string;
1215
+ }
1216
+ export interface IPeriodosPlan {
1217
+ id_empresa: string;
1218
+ id_planhor: string;
1219
+ codperplan: string;
1220
+ denperplan: string;
1221
+ fecperplan: string;
1222
+ id_periodo: string;
1223
+ codperi: string;
1224
+ id_hora: string;
1225
+ incidencias: string;
1226
+ id_detalle: string;
1227
+ }
1228
+ export interface IPrestamo {
1229
+ id_empresa: number;
1230
+ id_personal: number;
1231
+ id_prestamo: number;
1232
+ numpre: number;
1233
+ id_tipoprestamo: number;
1234
+ id_nomina: number;
1235
+ id_concepto: number;
1236
+ monpre: number;
1237
+ numcuopre: number;
1238
+ id_periodo: number;
1239
+ monamopre: number;
1240
+ estpre: number;
1241
+ fecpre: string;
1242
+ obsrecpre: string;
1243
+ obssuspre: string;
1244
+ tipcuopre: string;
1245
+ dennom: string;
1246
+ codnom: string;
1247
+ numpernom: number;
1248
+ destippre: string;
1249
+ codtippre: string;
1250
+ codconc: string;
1251
+ nomcon: string;
1252
+ codperi: string;
1253
+ fechasper: string;
1254
+ periodos: IPrestamoPeriodo[];
1255
+ amortizacion: IPrestamoAmortizacion[];
1256
+ }
1257
+ export interface IPrestamoPeriodo {
1258
+ id_empresa: number;
1259
+ id_personal: number;
1260
+ id_prestamo: number;
1261
+ numcuo: number;
1262
+ id_periodocob: number;
1263
+ feciniper: string;
1264
+ fecfinper: string;
1265
+ moncuo: number;
1266
+ estcuo: number;
1267
+ codperipre: string;
1268
+ }
1269
+ export interface IPrestamoAmortizacion {
1270
+ id_empresa: number;
1271
+ id_personal: number;
1272
+ id_prestamo: number;
1273
+ numamo: number;
1274
+ id_periodoamo: number;
1275
+ fecamo: string;
1276
+ monamo: number;
1277
+ desamo: string;
1278
+ }
1279
+ export interface IPrevioEvaluacionDt {
1280
+ id_empresa: string;
1281
+ id_previo: string;
1282
+ id_tipoeval: string;
1283
+ id_aspecto: string;
1284
+ id_item: string;
1285
+ codite: string;
1286
+ denite: string;
1287
+ puntos: string;
1288
+ valormax: string;
1289
+ id_dt_previo: string;
1290
+ }
1291
+ export interface IPrevioEvaluacion {
1292
+ id_empresa: string;
1293
+ id_previo: string;
1294
+ proceso: string;
1295
+ id_concurso: string;
1296
+ codcon: string;
1297
+ dencon: string;
1298
+ id_concursante: string;
1299
+ cedper: string;
1300
+ nomper: string;
1301
+ id_tipoeval: string;
1302
+ codtipeval: string;
1303
+ dentipeval: string;
1304
+ fecha: string;
1305
+ punreqmin: string;
1306
+ usuario: string;
1307
+ hora: string;
1308
+ estatus: string;
1309
+ tipo: string;
1310
+ detalles: IPrevioEvaluacionDt[];
1311
+ }
1312
+ export interface IRListadoPersonal {
1313
+ id_nominaDes: number;
1314
+ id_nominaHas: number;
1315
+ codnomDes: string;
1316
+ codnomHas: string;
1317
+ dennomDes: string;
1318
+ dennomHas: string;
1319
+ id_personalDes: number;
1320
+ id_personalHas: number;
1321
+ codperDes: string;
1322
+ codperHas: string;
1323
+ nomperDes: string;
1324
+ nomperHas: string;
1325
+ estper: number;
1326
+ cauegrper: string;
1327
+ sexper: string;
1328
+ codpai: string;
1329
+ codest: string;
1330
+ codmun: string;
1331
+ codpar: string;
1332
+ despai: string;
1333
+ desest: string;
1334
+ desmun: string;
1335
+ despar: string;
1336
+ staper: string;
1337
+ fechaDes: string;
1338
+ fechaHas: string;
1339
+ orden: string;
1340
+ reporte: string;
1341
+ }
1342
+ export interface IRListadoTipoPersonal {
1343
+ id_ubifis: number;
1344
+ codubifis: string;
1345
+ denubifis: string;
1346
+ codpai: string;
1347
+ despai: string;
1348
+ codest: string;
1349
+ desest: string;
1350
+ codmun: string;
1351
+ desmun: string;
1352
+ codpar: string;
1353
+ despar: string;
1354
+ estper: string;
1355
+ id_organigrama: number;
1356
+ codestorg: string;
1357
+ denestorg: string;
1358
+ reporte: string;
1359
+ orden: string;
1360
+ }
1361
+ export interface IRConsolidadoConceptos {
1362
+ id_nominaDes: number;
1363
+ id_nominaHas: number;
1364
+ codnomDes: string;
1365
+ codnomHas: string;
1366
+ id_personalDes: number;
1367
+ id_personalHas: number;
1368
+ codperDes: string;
1369
+ codperHas: string;
1370
+ ordenDesde: number;
1371
+ ordenHasta: number;
1372
+ id_conceptoDes: number;
1373
+ id_conceptoHas: number;
1374
+ codconcDes: string;
1375
+ codconcHas: string;
1376
+ tipconc: string;
1377
+ id_periodoDes: number;
1378
+ id_periodoHas: number;
1379
+ codperiDes: string;
1380
+ codperiHas: string;
1381
+ anocur: number;
1382
+ orden: string;
1383
+ reporte: string;
1384
+ }
1385
+ export interface IRPeriodo {
1386
+ id_periodo: string;
1387
+ codperi: string;
1388
+ fecdesper: string;
1389
+ fechasper: string;
1390
+ }
1391
+ export interface IRConstanciaTrabajo {
1392
+ id_constancia: number;
1393
+ codconstra: string;
1394
+ plantilla_rtf: string;
1395
+ archivo: string;
1396
+ id_nomina: number;
1397
+ codnom: string;
1398
+ id_personalDes: number;
1399
+ id_personalHas: number;
1400
+ codperDes: string;
1401
+ codperHas: string;
1402
+ orden: any;
1403
+ }
1404
+ export interface IRSindicatos {
1405
+ id_sindicatoDes: number;
1406
+ id_sindicatoHas: number;
1407
+ codSindicatoDes: string;
1408
+ codSindicatoHas: string;
1409
+ reporte: string;
1410
+ }
1411
+ export interface IRRetenciones {
1412
+ id_nomina: number;
1413
+ codnom: string;
1414
+ id_personalDes: number;
1415
+ id_personalHas: number;
1416
+ codperDes: string;
1417
+ codperHas: string;
1418
+ annocurso: string;
1419
+ reporte: string;
1420
+ }
1421
+ export interface IResultadosEvaluacion {
1422
+ id_empresa: string;
1423
+ id_evaluacion: string;
1424
+ id_concurso: string;
1425
+ codcon: string;
1426
+ dencon: string;
1427
+ id_concursante: string;
1428
+ cedper: string;
1429
+ nomper: string;
1430
+ fecha: string;
1431
+ observacion: string;
1432
+ usuario: string;
1433
+ resultado_rqm: string;
1434
+ resultado_psi: string;
1435
+ resultado_tec: string;
1436
+ resultado_total: string;
1437
+ conclusion: string;
1438
+ }
1439
+ export interface ISueldoMinimo {
1440
+ id_empresa: string;
1441
+ id_sueldominimo: string;
1442
+ codsuemin: string;
1443
+ anosuemin: string;
1444
+ gacsuemin: string;
1445
+ fecvigsuemin: string;
1446
+ monsuemin: number;
1447
+ obssuemin: string;
1448
+ }