Difference between revisions of "Bxp Release 10 SER 1 release notes"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) (→New Modules) |
Philip Lacey (talk | contribs) (→Big reports plan) |
||
| Line 61: | Line 61: | ||
Currently the KeyStats engine for generating reports executes on Web servers 1 and 2 using Database server 1 as its data repository. This will be updated to execute on web sever 3 and use database server 2 as its data repository. | Currently the KeyStats engine for generating reports executes on Web servers 1 and 2 using Database server 1 as its data repository. This will be updated to execute on web sever 3 and use database server 2 as its data repository. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 14:35, 12 February 2018
bxp Release 10 Service Enhancement Release 1 has no set date for release yet. Cooperation and collaboration with clients is currently in progress.
1 Existing Module Changes
| Module | Icon | Total Changes | Link |
|---|---|---|---|
| Appointment Manager | |
7 Changes | Bxp_R10SER1_-_Appointment_Management |
| Communications Centre | |
1 Change | Bxp_R10SER1_-_Communications_Centre |
| eCourse | |
3 Changes | Bxp_R10SER1_-_eCourse |
| Form Management | |
19 Changes | Bxp_R10SER1_-_Form_Management |
| Information Centre | |
3 Changes | Bxp_R10SER1_-_Information_Centre |
| KeyStats | |
4 Changes | Bxp_R10SER1_-_KeyStats |
| MetaData | |
1 Changes | Bxp_R10SER1_-_MetaData |
| Project Manager | |
8 Changes | Bxp_R10SER1_-_Project_Manager |
| System Access Management | |
14 Changes | Bxp_R10SER1_-_System_Access_Management |
| Time Tracker | |
2 Changes | Bxp_R10SER1_-_Time_Tracker |
2 New Modules
2.1 Dashboards
The Dashboards module allows for prebuilt, predesigned panes of information to be collated into a single operational dashboard.
A user can have access to multiple dashboards.
Module_-_Dashboards
A number of predesigned dashboards will be launched with the module.
3 Engine
3.1 KeyStats plan
In order to better manage the potential slow down issues with incorrectly built KeyStats, the render page of the keystat is going to be given it’s own server W3 to process it. If W3 becomes unavailable a fall back to W1 and W2 will be implemented.
This action is considered a priority and is being worked on with Sungard at this time.
Currently the KeyStats engine for generating reports executes on Web servers 1 and 2 using Database server 1 as its data repository. This will be updated to execute on web sever 3 and use database server 2 as its data repository.
3.2 Custom folder via sftp
Access to the custom folder via the current web interface requires a “one by one” file approach. Where a client needs numerous file management access, sftp access will be provided to the file storage engine of bxp. This will in turn be managed on a scheduled or click request basis to kick off an audited and antivirus scanned transfer of the file storage to the live web infrastructure.
This should provide easier access for system administrators to mass manage their custom folder.
The_Custom_folder_through_sFTP_management
3.3 Table styling
We’ve been asked more than once to allow tables to “pop” or look more stylish.
bxp can adopt a look from other known office tools and using a well-known package to suggest some HTML interpretations.
In order to implement these styles the tables will have to have new CSS tags applied.
- css_Table_New_Table
- css_Table_First_Cell
- css_Table_First_Row
- css_Table_Data_FirstCell
- css_Table_Data_DataCell
- css_Table_Data_LastCell
- css_Table_Data_Alt_FirstCell
- css_Table_Data_Alt_DataCell
- css_Table_Data_Alt_LastCell
- css_Table_Last_FirstCell
- css_Table_Last_Row
- css_Table_Last_LastCell
These tags are then set with appropriate styles and makes styling really easy to apply.
This change will affect where clients might have customisations or expect data to appear in particular layouts.
A default style matching current styles will be created BUT the HTML will have the new css Headers added.
Application of styling will vary throughout the system. i.e. there will be a master default but only some reports will allow “selective” styling.
3.4 System notification emails
A number of email and reports from bxp come from a variety of email addresses currently. These are to be unified under the bxpsoftware.com domain.
- security@bxpsoftware.com
- hamsters@bxpsoftware.com
- notification@bxpsoftware.com
- alerts@bxpsoftware.com
- compliance@bxpsoftware.com
3.5 Client daily picture engine
This small change will allow clients to have their own 365 daily images run from the clients custom folder.
Currently using the keyword dailyPic in the background image of a user or a system will use the daily pic engine as their background.
By changing the word to customDailyPic, the engine will use the path
folder. X is the name of the system currently being used and YYY is the 3 digit code for the day of the year, ie. 001 is 1st January of that year.
For more information The_dailyPic_engine
3.6 Login page - Username autocomplete
As part of security the password field has a feature which removes the auto-complete of the password. This is a reasonable security measure.
In order to further improve security the username field will now also have autocomplete removed. The reason being that if a machine is used in a public environment, the username is left in the box providing a valid account which could be attacked to force unwanted lock outs. This change means a user will need to type their name in regularly.
3.7 AJAX engine - Title when no records
Currently the text displays
This will be changed to "No records found."
3.7.1 Precision Searching in Forms
It was discovered that the intCDA_X_Id and the intCDA_X_NoOfAttempts fields were not being precision searched and need to be. The code of the system was modified to support this precision searching without the need for explicit addition into the Advanced Settings of each form.
