Changelog
ITrack Chromium
- Minor wording changes
- Merge pull request #106 from ISoft-Data-Systems/error-log-viewer
- Switch to using
f_attachment_count
- Always join on
wa_vehicle to avoid missing JOIN or double JOINs
- Fixed bug on filtering date (but only able to search by the original timestamp format
- Refined 'removeError' function
- Removed unused imports
- Fixed bug on displaying users who has errors
- Merge branch 'error-log-viewer' of https://github.com/ISoft-Data-Systems/pro-web into error-log-viewer
- Created pProp to hold all async calls in parallel
- Reuse a function instead of writing the same code twice
- Removed unused import and modified 'clearAllError' event to only remove selected user's error
- Modified the drop-down button to only show user who has error log
- Added a drop-down button to view selected user's error log
- Added function to remove all errors in the log
- Added remove function to be able to clear the error once is solved
- Moved "errorlog-viewer" tab into configuration tab
- Use latest Dashboard version
- Changed the error details display after the dropdown button
- Fixed bug on the dropdown button
- Added a drop-down button to hide the error details so that the table looks simpler
- Modified the containers to create a header and added search/filter function for the table
- Added a feature of viewing the time difference between the timestamps and current time
- Modified the format of the date display on the table
- Added containers to the header
- Added more error details into the errorlog table and changed date format on display
- Fix broken alert messages
- Add ability to update context / message in error log
- Fix bug where
precision Yup rule could throw
- Always log the endpoint as the error's context
- Added an errorlog viewer
- Fix bug where
precision Yup rule could throw
- Merge pull request #105 from ISoft-Data-Systems/improved-rollup-build
- Remove
pre-build.js in favor of a couple in-house rollup plugins
- Fix big where yup.number().precision() would throw when it shouldn't
- Add ability to view voided payments on the Customer screen < Sales tab
- Update README.md
- Merge pull request #104 from ISoft-Data-Systems/frequently-used-part-types
- only show the last year(to date) of inventory created part types
- Support for creating a part from a list of frequently used types
- Remove Joi dependency completely
- Expanded use of native bools
- use native bools
- Changed to native bool for
user_editable for categories
- Remove Ractive observers
- Fixed various issues with the customer > quotes tab
- Merge pull request #103 from ISoft-Data-Systems/upgrade-to-fontawesome-v6
- Fix the tag printed icon
- Switch to use the engine icon for inventory/part
- Upgrade to Font Awesome v6
- Fixed: an issue where saving a report queue job would fail silently
- Automate package.json version changes to create a GitHub Release
- This version was really just a test to see if my workflow automation is working
- Fixed: a bug where an error reporting a significant state change would show an error to the user. It is now suppressed.
- 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
- Fixed: a bug where the column headers of the table didn't match the columns of the rows
Newer Older