Nama Perusahaan | {{$isi->customercompany}} |
Nama PIC | {{$isi->pic_person}} |
No HP / Whatshapp PIC | {{$isi->pic_mobilephone}} |
{{$isi->email}} | |
No Telpon | {{$isi->telephone}} |
Provinsi | {{$provinsi_customer}} |
Kota / Kabupaten | {{$kota_customer}} |
Kecamatan | {{$kecamatan_customer}} |
Kodepos | {{$isi->postalcode}} |
Sales | {{$sales->nama}} |
{{$sales->email}} | |
Phone | {{$sales->no_telp}} |
Provinsi | {{$provinsi}} |
Kota / Kabupaten | {{$kota}} |
Kecamatan | {{$kecamatan}} |
Kode Pos | {{$isi->postalcode_address}} |
Telepone | {{$isi->telephone_address}} |
Fax | {{$isi->fax_address}} |
{{$isi->email_address}} |
NO | Product ID | Nama | Gambar | Uom sales | Jumlah | Harga | Diskon | Total Harga |
{{$no++}} | {{$item->product_id}} | {{$item->product_name}} | ![]() |
{{$item->uom_sales}} | {{$item->qty}} | Rp, {!! number_format($item->price) !!} | where('id_sales_order_product',$item->id) ->first(); ?> @if($diskon->discount_rupiah!='') Diskon: Rp {!! number_format($diskon->discount_rupiah) !!} @endif @if($diskon->discount_persen!='') Diskon: {{$diskon->discount_persen}} % @endif @if($diskon->npl_rupiah!='') NPL: Rp {!! number_format($diskon->npl_rupiah) !!} @endif @if($diskon->npl_persen!='') NPL: {{$diskon->npl_persen}} % @endif @if($diskon->special_rupiah!='') Special: Rp {!! number_format($diskon->special_rupiah) !!} @endif @if($diskon->special_persen!='') Special: {{$diskon->special_persen}} % @endif | Rp, {!! number_format($item->total_price) !!} |
NO | Status | Tanggal | |||||
{{$no_rs++}} | @if($rs->status=='New')@elseif($rs->status=='Draft') |
|
@elseif($rs->status=='Process to Admin')
|
@elseif($rs->status=='Delivery Partial')
|
@elseif($rs->status=='Delivery Full Filled')
|
@elseif($rs->status=='Cancel')
|
@endif
{!! date('d-m-Y H:i:s', strtotime($rs->created_at)) !!} |
Keterangan Order | @if($isi->keterangan_order!=''){{$isi->keterangan_order}}@else - @endif |
Biaya Kirim | @if($isi->biaya_kirim!='') Rp {!! number_format($isi->biaya_kirim) !!} @else - @endif |
Cara Pembayaran | @if($cara_pembayaran!=''){{$cara_pembayaran}}@else - @endif |
Lama jatuh tempo | @if($isi->lama_jatuh_tempo!=''){{$isi->lama_jatuh_tempo}}@else - @endif |
PPN | {{$isi->ppn}} % |
Total Harga | Rp {!! number_format($isi->grand_total) !!} |