NotificationDashboard (optional)
The notification dashboard helps admin users to control crucial shop functionalities, f.e:
when was the last import/export
how many orders were exported (and how many weren't)
how many products were imported (and how many weren’t)
stock changes
how many fails on a given day
some statistics about import/export
This tool allows quickly notify about issues, which makes a much faster reaction possible.
Â
https://github.com/magesuite/notification-dashboard
Â
- 1 Installation
- 2 User Manual
- 3 Admin settings
- 3.1 Dashboard
- 3.2 Users
- 3.3 Collectors
- 3.4 Notifications
- 4 Backend
- 5 Frontend
Installation
This module is optional.
composer require "creativestyle/magesuite-notification-dashboard" ^1.0.0
Â
User Manual
Admin settings
Â
Dashboard
Under System -> Notification Dashboard -> Dashboard
aa admin user can check the most important notifications to make sure they do not go unnoticed.
Users
Under System -> Notification Dashboard -> Users
list of users of notifications can be defined.
Collectors
Under System -> Notification Dashboard -> Collectors
it is possible to determine what, when and to whom notifications should be sent.
Notifications
Under System -> Notification Dashboard -> Notifications
an admin user can see a list of all notifications that have been sent.
The list includes such information as Severity, title, and message of notification, and creation data.Â
Backend
To be added
Frontend
The is no frontend functionality in this module.
Â