- working on Query Builder
- adding Lenny’s queries to database
- Overdue Acceptances
- Overdue Obligations
Under performing obligations- FY14 Financial Status
- FY14 Outlay Plan
- FY13 Financial Status
- FY14 current month Planned vs. PM Actuals
- FY13 TST Financial Status
- FY14 TST Financial STatus
- FY14 ISR-PMO Financial Status
- FY14 Financial Status (duplicate?)
- adding Lenny’s queries to database
Category Archives: VizTool Priority List
Dong Shin 06.10.2014
- continue working on Query Builder
- column parser working from query
- added currency fields
- datagrid set up on query load
Dong Shin 06.09.2014
- continue working on Query Builder (8 hours)
- dumped svn://fgmdev.com local
-
svnrdump dump http://example.com/repos/ > repos.dump -
svnadmin load c:\backup-repose < repos.dump
-
Dong Shin 06.05.2014
- working on Query Builder (8 hours)
- changed queryConfig.xml
- added column separators for new config
- svndump – 5GB
- older version on new server? cannot sync……
Dong Shin 06.04.2014
- on-site support (2 hours)
- fixed child project visibility issue
- working on Query Builder (6 hours)
Dong Shin 06.03.2014
- working on Query Builder (6 hours)
- cleaned up database views – _view_project_detailed_data
- working on scripts to add parent project users to children… (2 hours)
- INSERT INTO _projects_portfolio_mgrs
(SELECT sub_project_id, login FROM _projects_portfolio_mgrs ppa
LEFT JOIN _project_sub_projects psp
ON psp.project_id = ppa.project_id WHERE (sub_project_id, login) NOT IN (SELECT * FROM (_projects_portfolio_mgrs))) - INSERT INTO _projects_portfolio_admins
(SELECT sub_project_id, login FROM _projects_portfolio_admins ppa
LEFT JOIN _project_sub_projects psp
ON psp.project_id = ppa.project_id WHERE (sub_project_id, login) NOT IN (SELECT * FROM (_projects_portfolio_admins)))
- INSERT INTO _projects_portfolio_mgrs
Dong Shin 06.02.2014
- site support (2 hours)
- deployed new FA with fixed Project Mgmt panel and PM Actuals with %
- trouble-shoot incorrect outlay amount in Claimed Contracts; set committed amount to 0 and ran post processing, but it didn’t get updated.
- working on new Query Builder
Dong Shin 05.30.2014
- working on other stuff (6 hours)
- trouble shooting incorrect outlay calculation in cognos summary data
- cannot duplicate outlay problem for Req 198874, need to clear budget_center_contracts entry and run post processing on-site.
- created project_portfolio_enh_clean for testing
- trouble shooting obligations stored in a month behind for 206756…. cannot duplicate.. need to look at __view_monthly_obligations_by_contract and __view_monthly_obligations_by_req_id on-site
- trouble shooting incorrect outlay calculation in cognos summary data
- added hierarchical filtering to DGSearchTextInput (2 hours)
Dong Shin 05.29.2014
- on-site support (2 hours)
- deployed FA/Reqonciler – fixed percentages and pre-processing
- found some obligations are put in a month behind?
- double counting outlays with ACR field
- show previous month PM Actuals in Query Builder
- working on other (5 hours)
- added PM Actuals % to Query Builder
- PM Actuals show previous month (month label added)
Dong Shin 05.28.2014
- working on *other* stuff
- added ignore previously reviewed… filtering out previously viewed data
- fixed incorrect percent values for obligated/oulays in Query Builder
- added queries to remove duplicate obligations and outlays in pre-processing according to the rules.
- adding PM Actuals Percentages….
Dong Shin 05.27.2014
- deployed FA/RA with new filterable combo boxes (2 hours)
- works well, but needs tweaking on Hierarchical data in Project Mgmt
- working on Reqonciler Pre-Processing (6 hours)
- removing duplicate rows query sample
- DELETE n1 FROM test n1, test n2 WHERE n1.uid > n2.uid AND n1.name = n2.name
AND n1.name2 = n2.name2
- DELETE n1 FROM test n1, test n2 WHERE n1.uid > n2.uid AND n1.name = n2.name
- removing duplicate rows query sample
Dong Shin 05.22.2014
- working on DGSearchTextInput (8 hours)
- component done! added to QueryBuilder
- adding to RA – done!
- adding to Project Mgmt panel – done!
- tricky to work with Hierarchical data!
Dong Shin 05.21.2014
- deployed new FA – Action Item 1, 2, and 3 done! (2 hours)
- working on DGSearchTextInput ( 2 hours)
Dong Shin 05.20.2014
- continue working on Search Text Input filtering columns(7 hours)
- moved the component to FGMUtils
- moved filtering to the component from the datagrid
Dong Shin 05.19.2014
- went over FA and Reqonciler with Lenny ( 2 hours)
- The first month in the second year not calculating correctly
- verified fixes
- duplicating Outlays problem
- rolling months for Planned Outlays, Planned Obligations, PM Actuals for non-admins
- show all rows in Financial Data
- working on Filterable Columns for DataGrid (6 hours)

You must be logged in to post a comment.