WIP Tracking
Daily WIP Entries @if($dailyUserId) (Selected user) @endif
@if($dailyUserId) @endif
@forelse($dailyEntries as $entry) @empty @endforelse
Time User Client Reference Action Units Hours Description
{{ $entry->started_at?->format('H:i') }} {{ trim(($entry->user_name_first ?? '') . ' ' . ($entry->user_name_last ?? '')) ?: '-' }} @if($entry->joined_client_id) {{ '1' . str_pad($entry->joined_client_id, 5, '0', STR_PAD_LEFT) }} - {{ trim(($entry->client_name_first ?? '') . ' ' . ($entry->client_name_last ?? '')) ?: '-' }} @else - {{$entry->client_id ?? $entry->id}} @endif {{ ucfirst($entry->activity_type) }} {{ $entry->units }} {{ $entry->hours }} {{ $entry->description }}
No WIP entries found for this date.
@foreach($monthlyTableData as $row) @foreach($row['months'] as $value) @endforeach @endforeach
User Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
{{ $row['name'] }} {{ number_format($value) }}
@script @endscript