Ops Etc
From UG
(Difference between revisions)
(→=== Delivery Comment Check Box Rel 1.2 =) |
(→Delivery Comment Check Box Rel 1.2) |
||
Line 53: | Line 53: | ||
=== Delivery Comment Check Box Rel 1.2 === | === Delivery Comment Check Box Rel 1.2 === | ||
- | * If | + | * On change from uncheck TO check first see if "actual arrival date" that we copy into "delivery date" is not empty. If empty then do not allow to enter deliv comment/copy dates. Give error pop-up: "Can not add delivery comment - actual arrival date is empty" |
Revision as of 22:43, 30 October 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.Airport Of Destination.ATA value into ImpTab.ActualDeliveryDate
- On change from check TO uncheck:
- hide “DeliveryComment” label + textbox
- clear ImpTab.ActualDeliveryDate
- clear “DeliveryComment” textbox
LCL
- On change from uncheck TO check:
- show “DeliveryComment” label + textbox
- copy ExpTab.15c.Destination Terminal.ATA value into ImpTab.ActualDeliveryDate
- On change from check TO uncheck:
- hide “DeliveryComment” label + textbox
- clear ImpTab.ActualDeliveryDate
- clear “DeliveryComment” textbox
FCL
- On change from uncheck TO check:
- show “DeliveryComment” label + textbox
- copy ExpTab.15c.Destination Terminal.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
Delivery Comment Check Box Rel 1.1
- FCL logic update: apply logic not for EVERY container but for EVERY container with Cont. assigned?=true
- note: "Cont. assigned?" is a column in CT.ContainersTable
Delivery Comment Check Box Rel 1.2
- On change from uncheck TO check first see if "actual arrival date" that we copy into "delivery date" is not empty. If empty then do not allow to enter deliv comment/copy dates. Give error pop-up: "Can not add delivery comment - actual arrival date is empty"