@extends('layouts.master') @section('header-title') Supplier Quality - QPRs Charts @endsection @section('content')
Here you can see the charges applied due to QPRs that are not cancelled and are open, only suppliers who had QPRs are displayed.
• Total: Total Charges
• Paid: Charges Paid
• Pend: Charges Pending
Supplier | January | February | March | April | May | June | July | August | September | October | November | December | YTD | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Total | Paid | Pend | @endforTotal | Paid | Pend | ||||||||||||||||||||||||||||||||||
{{$supp->name}} | @foreach($supp->months as $month) @isset ($month->ytd){{$month['charges']}} | {{$month['paid']}} | {{$month['pending']}} | @else{{$month['charges']}} | {{$month['paid']}} | {{$month['pending']}} | @endisset @endforeach|||||||||||||||||||||||||||||||||
@for($i=1; $i<=12; $i++) | {{$plant_month_charges[$i]}} | {{$plant_month_paid[$i]}} | {{$plant_month_pending[$i]}} | @endfor{{$plant_month_charges[13]}} | {{$plant_month_paid[13]}} | {{$plant_month_pending[13]}} |