Vendor{{-- @foreach ($dataPayments as $payment) --}}{{ $dataPayments->name }} {{$dataPayments->address}} {{-- @endforeach --}} |
|
@if ( $memo->information != "" && $memo->information != '')
Information
{!!$memo->information!!}
@endif
Please supply the following items :
@if (!$memo->is_cost_invoice) @if ( count($memocost) > 0)| {{ $attr }} | @endforeach
|---|
| {{ $value }} | @endforeach
| Sub Total |
Rp
{{ number_format($dataTotalCost['sub_total'], 2) }}
|
|---|---|
| Pph23 (2%) |
Rp
{{ number_format($dataTotalCost['pph'], 2) }}
|
| PPN |
Rp
{{ number_format($dataTotalCost['ppn'], 2) }}
|
| Grand Total |
Rp
{{ number_format($dataTotalCost['grand_total'], 2) }}
|
Cost/Expenses
@foreach ($dataCostInvoice as $invoice)
No Invoice : {{$invoice->no_invoice}}
| Description | Description 2 | Price | Qty | Type | Total |
|---|---|---|---|---|---|
| {{$item->description}} | {{$item->description2}} | Rp {{number_format($item->price, 2, ',', '.')}} | {{$item->qty}} | {{$item->type}} | Rp {{number_format($item->total, 2, ',', '.')}} |
| Non NPWP | : | {{ ($invoice->npwp)? '☐' : '☑' }} |
| Gross Up | : | {{ (!$invoice->grossup)? '☐' : '☑' }} |
| Total Barang | Rp {{number_format($invoice->total_barang, 2, ',', '.')}} |
| Total Jasa | Rp {{number_format($invoice->total_jasa, 2, ',', '.')}} |
| Sub Total | Rp {{number_format($invoice->raw_total, 2, ',', '.')}} |
|---|---|
| Total Jasa Gross Up | Rp {{number_format($invoice->grossup_value, 2, ',', '.')}} |
| PPN | Rp {{number_format($invoice->ppn_value, 2, ',', '.')}} |
| @if ($invoice->pph == "pph21") PPh 21 @elseif ($invoice->pph == "pph23") PPh 23 @elseif ($invoice->pph == "pph4_2_kon") Pph 4(2) Konstruksi(non klasifikasi) @elseif ($invoice->pph == "pph4_2_kon_klas") Pph 4(2) Konstruksi(klasifikasi) @elseif ($invoice->pph == "pph4_2_rent") Pph 4(2) Sewa & Utility @else None @endif | Rp {{number_format($invoice->pph_value, 2, ',', '.')}} |
| {{ $item['title'] }} | Rp {{number_format($item['value'], 2, ',', '.')}} |
| Total | Rp {{number_format($invoice->total, 2, ',', '.')}} |
@endif @if ( count($memo->approvers) > 0)
| {{ $employeeproposeinfo->proposeemployee ->position_now ->position->position_name }} | Confirm By |
|---|---|
| {{ $employeeproposeinfo->proposeemployee->firstname." ".$employeeproposeinfo->proposeemployee->lastname }} | {{ $dataPayments->name }} |