-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Fixed #15664 - Adds Accessories, Components, Consumables, and Licenses to Unaccepted Assets report #17913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Fixed #15664 - Adds Accessories, Components, Consumables, and Licenses to Unaccepted Assets report #17913
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! A few small tweaks but it's pretty solid as is.
@marcusmoore thanks for going over this, all change requests have been added. Thank you sir 🙂 |
Just noticed the resend button is bugged. putting back into WIP for a moment |
Resend button works 🥳 |
…ccepted_asset_report
oof forgot about the command. |
update the snipeit reminder command
command updated 👍 |
This updates the Unaccepted Assets report to include accessories, components, consumables and licenses. It handles the different model structures through a view-model/ DTO.
This also changes the CSV Download to mirror the changes done in the GUI.
The one thing that is not here is sorting chronologically, you can search just fine though.
NOTE: this cherry picks the work done in #17925 as it is necessary for testing this work.
Table:

CSV:

The
snipeit:acceptance-reminder
has been updated as wellNotice there are two users with a total of five pending checkouts
Console:

Email:


Fixes #15664