- PPM Changes
- Year selection based on Appropriation length – defaults to current month if possible
- Year and Month changes trigger retrieval of goals data and update datagrid
- reworked the color highlighting – compared with the goals now
- separate Initiate/Commit
ALTER TABLE `funding_requests` CHANGE `initiate_commit` `initiate` DOUBLE NULL DEFAULT NULLALTER TABLE `funding_requests` ADD `commit` DOUBLE NULL DEFAULT NULL AFTER `initiate`- Funding Request Form changed to support initiate and commit
- Financial Status Panel and Form changed
