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