@section('page_name') Invoice #{{ $invoice->id }} @stop @section('breadcrumbs') Customers {{ $customer->getCustomerName() }} Invoice #{{ $invoice->id }} @stop @section('page_header') @if (Invoice::max('id') != $invoice->id) @endif @if (Invoice::min('id') != $invoice->id) @endif @if(Invoice::max('id') == $invoice->id) @endif @stop @section('scripts') @stop @section('stylesheets') @stop @section('content')
Here you can email this invoice 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: | |
Attachments: |
<% "Invoice #" + invoiceData.id + ".pdf" %>
Additional attachment:
Please update your webbrowser to add additional attachments.
|
Subject: | |
Message: | |
Send me a copy of this email (to {{ Auth::user()->companyEmail }}) | |
This email has been sent to {{ $customer->getCustomername() }} on <% viewing_email.sentOn %>. You can edit the email and send it again if you wish.
To: | |
Cc: | |
Bcc: | |
Attachments: | <% "Invoice #" + invoiceData.id + ".pdf" %> (click to view) |
Subject: | |
Message: | |
Send me a copy of this email (to {{ Auth::user()->companyEmail }}) | |
{{ $invoice->id }} | |
{{ $invoice->createdOn }} |
Quote # | Description | Extra costs | Unit price | Discount | Qty | Total | |
---|---|---|---|---|---|---|---|
Placed on | Placed by | Comment | ||
---|---|---|---|---|
<% comment.placedOn %> |
|
<% comment.comment %> | ||
€ <% getSubTotal() | currency %> | |
IVA:
|
€ <% getVat() | currency %> |
IRPF:
|
€ <% getIrpf() | currency %> |
€ <% getTotal() | currency%> | |
@if (Settings::hasValidEmailSettings()) @else @endif |