Invoiced
Magento\Sales\Model\ResourceModel\Report\Invoiced
What it does
This resource model aggregates invoice-related sales data into reporting tables for analytics and dashboard purposes.
Developers use this class when they need to generate or refresh invoice reports, typically through scheduled cron jobs or manual report regeneration.
It processes invoice and order data into two aggregated tables based on different time periods (invoice created date and order created date).
Public Methods
- aggregate()