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,22 @@
<!--@subject {{var subject}} @-->
<!--@vars
{"var subject":"Email Subject"}
@-->
{{template config_path="design/email/header_template"}}
<table>
<tr class="email-intro">
<td>
<p class="greeting">Hello,</p>
<p>
Please find attached the monthly vendor sales report for {{var month}} {{var year}}.
</p>
<p>
This report contains all completed orders for the specified period.
</p>
</td>
</tr>
</table>
{{template config_path="design/email/footer_template"}}