Feature: Any errors that occur are now shown in the bottom left corner in a non-modal alert and will contain more useful information than previous error messages.
Feature: On the Home screen, if there are "pending" HTP Buy Now orders, the Internet Orders tab will display a red ringing bell icon on the tab to alert the user to review those.
Changed: On the home screen, every tab will now have its contents sorted by date descending, by default.
Fixed: Various saving issues throughout the application
Improved: When running db updates, ensure a single MySQL connection is used by @daytonlowell
Improved: Data validation by switching from Joi to Yup by @Mtn-View