|
|
FORM | PERUNTUKAN | INTERNAL |
| FULLFILLMENT BARANG | Halaman | Hal 1 dari {{ count($assetList) > 3 ? 2 : 1 }} |
INTERNAL
| No Dokumen : {{ $form_number }} | Tanggal : {{ $tgl_penyerahan }} |
DETAIL PEMOHON |
|||||
| Nama | : | {{ $user->fullname ?? ' ' }} | : | {{ $user->email ?? ' ' }} | |
| NIK | : | {{ $user->employee_num ?? ' ' }} | HP | : | {{ $user->phone ?? ' ' }} |
| Jabatan | : | {{ $user->jobtitle ?? ' ' }} | Departemen | : | {{ $user->department->name ?? ' ' }} |
KATEGORI PERMOHONAN |
|
| {{ $form_type == 1 ? '☑' : '☐' }} | {!! $form_type == 2 ? '☑' : '☐' !!} |
DETAIL PERMOHONAN |
||
| Merk Barang | : | @if($assetList->count() <= 3) @foreach($assetList as $asset) {{ $asset->model->manufacturer->name ?? 'N/A' }}@if (!$loop->last), @endif @endforeach @else Terlampir @endif |
| Tipe Barang | : | @if($assetList->count() <= 3) @foreach($assetList as $asset) {{ $asset->model->model_number ?? 'N/A' }}@if (!$loop->last), @endif @endforeach @else Terlampir @endif |
| Jumlah | : | {{ count($assetList) }} |
| Lokasi Tujuan | : | {{ $lokasi_tujuan->name }} |
| Periode Waktu | : | {{ $periode }} |
INFORMASI ASET (DIISI OLEH ADMIN) |
||
| Lokasi Asal | : | @if($assetList->count() <= 3) @foreach($assetList as $asset) {{ $asset->defaultLoc->name ?? 'N/A' }}@if (!$loop->last), @endif @endforeach @else Terlampir @endif |
| No Aset - IT No | : | @if($assetList->count() <= 3) @foreach($assetList as $asset) {{ $asset->asset_tag ?? 'N/A' }}@if (!$loop->last), @endif @endforeach @else Terlampir @endif |
| Product Number | : | |
| Serial Number | : | @if($assetList->count() <= 3) @foreach($assetList as $asset) {{ $asset->serial ?? 'N/A' }}@if (!$loop->last), @endif @endforeach @else Terlampir @endif |
| Kondisi | : | ☑ @for($i = 1; $i <= 10; $i++) @endfor ☐ |
| Keterangan | : | |
| Kondisi | : | ☑ @for($i = 1; $i <= 10; $i++) @endfor ☐ @foreach($assets as $assetId) @php $asset = \App\Models\Asset::find($assetId); $categoryName = $asset->model->category->name ?? null; @endphp @if($categoryName === 'Notebook') 1 Set {{ $categoryName }} Beserta Charger, Trackpad dan Tas @elseif($categoryName === 'Macbook') 1 Set {{ $categoryName }} Beserta Charger dan Tas @endif @endforeach |
| Body Perangkat | : | |
| Keyboard | : | |
| Adaptor & Kabel | : | |
| Layar | : | |
| Update List Aset | : | ☑ @for($i = 1; $i <= 10; $i++) @endfor ☐ |
PERNYATAAN |
Saya menyatakan bahwa saya telah menerima perangkat dan/atau fasilitas yang tercantum di atas akan :
Dengan menandatangani perjanjian pada Form Fulfillment Barang ini, saya menyatakan bahwa saya telah menerima perangkat dan/atau fasilitas ini dari Perusahaan sesuai dengan yang tercantum di atas dalam kondisi baik dan layak digunakan dan saya menyetujui syarat dan ketentuan tersebut. |
| PENGAJUAN |
PERSETUJUAN |
|
| Penerima | IT Support | IT Asset |
|
@if($view == true)
@if($form->time_signature != NULL)
|
@if($view == true)
@if($form->time_signature_itsupport != NULL)
|
@if($view == true)
@if($ttd_admin != NULL)
|
| Nama : {{ $user->fullname }} | Nama : {{ optional($it_support)->fullname ?? '' }} | Nama : {{ $it_asset->fullname }} |
| Tanggal : @if($view == true) @if($form->time_signature != null) {{ date("d/m/Y",strtotime($form->time_signature)) }} @endif @endif | Tanggal : @if($view == true) @if($form->time_signature_itsupport != null) {{ date("d/m/Y",strtotime($form->time_signature_itsupport)) }} @endif @endif | Tanggal : @if($view == true) {{ date("d/m/Y",strtotime($form->created_at)) }} @endif |
|
|
FORM | PERUNTUKAN | INTERNAL |
| FULLFILLMENT BARANG | Halaman | Hal 2 dari {{ count($assetList) > 3 ? 2 : 1 }} |
| No Dokumen : {{ $form_number }} | Tanggal : {{ $tgl_penyerahan }} |
| No | Merk Barang | Tipe Barang | Serial Number | No ITA | Lokasi Asal | Keterangan |
|---|---|---|---|---|---|---|
| {{ $j++ }} | {{ $asset->model->manufacturer->name ?? 'N/A' }} | {{ $asset->model->model_number ?? 'N/A' }} | {{ $asset->serial ?? 'N/A' }} | {{ $asset->asset_tag ?? 'N/A' }} | {{ $asset->defaultLoc->name ?? 'N/A' }} | @php $category = $asset->model->category->name ?? ''; @endphp @if($category === 'Notebook') 1 Set {{ $category }} Beserta Charger, Trackpad dan Tas @elseif($category === 'Macbook') 1 Set {{ $category }} Beserta Charger dan Tas @else {{ $category }} @endif |