The administration dashboard can be customized via the extension. For this purpose, it offers under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" a new area "Dashboard" in which you can hide the following areas of the dashboard for the selected role:
- the greeting
- the checklist area
- the feedback area
- the today's statistics
- the statistics of the orders
- the statistics of the turnover.
For the statistics, the checkbox "View" under "Orders" and "Orders" must be activated.
The Administrator account always see all areas on the dashboard, because he has no own role.
- Download the latest SschreierAdministrationDashboard-master.zip.
- Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
- Move the folder to the project folder custom/plugins/ .
- Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard
- Add the repository URL to the composer.json of the project
"repositories": [
...,
{
"type": "vcs",
"url": "https://github.com/sschreier/SschreierAdministrationDashboard"
}
],
- Connect to the console via ssh and install the plugin source code via the command
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard
- Download the latest SschreierAdministrationDashboard-master.zip.
- Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
- Zip the folder to SschreierAdministrationDashboard.zip.
- Upload the zip in the Shopware Administration.
- Install & Activate the extension.
- Download the latest SschreierAdministrationDashboard-master.zip.
- Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
- Zip the folder to SschreierAdministrationDashboard.zip.
- Upload the zip in the Shopware Administration.
- Update the extension.