@section('page_name') Credit note #{{ $creditnote->id }} @stop @section('breadcrumbs') Customers {{ $customer->getCustomerName() }} Creditnote #{{ $creditnote->id }} @stop @section('page_header') @if (Creditnote::max('id') != $creditnote->id) @endif @if (Creditnote::min('id') != $creditnote->id) @endif @if(Creditnote::max('id') == $creditnote->id) @endif @stop @section('scripts') @stop @section('stylesheets') @stop @section('content')
Here you can email this creditnote to your customer. Cc and bcc fields are available. You can enter more recipients. If you want more addresses in 1 field, use comma's or semi-colons to delimit them.
To: | |
Cc: | |
Bcc: | |
Attachment: | <% "Creditnote #" + creditnoteData.id + ".pdf" %> |
Subject: | |
Message: | |
Send me a copy of this email (to {{ Auth::user()->companyEmail }}) | |
{{ $creditnote->id }} | |
{{ $creditnote->createdOn }} |
Quote # | Description | Extra costs | Unit price | Discount | Qty | Total | |
---|---|---|---|---|---|---|---|
Placed on | Placed by | Comment | ||
---|---|---|---|---|
<% comment.placedOn %> |
|
<% comment.comment %> | ||
€ <% getSubTotal() | currency %> | |
€ <% getVat() | currency %> | |
€ <% getTotal() | currency%> | |
@if (Settings::hasValidEmailSettings()) @else @endif |