Commit Graph

673 Commits

Author SHA1 Message Date
majid
562f1fb846 update kertas kerja, resume, dan lpj 2024-12-17 07:39:20 +07:00
majid
5f9e2b3f14 Merge branch 'staging' into feature/senior-officer 2024-12-16 15:41:10 +07:00
majid
41552f695c perbaikan alamat, foto pembading, diskon, dan perbaikan tampilan kjjp 2024-12-16 15:36:59 +07:00
majid76
a602f83d44 perbikan alamat di form inspeksi 2024-12-16 07:34:02 +07:00
majid
ab7150a97f perbaikan form inspeksi bagian unit, dan kertas kerja 2024-12-14 04:23:14 +07:00
Daeng Deni Mardaeni
88975f3cc8 Perbaiki pengolahan data JSON pada KJPPController dan tampilan email di show.blade.php
- Mengubah cara pengolahan data JSON di `KJPPController` untuk menghindari kesalahan pada struktur data.
- Menyesuaikan akses properti JSON di `show.blade.php` agar lebih sesuai dengan data yang diterima.
- Memastikan data ditampilkan secara konsisten dan mencegah error runtime.
2024-12-13 14:00:46 +07:00
Daeng Deni Mardaeni
9fb176751c fix error detail 2024-12-13 11:06:33 +07:00
putrakuningan
eabf65a55f Merge pull request 'update isi tabel jenis jaminan di database local' (#62) from tender into staging
Reviewed-on: #62
2024-12-13 02:04:13 +00:00
b5c8b6aad3 Revert "Memperbaiki KJPP Basic data dari create, edit, dan show yang bug"
This reverts commit 967be7019d.
2024-12-13 02:04:13 +00:00
909460018b Revert "Menghapus kolom yang mengandung detail pada tabel kjpp"
This reverts commit 907240e003.
2024-12-13 02:04:13 +00:00
7392481903 update isi tabel jenis jaminan di database local 2024-12-13 02:04:13 +00:00
Daeng Deni Mardaeni
478eaf89a1 Merge remote-tracking branch 'composer/feature/senior-officer' into staging
# Conflicts:
#	database/seeders/KJPPSeeder.php
2024-12-13 07:40:16 +07:00
Daeng Deni Mardaeni
9eb6e26435 Merge remote-tracking branch 'composer/tender' into staging 2024-12-13 07:38:36 +07:00
majid
3c5b372f7d Merge branch 'staging' into feature/senior-officer 2024-12-12 21:26:37 +07:00
majid
f7eec3720e update seeder kjpp dan export kertas kerja 2024-12-12 21:25:06 +07:00
967be7019d Memperbaiki KJPP Basic data dari create, edit, dan show yang bug 2024-12-12 15:30:44 +07:00
907240e003 Menghapus kolom yang mengandung detail pada tabel kjpp 2024-12-12 08:20:14 +07:00
majid
bb1ad785a5 update data pemanding dan otorisator, pembuatan seeder kjpp mengunakan exel 2024-12-11 17:34:51 +07:00
7b2f9e34a3 Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into tender 2024-12-11 17:18:07 +07:00
putrakuningan
de2e998730 Merge pull request 'andydev' (#60) from andydev into staging
Reviewed-on: #60
2024-12-11 10:01:00 +00:00
Andy Chaerudin
7b2dc53eae Perbaikan title pada icon Approve Jadwal Kunjungan 2024-12-11 10:01:00 +00:00
Andy Chaerudin
614abd01ac Melengkapi feature Approve Jadwal Kunjungan yang di berikan Surveyor 2024-12-11 10:01:00 +00:00
Andy Chaerudin
5932d67fce Perbaikan title pada icon Approve Jadwal Kunjungan 2024-12-11 15:16:04 +07:00
Andy Chaerudin
02bf6c5baa Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into andydev 2024-12-11 12:07:52 +07:00
Andy Chaerudin
3f2b0b2a7e Melengkapi feature Approve Jadwal Kunjungan yang di berikan Surveyor 2024-12-11 12:07:34 +07:00
5b50209ba5 Menambahkan data KJPP, Ijin Usaha dan Jenis Jaminan sementara part 3 2024-12-11 08:46:10 +07:00
5ff333808a Menaikkan data KJPP part 2 2024-12-11 08:40:11 +07:00
putrakuningan
dfe1e98d80 Merge pull request 'fix: handle empty jenis_aset_id array in KJPP data display' (#58) from tender into staging
Reviewed-on: #58
2024-12-10 09:50:55 +00:00
9da106fedc fix: handle empty jenis_aset_id array in KJPP data display
This commit addresses the issue where an empty jenis_aset_id array would cause an error in the KJPP data display. It adds a check to ensure the array is not empty before iterating through it, and displays a "-" message if the array is empty.

The changes made are:

1. Added a check for !empty(json_decode($kjpp->jenis_aset_id, true)) inside the @if condition.
2. This ensures that the array is not empty before attempting to loop through it.
3. If the array is empty, a "-" message is displayed instead.

This fix ensures a more robust and user-friendly display of the KJPP data, handling both populated and empty jenis_aset_id arrays gracefully.
2024-12-10 09:50:55 +00:00
7fb839efed fix: handle empty jenis_aset_id array in KJPP data display
This commit addresses the issue where an empty jenis_aset_id array would cause an error in the KJPP data display. It adds a check to ensure the array is not empty before iterating through it, and displays a "-" message if the array is empty.

The changes made are:

1. Added a check for !empty(json_decode($kjpp->jenis_aset_id, true)) inside the @if condition.
2. This ensures that the array is not empty before attempting to loop through it.
3. If the array is empty, a "-" message is displayed instead.

This fix ensures a more robust and user-friendly display of the KJPP data, handling both populated and empty jenis_aset_id arrays gracefully.
2024-12-10 16:48:01 +07:00
Daeng Deni Mardaeni
0bf78e1f67 Merge remote-tracking branch 'composer/staging' into staging 2024-12-10 16:31:00 +07:00
Daeng Deni Mardaeni
3f6708e53c Merge remote-tracking branch 'composer/tender' into staging
# Conflicts:
#	routes/breadcrumbs.php
2024-12-10 16:29:14 +07:00
9bef2c6641 fitur(kjpp): Tambah validasi dan migrasi modul Lpj > KJPP
- Perbarui kontroler KJPP untuk jenis_aset_id kalau kosong maka isi array kosong jika tidak isi array yang saya isi
- Modifikasi aturan validasi permintaan KJPP di bagian jenis_aset_id supaya bisa diisi kosong
- Buat migrasi untuk memperbarui struktur tabel KJPP yang jenis_aset_id menjadi nullable
2024-12-10 16:25:16 +07:00
putrakuningan
bc52b9c528 Merge pull request 'feature/senior-officer' (#56) from feature/senior-officer into staging
Reviewed-on: #56
2024-12-10 09:04:55 +00:00
Andy Chaerudin
ba9a155280 Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into andydev 2024-12-10 10:24:18 +07:00
majid
5dc95d3339 update message di assigment 2024-12-10 10:07:41 +07:00
majid
b7b668321f Merge branch 'staging' into feature/senior-officer 2024-12-10 09:04:10 +07:00
majid
a4139c1e19 update denah bisa upload pdf 2024-12-10 08:55:30 +07:00
majid
bccc89f794 update informasi dokument 2024-12-10 08:37:47 +07:00
majid
1e91212d19 perbaikan view unit tidak muncul dan tambah foto depan objek 2024-12-10 07:42:31 +07:00
majid
10b672918b perbaikan alamat data pembanding 2024-12-10 07:22:23 +07:00
Daeng Deni Mardaeni
4af0a3c80f Format kode breadcrumbs untuk konsistensi
Mengubah format dan penempatan kode pada file routes/breadcrumbs.php untuk menjaga konsistensi dan meningkatkan keterbacaan. Indentasi yang konsisten diterapkan di seluruh blok kode untuk memastikan struktur kode lebih teratur dan mudah dipahami.
2024-12-09 16:11:25 +07:00
majid
95b57b78f6 update Breadcrumb not found surveyor.inspeksi 2024-12-09 16:07:28 +07:00
Daeng Deni Mardaeni
c49e1336d0 Merge remote-tracking branch 'composer/feature/senior-officer' into staging 2024-12-09 16:04:26 +07:00
Daeng Deni Mardaeni
cc4f56e30c Refactor code formatting for header component
Melakukan refactoring pada file `header.blade.php` untuk memperbaiki pengaturan indentasi dan konsistensi gaya penulisan. Perubahan ini bertujuan untuk meningkatkan keterbacaan kode dengan menjaga standar format yang konsisten, seperti menyesuaikan spasi dan garis baru yang tidak diperlukan. Tidak ada perubahan fungsional dalam kode.
2024-12-09 16:03:11 +07:00
majid
69b8f4f90b uncommet window location data inspeksi dan foto 2024-12-09 16:01:30 +07:00
Daeng Deni Mardaeni
69bd4f599a Merge branch 'feature/senior-officer' into staging 2024-12-09 16:01:08 +07:00
majid
055f8a67ae Merge branch 'staging' into feature/senior-officer 2024-12-09 15:57:03 +07:00
majid
4ed2afda72 perbaikan form inspeksi dan 2024-12-09 15:49:44 +07:00
putrakuningan
96f99306dc Merge pull request 'andydev' (#54) from andydev into staging
Reviewed-on: #54
2024-12-09 07:33:38 +00:00