Commit Graph

11 Commits

Author SHA1 Message Date
wardhatul1765 5f30be4811 mengubah ukuran gambar 2026-05-17 20:44:20 +07:00
wardhatul1765 1071e4e428 denah 2026-05-17 16:53:32 +07:00
wardhatul1765 bf0996430a perbaiki tampilan 2026-05-17 16:33:43 +07:00
wardhatul1765 a656f599a4 Merge branch 'main' of https://github.com/wardhatul1765/Sarakata-Perpustakaan-Daerah-Jember 2026-05-05 02:45:16 +07:00
wardhatul1765 077e2746f6 Memperbarui fitur Buku Tamu dan form Tambah Buku 2026-05-05 02:42:52 +07:00
Lutfi Hakim 570b134f7c fix: hero responsive 2026-05-02 11:29:19 +07:00
wardhatul1765 70a420ae47 Memperbaiki UI dan fitur kirim WA Fonnte 2026-05-02 10:50:45 +07:00
Lutfi Hakim ca98d0a665 Fix peminjaman FK and use id_buku in views
Add migration to fix peminjaman.id_buku foreign key: modify column to INT UNSIGNED and re-create FK referencing buku.id_buku with cascadeOnDelete. Update admin peminjaman blades to use $b->id_buku for option values. Remove unused imports and tidy up formatting/whitespace in Peminjaman and AdminPeminjaman controllers (including small reformat of Fonnte API payload). These changes ensure the dropdowns use the correct book identifier and the DB relation is consistent.
2026-05-01 23:36:20 +07:00
Lutfi Hakim 74ae662d99 add seeders
Standardize the Buku schema and wiring: change Buku model to use table 'buku' and primary key id_buku, add/adjust migrations to create/alter the buku table and related tables (lokasi fields, adjusted foreign keys), and add a migration to provide nim on anggotas. Update controllers to reference id_buku (queries, ordering) and make related schema-friendly adjustments. Add multiple seeders (AnggotaSeeder, BukuFromSqlSeeder, BukuSeeder, BukuTamuSeeder updates, KategoriSeeder, PeminjamanSeeder, UserSeeder) and minor view/controller cleanup/formatting tweaks. These changes align database structure, relations and seed data with the new primary key/table naming and support new fields (lokasi, bibliographic fields, guest/peminjaman updates).
2026-04-30 14:35:20 +07:00
Lutfi Hakim f64ea3a4fa Fix: kategori table migration and update admin buku views 2026-04-30 07:51:09 +07:00
wardhatul1765 01c985e0f6 first commit 2026-04-29 20:58:38 +07:00