Ops Etc

From UG

(Difference between revisions)
Jump to: navigation, search
(LCL)
Line 5: Line 5:
* mantis: 984: [Ops.Common.EnterDeliveryCommentCheckBox]
* mantis: 984: [Ops.Common.EnterDeliveryCommentCheckBox]
-
=== Air ===
+
=== General ===
 +
 
* 1.      add label "Enter Delivery Comment" + check box; default=unchecked
* 1.      add label "Enter Delivery Comment" + check box; default=unchecked
* 2.      add above “DeliveryComment”
* 2.      add above “DeliveryComment”
-
 
* 3.      If unchecked then hide “DeliveryComment” label + textbox
* 3.      If unchecked then hide “DeliveryComment” label + textbox
-
* 4.    On change from uncheck TO check:
+
=== Air ===
 +
 
 +
 
 +
* On change from uncheck TO check:
** show “DeliveryComment” label + textbox
** show “DeliveryComment” label + textbox
** copy ExpTab.14c.ATA value into ImpTab.ActualDeliveryDate
** copy ExpTab.14c.ATA value into ImpTab.ActualDeliveryDate
-
* 5. On change from check TO uncheck:
+
* On change from check TO uncheck:
** hide “DeliveryComment” label + textbox
** hide “DeliveryComment” label + textbox
** clear ImpTab.ActualDeliveryDate
** clear ImpTab.ActualDeliveryDate
Line 22: Line 25:
=== LCL ===
=== 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:
* On change from uncheck TO check:

Revision as of 17:39, 21 September 2009


Contents

Delivery Comment Check Box

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

General

  • 1. add label "Enter Delivery Comment" + check box; default=unchecked
  • 2. add above “DeliveryComment”
  • 3. If unchecked then hide “DeliveryComment” label + textbox

Air

  • On change from uncheck TO check:
    • show “DeliveryComment” label + textbox
    • copy ExpTab.14c.ATA value into ImpTab.ActualDeliveryDate
  • On change from check TO uncheck:
    • hide “DeliveryComment” label + textbox
    • clear ImpTab.ActualDeliveryDate
    • clear “DeliveryComment” textbox // added june 12

LCL

  • 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

FCL

  • On change from uncheck TO check:
    • show “DeliveryComment” label + textbox
    • copy ExpTab.15c.ATA value into ComTable.ContainerTable.ActualDeliveryDateDATEBOX (for EVERY container)
  • On change from check TO uncheck:
    • hide “DeliveryComment” label + textbox
    • clear ComTable.ContainerTable.ActualDeliveryDateDATEBOX (for EVERY container)
    • clear “DeliveryComment” textbox // added june 12
Personal tools