Navigation and Dashboard: Difference between revisions
Jump to navigation
Jump to search
(Created page with '== current implementation == * functionality split across several modules; partner module is used from finance module and other interoperation * functionality is hidden in long m…') |
|||
Line 8: | Line 8: | ||
* the goal is to guide the user quickly to the tasks that she needs to do, and links to recent activity of the user | * 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 | * 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 | |||
* sample for the Partner Find Screen: | * sample for the Partner Find Screen: | ||
[[Image:Xptoolbar.png]] | [[Image:Xptoolbar.png]] |
Revision as of 13:03, 25 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
- sample for the Partner Find Screen: