Snipe-it: Check out Asset to Location Email Notification

Created on 12 Nov 2018  路  13Comments  路  Source: snipe/snipe-it

Server (please complete the following information):

  • Snipe-IT Version 4.6.6
  • OS: Windows 10
  • Web Server: IIS
  • PHP Version 7.2.11

Is your feature request related to a problem? Please describe.
I dont know if this is duplicate or existing features, my request is if the asset check out to the location someone received an email notification.

Describe the solution you'd like
If the Location have assigned Manager that person received the email notification of the check out item

Thank You and More Power

feature request ready for dev stale

Most helpful comment

+1

We use a common slack channel for notifications and I can't see a reason why notifications should be limited to checkouts to users.

All 13 comments

+1

+1

We use a common slack channel for notifications and I can't see a reason why notifications should be limited to checkouts to users.

+1 (or at least be able to checkout to a location even if email notifications are enabled for that category)

+1 , this would be very useful to us so that our slack channel got alerts for check-in/out to locations

I stand corrected:

In v4.6.6 - build 3926 (master) you can already checkout to location even if the category has "Require users to confirm acceptance of assets in this category." turned on.
What about Teams integration?

+1

We use a common slack channel for notifications and I can't see a reason why notifications should be limited to checkouts to users.

^^ this ^^

+1 too

Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Don't take it personally, we just need to keep a handle on things. Thank you for your contributions!

This issue has been automatically closed because it has not had recent activity. If you believe this is still an issue, please confirm that this issue is still happening in the most recent version of Snipe-IT and reply to this thread to re-open it.

it would be nice to send email notification to location manger when checking out asset to location

why closed?

still hopping ^__^

More Power Snipe-IT

The part of the code the notifications are filtered is here:

CheckoutableListener.php:

    if(! $event->checkedOutTo instanceof User) {
            return;
        }

You would just need to add your own function there to send an email or slack notification or what ever you want to do. Obviously it is a complete hack, but it isn't too hard to do.

If the Location have assigned Manager that person received the email notification of the check out item

That gets pretty messy in terms of where we store those preferences.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

snipe picture snipe  路  3Comments

bricelabelle picture bricelabelle  路  3Comments

comisso picture comisso  路  4Comments

sopheaouk picture sopheaouk  路  3Comments

ericdude101 picture ericdude101  路  5Comments