Ops Etc
From UG
(Difference between revisions)
(→Air) |
(→Air) |
||
Line 17: | Line 17: | ||
* 5. On change from check TO uncheck: | * 5. On change from check TO uncheck: | ||
+ | ** hide “DeliveryComment” label + textbox | ||
+ | ** clear ImpTab.ActualDeliveryDate | ||
+ | ** clear “DeliveryComment” textbox // added june 12 | ||
+ | |||
+ | === LCL === | ||
+ | |||
+ | * add label "Enter Delivery Comment" + check box; default=unchecked | ||
+ | * add above “DeliveryComment” | ||
+ | * If unchecked then hide “DeliveryComment” label + textbox | ||
+ | |||
+ | * On change from uncheck TO check: | ||
+ | ** show “DeliveryComment” label + textbox | ||
+ | ** copy ExpTab.15c.ATA value into ImpTab.ActualDeliveryDate | ||
+ | |||
+ | * On change from check TO uncheck: | ||
** hide “DeliveryComment” label + textbox | ** hide “DeliveryComment” label + textbox | ||
** clear ImpTab.ActualDeliveryDate | ** clear ImpTab.ActualDeliveryDate | ||
** clear “DeliveryComment” textbox // added june 12 | ** clear “DeliveryComment” textbox // added june 12 |
Revision as of 17:23, 21 September 2009
Delivery Comment Check Box
- mantis: 984: [Ops.Common.EnterDeliveryCommentCheckBox]
Air
- 1. add label "Enter Delivery Comment" + check box; default=unchecked
- 2. add above “DeliveryComment”
- 3. If unchecked then hide “DeliveryComment” label + textbox
- 4. On change from uncheck TO check:
- show “DeliveryComment” label + textbox
- copy ExpTab.14c.ATA value into ImpTab.ActualDeliveryDate
- 5. On change from check TO uncheck:
- hide “DeliveryComment” label + textbox
- clear ImpTab.ActualDeliveryDate
- clear “DeliveryComment” textbox // added june 12
LCL
- add label "Enter Delivery Comment" + check box; default=unchecked
- add above “DeliveryComment”
- If unchecked then hide “DeliveryComment” label + textbox
- On change from uncheck TO check:
- show “DeliveryComment” label + textbox
- copy ExpTab.15c.ATA value into ImpTab.ActualDeliveryDate
- On change from check TO uncheck:
- hide “DeliveryComment” label + textbox
- clear ImpTab.ActualDeliveryDate
- clear “DeliveryComment” textbox // added june 12