Ops Etc
From UG
(Difference between revisions)
(→Delivery Comment Check Box) |
|||
Line 17: | Line 17: | ||
[2] Detailed Specs | [2] Detailed Specs | ||
+ | |||
+ | == Air == | ||
[setADDforAIR] "Enter Delivery Comment" checkbox field and logic | [setADDforAIR] "Enter Delivery Comment" checkbox field and logic | ||
Line 40: | Line 42: | ||
o | o | ||
- | copy ExpTab.14c.ATA value into ImpTab.ActualDeliveryDate | + | copy ExpTab.14c.ATA (Airport Of Destination) value into ImpTab.ActualDeliveryDate |
6. | 6. | ||
Line 137: | Line 139: | ||
clear “DeliveryComment” textbox // added june 12 | clear “DeliveryComment” textbox // added june 12 | ||
+ | |||
+ | == QA Plan == | ||
+ | === Air === | ||
+ | * create Air CT | ||
+ | * save, verify that it is listed under Live in List CTs | ||
+ | * set ExpTab.14c.ATA (Airport Of Destination) value |
Revision as of 18:26, 24 August 2009
Contents |
Delivery Comment Check Box
984: [Ops.Common.EnterDeliveryCommentCheckBox]
CONTENT [1] Exec Summary [2] Detailed Specs [3] Architecture and Code [4] QA Plan [5] QA Reports
[1] Exec Summary
[2] Detailed Specs
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 it is listed under Live in List CTs
- set ExpTab.14c.ATA (Airport Of Destination) value