Ops Etc
From UG
(Difference between revisions)
(→Delivery Comment Check Box) |
(→Air) |
||
Line 143: | Line 143: | ||
=== Air === | === Air === | ||
* create Air CT | * create Air CT | ||
- | * save, verify that | + | * save, verify that CT is listed under Live in List CTs |
* set ExpTab.14c.ATA (Airport Of Destination) value | * 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 |
Revision as of 18:32, 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 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