This add-on is register_globals compatible
This version adapted for Separate Pricing Per Customer is based on the Quick Price Updates (http://www.oscommerce.com/community/contributions,122) version 2.6 of Februari 2005. The "only" additional feature is that you can choose a customer group and then the prices for that customer group will be shown and then be changed.
Legend: 
Download

Report
Added echo tep_hide_session_id() in 6 places (just before the ending form tag) in admin/quick_updates.php to avoid getting logged-out every time (happens if you do not accept cookies in your browser).
Version 1.2 relied heavily on register_globals = on. This caused a lot of trouble when is was set to off like osC 2.2 RC1 can handle. A number of small changes to admin/quick_updates.php was needed to make it "register globals proof" again.
This version does *not* include the UPS XML dimensions support as added by John Wisdom in version 1.1!
It includes and elaborates on the feature added by user flom on April 30, 2007 in the original version (contribution #122): editing the price included with tax simultaneously changes the net price and vice versa (like in the regular osCommerce admin page categories.php).
I forgot to include the language file so here it is.
This is my first attempt at a contribution, but this is pretty simple.
John
Added the following capabilities:
Modify the length of the products
Modify the width of the products
Modify the height of the products
Modify ready to ship status
Only the file "quick_updates.php" needs to be changed and 4 fields inserted into your configuration table
This version adapted for Separate Pricing Per Customer is based on the Quick Price Updates (http://www.oscommerce.com/community/contributions,122) version 2.6 of Februari 2005. The "only" additional feature is that you can choose a customer group and then the prices for that customer group will be shown and then be changed.