Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simpmw
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alfiro Pratama
simpmw
Commits
1b7d8a17
Commit
1b7d8a17
authored
Jul 03, 2024
by
Alfiro Pratama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Excel Export Daftar Proposal + Perintilan View Monev II
parent
4920d01e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
246 additions
and
228 deletions
+246
-228
app/Exports/DaftarProposalExport.php
+1
-1
resources/views/backend/dosen/monev/indexmonevII.blade.php
+103
-101
resources/views/backend/mahasiswa/monev/indexmonevII.blade.php
+130
-120
resources/views/backend/operator/daftar_proposal/excel_new.blade.php
+8
-2
resources/views/backend/operator/daftar_proposal/index.blade.php
+4
-4
No files found.
app/Exports/DaftarProposalExport.php
View file @
1b7d8a17
...
@@ -46,7 +46,7 @@ class DaftarProposalExport implements FromView
...
@@ -46,7 +46,7 @@ class DaftarProposalExport implements FromView
$data
=
DaftarProposal
::
with
([
'rKelompokDetil'
,
'reviewerProposal1'
,
'reviewerProposal2'
])
$data
=
DaftarProposal
::
with
([
'rKelompokDetil'
,
'reviewerProposal1'
,
'reviewerProposal2'
])
->
select
(
"*"
)
->
select
(
"*"
)
->
selectRaw
(
" round((ambil_jumlah_penilaian_seleksi(reviewer_proposal_id_1) + ambil_jumlah_penilaian_seleksi(reviewer_proposal_id_2 )) / 2, 2) as rata "
)
->
selectRaw
(
" round((ambil_jumlah_penilaian_seleksi(reviewer_proposal_id_1) + ambil_jumlah_penilaian_seleksi(reviewer_proposal_id_2 )) / 2, 2) as rata "
)
//
->whereRaw($statement)
->
whereRaw
(
$statement
)
->
get
();
->
get
();
// dd($statement);
// dd($statement);
...
...
resources/views/backend/dosen/monev/indexmonevII.blade.php
View file @
1b7d8a17
...
@@ -53,114 +53,116 @@
...
@@ -53,114 +53,116 @@
</form>
</form>
<br>
<br>
@if((
$jadwal->tanggal_mulai
<= Carbon\Carbon::now()) && (
$jadwal->tanggal_selesai
>= Carbon\Carbon::now()))
@if((
$jadwal->tanggal_mulai
<= Carbon\Carbon::now()) && (
$jadwal->tanggal_selesai
>= Carbon\Carbon::now()))
<table id="
datatable
" class="
table
table
-
bordered
dt
-
responsive
" style="
border
-
collapse
:
collapse
;
border
-
spacing
:
0
;
width
:
100
%
;
">
<div class="
table
-
responsive
">
<thead>
<table id="
datatable
" class="
table
table
-
bordered
dt
-
responsive
" style="
border
-
collapse
:
collapse
;
border
-
spacing
:
0
;
width
:
100
%
;
">
<tr>
<thead>
<th>No</th>
<tr>
<th>Kode Kelompok</th>
<th>No</th>
<th>Identitas Ketua</th>
<th>Kode Kelompok</th>
<th>Kategori PMW</th>
<th>Identitas Ketua</th>
<th>Judul Proposal</th>
<th>Kategori PMW</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th>Judul Proposal</th>
<th width="
10
%
">Laporan Kemajuan</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th width="
10
%
">Luaran</th>
<th width="
10
%
">Laporan Kemajuan</th>
<th>Aksi</th>
<th width="
10
%
">Luaran</th>
</tr>
<th>Aksi</th>
</thead>
</tr>
<tbody>
</thead>
@foreach (
$proposal
as
$item
)
<tbody>
@php
$token
= Str::random(30); @endphp
@foreach (
$proposal
as
$item
)
<tr id="
row
-
{{
$token
}}
">
@php
$token
= Str::random(30); @endphp
<td>{{
$loop->iteration
}}</td>
<tr id="
row
-
{{
$token
}}
">
<td>{{
$item->rProposal
->rKelompok->kode }}</td>
<td>{{
$loop->iteration
}}</td>
<td>{{
$item->rProposal
->rKelompok->rBiodata->name }} <br> {{
$item->rProposal
->rKelompok->rBiodata->noidentitas }} <br> {{
$item->rProposal
->rKelompok->rBiodata->fakultas }} <br> {{
$item->rProposal
->rKelompok->rBiodata->prodi }}</td>
<td>{{
$item->rProposal
->rKelompok->kode }}</td>
<td>{{
$item->rProposal
->rJenis->nama }}</td>
<td>{{
$item->rProposal
->rKelompok->rBiodata->name }} <br> {{
$item->rProposal
->rKelompok->rBiodata->noidentitas }} <br> {{
$item->rProposal
->rKelompok->rBiodata->fakultas }} <br> {{
$item->rProposal
->rKelompok->rBiodata->prodi }}</td>
<td>{{
$item->rProposal
->judul }}</td>
<td>{{
$item->rProposal
->rJenis->nama }}</td>
<td>
<td>{{
$item->rProposal
->judul }}</td>
@if(is_null(
$item->logbook_file
))
<td>
<span class="
badge
bg
-
danger
">Belum Upload</span>
@if(is_null(
$item->logbook_file
))
@else
<span class="
badge
bg
-
danger
">Belum Upload</span>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
II
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@else
@endif
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
II
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
</td>
@endif
<td>
</td>
@if(is_null(
$item->kemajuan_file
))
<td>
<span class="
badge
bg
-
danger
">Belum Upload</span>
@if(is_null(
$item->kemajuan_file
))
@else
<span class="
badge
bg
-
danger
">Belum Upload</span>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
II
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@else
@endif
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
II
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
</td>
@endif
<td>
</td>
<a href="
{{
URL
::
to
(
'dosen/luaran-dosen/'
.
encrypt
(
$item
->
rProposal
->
proposal_id
))
}}
" type="
button
" class="
btn
btn
-
success
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
newspaper
"></i> Luaran</a>
<td>
</td>
<a href="
{{
URL
::
to
(
'dosen/luaran-dosen/'
.
encrypt
(
$item
->
rProposal
->
proposal_id
))
}}
" type="
button
" class="
btn
btn
-
success
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
newspaper
"></i> Luaran</a>
<td>
</td>
<button data-bs-toggle="
modal
" data-bs-target="
{{
'#lihat'
.
$item
->
proposal_id
}}
" class="
btn
btn
-
success
btn
-
sm
">Lihat Hasil Penilaian</button>
<td>
<button data-bs-toggle="
modal
" data-bs-target="
{{
'#lihat'
.
$item
->
proposal_id
}}
" class="
btn
btn
-
success
btn
-
sm
">Lihat Hasil Penilaian</button>
<div id="
{{
'lihat'
.
$item
->
proposal_id
}}
" class="
modal
fade
" tabindex="
-
1
" role="
dialog
"
<div id="
{{
'lihat'
.
$item
->
proposal_id
}}
" class="
modal
fade
" tabindex="
-
1
" role="
dialog
"
aria-labelledby="
lihatLabel
" aria-hidden="
true
">
aria-labelledby="
lihatLabel
" aria-hidden="
true
">
<div class="
modal
-
dialog
modal
-
xl
">
<div class="
modal
-
dialog
modal
-
xl
">
<div class="
modal
-
content
">
<div class="
modal
-
content
">
<div class="
modal
-
header
">
<div class="
modal
-
header
">
<h5 class="
modal
-
title
" id="
lihatLabel
">{{
$title
}} </h5>
<h5 class="
modal
-
title
" id="
lihatLabel
">{{
$title
}} </h5>
<button type="
button
" class="
btn
-
close
" data-bs-dismiss="
modal
" aria-label="
Close
"></button>
<button type="
button
" class="
btn
-
close
" data-bs-dismiss="
modal
" aria-label="
Close
"></button>
</div>
</div>
<div class="
modal
-
body
">
<div class="
modal
-
body
">
<p>
<p>
<div class="
table
-
responsive
">
<div class="
table
-
responsive
">
<table class="
table
mb
-
0
">
<table class="
table
mb
-
0
">
<tr>
<tr>
<th>Judul Proposal</th>
<th>Judul Proposal</th>
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
</tr>
</tr>
<tr>
<tr>
<th>Kategori PMW</th>
<th>Kategori PMW</th>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
</tr>
</tr>
<tr>
<tr>
<th>Status</th>
<th>Status</th>
<td colspan="
2
">
<td colspan="
2
">
@if(is_null(
$item->rProposal
->status))
@if(is_null(
$item->rProposal
->status))
<span class="
badge
bg
-
danger
">Lolos Seleksi Internal</span>
<span class="
badge
bg
-
danger
">Lolos Seleksi Internal</span>
@else
@else
<span class="
badge
bg
-
success
">Tidak Lolos Seleksi Internal</span>
<span class="
badge
bg
-
success
">Tidak Lolos Seleksi Internal</span>
@endif
@endif
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th>Nilai</th>
<th>Nilai</th>
<td>
<td>
<h4 class="
card
-
title
mb
-
4
">Reviewer 1 - {{
$item->rNilaiMonev
->rReviewerBio1 ?
$item->rNilaiMonev
->rReviewerBio1->nama : '' }}</h4>
<h4 class="
card
-
title
mb
-
4
">Reviewer 1 - {{
$item->rNilaiMonev
->rReviewerBio1 ?
$item->rNilaiMonev
->rReviewerBio1->nama : '' }}</h4>
<h5 class="
text
-
muted
mt
-
3
">Nilai - {{
$item->rNilaiMonev
->nilai_1 }}</h5>
<h5 class="
text
-
muted
mt
-
3
">Nilai - {{
$item->rNilaiMonev
->nilai_1 }}</h5>
</td>
</td>
<td>
<td>
<h4 class="
card
-
title
mb
-
4
">Reviewer 2 - {{
$item->rNilaiMonev
->rReviewerBio2 ?
$item->rNilaiMonev
->rReviewerBio2->nama : '' }}</h4>
<h4 class="
card
-
title
mb
-
4
">Reviewer 2 - {{
$item->rNilaiMonev
->rReviewerBio2 ?
$item->rNilaiMonev
->rReviewerBio2->nama : '' }}</h4>
<h5 class="
text
-
primary
mt
-
3
">Nilai - {{
$item->rNilaiMonev
->nilai_2 }}</h5>
<h5 class="
text
-
primary
mt
-
3
">Nilai - {{
$item->rNilaiMonev
->nilai_2 }}</h5>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<th>Komentar</th>
<th>Komentar</th>
<td colspan="
2
">
<td colspan="
2
">
<h4 class="
card
-
title
mb
-
4
">Reviewer 1 - {{
$item->rNilaiMonev
->rReviewerBio1 ?
$item->rNilaiMonev
->rReviewerBio1->nama : '' }}</h4>
<h4 class="
card
-
title
mb
-
4
">Reviewer 1 - {{
$item->rNilaiMonev
->rReviewerBio1 ?
$item->rNilaiMonev
->rReviewerBio1->nama : '' }}</h4>
<p class="
text
-
muted
mb
-
3
pb
-
4
">"
{{
$item
->
rNilaiMonev
->
reviewer_komentar_1
}}
"</p>
<p class="
text
-
muted
mb
-
3
pb
-
4
">"
{{
$item
->
rNilaiMonev
->
reviewer_komentar_1
}}
"</p>
<h4 class="
card
-
title
mb
-
4
">Reviewer 2 - {{
$item->rNilaiMonev
->rReviewerBio2 ?
$item->rNilaiMonev
->rReviewerBio2->nama : '' }}</h4>
<h4 class="
card
-
title
mb
-
4
">Reviewer 2 - {{
$item->rNilaiMonev
->rReviewerBio2 ?
$item->rNilaiMonev
->rReviewerBio2->nama : '' }}</h4>
<p class="
text
-
muted
mb
-
3
pb
-
4
">"
{{
$item
->
rNilaiMonev
->
reviewer_komentar_2
}}
"</p>
<p class="
text
-
muted
mb
-
3
pb
-
4
">"
{{
$item
->
rNilaiMonev
->
reviewer_komentar_2
}}
"</p>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</td>
</td>
</tr>
</tr>
@endforeach
@endforeach
</tbody>
</tbody>
</table>
</table>
</div>
@else
@else
<div class="
alert
alert
-
success
alert
-
dismissible
fade
show
" role="
alert
">
<div class="
alert
alert
-
success
alert
-
dismissible
fade
show
" role="
alert
">
<strong>Informasi!</strong> Monev Internal II dilaksanakan pada : <strong>Tanggal {{ Carbon\Carbon::parse(
$jadwal->tanggal_mulai
)->isoFormat('D MMMM Y'); }}</strong> sampai dengan <strong>Tanggal {{ Carbon\Carbon::parse(
$jadwal->tanggal_selesai
)->isoFormat('D MMMM Y'); }}.</strong>
<strong>Informasi!</strong> Monev Internal II dilaksanakan pada : <strong>Tanggal {{ Carbon\Carbon::parse(
$jadwal->tanggal_mulai
)->isoFormat('D MMMM Y'); }}</strong> sampai dengan <strong>Tanggal {{ Carbon\Carbon::parse(
$jadwal->tanggal_selesai
)->isoFormat('D MMMM Y'); }}.</strong>
...
...
resources/views/backend/mahasiswa/monev/indexmonevII.blade.php
View file @
1b7d8a17
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
<div class="
col
-
md
-
4
">
<div class="
col
-
md
-
4
">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end page title -->
<!-- end page title -->
...
@@ -47,147 +46,158 @@
...
@@ -47,147 +46,158 @@
@endforeach
@endforeach
</select>
</select>
</div>
</div>
{{-- <a class="
btn
btn
-
primary
" type="
button
" href="
{{
route
(
'mahasiswa.monev-anggaran'
)
}}
">Tambah</a> --}}
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</form>
<br>
<br>
@if((
$jadwal->tanggal_mulai
<= Carbon\Carbon::now()) && (
$jadwal->tanggal_selesai
>= Carbon\Carbon::now()))
@if((
$jadwal->tanggal_mulai
<= Carbon\Carbon::now()) && (
$jadwal->tanggal_selesai
>= Carbon\Carbon::now()))
<table id="
datatable
" class="
table
table
-
bordered
dt
-
responsive
nowrap
" style="
border
-
collapse
:
collapse
;
border
-
spacing
:
0
;
width
:
100
%
;
">
<div class="
table
-
responsive
">
<thead>
<table id="
datatable
" class="
table
table
-
bordered
dt
-
responsive
nowrap
" style="
border
-
collapse
:
collapse
;
border
-
spacing
:
0
;
width
:
100
%
;
">
<tr>
<thead style="
vertical
-
align
:
middle
;
text
-
align
:
center
;
">
<th>No</th>
<tr>
<th>Kode Kelompok</th>
<th>No</th>
<th>Identitas Ketua</th>
<th>Kode Kelompok</th>
<th>Identitas Dosen Pembimbing</th>
<th>Identitas Ketua</th>
<th>Kategori PMW</th>
<th>Identitas Dosen Pembimbing</th>
<th>Judul Proposal</th>
<th>Kategori PMW</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th>Judul Proposal</th>
<th width="
10
%
">Laporan Kemajuan</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th width="
8
%
">Laporan Akhir</th>
<th width="
8
%
">Laporan Akhir</th>
<th width="
10
%
">Luaran</th>
<th width="
10
%
">Produk Akhir</th>
<th>Aksi</th>
<th width="
10
%
">Bukti Penggunaan Anggaran</th>
</tr>
{{-- <th width="
10
%
">Luaran</th> --}}
</thead>
<th>Aksi</th>
<tbody>
</tr>
@foreach (
$proposal
as
$item
)
</thead>
@php
$token
= Str::random(30); @endphp
<tbody>
<tr id="
row
-
{{
$token
}}
">
@foreach (
$proposal
as
$item
)
<td>{{
$loop->iteration
}}</td>
@php
$token
= Str::random(30); @endphp
<td>{{
$item->rProposal
->rKelompok->kode }}</td>
<tr id="
row
-
{{
$token
}}
">
<td>{{
$item->rProposal
->rKelompok->rBiodata->name }} <br> {{
$item->rProposal
->rKelompok->rBiodata->noidentitas }} <br> {{
$item->rProposal
->rKelompok->rBiodata->fakultas }} <br> {{
$item->rProposal
->rKelompok->rBiodata->prodi }}</td>
<td align="
center
">{{
$loop->iteration
}}</td>
<td>{{
$item->rProposal
->rKelompok->nama_dosen }} <br> {{
$item->rProposal
->rKelompok->nidn_dosen }}</td>
<td align="
center
">{{
$item->rProposal
->rKelompok->kode }}</td>
<td>{{
$item->rProposal
->rJenis->nama }}</td>
<td>{{
$item->rProposal
->rKelompok->rBiodata->name }} <br> {{
$item->rProposal
->rKelompok->rBiodata->noidentitas }} <br> {{
$item->rProposal
->rKelompok->rBiodata->fakultas }} <br> {{
$item->rProposal
->rKelompok->rBiodata->prodi }}</td>
<td>{{
$item->rProposal
->judul }}</td>
<td>{{
$item->rProposal
->rKelompok->nama_dosen }} <br> {{
$item->rProposal
->rKelompok->nidn_dosen }}</td>
<td>
<td align="
center
">{{
$item->rProposal
->rJenis->nama }}</td>
@if(is_null(
$item->logbook_file
))
<td align="
center
">{{
$item->rProposal
->judul }}</td>
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__logbook__III'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
<td align="
center
">
@else
@if(is_null(
$item->logbook_file
))
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
III
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__logbook__II'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@endif
@else
</td>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
II
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<td>
@endif
@if(is_null(
$item->laporan_kemajuan_file
))
</td>
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__kemajuan__III'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
<td align="
center
">
@else
@if(is_null(
$item->laporan_akhir_file
))
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
III
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__akhir__II'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@endif
@else
</td>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
II
/
akhir
/
{{
$item
->
akhir_file
}}
" target="
_blank
" title="
Laporan
Akhir
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<td>
@endif
@if(is_null(
$item->laporan_akhir_file
))
</td>
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__akhir__III'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
<td align="
center
">
@else
@if(is_null(
$item->produk_url
))
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpmw
/
monev
/
III
/
akhir
/
{{
$item
->
akhir_file
}}
" target="
_blank
" title="
Laporan
Akhir
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__produk__II'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@endif
@else
</td>
<a href="
{{
$item
->
produk_url
}}
" target="
_blank
" title="
Video
Produk
Akhir
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<td>
@endif
<a href="
{{
URL
::
to
(
'mahasiswa/luaran/'
.
encrypt
(
$item
->
rProposal
->
proposal_id
))
}}
" type="
button
" class="
btn
btn
-
success
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
newspaper
"></i> Luaran</a>
</td>
</td>
<td align="
center
">
<td align="
center
">
<a href="
{{
URL
::
to
(
'mahasiswa/monev/II/anggaran/'
.
encrypt
(
$item
->
id
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"><i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
<button data-bs-toggle="
modal
" data-bs-target="
{{
'#lihat'
.
$item
->
id
}}
" class="
btn
btn
-
success
btn
-
sm
"> <i class="
fas
fa
-
search
"></i> Hasil Penilaian</button>
</td>
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
id
.
'__proposal__III'
))
}}
" type="
button
" class="
btn
btn
-
danger
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Revisi</a>
{{-- <td align="
center
">
<a href="
{{
URL
::
to
(
'mahasiswa/luaran/'
.
encrypt
(
$item
->
rProposal
->
proposal_id
))
}}
" type="
button
" class="
btn
btn
-
success
btn
-
sm
waves
-
effect
waves
-
light
"><i class="
fas
fa
-
newspaper
"></i> Luaran</a>
<div id="
{{
'lihat'
.
$item
->
id
}}
" class="
modal
fade
" tabindex="
-
1
" role="
dialog
"
</td> --}}
aria-labelledby="
lihatLabel
" aria-hidden="
true
">
<td align="
center
">
<div class="
modal
-
dialog
modal
-
xl
">
<button data-bs-toggle="
modal
" data-bs-target="
{{
'#lihat'
.
$item
->
id
}}
" class="
btn
btn
-
success
btn
-
sm
form
-
control
mb
-
2
"><i class="
fas
fa
-
search
"></i> Hasil Penilaian</button>
<div class="
modal
-
content
">
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__proposal__II'
))
}}
" type="
button
" class="
btn
btn
-
danger
btn
-
sm
waves
-
effect
waves
-
light
form
-
control
" data-bs-toggle="
tooltip
" data-bs-placement="
bottom
" title="
Revisi
Proposal
"><i class="
fas
fa
-
file
-
upload
"></i> Revisi</a>
<div class="
modal
-
header
">
<h5 class="
modal
-
title
" id="
lihatLabel
">{{
$title
}}</h5>
<div id="
{{
'lihat'
.
$item
->
id
}}
" class="
modal
fade
" tabindex="
-
1
" role="
dialog
"
<button type="
button
" class="
btn
-
close
" data-bs-dismiss="
modal
" aria-label="
Close
"></button>
aria-labelledby="
lihatLabel
" aria-hidden="
true
">
</div>
<div class="
modal
-
dialog
modal
-
xl
">
<div class="
modal
-
body
">
<div class="
modal
-
content
">
<p>
<div class="
modal
-
header
">
<div class="
table
-
responsive
">
<h5 class="
modal
-
title
" id="
lihatLabel
">{{
$title
}}</h5>
<table class="
table
mb
-
0
">
<button type="
button
" class="
btn
-
close
" data-bs-dismiss="
modal
" aria-label="
Close
"></button>
<tr>
</div>
<th>Judul Proposal</th>
<div class="
modal
-
body
">
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
<p>
</tr>
<div class="
table
-
responsive
">
<tr>
<table class="
table
mb
-
0
">
<th>Kategori PMW</th>
<tr>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
<th>Judul Proposal</th>
</tr>
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
<tr>
</tr>
<th>Status</th>
<tr>
<td colspan="
2
">
<th>Kategori PMW</th>
@if(is_null(
$item->rProposal
->status))
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
<span class="
badge
bg
-
danger
">Lolos Seleksi Internal</span>
</tr>
@else
<tr>
<span class="
badge
bg
-
success
">Tidak Lolos Seleksi Internal</span>
<th>Status</th>
@endif
<td colspan="
2
">
</td>
{{-- @if(is_null(
$item->rProposal
->status))
</tr>
<span class="
badge
bg
-
danger
">Lolos Seleksi Internal</span>
<tr>
@else
<th>Nilai</th>
<span class="
badge
bg
-
success
">Tidak Lolos Seleksi Internal</span>
<td>
@endif --}}
<h4 class="
card
-
title
mb
-
4
">Reviewer 1</h4>
@if(is_null(
$item->rProposal
->status) ||
$item->rProposal
->status == 0)
<h5 class="
text
-
muted
mt
-
3
">Nilai - {{
$item->rNilaiMonev
->nilai_1 }}</h5>
<span class="
badge
bg
-
info
">Menunggu Reviewer</span>
</td>
@elseif(
$item->rProposal
->status == 1)
<td>
<span class="
badge
bg
-
success
">Lolos Seleksi Internal</span>
<h4 class="
card
-
title
mb
-
4
">Reviewer 2</h4>
@else
<h5 class="
text
-
primary
mt
-
3
">Nilai - {{
$item->rNilaiMonev
->nilai_2 }}</h5>
<span class="
badge
bg
-
danger
">Tidak Lolos Seleksi Internal</span>
</td>
@endif
</tr>
</td>
<tr>
</tr>
<th>Komentar</th>
<tr>
<td colspan="
2
">
<th>Nilai</th>
<h4 class="
card
-
title
mb
-
4
">Reviewer 1</h4>
<td>
<p class="
text
-
muted
mb
-
3
pb
-
4
">"
{{
$item
->
rNilaiMonev
->
reviewer_komentar_1
}}
"</p>
<h4 class="
card
-
title
mb
-
4
">Reviewer 1</h4>
<h5 class="
text
-
muted
mt
-
3
">Nilai - {{
$item->rNilaiMonev
->nilai_1 }}</h5>
<h4 class="
card
-
title
mb
-
4
">Reviewer 2</h4>
</td>
<p class="
text
-
muted
mb
-
3
pb
-
4
">"
{{
$item
->
rNilaiMonev
->
reviewer_komentar_2
}}
"</p>
<td>
</td>
<h4 class="
card
-
title
mb
-
4
">Reviewer 2</h4>
</tr>
<h5 class="
text
-
primary
mt
-
3
">Nilai - {{
$item->rNilaiMonev
->nilai_2 }}</h5>
</table>
</td>
</div>
</tr>
</p>
<tr>
<th>Komentar</th>
<td colspan="
2
">
<h4 class="
card
-
title
mb
-
4
">Reviewer 1</h4>
<p class="
text
-
muted
mb
-
3
pb
-
4
">"
{{
$item
->
rNilaiMonev
->
reviewer_komentar_1
}}
"</p>
<h4 class="
card
-
title
mb
-
4
">Reviewer 2</h4>
<p class="
text
-
muted
mb
-
3
pb
-
4
">"
{{
$item
->
rNilaiMonev
->
reviewer_komentar_2
}}
"</p>
</td>
</tr>
</table>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</td>
</t
d
>
</t
r
>
</tr>
@endforeach
@endforeach
</tbody>
</t
body
>
</t
able
>
</
table
>
</
div
>
@else
@else
<div class="
alert
alert
-
success
alert
-
dismissible
fade
show
" role="
alert
">
<div class="
alert
alert
-
success
alert
-
dismissible
fade
show
" role="
alert
">
<strong>Informasi!</strong> Monev Internal II
I
dilaksanakan pada : <strong>Tanggal {{ Carbon\Carbon::parse(
$jadwal->tanggal_mulai
)->isoFormat('D MMMM Y'); }}</strong> sampai dengan <strong>Tanggal {{ Carbon\Carbon::parse(
$jadwal->tanggal_selesai
)->isoFormat('D MMMM Y'); }}.</strong>
<strong>Informasi!</strong> Monev Internal II dilaksanakan pada : <strong>Tanggal {{ Carbon\Carbon::parse(
$jadwal->tanggal_mulai
)->isoFormat('D MMMM Y'); }}</strong> sampai dengan <strong>Tanggal {{ Carbon\Carbon::parse(
$jadwal->tanggal_selesai
)->isoFormat('D MMMM Y'); }}.</strong>
</div>
</div>
@endif
@endif
</div>
</div>
</div>
</div>
</div> <!-- end col -->
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end row -->
@endsection
@endsection
@section('js')
@section('js')
<script>
<script>
function hapus(id, rowId){
function hapus(id, rowId){
Swal.fire({
Swal.fire({
title: 'Apakah anda yakin untuk menghapus Kelompok?',
title: 'Apakah anda yakin untuk menghapus Kelompok?',
...
...
resources/views/backend/operator/daftar_proposal/excel_new.blade.php
View file @
1b7d8a17
@
php
{{
--
@
php
header
(
"Content-Type: application/vnd.ms-excel; charset=utf-8"
);
header
(
"Content-Type: application/vnd.ms-excel; charset=utf-8"
);
header
(
"Content-Disposition: attachment; filename=daftar-proposal-seleksi-internal.xls"
);
//File name extension was wrong
header
(
"Content-Disposition: attachment; filename=daftar-proposal-seleksi-internal.xls"
);
//File name extension was wrong
header
(
"Expires: 0"
);
header
(
"Expires: 0"
);
header
(
"Cache-Control: must-revalidate, post-check=0, pre-check=0"
);
header
(
"Cache-Control: must-revalidate, post-check=0, pre-check=0"
);
header
(
"Cache-Control: private"
,
false
);
header
(
"Cache-Control: private"
,
false
);
@
endphp
@
endphp
--
}}
{{
--
<!
DOCTYPE
html
>
<
html
>
<
body
>
--
}}
<
table
border
=
"1"
>
<
table
border
=
"1"
>
<
thead
>
<
thead
>
<
tr
>
<
tr
>
...
@@ -69,3 +72,5 @@
...
@@ -69,3 +72,5 @@
@
endforeach
@
endforeach
</
tbody
>
</
tbody
>
</
table
>
</
table
>
{{
--
</
body
>
</
html
>
--
}}
\ No newline at end of file
resources/views/backend/operator/daftar_proposal/index.blade.php
View file @
1b7d8a17
...
@@ -56,10 +56,10 @@
...
@@ -56,10 +56,10 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Status : </label>
<label class="
col
-
sm
-
3
col
-
form
-
label
">Status : </label>
<div class="
col
-
sm
-
6
">
<div class="
col
-
sm
-
6
">
<select class="
form
-
select
select2
" name="
reqStatus
" id="
reqStatus
">
<select class="
form
-
select
select2
" name="
reqStatus
" id="
reqStatus
">
<option value="">Semua</option>
<option value="
0
">Semua</option>
<option value="
0
">Menunggu Persetujuan</option>
<option value="
1
">Menunggu Persetujuan</option>
<option value="
1
">Lolos</option>
<option value="
2
">Lolos</option>
<option value="
2
">Tidak Lolos</option>
<option value="
3
">Tidak Lolos</option>
</select>
</select>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment