Ops Etc
From UG
(Difference between revisions)
(→Air) |
(→Delivery Comment Check Box) |
||
Line 3: | Line 3: | ||
== Delivery Comment Check Box == | == Delivery Comment Check Box == | ||
- | 984: [Ops.Common.EnterDeliveryCommentCheckBox] | + | * mantis: 984: [Ops.Common.EnterDeliveryCommentCheckBox] |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
== Air == | == Air == |
Revision as of 17:14, 21 September 2009
Contents |
Delivery Comment Check Box
- mantis: 984: [Ops.Common.EnterDeliveryCommentCheckBox]
Air
[setADDforAIR] "Enter Delivery Comment" checkbox field and logic
1.
added June 2, 2009 2.
add label "Enter Delivery Comment" + check box; default=unchecked 3.
add above “DeliveryComment” 4.
If unchecked then hide “DeliveryComment” label + textbox 5.
On change from uncheck TO check:
o
show “DeliveryComment” label + textbox o
copy ExpTab.14c.ATA (Airport Of Destination) value into ImpTab.ActualDeliveryDate
6.
On change from check TO uncheck:
o
hide “DeliveryComment” label + textbox o
clear ImpTab.ActualDeliveryDate o
clear “DeliveryComment” textbox // added june 12
[setADDforLCL*] "Enter Delivery Comment" checkbox field and logic (for MOT = LCL*)
7.
added June 2, 2009 8.
add label "Enter Delivery Comment" + check box; default=unchecked 9.
add above “DeliveryComment” 10.
If unchecked then hide “DeliveryComment” label + textbox 11.
On change from uncheck TO check:
o
show “DeliveryComment” label + textbox o
copy ExpTab.15c.ATA value into ImpTab.ActualDeliveryDate
12.
On change from check TO uncheck:
o
hide “DeliveryComment” label + textbox o
clear ImpTab.ActualDeliveryDate
o
clear “DeliveryComment” textbox // added june 12
[setADDforFCL*] "Enter Delivery Comment" checkbox field and logic (for MOT = FCL*)
13.
added June 2, 2009 14.
add label "Enter Delivery Comment" + check box; default=unchecked 15.
add above “DeliveryComment” (!bug: Delivery Date Type and DeliveryComment are missing now for FCL!) 16.
If unchecked then hide “DeliveryComment” label + textbox 17.
On change from uncheck TO check:
o
show “DeliveryComment” label + textbox o
copy ExpTab.15c.ATA value into ComTable.ContainerTable.ActualDeliveryDateDATEBOX (for EVERY container)
18.
On change from check TO uncheck:
o
hide “DeliveryComment” label + textbox o
clear ComTable.ContainerTable.ActualDeliveryDateDATEBOX (for EVERY container)
o
clear “DeliveryComment” textbox // added june 12
QA Plan
Air
- create Air CT
- save, verify that CT is listed under Live in List CTs
- set ExpTab.14c.ATA (Airport Of Destination) value
- check Enter Delivery Comment. Observe that system:
- fills Actual Delivery Date with ExpTab.14c.ATA (Airport Of Destination) value
- makes Delivery Comment visible
- save, verify that CT is listed under Delivered in List CTs