{{$addendum->Comment}}
INVOICE
{{$draw->id}}
{{$addendum->id}}
Thank you for your business. Please make your check payable to: {{$office->OfficeName}} and use your Job Number ({{$job->id}}) as the Reference on your check.
| Description | Amount | |
|---|---|---|
| {{$draw->phase->type->Name}} - Draw Amount | {{$draw->formatPrice($draw->getDrawAmount())}} | |
| {{$draw->phase->type->Name}} - Draw Payments | {{$draw->formatPrice($draw->getPayment())}} | |
| {{$draw->phase->type->Name}} - Draw Credits | {{$draw->getDrawCredits(true)}} | |
| {{$draw->phase->type->Name}} - Addendum(s) Amount | {{$draw->formatPrice((($draw->addendum) && ($draw->addendum->Amount > 0))?$draw->addendum->Amount:0)}} | |
| {{$draw->phase->type->Name}} - Addendum(s) Payments | {{$draw->formatPrice(($draw->addendum)?$draw->addendum->getPaymentTotal():0)}} | |
| {{$draw->phase->type->Name}} - Amount Due: | {{$draw->getAmountDue()}} | |
| {{$addendum->phase->type->Name}} - Addendum Amount | {{$addendum->formatPrice($addendum->Amount)}} | |
| {{$addendum->phase->type->Name}} - Addendum Payments | {{$addendum->formatPrice($addendum->getPaymentTotal())}} | |
| {{$addendum->phase->type->Name}} - Amount Due: | {{$addendum->getAmountDue()}} |
We appreciate being able to serve you!
@elseThank you,
{{$office->OfficeName}}
Account Statement
| Type | Phase Description | Completed | Amount | Payments | Amount Due | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Draw | @else@endif | {{$jobDraw->phase->type->Name}} | {{$jobDraw->phase->CompletedDate}} | {{$jobDraw->formatPrice($jobDraw->getDrawAmount())}} | {{$jobDraw->formatPrice($jobDraw->getPayment())}} | {{$jobDraw->formatPrice($jobDraw->getOutstanding())}} | |||||
| Addendums | @else@endif | {{$jobAddendum->phase->type->Name}} | {{$jobAddendum->phase->CompletedDate}} | {{$jobAddendum->formatPrice($jobAddendum->Amount)}} | {{$jobAddendum->formatPrice($jobAddendum->getPaymentTotal())}} | {{$jobAddendum->formatPrice($jobAddendum->Amount - $jobAddendum->getPaymentTotal())}} | |||||
| x=Non-Constable | TOTALS: | {{$job->formatPrice($totalAmount)}} | {{$job->formatPrice($totalPayment)}} | {{$job->formatPrice($totalAmount - $totalPayment)}} |