Changelog
ITrack Chromium
- Fix bug where saving a Quote could void Payments
- Fixed a mislabeled field when changing password
- Fixed an issue with saving dismantled value
- Fix a bug where it was possible for some tabs to appear multiple times
- Merge pull request #110 from ISoft-Data-Systems/vehicle-search-stuff
- PR changes
- Allow searching by vehicle type and add to results
- Add option to parse userSetting values to number / integer
- Dependency bumps
- Add some columns to vehicle search
- Append vin notes to internal notes, allow clicking on list of vin notes to copy to clipboard
- Allow changing # of results per page on vehicle, part search
- Merge branch 'master' of https://github.com/ISoft-Data-Systems/pro-web
- Show vehicle make/model from the vehicle record if present, otherwise show the inventory table value
- Fix error when adding a new Location/Condition on part screen
- Allow adding an existing manufacturer to a part that has no models for that part type
- Fix debugger nodemon ignore paths
- Fixing sale.balance not being updated on save
- Add UI on payments component to show if customer doesn't have any allowed payment methods
- Minor UI changes to make more UI showable when the keyboard is displayed
- Use optional chaining
- Hack to reload Sale state (and data) after saving
- 150006
- Merge branch 'master' of https://github.com/ISoft-Data-Systems/pro-web
- Fix some edge cases in the error handler
- Don't load the user setting for date range twice
- Avoid errors that could occur if two calls of
p_set_setting occurred at the same time
- 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
Newer Older