feat: add kependudukan seeders, API routes, year filter, and navbar menu
- Add Prisma models: DataBanjar, DistribusiAgama, DistribusiUmur, MigrasiPenduduk, DinamikaPenduduk - Create seeders for all kependudukan models with year 2026 data - Register Kependudukan API routes in route.ts - Update API findMany endpoints to make tahun parameter optional - Add YearFilter reusable component for admin pages - Update 4 kependudukan admin pages with year filter UI - Fix Mantine color array in AdminThemeProvider (add 10th element) - Fix invalid Mantine color scale in paguTable.tsx (gray.50 -> gray.1) - Add Kependudukan menu to navbar-list-menu.ts - Fix Bun JSON import resolution with loadJsonData helper - Update 74 seeder files to use dynamic JSON loading Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
32
prisma/data/kesehatan/fasilitas-kesehatan/tarif-layanan.json
Normal file
32
prisma/data/kesehatan/fasilitas-kesehatan/tarif-layanan.json
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"id": "cmk-tarif-001",
|
||||
"layanan": "Pemeriksaan Umum",
|
||||
"tarif": "Gratis (BPJS) / Rp 25.000 (Umum)"
|
||||
},
|
||||
{
|
||||
"id": "cmk-tarif-002",
|
||||
"layanan": "Pemeriksaan Gigi",
|
||||
"tarif": "Gratis (BPJS) / Rp 35.000 (Umum)"
|
||||
},
|
||||
{
|
||||
"id": "cmk-tarif-003",
|
||||
"layanan": "Laboratorium (Tes Darah)",
|
||||
"tarif": "Gratis (BPJS) / Rp 50.000 - Rp 150.000 (Umum)"
|
||||
},
|
||||
{
|
||||
"id": "cmk-tarif-004",
|
||||
"layanan": "Konsultasi Gizi",
|
||||
"tarif": "Gratis (BPJS) / Rp 30.000 (Umum)"
|
||||
},
|
||||
{
|
||||
"id": "cmk-tarif-005",
|
||||
"layanan": "Imunisasi Anak",
|
||||
"tarif": "Gratis (Program Nasional)"
|
||||
},
|
||||
{
|
||||
"id": "cmk-tarif-006",
|
||||
"layanan": "KB (Keluarga Berencana)",
|
||||
"tarif": "Gratis (BPJS) / Rp 20.000 - Rp 100.000 (Umum)"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user