@section('page_name') {{ $customer->getCustomerName() }} @stop @section('breadcrumbs') Customers {{ $customer->getCustomerName() }} (ID {{ $customer->id }}) @stop @section('scripts') @stop @section('stylesheets') @stop @section('modals')
Please select the information you want to show in the 'Quick Info' box:
Customer Type | {{ Form::select('type', CustomerType::lists('type', 'id'), null, array('class' => 'w200', 'style' => 'width: 100px;')) }} |
Customer Sector | {{ Form::select('sector', Sector::lists('type', 'id'), null, array('class' => 'w200', 'style' => 'width: 100px;')) }} |
Credit rating | {{ Form::select('credit', CustomerCreditRating::lists('type', 'id'), null, array('class' => 'w200', 'style' => 'width: 100px;')) }} |
Payment Terms | {{ Form::select('paymentTerms', PaymentTerm::lists('type', 'id'), null, array('class' => 'w200', 'style' => 'width: 100px;')) }} |
Currency | {{ Form::select('currency', Currency::lists('name', 'id'), null, array('class' => 'w200', 'style' => 'width: 100px;')) }} |
Visit fee | {{ Form::text('assignedVisitFee', null, array('class' => 'euro', 'style' => 'width: 100px;')) }} |
Newsletter | {{ Form::select('newsletter', array(1 => 'Yes', 0 => 'No')) }} |
Ad type | {{ Form::select('advertisingType', AdType::lists('type', 'id')) }} |
Read-only | {{ Form::select('readonly', array(1 => 'Yes', 0 => 'No')) }} |
Representative | {{ Form::select('managedBy', User::where('disabled', '=', 0)->get()->lists('firstname', 'id'), null, ['class' => 'w200']) }} |
Customer name | {{ Form::text('companyName') }} |
Customer code | {{ Form::text('customerCode') }} |
Tax Id | {{ Form::text('cifnif') }} |
Contact title | {{ Form::text('contactTitle', null, ['placeholder' => 'Mr, Mrs, Dr, Miss...']) }} |
Contact name | {{ Form::text('contactName') }} |
Shop name | {{ Form::text('shopName') }} |
Phone | {{ Form::text('phone') }} |
mobile | {{ Form::text('mobile') }} |
Fax | {{ Form::text('fax') }} |
Email address | {{ Form::text('email') }} |
Website | {{ Form::text('website') }} |
Skype name | {{ Form::text('skype') }} |
Address | {{ Form::textarea('address') }} |
City | {{ Form::text('city') }} |
Region | {{ Form::text('region') }} |
Postal code | {{ Form::text('postalCode') }} |
Country | {{ Form::text('country') }} |
Visual directions | {{ Form::textarea('visualDirections') }} |
Account Holder | {{ Form::text('accountHolder', null, ['id' => 'accountHolder', 'style' => 'width: 200px;']) }} |
Bank Name | {{ Form::text('bankName', null, ['id' => 'bankName', 'style' => 'width: 200px;']) }} |
SwiftCode | {{ Form::text('swiftCode', null, ['id' => 'swiftCode', 'style' => 'width: 200px;']) }} |
IBAN | {{ Form::text('iban', null, ['id' => 'iban', 'style' => 'width: 300px;']) }} |
SEPA Mandate ID | {{ Form::text('sepa_mandateId', null, ['id' => 'sepa_mandateId', 'style' => 'width: 200px;']) }} |
SEPA Mandate Date | {{ Form::text('sepa_mandateDate', null, ['id' => 'sepa_mandateDate', 'style' => 'width: 200px;', 'class' => 'basinput date']) }} |
Please select a date range and click the quote or invoice button to generate reports in PDF format.
Start date: | |
End date: |
Label | |
Address | |
City | |
Postal Code | |
Province | |
Country | |
Telephone | |
Delivery Address | |
Label | |
Address | |
City | |
Postal Code | |
Province | |
Country | |
Telephone | |
Date | Quote | Description | Status | Price | Received | Pending | Invoice | |
---|---|---|---|---|---|---|---|---|
{{ CommonFunctions::formatDate($quote->createdOn) }} | {{ $quote->id }} | {{ $quote->description }} | {{ $quote->getStatus->type }} | € {{ number_format($quote->getTotal(), 2, ',', '.') }} | € {{ number_format($quote->getPaid(), 2, ',', '.') }} | @if((($quote->getTotal() - $quote->getPaid()) > 0.02) && in_array($quote->status, explode(',', Settings::setting('awaitingPaymentJobStatusses'))))€ {{ number_format(($quote->getTotal() - $quote->getPaid()), 2, ',', '.') }} | @else€ {{ number_format(($quote->getTotal() - $quote->getPaid()), 2, ',', '.') }} | @endif@if ($quote->hasBeenInvoiced()) {{ $quote->getInvoiceId() }} @endif |
Date/Time | User | Message |
---|---|---|
{{ CommonFunctions::formatDatetime($contactItem->placedOn) }} | {{ $contactItem->getPlacedBy->getFullname() }} | {{ $contactItem->message }} |
Date | Invoice | Description | Total |
---|---|---|---|
{{ CommonFunctions::formatDate($invoice->createdOn) }} | {{ $invoice->id }} | {{ $invoice->jobTitle }} | € {{ CommonFunctions::formatNumber($invoice->getTotal()) }} |
Date | Credit Note | Description | Total |
---|---|---|---|
{{ CommonFunctions::formatDate($creditnote->createdOn) }} | {{ $creditnote->id }} | {{ $creditnote->jobTitle }} | € {{ CommonFunctions::formatNumber($creditnote->getTotal()) }} |
Product name | Notes | Start date | Frequency | Next renewal | D% | Active | ||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $renewal->getProduct->name }} | {{ $renewal->notes }} | {{ $renewal->startDate }} | {{ $renewal->renewalFreq }} {{ ($renewal->renewalFreq == 1) ? 'Month' : 'Months' }} | {{ $renewal->nextRenewalDate }} | {{ $renewal->discount }}% | @if($renewal->cancelled == 0) @else @endif | @if($renewal->cancelled == 0) @if (Auth::user()->hasPermission('renewal_quote')) @endif @else Cancelled on: {{ CommonFunctions::formatDate($renewal->cancelDate) }} @endif | @if($renewal->cancelled == 0) @if (Auth::user()->hasPermission('renewal_cancel')) @endif @else {{ CommonFunctions::formatDate($renewal->cancelDate) }} @endif | @if (Auth::user()->hasPermission('renewal_cancel')) @endif |
Date | Type | Total | Non-cash | Notes |
---|---|---|---|---|
{{ CommonFunctions::formatDatetime($payment->date) }} | {{ $payment->getPayMethod->type }} | € {{ CommonFunctions::formatNumber($payment->getTotal()) }} | € {{ CommonFunctions::formatNumber($payment->nonCash) }} | {{ $payment->notes }} |
Date | Quote # | Amount | Paid with |
---|---|---|---|
{{ CommonFunctions::formatDate($detail->date) }} | {{ $detail->quoteId }} | € {{ CommonFunctions::formatNumber($detail->amount) }} | @if ($detail->getPayment) {{ $detail->getPayment->getPayMethod->type }} @endif |
File name | File Description | File Type | Size | Uploaded on | Delete |
---|---|---|---|---|---|
{{ $file->filename }} | {{ $file->description }} | {{ $file->filetype }} | {{ CommonFunctions::formatBytes($file->size) }} | {{ CommonFunctions::formatDatetime($file->addedOn) }} |
Date/Time | User | Message |
---|---|---|
{{ CommonFunctions::formatDatetime($confirm->created_at) }} | {{ $confirm->getUser->getFullname() }} | {{ nl2br($confirm->text) }} |