23-01-2026
This commit is contained in:
parent
a939cd51ef
commit
a8b395e20d
248 changed files with 29342 additions and 4805 deletions
|
|
@ -340,15 +340,15 @@
|
|||
@if(isset($user_sales_volume))
|
||||
<tr>
|
||||
<td class="text-left">{{ __('pdf.points_order') }}:</td>
|
||||
<td class="text-right">{{ $user_sales_volume->points }}</td>
|
||||
<td class="text-right">{{ $user_sales_volume->getFormattedPoints() }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text-left">{{ __('pdf.points') }} {{ $user_sales_volume->getFormatedMonthYear() }}:</td>
|
||||
<td class="text-right">{{ $user_sales_volume->month_points }}</td>
|
||||
<td class="text-right">{{ $user_sales_volume->getFormattedMonthKPPoints() }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text-left">{{ __('pdf.points_shop') }} {{ $user_sales_volume->getFormatedMonthYear() }}:</td>
|
||||
<td class="text-right">{{ $user_sales_volume->month_shop_points }}</td>
|
||||
<td class="text-right">{{ $user_sales_volume->getFormattedMonthShopPoints() }}</td>
|
||||
</tr>
|
||||
@endif
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue