
You are asked to summarize completed financial reporting packages prepared during 2024. Return one row per reporting month with the number of completed packages and the total hours spent preparing them, ordered by month ascending.
| Column | Type | Description |
|---|---|---|
| package_id | INT | Unique package record ID |
| package_name | VARCHAR(100) | Reporting package name |
| reporting_period_end | DATE | End date of reporting period |
| package_status | VARCHAR(20) | Package status |
| package_hours | DECIMAL(6,2) | Preparation hours |
| 1 | Board Package | 2024-03-31 | Completed | 6.50 |
| 2 | Grant Report | 2024-01-31 | Completed | 5.50 |
| 6 | Grant Report | 2024-03-31 | Draft | 2.50 |
| 10 | Board Package | 2024-03-31 | Completed | NULL |