{{ HTML::style('css/bootstrap.css') }}
{{ get_config('company_address') }}
{{ trans('settings.company_tel') }} {{ get_config('company_tel') }}
| {{ trans('customers.menu') }} | @if ($invoice->customer_id): {{ $invoice->first_name }} {{ $invoice->last_name }} | @else: {{ trans('customers.general') }} | @endif
|---|---|---|
| {{ trans('customers.tel') }} | : {{ $invoice->tel }} | |
| {{ trans('customers.address') }} | : {{ $invoice->address }} |
| {{ trans('sale.no') }} | : {{ convertInvoiceNumber($invoice->id) }} |
|---|---|
| {{ trans('sale.date') }} | : {{ $invoice->created_at }} |
| {{ trans('sale.issue_by') }} | : {{ $invoice->funame }} {{ $invoice->luname }} |
| No | {{ trans('products.sku') }} | {{ trans('products.name') }} | {{ trans('products.amount') }} | {{ trans('sale.unit_price') }} | {{ trans('sale.total') }} |
|---|---|---|---|---|---|
| {{ $i; }} | {{ $order->sku }} | {{ $order->name }} | {{ $order->amount }} | {{ money($order->price) }} | {{ money($order->amount * $order->price) }} |
{{ trans('sale.note') }} :
{{ get_config("invoice_payment_term") }}| {{ trans('sale.total_riel') }} | {{ money($invoice->total) }} |
|---|---|
| {{ trans('sale.total_usd') }} | {{ money($invoice->total / get_usd_rate(), "$") }} |
| {{ trans('sale.received_cash') }} | {{ money($invoice->recieved_dollar) }} |
| {{ trans('sale.received_cash') }} | {{ money($invoice->recieved_riel, "$") }} |
| {{ trans('sale.changed') }} | {{ money($invoice->changed) }} |