Report Parameters
Report Parameters

@error('selectedBranch') {{ $message }} @enderror @if($branchSearchVisible == true)
  • @if(auth()->user()->access_scope == 0) @endif @if(auth()->user()->access_scope == 1 || auth()->user()->access_scope == 0) @endif @if(auth()->user()->access_scope == 2 || auth()->user()->access_scope == 0) @endif @if(auth()->user()->access_scope == 3 || auth()->user()->access_scope == 0) @endif @foreach($branch_selection as $branch) @endforeach
@endif
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
Generating Report..
Generating CSV File..
Sales Per Cashier
{{isset($selectedBranch) ? $selectedBranch : ''}}
Report Date: {{ date('M j, Y g:i:s a',strtotime(now()))}} Generated By: {{ auth()->user()->name}}
Coverage: {{date('M j, Y',strtotime($start_date))}} - {{date('M j, Y',strtotime($end_date))}}
*Note: Coverage date is based on Transaction Date.
@forelse ($data as $index => $d) @empty @endforelse
Transaction Date Branch Cashier Transaction Count Total Gross Total Net
{{ $d->t_date}} {{ $d->branch_name}} {{ $d->cashier}} {{ $d->t_count }} {{ number_format($d->s_gross_amount,2) }} {{ number_format($d->s_net_amount,2)}}
0 0 0
@push('custom-scripts') @endpush