@extends('layouts.report') @section('page_title') {{ $info['year'] }}-{{ substr($info['year'] + 1, 2, 2) }} OSAA {{ $info['activity_name'] }} State Championship School Reimbursements @stop @section('style') @stop @section('jquery_init') @stop @section('body')
{{ $info['year'] }}-{{ substr($info['year'] + 1, 2, 2) }} OSAA {{ $info['activity_name'] }} State Championship School Reimbursements
@foreach ($info['school_objects'] as $array_index => $school_object) @endforeach
School Participants Days Miles Rate Mileage Total
{{ $school_object->school->short_name}} {{ $school_object->data->participants }} {{ $school_object->data->days }} {{ $school_object->data->miles }} ${{ number_format($school_object->data->mileage_rate, 2) }} ${{ number_format($school_object->data->mileage, 2) }} ${{ number_format($school_object->record->amount, 2) }}
{{ $info['year'] }}-{{ substr($info['year'] + 1, 2, 2) }} OSAA {{ $info['activity_name'] }} State Championship School Reimbursements - Summary
School Participants Miles × Mileage Total
{{ count($info['school_objects']) }} Schools {{ $info['totals']['grand_total']->participants }} {{ $info['totals']['grand_total']->miles }} ${{ number_format($info['totals']['grand_total']->mileage, 2) }} ${{ number_format($info['totals']['grand_total']->total, 2) }}



@if (Helpers::strEqual($info['activity_name'], 'Choir')) Calculated from the music registration download of all music entries. Downloaded directly from the website based off of state registration forms. Filtered down to all choir groups selected for state. If a group did not appear at the state championship, their registration form is updated to reflect they were not selected. @elseif (Helpers::strEqual($info['activity_name'], 'Band')) Calculated from the music registration download of all music entries. Downloaded directly from the website based off of state registration forms. Filtered down to all band groups selected for state. If a group did not appear at the state championship, their registration form is updated to reflect they were not selected. @elseif (Helpers::strEqual($info['activity_name'], 'Orchestra')) Calculated from the music registration download of all music entries. Downloaded directly from the website based off of state registration forms. Filtered down to all orchestra groups selected for state. If a group did not appear at the state championship, their registration form is updated to reflect they were not selected. @elseif (Helpers::strEqual($info['activity_name'], 'Speech')) Calculated from a created spreadsheet of all teams and their number of participants. This spreadsheet is created from the TabRoom website, Results Report for "School Report" and getting all schools. Each school is examined for unique participant names and excluding any participant that did not attend the championships because of no ballot entries. @elseif (Helpers::strEqual($info['activity_name'], 'Solo Music')) Calculated from the solo music schedule. The CSV file from the web server is downloaded, then a "Status" column is added and anyone who did not attend the state championship is marked in the status column as "NS" for no-show and excluded from the report.

Any no-shows are listed below: @endif

@stop