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

9
registration.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
/**
* Shopkeeper VendorSalesReport Module Registration
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Shopkeeper_VendorSalesReport',
__DIR__
);