Reports: Ability to email a report to someone instead of having it download
- A user will now be able to email a Once-off report to a contact or recipient.
- This is applicable to Vehicle, Drivers, and Group Reports
- The "Generate" button will now have a dropdown option to email a report.
- When the user selects the option to email a report, the following fields will appear:
a. Contact:
- A dropdown list to select an existing contact.
- Auto-population of contact name and email address into the respective fields based on the selected contact.
b. Recipients Email:
- A text field where the user can type in an email address.
- This is a mandatory field.
- Email Address Validation:
- Display a validation message if the entered email address is not in the correct format.
- Example validation message: "Please provide a valid email address, e.g., john@acme.com."
c. Cancel:
- A button that closes the window without sending the email.
d. Submit:
- A submit button to send the email.
OPTIMISATIONS & ENHANCEMENTS
Authentication and Authorization: Set the maxIdTokenIatOffsetAllowedInSeconds authorization configuration setting to 300 seconds
- The maxIdTokenIatOffsetAllowedInSeconds was updated to 300 seconds (5 minutes). This will assist with customers who are logging in but who's computer time differs by more than 2 minutes from the server's time, which results in an infinite authentication loop.
- If the computer time is less than 5 minutes of the server time, the user should be able to log in successfully.
- If the computer time is adjusted to be more than 5 minutes of the server time, an infinite loop of trying to log in will occur, resulting in an authentication failure.
BUGFIXES
Expense: Expenses Management - Unable to use Decimal values in Expenses from Expense Menu
- When adding an expense via Expense Management, the Quantity field did not allow the use of a comma (",").
- This has been amended and the use of a comma (",") is permitted.
Loggin: UI - Fix Uncaught (in promise): [object Boolean] error.
- There was an issue with logging into the application using the Firefox browser, the below error appeared.
- This has been resolved. The error that was previously displayed no longer appears.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article