- continue working on FA/RA
- removed unecessary columns from budget_centers table
- ALTER TABLE `budget_centers`
DROP `center_number`,
DROP `center_name`,
DROP `capability`,
DROP `expenditure_center`,
DROP `investment_portfolio`,
DROP `appropriation`,
DROP `program_element`,
DROP `facts_pe`;
- ALTER TABLE `budget_centers`
- working down the bug list from Lenny
- save Requisition allows empty date fields
- reworking Copy Project
- removed Project menu items – more confusing
- created stored procedure – copy_budget_centers, to copy all requisition and obligations/outlays data
- removed unecessary columns from budget_centers table
