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

16
etc/config.xml Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<vendorsalesreport>
<general>
<enabled>1</enabled>
<order_status>complete</order_status>
</general>
<email>
<enabled>1</enabled>
<subject>Monthly Thermo Report - {{month}} {{year}}</subject>
<sender>general</sender>
</email>
</vendorsalesreport>
</default>
</config>