Ops Etc

From UG

(Difference between revisions)
Jump to: navigation, search
(Replaced content with 'Category:Ops == Delivery Comment Check Box == * mantis: 984: [Ops.Common.EnterDeliveryCommentCheckBox] === Air ===')
Line 6: Line 6:
=== Air ===
=== Air ===
 +
 +
  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 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

Revision as of 17:17, 21 September 2009


Delivery Comment Check Box

  • mantis: 984: [Ops.Common.EnterDeliveryCommentCheckBox]

Air

  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 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
Personal tools