diff --git a/app/Http/Controllers/LaporanBiayaInternalExternalController.php b/app/Http/Controllers/LaporanBiayaInternalExternalController.php
new file mode 100644
index 0000000..89c3d1c
--- /dev/null
+++ b/app/Http/Controllers/LaporanBiayaInternalExternalController.php
@@ -0,0 +1,23 @@
+ $jenis) {
+
+ $totalLaporanDebiture = $this->totalLaporanDebiture();
+ $totalKunjunganDebiture = $this->totalKunjunganDebiture();
+ $totalKunjunganLokasi = $this->totalKunjunganLokasi();
+
+
+ $grandTotal = [
+ 'laporan_debiture' => 0,
+ 'debiture' => 0,
+ 'lokasi' => 0,
+ 'pipeline' => 0
+ ];
+ }
+ return $grandTotal;
+
+ }
+
+
+ private function totalLaporanDebiture()
+ {
+ $query = [
+ 'jenis_penilaian_id' => 1,
+ 'total' => 2
+ ];
+ return $query;
+ }
+
+ public function totalKunjunganDebiture()
+ {
+ $query = [
+ 'jenis_penilaian_id' => 1,
+ 'total' => 2
+ ];
+ return $query;
+ }
+
+ public function totalKunjunganLokasi()
+ {
+ $query = [
+ 'jenis_penilaian_id' => 1,
+ 'total' => 2
+ ];
+ return $query;
+ }
+}
diff --git a/module.json b/module.json
index 188bf53..3b35f65 100644
--- a/module.json
+++ b/module.json
@@ -127,6 +127,58 @@
"administrator",
"senior-officer"
]
+ }, {
+ "title": "Laporan Biaya Lpj",
+ "path": "",
+ "icon": "ki-filled ki-filter-tablet text-lg text-primary",
+ "classes": "",
+ "attributes": [],
+ "permission": "",
+ "roles": [
+ "administrator",
+ "pemohon-ao",
+ "pemohon-eo",
+ "admin",
+ "DD Appraisal",
+ "EO Appraisal",
+ "senior-officer"
+ ],
+ "sub": [
+ {
+ "title": "Intenal",
+ "path": "laporan-biaya.internal",
+ "icon": "ki-filled ki-two-credit-cart text-lg text-primary",
+ "classes": "",
+ "attributes": [],
+ "permission": "",
+ "roles": [
+ "administrator",
+ "pemohon-ao",
+ "pemohon-eo",
+ "admin",
+ "DD Appraisal",
+ "EO Appraisal",
+ "senior-officer"
+ ]
+ },
+ {
+ "title": "External",
+ "path": "laporan-biaya.external",
+ "icon": "ki-filled ki-two-credit-cart text-lg text-primary",
+ "classes": "",
+ "attributes": [],
+ "permission": "",
+ "roles": [
+ "administrator",
+ "pemohon-ao",
+ "pemohon-eo",
+ "admin",
+ "DD Appraisal",
+ "EO Appraisal",
+ "senior-officer"
+ ]
+ }
+ ]
}
],
"otorisator": [
diff --git a/resources/views/laporan-biaya/external.blade.php b/resources/views/laporan-biaya/external.blade.php
new file mode 100644
index 0000000..bc59c17
--- /dev/null
+++ b/resources/views/laporan-biaya/external.blade.php
@@ -0,0 +1,499 @@
+@extends('layouts.main')
+
+@section('breadcrumbs')
+ {{ Breadcrumbs::render('laporan-hasil-penilaian-jaminan-internal-external') }}
+@endsection
+
+@section('content')
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@endsection
+
+@push('scripts')
+
+@endpush
diff --git a/resources/views/laporan-biaya/internal.blade.php b/resources/views/laporan-biaya/internal.blade.php
new file mode 100644
index 0000000..860f8cc
--- /dev/null
+++ b/resources/views/laporan-biaya/internal.blade.php
@@ -0,0 +1,499 @@
+@extends('layouts.main')
+
+@section('breadcrumbs')
+ {{ Breadcrumbs::render('laporan-hasil-penilaian-jaminan-internal-external') }}
+@endsection
+
+@section('content')
+ S
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@endsection
+
+@push('scripts')
+
+@endpush
diff --git a/resources/views/rekap-harian-so/index.blade.php b/resources/views/rekap-harian-so/index.blade.php
index 85f0930..2cc100e 100644
--- a/resources/views/rekap-harian-so/index.blade.php
+++ b/resources/views/rekap-harian-so/index.blade.php
@@ -9,7 +9,7 @@
data-datatable-state-save="false" id="jenis-aset-table">
@@ -32,10 +32,10 @@
@foreach ($tujuan_penilaian as $jenis)
| {{ $jenis->name }} |
- {{ $jenis->laporan_debitur ?? '' }} |
- {{ $jenis->kunjungan_debitur ?? '' }} |
- {{ $jenis->kunjungan_lokasi ?? '' }} |
- {{ $jenis->pipeline ?? '' }} |
+ {{ 0 }} |
+ {{ 0 }} |
+ {{ 0 }} |
+ {{ 0 }} |
@endforeach
diff --git a/routes/web.php b/routes/web.php
index eee1c11..16b56c0 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -45,6 +45,7 @@ use Modules\Lpj\Http\Controllers\TujuanPenilaianController;
use Modules\Lpj\Http\Controllers\TujuanPenilaianKJPPController;
use Modules\Lpj\Http\Controllers\LaporanPenilaiJaminanController;
use Modules\Lpj\Http\Controllers\RekapHarianSoController;
+use Modules\Lpj\Http\Controllers\LaporanBiayaInternalExternalController;
// use Modules\Lpj\Http\Controllers\ActivityController;
@@ -725,6 +726,13 @@ Route::middleware(['auth'])->group(function () {
});
Route::resource('rekap-harian-so', RekapHarianSoController::class);
+
+ Route::prefix('laporan-biaya')->name('laporan-biaya.')->group(function () {
+ Route::get('internal', [LaporanBiayaInternalExternalController::class, 'showLaporanBiayaInternal'])->name('internal.index');
+ Route::get('external', [LaporanBiayaInternalExternalController::class, 'showLaporanBiayaExternal'])->name('external.index');
+});
+
+
});
require __DIR__ . '/registrasi.php';