- continue working on FA
- working on adding Committed Amounts – done
- changed all references to Funded Budget to sum of Committed Amounts
- move all funded budget from budget_centers table to committed_amounts table
- INSERT INTO committed_amounts( budget_center_id, committed_amount, committed_date ) SELECT uid, funded_budget, now( ) FROM budget_centers;
