- continue working on FA
- added Funded Amount and Un-Funded Amount to Project and Sub-Project totals
- removed totals for project and sub projects
- working on CurrencyTextInput to be used for Req data – done
- added more columns to budget_centers table
ALTER TABLE `budget_centers` ADD `fiscal_year` DECIMAL( 4 ) NULL ,
ADD `unfunded_amount` DECIMAL( 10, 2 ) NULL
- Totals from Req Data are calculated and updated dynamically
