-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TYP - Listado de prestaciones no nominalizadas #2962
Conversation
4a1c595
to
ff8c9ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nuevo versión (1.1.22) con los iconos a utilizar
https://www.npmjs.com/package/@andes/icons
-
agenda-paciente
-
calendar-cruz
Colores: #7C87A5 / #5C7BBF
Testeados los nuevos iconos. Tener en cuenta que se aplican en bases como se menciona previamente. |
this.botonBuscarDisabled = diff > 31; | ||
} | ||
|
||
if (fechaDesde && fechaDesde.isValid() && fechaHasta && fechaHasta.isValid()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Utilizar el encademiento opcional "?" para simplificar codigo.
|
||
<td *ngIf="columnas.fecha">{{busqueda.fecha | date: "dd/MM/yyyy HH:mm " }}</td> | ||
<td *ngIf="columnas.efector"> | ||
{{busqueda.organizacion.nombre}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se sugiere chequear que exista organizacion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mati, al seleccionar un rango de fechas y dar click en "buscar" me saltan un par de errores. Te dejo video
https://www.loom.com/share/e96f9c0b9e0448b0a486e7f6f440a6bd
Lista la corrección de errores mostrados en consola! |
3d55c73
to
9f4d089
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Listos los cambios en cache pedidos por @Fabio-Ramirez |
# [5.133.0](v5.132.2...v5.133.0) (2024-02-21) ### Bug Fixes * **IN:** visualizacion de registros en sidebar ([#2973](#2973)) ([#2903](#2903)) ([63c0e6f](63c0e6f)) ### Features * **IN:** request con boton de busqueda ([#2960](#2960)) ([7454faf](7454faf)) * **TYP:** listado de prestaciones no nominalizadas ([#2962](#2962)) ([fe145ff](fe145ff))
Requerimiento
https://proyectos.andes.gob.ar/browse/TYP-5
https://proyectos.andes.gob.ar/browse/TYP-11
Funcionalidad desarrollada
Requiere ultima versión de Plex Icons:
https://www.npmjs.com/package/@andes/icons
andes/andes-font-icon#13
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Se deben actualizar el módulo de "Turnos y Prestaciones" en la colección "modulos" con los siguientes datos:
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion