v6.0.11
grokability/snipe-itv6.0.11Oct 5, 2022by snipe
AI Summary
Fixes depreciation calculations and improves acceptance notifications, along with UI consistency improvements.
Key Highlights
- Fixed depreciation calculations and typo
- Send notifications when Acceptance Assets actions occur
- Larger checkboxes in lists
- UI overhaul for unprivileged users
New Features
- Acceptance asset notifications
- Larger checkboxes in lists
Full Release Notes
## What's Changed * Fixed 500 error when sending unaccepted assets reminder by @inietov in https://github.com/snipe/snipe-it/pull/11700 * Fixed #11695 Problem with checkin all and delete user. by @inietov in https://github.com/snipe/snipe-it/pull/11738 * Fixed Validation error when empty default customfield values by @inietov in https://github.com/snipe/snipe-it/pull/11737 * Fixed #11742: display correct file sizes when using S3(-like) storage by @dsferruzza in https://github.com/snipe/snipe-it/pull/11752 * Fixed possible XSS on dashboard note by @snipe in https://github.com/snipe/snipe-it/pull/11758 * Fixed the order expiring assets are listed in notifications by @Godmartinz in https://github.com/snipe/snipe-it/pull/11489 * Send notifications when Acceptance Assets actions occur [sc-9917] by @inietov in https://github.com/snipe/snipe-it/pull/11661 * Increased colspan for checkboxes by @snipe in https://github.com/snipe/snipe-it/pull/11765 * Fixed Double login when switching users by @inietov in https://github.com/snipe/snipe-it/pull/11790 * Upgrade bootstrap-table from 1.20.2 to 1.21.0 by @snyk-bot in https://github.com/snipe/snipe-it/pull/11806 * Try conditional formatting to support apache 2.2 and 2.4 by @snipe in https://github.com/snipe/snipe-it/pull/11072 * Fixed `min_quantity` field values are not importing into Snipe-IT by @inietov in https://github.com/snipe/snipe-it/pull/11811 * Fixed #11822 - depreciation calculations off by @Godmartinz in https://github.com/snipe/snipe-it/pull/11823 * Fixed custom asset report timeout - removed assetlog by @snipe in https://github.com/snipe/snipe-it/pull/11824 * Added Applecare lookup link if manufacturer is apple by @snipe in https://github.com/snipe/snipe-it/pull/11825 * Fixed #11769: PAT Test hardcoded text by @rnelsonee in https://github.com/snipe/snipe-it/pull/11771 * Fixed #9801 #11199 Default Values for Checkbox Field Types Unaccessible by @inietov in https://github.com/snipe/snipe-it/pull/11830 * Fixed 500 in depreciation on asset view when no purchase date by @snipe in https://github.com/snipe/snipe-it/pull/11835 * Fixed 500 error if uploaded file is missing from asset view by @snipe in https://github.com/snipe/snipe-it/pull/11836 * Downgraded BS Tables by @snipe in https://github.com/snipe/snipe-it/pull/11837 * Larger checkbox in lists by @snipe in https://github.com/snipe/snipe-it/pull/11838 * Check for `licenses.files` permissions by @snipe in https://github.com/snipe/snipe-it/pull/11842 * Corrected default mysql port from 3309 to 3306 by @geo-chen in https://github.com/snipe/snipe-it/pull/11762 * Fixed Purchase date "readonly" value makes purchase date unable to be nulled in update form [sc-19540] by @inietov in https://github.com/snipe/snipe-it/pull/11856 * Fixed #11827 Throw exception when there are no available seats for checkout. by @inietov in https://github.com/snipe/snipe-it/pull/11857 * Use BS datepicker’s built in clear button by @snipe in https://github.com/snipe/snipe-it/pull/11877 * Delete duplicate fields from the importer dropdown menu [sc-19547] by @inietov in https://github.com/snipe/snipe-it/pull/11878 * Bump codacy/codacy-analysis-cli-action from 4.1.0 to 4.2.0 by @dependabot in https://github.com/snipe/snipe-it/pull/11870 * Fixed #11847 404 error during Import if a checkout type of location is specified and no checkout location is passed by @inietov in https://github.com/snipe/snipe-it/pull/11854 * Added notes to audit mail notification by @BasO12 in https://github.com/snipe/snipe-it/pull/11764 * Fixed the color choice for the ldap_test_results by @Godmartinz in https://github.com/snipe/snipe-it/pull/11853 * Fixed unit test suite that was not running, added working browser test by @chartjes in https://github.com/snipe/snipe-it/pull/11671 * Fixed #11871 Replacing (deprecated) patchwork/utf8 by polyfill/mbstring. by @sunflowerbofh in https://github.com/snipe/snipe-it/pull/11872 * Replace `patchwork-utf8` by @sunflowerbofh in https://github.com/snipe/snipe-it/pull/11886 * Fixed #11889 - API route for status labels asset listing by @snipe in https://github.com/snipe/snipe-it/pull/11890 * Fixed #11521 - Add option to switch to using status meta from status label name by @snipe in https://github.com/snipe/snipe-it/pull/11893 * Added counts to Dashboard Pie Chart legends and tooltips by @uberbrady in https://github.com/snipe/snipe-it/pull/11894 * Modified dashboard tooltips to add percentage as well as count by @uberbrady in https://github.com/snipe/snipe-it/pull/11895 * Fixed depreciation API call by @snipe in https://github.com/snipe/snipe-it/pull/11896 * Use `EscapeFormula()` in CSV export by @snipe in https://github.com/snipe/snipe-it/pull/11901 * Fixed error 500 when downloading asset acceptance report. [sc-19555] by @inietov in https://github.com/snipe/snipe-it/pull/11906 * Overhaul of UI for unprivileged users by @snipe in https://github.com/snipe/snipe-it/pull/11908 * Updated lnaguage strings by @snipe in https://github.com/snipe/snipe-it/pull/11917 ## New Contributors * @dsferruzza made their first contribution in https://github.com/snipe/snipe-it/pull/11752 * @rnelsonee made their first contribution in https://github.com/snipe/snipe-it/pull/11771 * @geo-chen made their first contribution in https://github.com/snipe/snipe-it/pull/11762 * @BasO12 made their first contribution in https://github.com/snipe/snipe-it/pull/11764 * @chartjes made their first contribution in https://github.com/snipe/snipe-it/pull/11671 **Full Changelog**: https://github.com/snipe/snipe-it/compare/v6.0.10...v6.0.11