catssolutions
New member
- Local time
- Today, 20:39
- Joined
- Aug 13, 2007
- Messages
- 6
Hi all,
Im Currently in the process of disigning a ordering database. Which is fine for a single price model. The problem is that we have multi customers each with there own agreed pricing model. (same products across the board).
What I would like to do is have a single product list and a pricing group so I could create a price group called company A, Company B, Company C or Default, 20% Markup Etc..
I have tried the following Table set up
TblProducts
ID
Desc
TblProdPriceList
ID
GroupID
ProdID
UnitPrice
TblProdGroup
ID
groupName
what i would like be able to do is when setting up a new customer and assigning a new pricing structure. create a new group companyX return all products with either blank price or the defualt price be able to go through and update prices and not miss any products.
Hope this makes sense.
many thanks
Darren
Im Currently in the process of disigning a ordering database. Which is fine for a single price model. The problem is that we have multi customers each with there own agreed pricing model. (same products across the board).
What I would like to do is have a single product list and a pricing group so I could create a price group called company A, Company B, Company C or Default, 20% Markup Etc..
I have tried the following Table set up
TblProducts
ID
Desc
TblProdPriceList
ID
GroupID
ProdID
UnitPrice
TblProdGroup
ID
groupName
what i would like be able to do is when setting up a new customer and assigning a new pricing structure. create a new group companyX return all products with either blank price or the defualt price be able to go through and update prices and not miss any products.
Hope this makes sense.
many thanks
Darren