sigesp 0.9.4-210322 → 0.9.5-221123

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