Procurement Plan — ProcureFlow Strategic Procurement Plan
Annual Procurement Plan
Strategic alignment of procurements to approved budget lines.
@foreach($planSummary as $summary)
{{ strtoupper($summary->budget_line ?? 'Unallocated') }}
UGX {{ number_format($summary->total_value, 0) }}
{{ $summary->count }} Items
Spent: UGX {{ number_format($summary->spent_value, 0) }}
@endforeach
@foreach($procurements as $p) @endforeach
Strategic Link (Budget Line) Procurement Detail Method Amount Planned Date Revised Date Actual Date Variance Status
{{ $p->budget_line ?? 'GEN-ADMIN' }}
{{ $p->title }}
{{ $p->reference }} • {{ $p->type }}
{{ $p->method }} {{ $p->currency }} {{ number_format($p->estimated_value, 0) }} {{ $p->planned_close_date ? $p->planned_close_date->format('d/m/Y') : '—' }} {{ $p->revised_close_date ? $p->revised_close_date->format('d/m/Y') : '—' }} {{ $p->actual_close_date ? $p->actual_close_date->format('d/m/Y') : '—' }} @php $vd = $p->variance_days; @endphp @if($vd !== null) @php $vClass = $vd > 7 ? 'badge-red' : ($vd > 0 ? 'badge-amber' : 'badge-green'); @endphp {{ $vd > 0 ? '+' : '' }}{{ $vd }}d @else @endif {{ ucfirst($p->status) }}