From RPM Wiki

This page is not complete yet.
Table of contents

Summary

This is a design pattern for pages that have a supplier selector at the top and then content applicable to that supplier.


Examples

Rep IDs, Commission schedule designer, Account groups

Details

Style

Image:LastSupplier.png

The page "section" div is immediately followed by a "toolsOver" div. It contains a supplier logo followed by a simple supplier drop-down.

  • Selecting a supplier in the drop down immediately reloads the page with new supplier selected
  • Some pages (like the example shown) may have links after the drop down that go to other pages.

Last supplier

The user's sessions stores the last selected or viewed supplier. This supplier is then used as the default filter for these pages that allow the user to select a supplier at the top.

  • Selecting a supplier on any of these pages sets the last supplier
  • In addition, the following pages also set the last supplier
    • Commission item
    • Supplier
    • Product
    • Account
    • Account group

Default

If user doesn't have a last supplier set in their session yet:

  • If the page supports all suppliers, show all.
  • Otherwise the first supplier alphabetically.

All suppliers

  • The option is listed as "(all)"
  • The all option shows the default logo.
  • This page was last modified 17:31, 1 May 2008.
  • This page has been accessed 280 times.