- working on FR Export…
- created a directive and templates to generate HTML using $compile service
- controller in the directive doesn’t work quite right.
- another field for Contract Details – Contract Funded Amount
- modified client codes
- added contract_funded_amount to fr_contract_details table – db_updates.sql
- ALTER TABLE `fr_contract_details` ADD `contract_funded_amount` DECIMAL(10,2) NULL AFTER `funding_request_id`;
- working on server codes
