Navigation and Dashboard: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* (3) for the main screen | * (3) for the main screen | ||
[[Image:Xptoolbar.png]][[Image:Sample_XPTable.png]][[Image:TaskbarMain.png]] | [[Image:Xptoolbar.png]][[Image:Sample_XPTable.png]][[Image:TaskbarMain.png]] | ||
== Outlook like Panel == | |||
* only one panel is open at the time | |||
* the other panels are collapsed; they can be shown as items at the bottom of the side panel, or as icons, or hidden completely (a menu brings them back) | |||
* structure: TODO xml file | |||
== ListView == | |||
* in the centre panel, a List view (list, big icons, small icons; using groups; using descriptions ie subitem) shows the available tasks |
Revision as of 07:45, 26 August 2009
current implementation
- functionality split across several modules; partner module is used from finance module and other interoperation
- functionality is hidden in long menu paths
- can edit previous partners, special menu with last used partners
New TaskPanel Layout
- a task panel consists of several sections that can be extended and collapsed
- the goal is to guide the user quickly to the tasks that she needs to do, and links to recent activity of the user
- even quick find controls can be integrated
- simple example of how to use normal Panels, without using yet another user control: http://www.codeproject.com/KB/vb/HomemadeXPPanel.aspx
- (1) sample for the Partner Find Screen (was done using http://www.codeproject.com/cs/miscctrl/TgXPPanel.asp)
- (2) another sample for Finance Module screen
- (3) for the main screen
Outlook like Panel
- only one panel is open at the time
- the other panels are collapsed; they can be shown as items at the bottom of the side panel, or as icons, or hidden completely (a menu brings them back)
- structure: TODO xml file
ListView
- in the centre panel, a List view (list, big icons, small icons; using groups; using descriptions ie subitem) shows the available tasks