- continue working on FA
- Req Info datagrid preferences saved
- created a base class – FilterableDG that manages column preferences and saves info
- added column filter preferences to Project Mgmt panel
- ID column not in filter – used as tree navigation for Parent/Chile projects
- removed the references to budget_centers table when saving projects
- reworking Budget Info to get correct appropriation length – done
- noticed that sub center name and number were added to the budget_center table, not projects table – fixed
ALTER TABLE `projects` ADD `sub_center_name` VARCHAR( 255 ) NULL ,
ADD `sub_center_number` VARCHAR( 255 ) NULL
- Req Info datagrid preferences saved
