Addressbook (component)
From UG
(Difference between revisions)
(→Version 2) |
|||
Line 6: | Line 6: | ||
* Classified As: (small) (large) [[component]] / common [[feature]] / [[misc]] | * Classified As: (small) (large) [[component]] / common [[feature]] / [[misc]] | ||
* Parent Mantis: [http://mantis.jaguarfreight.com/mantis/view.php?id=tbd tbd] | * Parent Mantis: [http://mantis.jaguarfreight.com/mantis/view.php?id=tbd tbd] | ||
- | |||
=== Scope === | === Scope === | ||
- | + | This is a [[CRUD]] component for CT2 Address Book describing visual representation of [[Address bo]] | |
- | == | + | === Related articles === |
- | + | ||
- | + | ||
- | + | * [[Address bo]] - wiki describing Address Business Object itself (independent of UI implemntation - this article); it has links to current DB implementation | |
- | * | + | |
- | + | == Business Requirements == | |
== Design == | == Design == | ||
Line 46: | Line 43: | ||
==== Fax ==== | ==== Fax ==== | ||
+ | |||
+ | == Version 1 == | ||
+ | |||
+ | In this version address can belong to only ONE of the following categories at once: | ||
+ | |||
+ | * Transportation or | ||
+ | * Vendor or | ||
+ | * Bill To | ||
== Version 2 == | == Version 2 == |
Revision as of 19:00, 11 April 2010
Contents |
General Info and Scope
Scope
This is a CRUD component for CT2 Address Book describing visual representation of Address bo
Related articles
- Address bo - wiki describing Address Business Object itself (independent of UI implemntation - this article); it has links to current DB implementation
Business Requirements
Design
Address Profile Fields
Company City
Remark
Address 1
Address 2
Address 3
City
Zip
Country
State
Contact Person
Tel
Fax
Version 1
In this version address can belong to only ONE of the following categories at once:
- Transportation or
- Vendor or
- Bill To
Version 2
In this version any address may be classified under any Transportation or Vendor or Bill To category.
3 top category tabs are merged into one.
Filter by category
Contains:
- [Any]
- [Transportation]
- [Vendors]
- [Bill To]
- T1
- T2
- ... all T- cats
- V3
- V4
- ... all V- cats
Data Migration
All existing data must be of course migrated into this new format.