- better day(?)
- working on adding password mgmt to FR
- added User Info dialog
- added Change Password dialog
- added validations
Author Archives: gvr4wd
Dong Shin 06.17.2015
- working on charting
- changed chart data navigator to have similar buttons as WGL charts
- started on Reqonciler
- created ReqoncilerService, Model, RowMapper
- added controller
- got rest service working – get, add, delete, update
- http://localhost:8080/FinancialAssistantService/rest/reqonciler/reqoncilerProcessings
- now client!
- http://localhost:8080/FinancialAssistantService/FinancialAssistant/reqonciler/index.html
Dong Shin 06.16.2015
- working on charting
- added future values to charting data navigator
- working on FR
- reworked Funding Breakdown calculation message, showing actual difference
- reworked POC, adding a POC adds to the FR POC list as well as POC list
Dong Shin 06.15.2015
- couldn’t deploy the new FR because Bill is out, but managed to change the code on-site to use Approval States edit
- went over the Query Builder query problems with Lenny, CONCAT must be last step of all calculations!
- changed local codes to reflect the on-site changes
- added getFundingRequestLoadList and getFundingRequestLoadListUser methods to FundingRequestController
Dong Shin 06.12.2015
- Lenny’s having issues with Query Builder using CONCAT (‘%)… will take a look on Monday
- working on FR
- retrieving FR list using columns specified instead of whole list…
- trick to convert snake case to camel case…
- newColumns[i] = WordUtils.capitalizeFully(columns[i], new char[]{‘_’}).replaceAll(“_”, “”);
newColumns[i] = Introspector.decapitalize(newColumns[i]); - could not get String[] or List<String> to work with @ResponseBody….
- set default approval state to Working in database table
- set default approval state to Working in FR app
- made FR not editable for Submitted and Processed status for non-admins
Dong Shin 06.11.2015
- on-site things…
- found that funding amount validation fails on float calculation that goes beyond decimal points – fixed
- reworked approval states
- minor changes to main funding request view.
- table data editor error – closed db connection?
- need to change the Load FR to have short list data
- working on FR
- changed approval states
- changed funding-request.tpl.html
- modified checkFundingBrekdown in services.js to truncate numbers after two decimal points
- trouble shooting closed db connection problem…
Dong Shin 06.10.2015
- deployed new FR, jars for charting
- got a copy of 2015 O&M ACC data
- plotted in excel, looks good
- working on charting
- changed the first data of the future values to equal the last of the data
Dong Shin 06.09.2015
- working on FR validation
- Lenny’s requests of the day….
- On the ISR PMO Module:
Remove Project NumberChange ISR PM to ISR PMO Capability LeadAdd ISR PMO Capability Lead Phone Number
- On the ISR PMO Module:
- back to charting…
Dong Shin 06.08.2015
- deployed new FR – fixed number of hours to decimal numbers
- fixed Contract Labor total calculation – getTotal() method had numberOfFTEs in it….
- need to rework Funding Amount validation – move to submit
- working on TableData app
- got get, delete, add working!
- reworking Funding Amount validation per Lenny’s request
Dong Shin 06.05.2015
- working on app for adding data to tables used for SELECT in FR app so admin can edit the data
- start with Project Name, Project Lab and Project Manager
- added get/save/delete single column for tables in SQLService
- working on FR per Lenny’s request
- changed Authorized User can be accessed by Admin
- verified that FTE’s not included in the calcuation
- changed estimated_hours in fr_contract_labors table as well as the server codes
Dong Shin 06.04.2015
- working on charting data..
Dong Shin 06.03.2015
- deployed new FR
- fixed saving FR issues – table column too short, changed to 255
- removed comments and added Project Lab and Amount to Load Funding Request dialog on-site
- Lenny wants to generate FR documents using templates and FR data
- working on FR
- changed funding_requests table to have varchar(255) for all varchar columns
- changed Load Funding Request dialog to reflect on-site changes, added column resize
Dong Shin 06.02.2015
- deployed charting, works like charm….
- pulled back the formatting for FR as it wasn’t working in IE
- working on FR
- Object doesn’t support property or method ‘isNaN’ caused IE errors – Number.isNaN()
- fixed auto-fill not working properly
- changed Authorized User button to show only for owner
Dong Shin 06.01.2015
- adding Approved Editor to FR
- added funding_request_editors table
- added server codes to support editors
- added client cods to manage authorized users
Dong Shin 05.28.2015
- chart not deployed, will burn everything on CD
- tried FR on IE11, amounts not working correctly – not shown at all after entering.
- working on Authorized User control for FR
You must be logged in to post a comment.