@if (!empty($html)) @endif
|
||||||
@if ($quotation->financialType == 'CAPEX')
This Quotation has been recommended as CAPEX by RNWExplanation: This Quotation qualifies for CAPEX under the Accountancy audit guidelines. This is based on the fact that the repairs add balance sheet assets or substantially improve the life expectancy of the asset @elseif($quotation->financialType == 'REVENUE')This Quotation has been recommended as REVENUE by RNWExplanation: This Quotation does not qualify for CAPEX under the Accountancy audit guidelines. This is based on the fact that the repairs do not add any balance sheet assets or do not substantially improve the life expectancy of the asset @endif |
||||||
@if ($quotation->clientId == 84)
{{ $serviceProvider->name }} {{ $serviceProvider->address1 }} {{ $serviceProvider->address2 }} {{ $serviceProvider->town }} {{ $serviceProvider->city }} {{ $serviceProvider->postcode }} {{ $serviceProvider->telephone }} @else {{ $client->name }} {{ $client->address1 }} {{ $client->address2 }} {{ $client->town }} {{ $client->city }} {{ $client->postcode }} {{ $client->telephone }} @endif |
@if ($quotation->clientId == 84)
RNW Facilities Management @else RNW Holdings Limited @endif Willow Park Wash Road Basildon Essex SS15 4AZ 0844 357 2233 @if (!empty($actionLog)) Emailed to: {{ $actionLog->data['email'] }} {{ date('d/m/Y H:i', strtotime($actionLog->created_at)) }} Quotation verified by: {{ $actionLog->data['verifiedByName'] }} @endif |
|||||
Quotation Date | Quotation Reference | Client Reference | Quotation Type | {{--Discipline | --}}||
{{ date('d/m/Y', strtotime($quotation->created_at)) }} | Q{{ $quotation->jobId }} | {{ !empty($quotation->customerRef) ? $quotation->customerRef : 'N/A'}} | {{ !empty($quotation->quotationType) ? $quotation->quotationType : 'N/A' }} | {{--{{ $quotation->discipline }} | --}}||
Lead-in Time (days) | Work Duration (days) | Out of Hours required? | {{ !empty($actionLog) ? 'For attention of:' : '' }} | |||
{{ $quotation->leadInTime }} | {{ $quotation->workDuration }} | {{ $quotation->outOfHoursWork }} | {{ !empty($actionLog) ? $actionLog->data['name'] : '' }} | |||
Payment Method | Check # | |||||
Check | 1000 | |||||
Item | Price | |||||
Website design | $300.00 | |||||
Hosting (3 months) | $75.00 | |||||
Domain name (1 year) | $10.00 | |||||
Total: $385.00 |
Labour |
Category | Description | Qty Engineers | Qty Hours | Rate | Net Total |
{{ $labour->itemName }} | {{ $labour->itemDescription }} | {{ $labour->itemQuantity }} | {{ $labour->itemDuration }} | {{ $labour->itemUnitPrice }} | {{ $labour->itemTotalPrice }} |
Materials |
Item Name | Description | Qty | Unit Price | Mark Up | Net Total |
{{ $material->itemName }} | {{ $material->itemDescription }} | {{ $material->itemQuantity }} | {{ $material->itemUnitPrice }} | {{ $material->itemUnitMargin }}% | {{ $material->itemTotalPrice }} |
Plant |
Item Name | Description | Qty | Unit Price | Net Total |
{{ $plant->itemName }} | {{ $plant->itemDescription }} | {{ $plant->itemQuantity }} | {{ $plant->itemUnitPrice }} | {{ $plant->itemTotalPrice }} |
Other |
Item Name | Description | Qty | Unit Price | Net Total |
{{ $other->itemName }} | {{ $other->itemDescription }} | {{ $other->itemQuantity }} | {{ $other->itemUnitPrice }} | {{ $other->itemTotalPrice }} |
QUOTATION SUPPLIED BY – {{ $quotation->serviceProviderName }} |