sschreier/administration-dashboard 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sschreier/administration-dashboard

最新稳定版本:1.3.1

Composer 安装命令:

composer require sschreier/administration-dashboard

包简介

customizing the administration dashboard

README 文档

README

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 areas today's statistics, statistics of the orders and statistics of the turnover cannot be hidden individually, because Shopware plans to remove this areas as part of an update and probably replace it with Shopware Analytics. See: https://github.com/shopware/shopware/blob/v6.7.0.0/src/Administration/Resources/app/administration/src/module/sw-dashboard/component/sw-dashboard-statistics/sw-dashboard-statistics.html.twig#L1 .

To hide the statistics, the checkbox "View" under "Orders" and "Orders" must be deactivated.

The Administrator account always see all areas on the dashboard, because he has no own role.

How to install the extension

via zip and console (recommended)

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Move the folder to the project folder custom/plugins/ .
  4. Connect to the console via ssh:
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

via composer

  1. Add the repository URL to the composer.json of the project
"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "https://github.com/sschreier/SschreierAdministrationDashboard"
    }
],
  1. Connect to the console via ssh and install the plugin via the command
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

via https://packagist.org

  • Connect to the console via ssh and install the plugin via the command
composer require sschreier/administration-dashboard
bin/console plugin:refresh
bin/console plugin:install --activate SschreierAdministrationDashboard

via zip upload

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Zip the folder to SschreierAdministrationDashboard.zip.
  4. Upload the zip in the Shopware Administration.
  5. Install & Activate the extension.

extension update (zip)

  1. Download the latest SschreierAdministrationDashboard-master.zip.
  2. Unzip the zip file and rename the folder to SschreierAdministrationDashboard.
  3. Zip the folder to SschreierAdministrationDashboard.zip.
  4. Upload the zip in the Shopware Administration.
  5. Update the extension.

Images

administration dashboard without the areas for the checklist and the feedback

administration dashboard without the areas for the checklist and the feedback

administration dashboard without the areas for the greeting, the checklist and the feedback

administration dashboard without the areas for the greeting, the checklist and the feedback

new area "Dashboard" under "Settings" -> "System"> "Users & permissions" -> "Roles" in the area "Additional permissions" in which you can hide the areas of the dashboard for the selected role

new area Dashboard in which you can hide the areas of the dashboard for the selected role

统计信息

  • 总下载量: 35
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 3
  • Forks: 2
  • 开发语言: Twig

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-03-09