# Task List: CRUD Lengkap Transaksi Keuangan (Ledger)

- [x] Update Model `Ledger.php` (`getById`, `update`, `delete`)
- [x] Update Controller `LedgerController.php` (`getJson`, `update`, `delete`)
- [x] Update Routing `index.php` (Register CRUD routes)
- [x] Update View `admin/finance/ledger.php` (Action buttons & Edit Modal)
- [x] Verifikasi Fungsi CRUD (Tambah, Ubah, Hapus)
