Monthly Sales Report

Month of {{ $dates['currentMonth'] }} {{ $dates['year'] }}

Generated on {{ $dates['generatedAt'] }}

Total Scans

{{ number_format($monthlyScansData['currentMonth']) }} Scans

@if ($monthlyScansData['trendPercentage'] > 0)

{{ $monthlyScansData['trendPercentage'] }}% increase compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyScansData['lastMonth']) }} Scans)

@else

{{ abs($monthlyScansData['trendPercentage']) }}% decrease compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyScansData['lastMonth']) }} Scans)

@endif
@if($monthlyRequestsData['enabled'])

Total Requests

{{ number_format($monthlyRequestsData['currentMonth']) }} Requests

@if ($monthlyRequestsData['trendPercentage'] > 0)

{{ $monthlyRequestsData['trendPercentage'] }}% increase compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyRequestsData['lastMonth']) }} Requests)

@else

{{ abs($monthlyRequestsData['trendPercentage']) }}% decrease compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyRequestsData['lastMonth']) }} Requests)

@endif
Average Confirmation Time:
{{ $monthlyRequestsData['currentMonthConfirmationTimes'] }}

@if ($monthlyRequestsData['confirmationTimeTrend'] > 0) {{ $monthlyRequestsData['confirmationTimeTrend'] }}% faster than last month @else {{ abs($monthlyRequestsData['confirmationTimeTrend']) }}% slower than last month @endif

@if ($monthlyRequestsData['aboveThreshold'])

The above metric is above the one minute we recommend, this high number could be due to some requests that were left unattended for a long duration.

@endif
@endif @if($monthlyPromotionsData['enabled'])

Total Promotional Banners

{{ number_format($monthlyPromotionsData['currentMonth']) }} Banner Clicks

@if ($monthlyPromotionsData['trendPercentage'] > 0)

{{ $monthlyPromotionsData['trendPercentage'] }}% increase compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyPromotionsData['lastMonth']) }} Banner Clicks)

@else

{{ abs($monthlyPromotionsData['trendPercentage']) }}% decrease compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyPromotionsData['lastMonth']) }} Banner Clicks)

@endif
@endif
@if($monthlySalesData['enabled'])

Total Sales

{{ number_format($monthlySalesData['currentMonth']) }} Orders

@if ($monthlySalesData['trendPercentage'] > 0)

{{ $monthlySalesData['trendPercentage'] }}% increase compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlySalesData['lastMonth']) }} Orders)

@else

{{ abs($monthlySalesData['trendPercentage']) }}% decrease compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlySalesData['lastMonth']) }} Orders)

@endif
Total Amount Sold:
{{ $venue->currency ?? "USD" }} {{ number_format($monthlySalesData['currentMonthTotalAmount'], 2) }}

Compared to last month: @if ($monthlySalesData['amountTrendPercentage'] > 0) {{ $monthlySalesData['amountTrendPercentage'] }}% increase ({{ $venue->currency ?? "USD" }} {{ number_format($monthlySalesData['lastMonthTotalAmount'], 2) }}) @else {{ abs($monthlySalesData['amountTrendPercentage']) }}% decrease ({{ $venue->currency ?? "USD" }} {{ number_format($monthlySalesData['lastMonthTotalAmount'], 2) }}) @endif

Average Sales per Order:
{{ $venue->currency ?? "USD" }} {{ number_format($monthlySalesData['averageSalesPerOrder'], 2) }}
Average Confirmation Time:
{{ $monthlySalesData['currentMonthConfirmationTimes'] }}

@if ($monthlySalesData['confirmationTimeTrend'] > 0) {{ $monthlySalesData['confirmationTimeTrend'] }}% faster than last month @else {{ abs($monthlySalesData['confirmationTimeTrend']) }}% slower than last month @endif

@if ($monthlySalesData['aboveThreshold'])

The above metric is above the one minute we recommend, this high number could be due to some orders that were left unattended for a long duration.

@endif

Daily Orders per Day:

Daily Orders Chart

Top 5 Items Sold:

@foreach ($monthlySalesData['mostSoldItems'] as $item) @endforeach
Item Name Price ({{ $venue->currency ?? "USD" }}) Units Sold
{{ $item->name }} {{ $item->price }} {{ number_format($item->total_sold) }}

Top 5 Categories:

Categories Chart
@endif
@if($monthlyRequestsData['enabled'] || $monthlySalesData['enabled'])

Total Escalations

{{ number_format($monthlyEscalationsData['currentMonth']) }} Operations

@if ($monthlyEscalationsData['trendPercentage'] > 0)

{{ $monthlyEscalationsData['trendPercentage'] }}% increase compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyEscalationsData['lastMonth']) }} Requests)

@else

{{ abs($monthlyEscalationsData['trendPercentage']) }}% decrease compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyEscalationsData['lastMonth']) }} Requests)

@endif @if ($monthlyRequestsData['enabled'])
Requests Escalations:
{{ $monthlyEscalationsData['currentRequestsEscalated'] }} Requests

@if ($monthlyEscalationsData['requestsTrendPercentage'] > 0) {{ $monthlyEscalationsData['requestsTrendPercentage'] }}% increase compared to last month @else {{ abs($monthlyEscalationsData['requestsTrendPercentage']) }}% decrease compared to last month @endif

@endif @if ($monthlyRequestsData['enabled'])
Order Escalations:
{{ $monthlyEscalationsData['currentOrderEscalated'] }} Orders

@if ($monthlyEscalationsData['ordersTrendPercentage'] > 0) {{ $monthlyEscalationsData['ordersTrendPercentage'] }}% increase compared to last month @else {{ abs($monthlyEscalationsData['ordersTrendPercentage']) }}% decrease compared to last month @endif

@endif
@endif

Total Button Clicks

{{ number_format($monthlyButtonsData['currentMonth']) }} Button Clicks

@if ($monthlyButtonsData['trendPercentage'] > 0)

{{ $monthlyButtonsData['trendPercentage'] }}% increase compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyButtonsData['lastMonth']) }} Button Clicks)

@else

{{ abs($monthlyButtonsData['trendPercentage']) }}% decrease compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyButtonsData['lastMonth']) }} Button Clicks)

@endif
Most Clicked Buttons:
@foreach ($monthlyButtonsData['percentageByButton'] as $item) @endforeach
Button Name Count Percentage
{{ $item->button_name }} {{ $item->total_clicks }} {{ round(($item->total_clicks / $monthlyButtonsData['currentMonth']) * 100, 2) }}%
@if($monthlyFeedbacksData['enabled'])

Total Feedbacks

{{ number_format($monthlyFeedbacksData['currentMonth']) }} Feedbacks

@if ($monthlyFeedbacksData['trendPercentage'] > 0)

{{ $monthlyFeedbacksData['trendPercentage'] }}% increase compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyFeedbacksData['lastMonth']) }} Feedbacks)

@else

{{ abs($monthlyFeedbacksData['trendPercentage']) }}% decrease compared to {{ $dates['previousMonth'] }} ({{ number_format($monthlyFeedbacksData['lastMonth']) }} Feedbacks)

@endif
Overall Rating for {{ $dates['currentMonth'] }}:
@endif