chri55w / QuickBooks-Timer

Savantech QuickBooks Timer - Issue Tracking / Wiki ONLY
3 stars 0 forks source link

Hide Timer Types #3

Closed chri55w closed 8 years ago

chri55w commented 8 years ago

Database includes column 'HIDDEN' as Char(1).

Implement hiding of Timer Types in List (Main Window and Time Log Edit Panel) to avoid using Timer Types once hidden.

Add Right Click Option 'Hide' to the Timer Button User Control. Implement the ICommand to call Database Update Function.

chri55w commented 8 years ago

Requires addition of a Context Menu Item 'Hide' to the Timer Button. Creation of HideTimerType Command and Database call to update the TimerType as Hidden. Accessor Properties 'TimerTypes' 'RecentTimerTypes' and 'TodaysTimerTypes' will all require update to filter any Types considered 'Hidden'

chri55w commented 8 years ago

Progress update: Timer Hiding implemented - Context menu added, commends hooked up, user confirmation implemented and database updated on confirmation.

Final change requires modification to Timer Types property accessors

chri55w commented 8 years ago

Hiding implemented successfully

It should be noted that Timer Types cannot be shown again once hidden, pending further updates to hiding functionality.

image image image