Skip to content

Releases: alcastrob/labManager

Validations were not trigger on the last row of Indications and Test components if the user click to go away of the page

05 Feb 13:21
Compare
Choose a tag to compare

Español

  • Arreglado: Si no se completan todos los valores de la nueva fila de Indicaciones, el usuario puede tener la sensación de haber guardado esos cambios, cuando en realidad no se han escrito ni validado.
  • Arreglado: Si no se completan todos los valores de la nueva fila de Pruebas, el usuario puede tener la sensación de haber guardado esos cambios, cuando en realidad no se han escrito ni validado.
  • Se cambia la forma de limpiar los valores de un componente desde la barra superior para que los usuarios no se queden atrapados dentro de la páigna de Nuevo Trabajo, independientemente se si aceptas o descartas los cambios.
  • Añadido un fix temporal para las cabeceras del logo en b64. Este arreglo tendrá que ser retirado una vez se haya realizado la mezcla de código con la rama /dev.

English

  • Fixed: added new row on the exit action from the WorkNew Component.
  • Fixed: solved the problem with the isError/isDirty condition related with the WorkIndicationsTable when leaving the page.
  • Fixed: added new row on the exit action from the WorkDetail Component.
  • Fixed: solved the problem with the isError/isDirty condition related with the WorkIndicationsTable when leaving the page.
  • Changed the way to clean up a component from the TopBar in order to not get trapped inside the NewWork, besides you discard or accept the changes in the component.
  • Added a temporary fix to ignore the b64 header on the company logo. This must be removed after the merge with the /dev branch.

Fix on MonthCheck sums

02 Feb 18:44
Compare
Choose a tag to compare
Pre-release

Fixed the way the popup sums are calculated on MonthCheck component.
Removed the copy 'Datos de la Factura' from the Invoice template.

Fix on MonthCheck

02 Feb 16:55
Compare
Choose a tag to compare
Fix on MonthCheck Pre-release
Pre-release

Fixed a problem with the way lodash sums values that are float, but she is not completely sure if they are or not.
Removed all the tabstops of the montcheck table but the ones of the discounts, in order to make faster to type down data there.
The DAL now reports to console the query and the parameters in case of crash in the execution of the query.

Fix on the templates for reports and invoices

02 Feb 14:40
Compare
Choose a tag to compare

Fixed: Invoices and Reports are showed and printed using the same template.

Minor bugfixin

31 Jan 21:00
Compare
Choose a tag to compare
Minor bugfixin Pre-release
Pre-release

Bug: The name of the dentist is not showing up on the DentistDetail component.
Removed the restriction to re-open a closed work only to admin users.
Renamed the name of the report of works.
Discounts are not properly applied to the report of works.