Category Archives: Dong Shin

Dong Shin 07.13.2010

  • continue working on MySQL Browser
    • added Database/Table navigator
  • Add New Contract Form closes on Save
  • created SVN and Blog account for Keil
  • Amount in the Project Contract Management is editable
    • added amount in _budget_centers_contracts table
  • changed Summary Data title (all names separated by , )
  • Add New ComboBox preselects first available one

Dong Shin 07.08.2010

  • Contract Management
    • additional fields added to match Trish’s spreadsheet (Amount, location,etc)
    • edit now can be done by double clicking an item
    • edit and refresh buttons added
  • zipped up PPM for demo
  • fixed maximize problem on Financial Data entry
  • Activate user has been added to UserManagement

Dong Shin 07.06.2010

  • changed all the date formats to MM/DD/YYYY on Contracts Management
  • added delete cascade constraints on _budget_centers_contracts on both budget center id and contract id
  • reset ContractForm after save
  • adding Contract Edit

Dong Shin 07.06.2010

  • Continue working on Contracts management
    • created ContractFormWindow for adding contract data
    • contracts now can be saved and removed
    • created _budget_centers_contracts table for Budget Centers and Contracts relationship management
    • pretty much done, need to fine tune the displaying data

Dong Shin 07.02.2010

  • Continue working on Contracts
    • got reponses back from Trish
    • changed Funding to Year and Budget Center specific – moved it to FinancialDataSet
  • fixed maximize problem on ProjectViewer
  • null trap added to FinancialDataDataGrid

Dong Shin 07.01.2010

  • tried to duplicate the exception when editing Financial Data
    • couldn’t get it to happen on my laptop
    • happens on Phil’s consistently, same version of Flash plugin
    • may need to trap NULL exception
  • Working on Contracts
    • modified contract table to map correct names
    • added Manage button to ContractsCanvas to dispatch event to ProjectViewerPanel to start ContractMgmtWindow
    • create ContractMgmtWindow

Dong Shin 06.30.2010

  • prepping PPM for demo
  • found some bugs
    • fixed SQL error on saving Funding Request after initial save
    • fixed SQL error on saving Project after initial save – reload of Funding data required….
  • cannot use uid as a property/field name as it’s reserved… causes datagrid to go nuts!
  • added changedFlag to Funding Request, used for Close Confirmation
  • removed Tab focus on Validators, added Alert

Dong Shin 06.29.2010

  • changing DIRECT CITE to datagrid
    • create direct_cites table and added delete cascade on funding_request table
    • DirectCiteVO.as AddDirectiCiteWindow, DirectCites.mxml created to handle multiple direct cites
    • Funding Request panel remains after save
    • subsequent save overwrites previous one
  • added ‘%’ to the goals

Dong Shin 06.28.2010

  • fixed SQL Error on AddUser
  • AddUserForm modified to use on Registration, all the fields are shown
  • fixed Create Project Panel now showing after logout
  • Funding Request
    • remains open when saved
    • removed Certify and Accept buttons
    • corrected Obligation Amount not loading
    • all the contact fields are editable and stored in the table

Dong Shin 06.25.2010

  • working at home
  • changed FinancialDataCanvas( ManagedCanvas to VBox) and  FinancialDataSetCanvas (SaveStatePanel to CollapsiblePanel), it looks more manageable and doesn’t crash….
  • couldn’t duplicate the chart crash

Dong Shin 06.24.2010

  • adjusted validators in Funding Request – custom components needed for currency?
  • packaged up PPM and reviewed with Phil
  • changed BackGround color on CreateProject and FundingRequest
  • added emails tab to Funding Request – active only when request is sent to BF
  • fixed some SQL bugs (not allowing spaces for FUNCTIONS)
  • uploaded the latest PPM to viz-n.com

Dong Shin 06.23.2010

  • packaging up PPM for demo
  • found that JDBC doesn’t support CREATE TRIGGER!!! — removed the trigger from the script
  • added auto insert of Goals when new appropriation is added
  • rearranged Funding Request components

Dong Shin 06.22.2010

  • added additional fields for Funding Request and rearranged components
  • removed Validate button, let Save button handle the validation
  • fixed Project Viewer un-maximizing after data entry/update
  • created a trigger to populate obligations_outlays_goals when appropriation is added
  • created a delete cascade for obligations_outlays_goals when appropriation is deleted