- Tweaked Pen Counts:
Unlike our other list pages, the PenCount list is editable.
Key features include:
1) Main Image displayed in top right corner
2) Count of images on Photo(s) button
3) Changing Appraiser or Customer count automatically triggers a calculation of the difference
4) Adding new PenCount (via + button in top right corner) allows the user to add multiple PenCount
5) When adding PenCount, we try to set/default the commodity (based on the commodity mostly used so far).
6) You can delete a PenCount, if this is a PenCount we just added on the mobile
7) Ability to check IsMain Image from Pen images
8) When checking IsMainImage, the main image is refreshed on the PenCount list tile (top right corner)
9) When checking IsMainImage, if any other image was set as the main, it is automatically unchecked. The new one is then checked.

Ability to check Is Main Image from Pen pictures


- Fixed issue where filter dropdowns appeared empty (dark vs light mode related).
- Added a record count as a footer in the Pen Count section.

- (Internal) Updated to .NET 8
- Fixed issue where .NET 8 broke the upload, download and subject select pages.
- Added a delete button to delete images.

- Fixed issue where all the pen count main images weren’t loading.
- Added a total percent difference between appraiser and customer.

- Added commodity report group .

- Added a summary for pen count.

- Fixed issue where labels in the header bar turned white when using dark mode (should not be an issue as the background is orange.
- The app now defaults new pen count or subject other location to the closest one within 5 miles.
- Added a commodity lookup on the detail page.

- Added record count label to the list pages.

- Added an end of list label and a back to top button when user scrolls to the bottom of a list.


- Fixed issue where text wasn’t visible in dark mode.

- Fixed issue where picker labels were too dark for dark mode.
- Fixed issue that prevented Eq, Commodity and Other pages not to scroll.
- (Investigating) (Windows) If resolution is real high, the scroll area isn’t resized to match.
- Fixed issue where current subject field was not updated when downloading a new subject.
- Fixed issue:
SQLite cannot apply aggregate operator “Sum” on expressions of type “decimal”.
The app had a LINQ query to get the most used commodity when adding new pen records.
It can’t be used exactly like on the web due to an SQLite limitation.
- (Internal) Updated Azure pipeline for .NET 8