Skip to content

Releases: alcastrob/labManager

Bugfixing

11 Jun 08:26
Compare
Choose a tag to compare

[Fixed] Uncontrolled AddLastRow calls to unexisting component.
[Fixed] The indication tables did not execute INSERT, UPDATE or DELETE operations due to a missing isEmpty function.
Changed again the sorting of the indication results per work.

Changes related with open database and the amounts of indication items.

06 Jun 17:39
Compare
Choose a tag to compare

Español

  • Corregida la ordenación de las indicaciones de un trabajo.
  • Añadido el link 'Poner fecha de hoy' en el cuadro de fecha de finalización de un trabajo.
  • Cuando se establece la fecha de finalización de un trabajo, la fecha estimada de finalización se pone en blanco.
  • Las cantidades de las indicaciones que se actualicen se pondrán por defecto a 1 (hasta que este comportamiento cambie con la futura versión 1.1.0).
  • Arreglado un problema en la apertura de los ficheros de base de datos.
  • Añadido el nombre de los pacientes a las facturas, tanto en pantalla como impresas.

English

  • Fixed the sorting of indications
  • Added the 'Set date to today' to the end date of a work.
  • The estamated end date of a given work is set to null when the end date is set.
  • The date shown per work in the invoices now is the end date instead of the start date.
  • Updated ammounts are automatically set to 1 until version 1.1.0 changed this behaviour.
  • Fixed a problem opening the database file.
  • Added the patient name to the invoices, both in printed and on-screen versions.

Minor bugfixing

05 Jun 17:50
Compare
Choose a tag to compare

Minor bugfixing

ZoomLevel and Dentist's works

01 Jun 16:24
Compare
Choose a tag to compare
  • Added the zoom in and zoom out capabilities.
  • Reduced the "real estate" used by the work adjunts component.
  • Solved the problem with recurring "Uncaught SyntaxError: Unexpected identifier".
  • The query filter of the works now is reset every time the user leaves the page.

Discounts and edited works were not properly managed

16 May 15:40
Compare
Choose a tag to compare

Español

  • [Resuelto] Se ha detectado un problema al actualizar un trabajo que tuviera aplicado previamente un descuento. Si se edita uno de estos trabajos, modificando así su suma total, los descuentos que pudieran estar aplicados ya no serán válidos (por ejemplo, imaginemos un trabajo de 200€ que tenía un descuento del 10%, lo que suponen 20€. Si cambiamos sus indicaciones hasta sumar 300€, entonces ese descuento del 10% y 20€ ya no será válido, ya que esas cifras no son relativas a la nueva suma). Ahora, al realizar actualizaciones, la cifra del descuento se conservará, pero se recalculará el porcentaje en base al nuevo subtotal.

English

  • [Fixed] Problem detected when updated a work with a discount already applied. If you edit a work with a preassigned discount, and now you modify the WorkDetails, generating a new Total, the previous discounts are not valid anymode (i.e. a previous 10% of a total of 200€, that's 20€. And now you modify the work contents, summing up 300€. The 10% and the 20€ are not valid discounts, because they're not relative to the new ammount). Now when you update the ammount, the discount sum is conserved, but the % is recalculated.

Explicit discount sums in invoices

02 May 22:09
Compare
Choose a tag to compare

Español

  • Se añaden la suma de descuentos y el valor porcentual del mismo sobre la base imponible de las facturas.

English

  • Added explicit sums of discounts and percentage discounts to the invoices.

Minor bugfixing

26 Apr 08:59
Compare
Choose a tag to compare

Minor bugfixing

Minor bugfixing

25 Apr 20:30
Compare
Choose a tag to compare

Español

  • [Resuelto] Las inserciones de pruebas sin turnos no se estaban guardando.

English

  • [Fixed] Test INSERT commands without Delivery Shifts were not been commited.

The INSERT commands were not returning the LastRowId, and the application got broken

25 Apr 15:14
Compare
Choose a tag to compare

Español

  • [Resuelto] Las instrucciones INSERT no estaban devolviendo el LastRowID y hacían romperse a la aplicación.

English

  • [Fixed] The INSERT commands were not returning the LastRowId, and the application got broken.

MonthCheckTable export to excel improved

25 Apr 10:28
Compare
Choose a tag to compare

Español

  • Exportación a Excel de la tabla de cierre de mes. Las cifras se exportan ahora correctamente con formato numérico
  • Mejorado el tiempo de respuesta general de la aplicación.

English

  • MonthCheck excel export. Figures are now properly exported with numeric format.
  • Improved the general response time of the application.