AggregateSalesReportInvoicedData
Magento\Sales\Model\CronJob\AggregateSalesReportInvoicedData
What it does
This class is a cron job that automatically aggregates sales invoice data for reporting purposes.
It runs periodically to refresh invoice statistics for the last 25 hours, ensuring that sales reports display accurate and up-to-date invoiced order data.
Developers would typically not interact with this class directly, as it's executed automatically by Magento's cron scheduler to maintain reporting accuracy.
Public Methods
- execute()