-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Feature Request]: Location in acceptance notification #15480
Comments
A quick fix. Looks like it works and doesn't break anything, but I may be terribly wrong. :D
|
That's not what it's intended for. It's intended for the end-user to accept (on record) that they have received the asset. The CC option is just in case the admin wants to be copied on it, but I don't see why the admin would be accepting or denying the item, since they checked it out in the first place. |
Organizations may have thousands of employees in different offices and cities and dozens of admins responsible for different groups/types of items. When this 'accept/decline email' is sent to all admins, there's no easy way to tell where that user works. Admin would need to login to Snipe-IT, look for that user just to find out, that it's not from his office/city and not in his responsibility. Even if this feature won't end-up in release, I will manually edit asset-acceptance.blade.php to include users location, because it will make life easier for me and dozens of other admins. |
Is your feature request related to a problem? Please describe.
Larger companies can have multiple offices in different locations (buildings, cities, etc.) and handful of employees responsible for assets (ADMINS) in their location. Currently, there's no way to send an acceptance/decline email notification to the admin, who checked-out item to the user. (You can add CC email in Admin > Notifications, but this would get ugly with thousands of assets and dozens of admins)
Describe the solution you'd like
Ideal way: Snipe-IT sends a copy of acceptance/decline email to person who checked-out that item to the user.
(If Snipe-IT can pull Notification email from db, it could also pull admins email and add it as cc on the fly)
Describe alternatives you've considered
Current location of the user is written in the acceptance/decline email.
(This way, you could at least set email rules on your mail server or client.)
Additional context
No response
The text was updated successfully, but these errors were encountered: