mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Merge pull request #304 from matmair/notifications
Update notification texts
This commit is contained in:
commit
6ed17d9f80
BIN
docs/assets/images/part/notification_flyout.png
Normal file
BIN
docs/assets/images/part/notification_flyout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
docs/assets/images/part/notification_header.png
Normal file
BIN
docs/assets/images/part/notification_header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
docs/assets/images/part/notification_history.png
Normal file
BIN
docs/assets/images/part/notification_history.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
docs/assets/images/part/notification_inbox.png
Normal file
BIN
docs/assets/images/part/notification_inbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
@ -2,16 +2,46 @@
|
|||||||
title: Part Notifications
|
title: Part Notifications
|
||||||
---
|
---
|
||||||
|
|
||||||
## Notification Events
|
## General Notification Details
|
||||||
|
|
||||||
Users can select to receive email notifications when certain events occur.
|
Users can select to receive notifications when certain events occur.
|
||||||
|
|
||||||
!!! warning "Email Configuration Required"
|
!!! warning "Email Configuration Required"
|
||||||
Notifications require correct [email configuration](../../start/config/#email-settings)
|
External notifications require correct [email configuration](../../start/config/#email-settings). They also need to be enabled in the settings under notifications`.
|
||||||
|
|
||||||
!!! warning "Valid Email Address"
|
!!! warning "Valid Email Address"
|
||||||
Each user must have a valid email address associated with their account to receive email notifications
|
Each user must have a valid email address associated with their account to receive email notifications
|
||||||
|
|
||||||
|
Notifications are also shown in the user interface. New notifications are announced in the header.
|
||||||
|
{% with id="notification_header", url="part/notification_header.png", description="One new notification in the header" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
They can be viewed in a flyout.
|
||||||
|
{% with id="notification_flyout", url="part/notification_flyout.png", description="One new notification in the flyout" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
All current notifications are listed in the inbox.
|
||||||
|
{% with id="notification_inbox", url="part/notification_inbox.png", description="One new notification in the notification inbox" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
All past notification are listed in the history. They can be deleted one-by-one or all at once from there.
|
||||||
|
{% with id="notification_history", url="part/notification_history.png", description="One old notification in the notification history" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
## Subscription List
|
||||||
|
|
||||||
|
Users can view the parts and categories they are subscribed to on the InvenTree home page:
|
||||||
|
|
||||||
|
{% with id="cat_subs", url="part/cat_subs.png", description="Category subscription list" %}
|
||||||
|
{% include 'img.html' %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
## Part Notification Events
|
||||||
|
|
||||||
### Low Stock Notification
|
### Low Stock Notification
|
||||||
|
|
||||||
If the *minimum stock* threshold is set for a *Part*, then a "low stock" notification can be generated when the stock level for that part falls below the configured level.
|
If the *minimum stock* threshold is set for a *Part*, then a "low stock" notification can be generated when the stock level for that part falls below the configured level.
|
||||||
@ -63,11 +93,3 @@ Subscribing to a part category operates in the same manner as for a part - simpl
|
|||||||
{% with id="cat_sub", url="part/category_notification.png", description="Subscribe to part category" %}
|
{% with id="cat_sub", url="part/category_notification.png", description="Subscribe to part category" %}
|
||||||
{% include 'img.html' %}
|
{% include 'img.html' %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
|
||||||
## Subscription List
|
|
||||||
|
|
||||||
Users can view the parts and categories they are subscribed to on the InvenTree home page:
|
|
||||||
|
|
||||||
{% with id="cat_subs", url="part/cat_subs.png", description="Category subscription list" %}
|
|
||||||
{% include 'img.html' %}
|
|
||||||
{% endwith %}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user