333 lines
15 KiB
PHP
333 lines
15 KiB
PHP
@extends('layouts.app_callcenter')
|
|
<style>
|
|
.radiostyle .radio-green {
|
|
background-color: #27ae60;
|
|
color: white;
|
|
box-shadow: 5px 10px #888888;
|
|
width: 200px;
|
|
margin-right: 5px;
|
|
transition: 0.5s ease;
|
|
}
|
|
|
|
.radiostyle .radio-red {
|
|
background-color: #e74c3c;
|
|
color: white;
|
|
width: 200px;
|
|
margin-right: 5px;
|
|
box-shadow: 5px 10px #888888;
|
|
transition: 0.5s ease;
|
|
}
|
|
|
|
.radiostyle .radio-yellow {
|
|
background-color: #3498db;
|
|
color: white;
|
|
width: 200px;
|
|
margin-right: 5px;
|
|
box-shadow: 5px 10px #888888;
|
|
transition: 0.5s ease;
|
|
}
|
|
|
|
.radiostyle .radio-green:hover {
|
|
box-shadow: 5px 5px #888888;
|
|
|
|
|
|
}
|
|
|
|
.radiostyle .radio-red:hover {
|
|
box-shadow: 5px 5px #888888;
|
|
|
|
}
|
|
|
|
.radiostyle .radio-yellow:hover {
|
|
box-shadow: 5px 5px #888888;
|
|
|
|
}
|
|
|
|
.radiostyle .radio-green input[type="radio"]:checked {
|
|
box-shadow: 5px 10px #888888;
|
|
}
|
|
|
|
.radiostyle .radio-yellow input[type="radio"]:checked {
|
|
box-shadow: 5px 10px #888888;
|
|
}
|
|
|
|
.radiostyle .radio-red input[type="radio"]:checked {
|
|
box-shadow: 5px 10px #888888;
|
|
}
|
|
</style>
|
|
|
|
<style>
|
|
#details {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
#details td,
|
|
#details th {
|
|
|
|
padding: 8px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#details tr:nth-child(even) {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
#details tr:hover {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
#details th {
|
|
padding-top: 12px;
|
|
font-style: bold;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
padding: 4px;
|
|
color: black;
|
|
}
|
|
</style>
|
|
|
|
@section('content')
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="card">
|
|
<nav aria-label="breadcrumb">
|
|
<ol class="breadcrumb pb-3">
|
|
<li class="breadcrumb-item"><a href="{{ route('home') }}">Home</a></li>
|
|
<li class="breadcrumb-item"><a href="{{ route('arcc.notisperingatankedua') }}">Notis Peringatan Kedua</a></li>
|
|
<li class="breadcrumb-item"><a href="{{ route('arcc.rekodnotisperingatankedua') }}">Rekod Notis Peringatan Kedua</a></li>
|
|
<li class="breadcrumb-item"><a href="{{ route('arcc.detailnotisperingatankedua', [ 'notisid' => $notisid ]) }}">Mengikut Cawangan</a></li>
|
|
<li class="breadcrumb-item">{{$cawangan_info['details_caw']}}</li>
|
|
<li class="breadcrumb-item active" aria-current="page">Notis JBG</li>
|
|
</ol>
|
|
</nav>
|
|
|
|
<div class="card-body text-center">
|
|
<div class="row form-group">
|
|
<div class="col-md-2">
|
|
</div>
|
|
<div class="col-md-10">
|
|
</div>
|
|
</div>
|
|
@if ($message = Session::get('success'))
|
|
<div class="alert alert-success">
|
|
<p>{{ $message }}</p>
|
|
</div>
|
|
@elseif ($message = Session::get('failed'))
|
|
<div class="alert alert-danger">
|
|
<p>{{ $message }}</p>
|
|
</div>
|
|
@endif
|
|
|
|
<div class="container-fluid">
|
|
|
|
<form id="exportpdf" action="{{route('arcc.printnotiscall',['kodcaw' => $kodcaw, 'notisid' => $notisid])}}" target="_blank" method="POST">
|
|
@csrf
|
|
<input type="hidden" name="type" id="typedonwload" value="">
|
|
<input type='hidden' name="radaktif" value="aktif">
|
|
<input type='hidden' name="notisid" value="{{$notisid}}">
|
|
<input type='hidden' name="kodcaw" value="{{$kodcaw}}">
|
|
<table class="table table-striped table-hover" id="details">
|
|
<thead>
|
|
<th>Bil</th>
|
|
<th>Status</th>
|
|
<th>Nama</th>
|
|
<th>No. KP</th>
|
|
<th>No. Telefon</th>
|
|
<th>Norujukan</th>
|
|
<th>Tempoh</th>
|
|
<th>Baki Pembiayaan (RM)</th>
|
|
<th>Keuntungan 6Bulan (RM)</th>
|
|
<th>Amaun Telah Bayar (RM)</th>
|
|
<th>Keuntungan Semasa (RM)</th>
|
|
<th>Tarikh Matang</th>
|
|
<th>Tarikh Tamat Kontrak</th>
|
|
<th>Tarikh Panggilan</th>
|
|
<th>Nota</th>
|
|
<th>Tindakan</th>
|
|
</thead>
|
|
@php
|
|
$counter = 1;
|
|
|
|
@endphp
|
|
|
|
@foreach ($bycawnotisjbg['rekod'] as $index => $item)
|
|
@php
|
|
|
|
if ($item['listnotis'][0]['statuscall'] == 0) {
|
|
$status = 'Belum Hubungi';
|
|
} elseif ($item['listnotis'][0]['statuscall'] == 1) {
|
|
$status = 'Berjaya Hubungi';
|
|
} else {
|
|
$status = 'Tidak Dapat Hubungi';
|
|
}
|
|
|
|
$nota = $item['listnotis'][0]['remark1'];
|
|
@endphp
|
|
|
|
<tr>
|
|
<td>{{ $loop->iteration }}</td>
|
|
<td style="white-space: nowrap">{{ $status ?? '-' }}</td>
|
|
<td style="white-space: nowrap;">{{ $item['info']['nama'] ?? '-' }}</td>
|
|
@php
|
|
$nokp = $item['info']['kpbaru'] ?? $item['info']['kplama'];
|
|
@endphp
|
|
<td>{{ $nokp }}<input type="hidden" name="nokp[]" value="{{ $nokp }}"></td>
|
|
<td>{{ $item['info']['telefon'] ?? '-' }}<input type="hidden" name="telefon[]" value="{{ $item['info']['telefon'] ?? ''}}"></td>
|
|
<td style="white-space: nowrap;">@foreach($item['listsag'] as $item1){{ $item1['norujukan']}}<br>@endforeach</td>
|
|
<td>@foreach($item['listsag'] as $item1){{ $item1['jbg']}}<br>@endforeach</td>
|
|
<td align='right' style="white-space: nowrap;">@foreach($item['listsag'] as $item1){{number_format($item1['bakipjm'], 2, '.', ',')}}<br>@endforeach</td>
|
|
<td align='right' style="white-space: nowrap;">@foreach($item['listsag'] as $item1){{number_format($item1['bakiupah'], 2, '.', ',')}}<br>@endforeach</td>
|
|
<td align='right' style="white-space: nowrap;">@foreach($item['listsag'] as $item1){{number_format($item1['hargajualan']-$item1['bakihargajualan'], 2, '.', ',')}}<br>@endforeach</td>
|
|
<td align='right' style="white-space: nowrap;">@foreach($item['listsag'] as $item1)
|
|
@if($item1['tagbaru'] == '0')
|
|
{{number_format($item1['keuntungan'], 2, '.', ',')}}
|
|
@elseif($item1['tagbaru'] == '1')
|
|
{{number_format($item1['keuntungan']['ujrah']+$item1['keuntungan']['onepercent'], 2, '.', ',')}}
|
|
@endif
|
|
<br>@endforeach<br></td>
|
|
<td align='right' style="white-space: nowrap;"><b> @foreach($item['listsag'] as $item1)
|
|
@if($item1['t_matang'] == null)
|
|
|
|
@else
|
|
@php
|
|
$myDateTime = DateTime::createFromFormat('Y-m-d', $item1['t_matang']);
|
|
$formattedtmatang = $myDateTime->format('d-m-Y');
|
|
echo($formattedtmatang);
|
|
@endphp
|
|
@endif
|
|
<br>
|
|
@endforeach
|
|
<br>
|
|
</b></td>
|
|
<td align='right' style="white-space: nowrap;"><b> @foreach($item['listsag'] as $item1)
|
|
@if($item1['t_matang1'] == null)
|
|
|
|
@else
|
|
@php
|
|
$myDateTime = DateTime::createFromFormat('Y-m-d', $item1['t_matang1']);
|
|
$formattedtmatang1 = $myDateTime->format('d-m-Y');
|
|
echo($formattedtmatang1);
|
|
@endphp
|
|
@endif
|
|
<br>
|
|
@endforeach
|
|
<br>
|
|
</b></td>
|
|
<td align='right' style="white-space: nowrap;"><b> @foreach($item['listnotis'] as $item1)
|
|
@if($item1['tarikhcall1'] == null)
|
|
|
|
@else
|
|
@php
|
|
$myDateTime = DateTime::createFromFormat('Y-m-d', $item1['tarikhcall1']);
|
|
$formattedweddingdate = $myDateTime->format('d-m-Y');
|
|
echo($formattedweddingdate);
|
|
@endphp
|
|
@endif
|
|
<br>
|
|
@endforeach
|
|
<br>
|
|
</b></td>
|
|
<td align="left">{{$nota ?? ' '}}</td>
|
|
<!-- <td style="white-space: nowrap;"><a href="{{ route('arcc.detsagcallbyjbg2', [ 'kodcaw' => $kodcaw, 'notisid' => $notisid, 'nokp' => $item['nokp'] ]) }}" class="btn btn-info text-white">Hubungi</a></td> -->
|
|
|
|
<td>
|
|
|
|
@if ($item['listnotis'][0]['statuscall'] == 0 || $item['listnotis'][0]['statuscall'] == 9)
|
|
<a href="{{ route('arcc.detsagcallbyjbg2', [ 'kodcaw' => $kodcaw, 'notisid' => $notisid, 'nokp' => $nokp ]) }}" class="btn btn-info text-white">Hubungi</a>
|
|
<!-- <td style="white-space: nowrap;"><button type="button" style="margin:auto" class="btn btn-primary" onclick="callcustomer()">Hubungi</td> -->
|
|
@else
|
|
-
|
|
@endif
|
|
|
|
</td>
|
|
</tr>
|
|
@php $counter++; @endphp
|
|
@endforeach
|
|
</table>
|
|
</form>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
var tablelelongbid = $('#details').DataTable({
|
|
"columnDefs": [{
|
|
"targets": 0,
|
|
"target": '_blank',
|
|
"orderable": false
|
|
},
|
|
{
|
|
"targets": 5,
|
|
"orderable": false
|
|
}
|
|
],
|
|
// order: [[1, 'asc']],
|
|
// // "ordering": false,
|
|
"info": false,
|
|
"lengthChange": false,
|
|
"pageLength": 9999999,
|
|
dom: 'Bfrtip',
|
|
buttons: [
|
|
|
|
// {
|
|
// className: 'btn btn-outline-success pl-4 pr-4 btn-sm export',
|
|
// target: "_blank",
|
|
// titleAttr: 'Export to Excel',
|
|
// text: '<h8><b>EXCEL</b></h8>',
|
|
// action: function ( e, dt, node, config ) {
|
|
// $('#typedonwload').val('excel');
|
|
// $("#exportpdf").submit();
|
|
// // window.open("_blank");
|
|
// }
|
|
// },
|
|
{
|
|
className: 'btn btn-outline-danger pl-4 pr-4 btn-sm export',
|
|
titleAttr: 'Cetak Senarai',
|
|
text: '<h8><b>Cetak Senarai</b></h8>',
|
|
action: function ( e, dt, node, config ) {
|
|
$('#typedonwload').val('pdflist');
|
|
$("#exportpdf").submit();
|
|
}
|
|
|
|
}
|
|
// {
|
|
// className: 'btn btn-outline-info pl-4 pr-4 btn-sm export',
|
|
// target: "_blank",
|
|
// titleAttr: 'Blast Whatsapp',
|
|
// text: '<h8><b>WHATSAPP & SMS</b></h8>',
|
|
// action: function ( e, dt, node, config ) {
|
|
// // $('#typedonwload').val('whatsapp');
|
|
// // $("#exportpdf").submit();
|
|
// $("#exportpdf").click(function() {
|
|
// $('[data-toggle="tooltip"]').tooltip()
|
|
// alert("ADAKAH ANDA PASTI?");
|
|
// $('#typedonwload').val('whatsapp');
|
|
// $("#exportpdf").submit();
|
|
// });
|
|
// }
|
|
// }
|
|
|
|
|
|
|
|
]
|
|
|
|
});
|
|
|
|
$('.export').tooltip();
|
|
$('.export').removeClass('dt-button');
|
|
</script>
|
|
|
|
@endsection |