- Nothing changed yet.
- Add support to have custom office identifier (removal hard coding siret which is France metropolitan restrictive)
- upgrade technical stack with django 4.2
- removing support for python 3.7
- Fix import of CSV files on MacOS, reading file was done in ascii and encoding issue resolving.
- Add entry for LibreOsteo Premium and hosting into the application
- improve traces and log, robustness for csv importation
- Fix the previous fix corruption on session on some situations. No, it's not a joke...
- Fix corruption on session on some situations.
- Fix display of the navbar on mobile device.
- Generates Docker image on arm64,arm and amd64
- End of the support python 3.6
- Fix issue with invoice prefix sequence
- Fix translation for June in French
- Fix permission on therapeut settings when not admin.
- #276 - Fix restoring archive and foreign key issue with django_content_types
- Add zipcode / city autocompletion
- end of support of python 3.5 and upgrade to Django LTS 2.2
- Add generic frame for multiple office for the instance. It allows to have multiple office-settings into the product.
- Add support to generate corrective invoice instead of credit not when canceling invoice
- Add permission to download full data
- Add CLI to allow to backup data
- Fix issue to export/import medical reports from csv
- Fix trouble in the browser console (error on the home page)
- Fix import database on Windows platform
- Fix registering user with bad character
- Add title on Invoice document for easy saving file
- Add support for storing consent track on patient
- Reorganize the home page to be more smart
- Add support for managing documents on patient folder
- Add support to enable/disable some paiment means
- Add support to cancel invoices
- Add support to display all invoices for accountability purpose
- Add support to delete a patient in accordance with GDPR conformity
- Add support to regularize unpaid examinations
- Add helper to detect network address on which the application is available
- Remove the bower dependency and use yarn
- Add support to continuous integration with travis, and some testing from UI with robot framework
- Add support for python 3.X and python 2.X for the software
- Add support for email field
- Fix problem when importing CSV file with complete data. use a buffer of 4Ko instead of 1Ko.
- Fix missing error message when birth date is incorrect in patient file
- Fix problem when creating settings on the office on a new empty instance.
- Add possibility to rebuild index at any time from the interface.
- Add support to archive and restore database (restoring when installing)
- Add support to compression for Css/Js (avoid blank pages when updating script and force refresh when releasing version)
- Fix editing birthdate on patient file on a negative GMT timezone offset
- Fix the command panel to edit patient file/examinations when scrolling page
- autosave and close the edit mode when changing tab on the patient file (not the examination)
- Change filter to manage name with "particule" specifically.
- Finalize version
- Release Docker file to create a docker container with the release
- Improve export to reorganize fields.
- Add laterality on patient file
- Add support to import examinations linked to patient
- Add support to export patients and examinations as CSV files.
- Add support to import patient into the system through CSV file.
- Change the editor for textarea to Hallo.js and allow to edit rich text in the application
- Allow to edit/delete patient
- Allow to edit/delete examination
- Add filter to automatically set uppercase on name for patient
- Improve the print of invoice
- Allow to import patient through csv file.
- Fix the process management on MacOS X platform.