Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GitHub repository: https://github.com/openimis/web_app_vb

The demo site is available here: demo.openimis.org

1.4.1 (April 2020)

User Manual in French
The User Manual has been translated to French and can be accessed online on docs.openimis.org. The PDF version of the french manual is also included into the GitHub repository.

[OP-148, OP-149] - Improve the main diagnosis autocomplete 
The main diagnosis autocomplete input has been improved on FindClaim and ClaimOverview pages.

[OP-150] - Show link between contribution and payment
The link between contribution and payment is now displayed on the Payment page.

[OP-138] - Bug fixes
Check the Jira tickets for the list of issues fixed in this release.

1.4.0 (October 2019)

[OS-3] - Increase of the password's strength
The password strength validation can be configured from the Web.config file. For more information please visit WA3.4 Web configuration file.

[OS-5] - Replace DB ids from URLs with UUIDs
In previous versions, the navigation was using database ids to match entities. Starting from this version, the Web Application will use UUIDs for navigation and identification of entities. 

[OS-9] - Customization of offline synchronisation passwords 
The Offline synchronisation passwords can be configured from the Web.config file. The password needs to be the same on both Web Application and Policies mobile application. For more information please visit WA3.4 Web configuration file

Added support for the ePayment module implementation
The ePayment module management is integrated into the REST API. From the Web Application, the user can overview payments done through the ePayment module.

Bug fixes and improvements 
For more detailed information, please check: OP-81OP-83OP-103 

1.3.0 (April 2019)
Anchor
1.3.0
1.3.0

[OP-50] - [Security] Passwords storage in the database has been replaced 
Passwords are not stored anymore in the database, only password validation information data. 

[OP-59] - [Interface] More information is displayed in the insuree enquiry result
More data fields to the scope of the data provided by the functionality Search Insurance Number/Enquiry is available.

[OP-62] - [Interface] Long drop down lists are replaced by autocomplete text boxes
Some data fields currently with drop down lists are replaced by data fields with autocomplete text boxes.

[OP-63] - [Security] Mobile and web credentials are linked together for enrolment officers and claim administrators
Eliminates potential duplication of data entry in case an enrolment officer or a claim administrator who has to have his/her user account for direct access to openIMIS.

[OP-64] - [Security] Administrators can define new user roles so the users will have access only to the data and functions that they need
Implements besides the current concept of defining user access rights also the concept of user defined roles defining a set of access rights quite generally. The old approach with fixed user roles matches with the generalised concept of user definable roles so that backward compatibility is preserved.

[OP-68] - [Interface] Description of the rejection codes are displayed when the medical services or items rows are hovered in the claims review page
Implements a capability explaining the meaning of reject codes (15 different codes) without a need to consult the user manual.

[OP-70] - [Interface] Show Family/Group type in Family Overview page 
This feature adds this Family type information to the Family overview page.

[OP-72] - [Interface] Display and layout adjustments
Some adjustments on the display and layout were introduced: full names instead of acronyms, consistent usage of the asterisk as an indication of missing mandatory data field, the position of date selectors, indication of unit of measurement for selected data fields, order of menu items.

...