Bug 108 - Item Age Restriction
Summary: Item Age Restriction
Status: CONFIRMED
Alias: None
Product: E3
Classification: Unclassified
Component: item (show other bugs)
Version: ---
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: Richard Harms
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 16:18 CDT by Richard Harms
Modified: 2017-07-15 11:04 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Harms 2006-04-17 16:18:19 CDT
Item Age Restriction is used to define a minimum age that customer must be to purchase an Item, or that an employee must be in order to sell an Item.

Fields:
- ItemId
- MinimumCustomerAge (null allowed)
- MinimumEmployeeAge (null allowed)
- F/T/C

The Person entity will also be modified to add BirthTime (aka. Date), allowed to be null. Customers wouldn't be prompted for this unless they purchase an item with age restrictions on it. Existing UCs for Customers and Employees would need to be enhanced to support this.
Comment 1 Richard Harms 2007-12-10 00:36:40 CST
The BirthTime field addition shouldn't be necessary, Birthday now exists on the Profile entity.