- change database engine and add foreign keys
- ALTER TABLE products ENGINE = innodb
- ALTER TABLE products add CONSTRAINT fk_supplier FOREIGN KEY supplier_id, supplier_name REFERENCES (supplier supplier_id, supplier_name) ON DELETE CASCADE;
- very cool flex datagrid!
- Add Funding Requests on main menu to allow funding request view
- Funding Request Window – select, delete funding request
- double click allows to select Contact, Budget Center on Funding Request
- fixed a bug not setting contact uids on Funding Request data retrieval
- fixed a bug not calculating Total correctly when a budget center is added/removed
- disabled duplicate budget center add
- deployed, verified install, zipped and uplodated to downloads.viz-n.com, ProjPortfolioMgr.060410.zip
- disabled hide on CreateProjectPanel, FundingRequestPanel, ContractMgmtWindow… destroy on close
- fixed SQL bug not returning list of projects properly – error in conditional clause
