Automated Report Delivery

Your Scheduled Report is Ready

Hello,

Your scheduled {{ $reportType }} report has been generated and is attached to this email.

Report Details

Report Name: {{ $report->name }}
Report Type: {{ $reportType }}
Generated On: {{ $generatedAt }}
Format: {{ strtoupper($report->format) }}
File Size: {{ $fileSize }}
@if($report->description)
Description:
{{ $report->description }}
@endif
Attachment: {{ basename($report->file_path ?? 'report.' . $report->format) }}
@if($report->parameters) @php $params = $report->parameters; @endphp @if(!empty($params))
Report Parameters:
    @if(isset($params['date_from']) || isset($params['date_to']))
  • Date Range: {{ $params['date_from'] ?? 'Start' }} to {{ $params['date_to'] ?? 'End' }}
  • @endif @if(isset($params['warehouse_id']))
  • Warehouse: {{ $params['warehouse_id'] ? 'Specific Warehouse' : 'All Warehouses' }}
  • @endif @if(isset($params['threshold']))
  • Stock Threshold: {{ $params['threshold'] }} units
  • @endif
@endif @endif
Note: This is an automated email. The report is attached to this email for your convenience. Please save it to your local system if you need to retain it for future reference.

If you have any questions or need to modify your report schedule, please contact your system administrator.