Ops Etc

From UG

(Difference between revisions)
Jump to: navigation, search
(Created page with 'CAtegory:Ops 984: [Ops.Common.EnterDeliveryCommentCheckBox] CONTENT [1] Exec Summary [2] Detailed Specs [3] Architecture and Code [4] QA Plan [5] QA Reports [1] Exec Summ…')
Line 1: Line 1:
-
[[CAtegory:Ops]]
+
[[Category:Ops]]
 +
 
 +
== Delivery Comment Check Box ==
984: [Ops.Common.EnterDeliveryCommentCheckBox]
984: [Ops.Common.EnterDeliveryCommentCheckBox]

Revision as of 18:22, 24 August 2009


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