Skip to content
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]: Add option to deactivate expected checkin notifications for users (not for admins) in general settings #14230

Closed
Support-AEI opened this issue Feb 7, 2024 · 3 comments

Comments

@Support-AEI
Copy link

Is your feature request related to a problem? Please describe.

As far as I understand, SnipeIT always sends out E-Mails to the Admin and User affected when the check-in of an asset is expected or overdue. This is something we especially do not want in our environment.

The current installed version of SnipeIT is 6.2.3.

Describe the solution you'd like

I would like to be able to decide if the user should be notified by checking or unchecking a checkbox in the general settings.
I built this in our test environment without translations and manually created the column in the settings table.
If you wish, I can provide you with my code.

Describe alternatives you've considered

No response

Additional context

No response

Copy link

welcome bot commented Feb 7, 2024

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@snipe
Copy link
Owner

snipe commented Feb 7, 2024

You would just configure your cron/scheduled tasks accordingly, and leave that one out. https://snipe-it.readme.io/docs/configuring-alerts-backups

Snipe-IT Documentation
Starting from Snipe-IT v3.0, all automated tasks are handled via the scheduler. To set a cron job to run every minute to ping the scheduler:Shell * /path/to/php /path/to/artisan schedule:run >> /dev/null 2>&1 The scheduler already knows how often it should trigger the individual tasks, ...

@snipe snipe closed this as completed Feb 7, 2024
@Support-AEI
Copy link
Author

Thanks for the quick answer, but when I deactivate that cronjob, neither the Administrator nor the User gets an email that an asset is about to expire. However, the Admin should still get an E-Mail; I only want to deactivate the E-Mail for the user with that setting.

@Support-AEI Support-AEI changed the title [Feature Request]: Add option to deactivate expected checkin notifications for users in general settings [Feature Request]: Add option to deactivate expected checkin notifications for users (not dor admins) in general settings Feb 9, 2024
@Support-AEI Support-AEI changed the title [Feature Request]: Add option to deactivate expected checkin notifications for users (not dor admins) in general settings [Feature Request]: Add option to deactivate expected checkin notifications for users (not for admins) in general settings Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants