Charge Code Admin
From UG
(Difference between revisions)
(→Charge Code Entity, Attributes, Relationships) |
(→Technical Specification) |
||
Line 8: | Line 8: | ||
=== Summary === | === Summary === | ||
- | === Charge Code as Entity | + | === Charge Code as Entity === |
+ | |||
+ | ==== Attributes ==== | ||
'''CC#''' | '''CC#''' | ||
+ | : ''meaning:'' unique short number to identify CC | ||
:''type:'' number | :''type:'' number | ||
:''constraints:'' 4 digits, must be unique | :''constraints:'' 4 digits, must be unique | ||
'''Descr''' | '''Descr''' | ||
+ | : ''meaning:'' human readable one line CC description | ||
:''type:'' string | :''type:'' string | ||
:''constraints:'' 0 to 30 chars | :''constraints:'' 0 to 30 chars | ||
'''M/I''' | '''M/I''' | ||
- | :''type:'' | + | : ''meaning:'' CC associated with Master or Individual CT? |
+ | :''type:'' values = {M, I} | ||
:''constraints:'' | :''constraints:'' | ||
- | |||
'''CC class''' | '''CC class''' | ||
Line 33: | Line 37: | ||
'''CBV''' | '''CBV''' | ||
:single select, values = {chargeable_weight, gross_weight, volume/cbm, CT_count}; used in PI | :single select, values = {chargeable_weight, gross_weight, volume/cbm, CT_count}; used in PI | ||
+ | |||
+ | ==== Relationships ==== | ||
+ | |||
=== UI and UI based functionality === | === UI and UI based functionality === |
Revision as of 00:41, 18 December 2009
Contents |
Mantis
Business Needs and Requirements
Technical Specification
Summary
Charge Code as Entity
Attributes
CC#
- meaning: unique short number to identify CC
- type: number
- constraints: 4 digits, must be unique
Descr
- meaning: human readable one line CC description
- type: string
- constraints: 0 to 30 chars
M/I
- meaning: CC associated with Master or Individual CT?
- type: values = {M, I}
- constraints:
CC class
- type:
- constraints:
- single selectt, values = {QxR, %}; used in SI/II
Def Quantity Field
- single select, values = {1, GrossWeight, ChargableWeight, cbm}; used in SI/II
CBV
- single select, values = {chargeable_weight, gross_weight, volume/cbm, CT_count}; used in PI
Relationships
UI and UI based functionality
List
Add / Edit
This is a typical CT2 style pop-up form.
Controls on the form:
CC#
- type/params: textbox, max 4 chars, visible 4 chars
- required? / validation / valid type: Y / all entity constraints / instant
- default: empty
Description
- type/params: textbox, max ??? chars, visible ??? chars
- required? / validation/valid type: Y / ???
- default: empty
M/I
- type/params: radio button
- required? / validation/valid type: Y / ???
- default: I
Remove / Archive
TBD
Download to Spreadsheet
TBD
Non UI functionality
Special Cases and Misc
Figures
Figure: XXX
Figure: XXX