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:
58
prisma/data/ekonomi/apbdes/realisasi-items.json
Normal file
58
prisma/data/ekonomi/apbdes/realisasi-items.json
Normal file
@@ -0,0 +1,58 @@
|
||||
[
|
||||
{
|
||||
"id": "cmk-realisasi-001",
|
||||
"kode": "R-4.1.1-01",
|
||||
"apbdesItemId": "cmk-apbdes-item-003",
|
||||
"jumlah": 45000000,
|
||||
"tanggal": "2025-02-15",
|
||||
"keterangan": "Realisasi Q1 hasil usaha BUMDes"
|
||||
},
|
||||
{
|
||||
"id": "cmk-realisasi-002",
|
||||
"kode": "R-4.1.1-02",
|
||||
"apbdesItemId": "cmk-apbdes-item-003",
|
||||
"jumlah": 52000000,
|
||||
"tanggal": "2025-05-10",
|
||||
"keterangan": "Realisasi Q2 hasil usaha BUMDes"
|
||||
},
|
||||
{
|
||||
"id": "cmk-realisasi-003",
|
||||
"kode": "R-4.1.2-01",
|
||||
"apbdesItemId": "cmk-apbdes-item-004",
|
||||
"jumlah": 35000000,
|
||||
"tanggal": "2025-03-01",
|
||||
"keterangan": "Sewa tanah kas desa"
|
||||
},
|
||||
{
|
||||
"id": "cmk-realisasi-004",
|
||||
"kode": "R-5.1.1-01",
|
||||
"apbdesItemId": "cmk-apbdes-item-012",
|
||||
"jumlah": 120000000,
|
||||
"tanggal": "2025-01-31",
|
||||
"keterangan": "Operasional pemerintahan semester 1"
|
||||
},
|
||||
{
|
||||
"id": "cmk-realisasi-005",
|
||||
"kode": "R-5.2.1-01",
|
||||
"apbdesItemId": "cmk-apbdes-item-015",
|
||||
"jumlah": 150000000,
|
||||
"tanggal": "2025-04-20",
|
||||
"keterangan": "Pembangunan jalan desa tahap 1"
|
||||
},
|
||||
{
|
||||
"id": "cmk-realisasi-006",
|
||||
"kode": "R-5.3.1-01",
|
||||
"apbdesItemId": "cmk-apbdes-item-018",
|
||||
"jumlah": 40000000,
|
||||
"tanggal": "2025-03-15",
|
||||
"keterangan": "Program posyandu dan imunisasi"
|
||||
},
|
||||
{
|
||||
"id": "cmk-realisasi-007",
|
||||
"kode": "R-5.4.1-01",
|
||||
"apbdesItemId": "cmk-apbdes-item-022",
|
||||
"jumlah": 75000000,
|
||||
"tanggal": "2025-05-01",
|
||||
"keterangan": "Pelatihan UMKM warga"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user