feat: complete all plan phases — reports, cleanup market fragments
- Add Reports page with population/household/document/blotter/budget/project views - Add ReportsController with year-filtered queries for all report types - Add /reports module to config/modules.php - Register /barangay/reports in VueRouteMap and web.php - Remove unused market Home fragments (HomeCoopMember, HomeStoreOwner, etc.) - Remove leftover market Components/Market/ directory - Add Reports card to Home.vue admin quick access
This commit is contained in:
@@ -155,6 +155,17 @@ return [
|
||||
'description' => 'Fee schedules for certificate types and barangay services.',
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Reports
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'reports' => [
|
||||
'enabled' => (bool) env('MODULE_REPORTS_ENABLED', true),
|
||||
'label' => 'Reports',
|
||||
'description' => 'Population, document, blotter, budget, and project reports.',
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Landing Pages
|
||||
|
||||
Reference in New Issue
Block a user