W
WB
I have an Inventory table that has many basic attributes such as Id,
description, Price1, Price2, Price3, category, etc.
The model is now changing and I want to provide for multiple price levels
and discounts that will start and end on a schedule such as:
buy X get Y free
buy one get one half off
I realize my application will have to loop through some algorithms to handle
business rules, but I am struggling with how the data modal (Tables) will be
defined to store this information.
any samples or suggestions are greatly appreciated.
WB
description, Price1, Price2, Price3, category, etc.
The model is now changing and I want to provide for multiple price levels
and discounts that will start and end on a schedule such as:
buy X get Y free
buy one get one half off
I realize my application will have to loop through some algorithms to handle
business rules, but I am struggling with how the data modal (Tables) will be
defined to store this information.
any samples or suggestions are greatly appreciated.
WB