majid
0395235ce0
Merge branch 'staging' into feature/senior-officer
2024-11-05 08:38:22 +07:00
majid
10c9567b4f
update assigment lintas region
2024-11-05 08:29:27 +07:00
Daeng Deni Mardaeni
fd0c9e556a
Merge remote-tracking branch 'composer/tender' into staging
2024-11-04 16:01:15 +07:00
Daeng Deni Mardaeni
6dd55f9532
Add 'details' column to 'detail_dokumen_jaminan' table
...
This migration adds a nullable 'details' column to the 'detail_dokumen_jaminan' table. The column is used to store custom field data in JSON format. Various parts of the application, including the model, controller, and view, have been updated to handle this new column.
2024-11-04 16:00:29 +07:00
Daeng Deni Mardaeni
ec6cb8e09f
Add custom fields to JenisLegalitasJaminan
...
Added `custom_field` and `custom_field_type` columns to the `jenis_legalitas_jaminan` table. Updated model, migration, and request files to handle these new fields, ensuring they are optional and have a maximum length of 255 characters.
2024-11-04 16:00:10 +07:00
8b1c9516aa
Menambahkan seeder Teams dan TeamsUsers pada module Lpj
2024-11-03 01:20:22 +07:00
fde111b433
Merge branch 'staging' of https://git.putrakuningan.com/daengdeni/lpj into tender
2024-11-02 13:57:18 +07:00
3ae95288f0
Mengubah posisi pada saat seeder di module LPJ
2024-11-02 13:48:46 +07:00
Daeng Deni Mardaeni
56ba6ddae1
Update column position in pemilik_jaminan migration
...
Changed the position of 'detail_sertifikat' column to come after 'name' instead of 'nama_pemilik' in the migration. This ensures consistency with other tables and prevents errors during deployment.
2024-11-01 16:59:19 +07:00
Daeng Deni Mardaeni
5f5882d420
Add detail_sertifikat column to pemilik_jaminan table
...
This migration introduces a new nullable string column named detail_sertifikat to the pemilik_jaminan table. It allows adding certificate details for each pemilik jaminan. The down method ensures this column is dropped if the migration is rolled back.
2024-11-01 16:57:34 +07:00
Daeng Deni Mardaeni
5201cdb0e3
Drop unique constraint on 'cif' in debitures table
...
Remove the unique constraint on the 'cif' field in the debitures table and refactor the `UniqueCifExceptZero` validation rule to handle the uniqueness check more robustly. Also, add an unused import statement for `UniqueExcept` in `DebitureRequest`.
2024-11-01 09:39:41 +07:00
Daeng Deni Mardaeni
bccac76c6a
Add multiple database seeders
...
This commit introduces seeders for various entities in the database, including HubunganPemilikJaminan, JenisFasilitasKredit, and others. These seeders populate the database with initial data for testing and development purposes.
2024-10-31 14:24:44 +07:00
Daeng Deni Mardaeni
ef52eef06b
Add SLAController and related routes, update create view
...
Introduced a new SLAController for handling SLA-related operations, including necessary routes and breadcrumb updates. Replaced the select input with a text input in the create view for better flexibility.
2024-10-31 14:24:21 +07:00
87279ea5a1
Membuat Seeders di Module LPJ part 2
2024-10-30 09:31:55 +07:00
5d974d7c56
Membuat Seeders di Module LPJ part 1
2024-10-29 17:39:51 +07:00
majid
4b08225403
update pemilihan team hanya surveyor atau penilai dan update form foto menggunakan camera
2024-10-29 14:22:25 +07:00
7398ec0213
Membuat Menu Penilai Part 1
2024-10-28 17:26:32 +07:00
putrakuningan
6aee250305
Merge pull request 'update form menu surveyor' ( #26 ) from feature/senior-officer into staging
...
Reviewed-on: #26
2024-10-24 08:25:22 +00:00
majid
0c976a7b5c
update form menu surveyor
2024-10-23 17:38:38 +07:00
Andy Chaerudin
617e6541fa
add feature Proses Penawaran Ulang
2024-10-23 14:25:53 +07:00
majid
78618098ca
penambahan table dan model surveyor
2024-10-16 08:50:11 +07:00
ed4a381c20
Memperbaiki fitur menu tender di bagian data penawaran
2024-10-08 17:15:00 +07:00
f0c2f873c4
Membuat Menu Tender di Data Penawaran: Tambah Data Penawaran dan Detail Data Penawaran
2024-10-04 17:25:41 +07:00
07c0276c34
Membuat Sub Menu Data Penawaran dari Menu Tender part 4
2024-10-03 17:48:21 +07:00
Andy Chaerudin
d48da558b6
hapus duplicate file migration branches, permohonan jaminan, jenis legalitas jaminan, dokumen jaminan
2024-10-02 17:48:21 +07:00
Andy Chaerudin
b15d1b61a7
upload feature registrasi lengkap
2024-10-02 17:48:21 +07:00
Andy Chaerudin
544f7a7c11
upload feature registrasi view
2024-10-02 17:46:43 +07:00
Andy Chaerudin
8106da7dd9
rename 2024_08_22_080122_create_permohonan_table.php menjadi 2024_08_19_080122_create_permohonan_table.php (ganti tgl dari 20 menjadi 19)
2024-10-02 17:46:43 +07:00
Andy Chaerudin
ab2c34da7a
menerapkan feature approve permohonan (blm selesai)
2024-10-02 17:46:43 +07:00
Andy Chaerudin
2f3110ba5d
menerapkan generate code system di feature Jenis Fasilitas Kredit
2024-10-02 17:45:30 +07:00
Daeng Deni Mardaeni
b038acb219
update migrations
2024-10-02 06:52:36 +00:00
Daeng Deni Mardaeni
241b916bcd
Merge remote-tracking branch 'origin/tender' into staging
...
# Conflicts:
# app/Exports/KJPPExport.php
# app/Http/Controllers/KJPPController.php
# app/Http/Requests/KJPPRequest.php
# module.json
# resources/views/kjpp/create.blade.php
# resources/views/kjpp/show.blade.php
# routes/web.php
2024-10-02 12:04:41 +07:00
e889350453
Membuat Sub Menu Data Penawaran dari Menu Tender part 1
2024-10-01 18:13:42 +07:00
6558d8348b
Mengubah tampilan show KJPP dan Create/Edit KJPP
2024-09-30 13:04:50 +07:00
Daeng Deni Mardaeni
a93b32c878
restore migration branch
2024-09-27 11:18:14 +07:00
a005bc2ffe
Membuat Menu Master Jenis Laporan
2024-09-26 15:27:05 +07:00
Daeng Deni Mardaeni
51deedf9be
fix update migration table penilaian
2024-09-26 11:14:04 +07:00
Daeng Deni Mardaeni
d693e9df67
update table penilaian
2024-09-26 10:59:21 +07:00
Daeng Deni Mardaeni
1f7b50cdb6
update migration penilaian
2024-09-26 09:21:43 +07:00
Daeng Deni Mardaeni
53edfab17a
update from server
2024-09-26 02:03:38 +00:00
Daeng Deni Mardaeni
88d06cf0ef
Merge remote-tracking branch 'origin/tender' into staging
...
# Conflicts:
# module.json
# routes/breadcrumbs.php
# routes/web.php
2024-09-25 14:45:22 +07:00
majid
84c6024fd2
Merge branch 'staging' into feature/senior-officer
2024-09-25 09:50:11 +07:00
majid
91d70c9e2e
penambahan menu activity dan perbaikan menu assingment
2024-09-25 09:44:35 +07:00
33ba88a276
Membuat Fitur Menu KJPP part 2
2024-09-24 17:41:24 +07:00
8b4dd34b51
Membuat Fitur Menu KJPP part 1
2024-09-24 11:51:53 +07:00
majid
00f568fb6d
update filed penilai, surveyor dan tambah buton revisi
2024-09-20 15:05:53 +07:00
Daeng Deni Mardaeni
fc0e3575c6
update status bayar pada module permohonan
2024-09-19 15:02:33 +07:00
majid
f0d60d68d1
Merge branch 'staging' into feature/senior-officer
2024-09-19 11:24:33 +07:00
majid
32fe243336
penambahan field di table penilaiaan
2024-09-19 11:17:53 +07:00
Daeng Deni Mardaeni
0506cfbcd4
Merge remote-tracking branch 'origin/staging' into feature/senior-officer
...
# Conflicts:
# app/Http/Controllers/PermohonanController.php
# routes/breadcrumbs.php
# routes/web.php
2024-09-19 10:55:54 +07:00