Generic Docs Commodity Table (abstract)
From UG
(Difference between revisions)
(→History) |
(→Technical Specification) |
||
Line 7: | Line 7: | ||
== Business Needs and Requirements == | == Business Needs and Requirements == | ||
== Technical Specification == | == Technical Specification == | ||
+ | |||
=== Summary === | === Summary === | ||
+ | |||
=== User Interface and Functionality === | === User Interface and Functionality === | ||
+ | |||
+ | ==== Line Up ==== | ||
+ | |||
+ | * Line could be selected and then moved up the list until top is reached | ||
+ | * At first no line is selected | ||
+ | * Once some line is selected system should hold selection until page is refreshed or another line is selected (not working now) | ||
+ | |||
+ | ==== Line Down ==== | ||
+ | |||
+ | * 1 Line could be selected and then moved down the list until bottom is reached | ||
+ | * 2 Some documents have no bottom (if they could be multipage, example: DO.Ocean), some have (DO.Air) | ||
+ | * 3 At first no line is selected | ||
+ | * 4 Once some line is selected system should hold selection until page is refreshed or another line is selected | ||
+ | |||
+ | ==== Insert Line ==== | ||
+ | * 1 user selects line, clicks "Insert" | ||
+ | * 2 system must insert line above selected | ||
+ | * 3 system must keep selected line selected even after insert - this is more convenient if user wants to insert several lines at a time | ||
+ | * 4 what is the Insert logic for fixed lines document (like HAWB)? | ||
+ | ** option1) no Insert button | ||
+ | ** option2) insert up to max# of lines and then display warning pop-up | ||
+ | |||
+ | ==== Delete line ==== | ||
+ | |||
+ | * 1 User can select line and click "Delete". System would delete selected line and move all lines below one line up. | ||
+ | * 2 As usual keep selected line selected | ||
+ | |||
+ | |||
+ | |||
=== Entities and Attributes === | === Entities and Attributes === | ||
Line 16: | Line 47: | ||
=== Figures === | === Figures === | ||
- | ==== Figure: | + | |
+ | ==== Figure 1: Generic Docs Commodity Table Template ==== | ||
+ | |||
+ | [[File:Generic Docs Commodity Table Template.JPG]] | ||
+ | |||
+ | ==== Figure 2: Generic Docs Commodity Table Pdf ==== | ||
+ | |||
+ | [[File:Generic Docs Commodity Table Pdf.JPG]] | ||
== RFC == | == RFC == |
Revision as of 20:35, 14 January 2010
Contents |
Parent Mantis
Business Needs and Requirements
Technical Specification
Summary
User Interface and Functionality
Line Up
- Line could be selected and then moved up the list until top is reached
- At first no line is selected
- Once some line is selected system should hold selection until page is refreshed or another line is selected (not working now)
Line Down
- 1 Line could be selected and then moved down the list until bottom is reached
- 2 Some documents have no bottom (if they could be multipage, example: DO.Ocean), some have (DO.Air)
- 3 At first no line is selected
- 4 Once some line is selected system should hold selection until page is refreshed or another line is selected
Insert Line
- 1 user selects line, clicks "Insert"
- 2 system must insert line above selected
- 3 system must keep selected line selected even after insert - this is more convenient if user wants to insert several lines at a time
- 4 what is the Insert logic for fixed lines document (like HAWB)?
- option1) no Insert button
- option2) insert up to max# of lines and then display warning pop-up
Delete line
- 1 User can select line and click "Delete". System would delete selected line and move all lines below one line up.
- 2 As usual keep selected line selected