Initial commit: Vendor Sales Report Magento 2 module

This commit is contained in:
shopkeeperdev
2025-11-03 17:20:07 -05:00
commit fc2838d68a
25 changed files with 1839 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/* Vendor Sales Report Menu - Remove icon */
.item-vendorsalesreport > a:before {
display: none !important;
}
/* Additional targeting for stubborn icons */
#menu-magento-reports-report .item-vendorsalesreport > a:before,
.admin__menu .item-vendorsalesreport > a:before {
content: none !important;
display: none !important;
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}