Oregon Wrestling Weight Monitoring Program
BIA Assessment Reconciliation Report
Form ID Number
{{ $info['form']->id }}
- {{ $info['form']->status }} -
Assessor
{{ $info['assessor']->user->getDisplayFullName() }}

{{ Helpers::displayCombinedPhone($info['assessor']->phone) }}
{{ $info['assessor']->user->email }}

{{ $info['assessor']->address->line_1 }}
@if (!Helpers::strIsEmpty($info['assessor']->address->line_2)) {{ $info['assessor']->address->line_2 }}
@endif {{ $info['assessor']->address->city }}, {{ $info['assessor']->address->state }} {{ $info['assessor']->address->zip }}
@foreach ($info['assessments'] as $assessment) @endforeach
Assessment Records
School / Coop Name Pass Fail Count Cost Fee Mileage Total
{{ $assessment->ap_name }} {{ $assessment->passed }} {{ $assessment->failed }} {{ $assessment->assesses }} ${{ number_format($assessment->cost, 2) }} ${{ number_format(intval($assessment->assesses) * floatval($assessment->cost), 2) }} ${{ number_format($assessment->mileage, 2) }} ${{ number_format($assessment->total, 2) }}
Grand Total
${{ number_format($info['form']->total_amount, 2) }}
By submitting this form, you verify that all assessments have been completed using the standard protocol outlined in the Oregon Wrestling Weight Monitoring Program guidelines. You also assert that the results of these assessments for each wrestler have been entered into the NWCA OPC powered by TrackWreslting within 48 hours of assessment.

Group all BIA Data Forms by school. Place the Alpha Master for that school on the top of the group. Print out this form and place it on the very top. Mail this entire packet of paperwork in one envelope to the OSAA office:

OSAA
C/O Brad Garrett
25200 SW Parkway Ave, Suite 1
Wilsonville, OR 97070
If you have any questions, please contact Brad Garrett at the OSAA office, (503) 682-6722 x229 or bradg@osaa.org.
For technical support, contact support@osaa.org.
School Year
{{ $info['form']->school_year }}-{{ intval(substr($info['form']->school_year, 2, 2)) + 1}}
Assessor ID
{{ $info['assessor']->id }}
Check #
{{ $info['payment']->check_number }}
Invoice #
{{ $info['payment']->invoice_number }}
Printed
{{ date('n/j/y g:i a', time()) }}
@if (Helpers::strEqual($info['form']->status, array('PEND', 'INSF', 'RECD', 'DONE'))) @if (Helpers::strEqual($info['form']->status, array('RECD', 'DONE'))) @if (Helpers::strEqual($info['form']->status, array('DONE'))) @endif @endif @elseif (!is_null($info['form']->deleted_at)) @endif
Created
{{ date('n/j/y g:i a', strtotime($info['form']->created_at)) }}
Updated
{{ date('n/j/y g:i a', strtotime($info['form']->updated_at)) }}
Submitted
{{ date('n/j/y g:i a', strtotime($info['form']->submitted_at)) }}
Received
{{ date('n/j/y g:i a', strtotime($info['form']->received_at)) }}
Paid
{{ date('n/j/y g:i a', strtotime($info['form']->paid_at)) }}
Deleted
{{ date('n/j/y g:i a', strtotime($info['form']->deleted_at)) }}