Initial commit: Vendor Sales Report Magento 2 module
This commit is contained in:
8
etc/crontab.xml
Normal file
8
etc/crontab.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
|
||||
<group id="default">
|
||||
<job name="shopkeeper_vendorsalesreport_monthly" instance="Shopkeeper\VendorSalesReport\Cron\GenerateMonthlyReport" method="execute">
|
||||
<schedule>0 2 1 * *</schedule>
|
||||
</job>
|
||||
</group>
|
||||
</config>
|
||||
Reference in New Issue
Block a user