Dong Shin 04.28.2011

  • working at home
  • PPM Changes
    • additional fields for Funding Request to support Financial Status
      • comments, initiate_commit, PM_actual_outlay, MIPR_requested_date, MIPR_request_received_date, acceptance_received, received_contract, monthly_tech_report – ALTER TABLE `funding_requests` ADD `comments` LONGTEXT NULL DEFAULT NULL,ADD `initiate_commit` DOUBLE NULL DEFAULT NULL,ADD `PM_actual_outlay` DOUBLE NULL DEFAULT NULL,ADD `MIPR_requested_date` DATE NULL DEFAULT NULL,ADD `MIPR_request_received_date` DATE NULL DEFAULT NULL,ADD `acceptance_received` DATE NULL DEFAULT NULL,ADD `received_contract` DATE NULL DEFAULT NULL,ADD `monthly_tech_report` DATE NULL DEFAULT NULL
    • modified FianancialStatusData to work with the new table structure