Update Fields for Virtual Group
From UG
(Difference between revisions)
(→Updating PT and DT fields) |
|||
(11 intermediate revisions not shown) | |||
Line 9: | Line 9: | ||
Field updates must be automated. | Field updates must be automated. | ||
- | == Solution == | + | == Solution 1 == |
=== Figure 1 === | === Figure 1 === | ||
Line 45: | Line 45: | ||
** generate next number from [[#PT DT counter]] | ** generate next number from [[#PT DT counter]] | ||
** prefill PT number textbox and DT number textbox with it (see [[#Figure 1]]) | ** prefill PT number textbox and DT number textbox with it (see [[#Figure 1]]) | ||
+ | |||
+ | |||
+ | === Updating Trailer ID field === | ||
+ | * TBD | ||
=== List of fields to Update === | === List of fields to Update === | ||
Line 57: | Line 61: | ||
* [[CT#Delivery Trucker]] | * [[CT#Delivery Trucker]] | ||
+ | == Updated business requirements 11/2010 as TM is now used == | ||
+ | |||
+ | * add "Upload CTs to TMS" radio option to "Virtual Group Operations Panel" | ||
+ | ** when selected show "Upload" button - See [[#Figure_2]] | ||
+ | ** when button selected forward CTs in virtual group to TMS - See [[#Figure_3]] | ||
+ | ** if operation succeeded show pop-up: | ||
+ | *** "X shipments have been forwarded to TMS [OK]" - See [[#Figure_4]] & [[#Figure_5]] | ||
+ | ** if operation failed show pop-up: | ||
+ | *** "Attempt to forward X shipments to TMS failed [OK]" | ||
+ | |||
+ | === Figure 2 === | ||
+ | |||
+ | [[File:VG TMS Option.JPG]] | ||
+ | |||
+ | === Figure 3 === | ||
+ | |||
+ | [[File:VG TM Upload.JPG]] | ||
+ | |||
+ | === Figure 4 === | ||
+ | |||
+ | [[File:VG TM Upload 2.JPG]] | ||
+ | |||
+ | === Figure 5 === | ||
+ | |||
+ | [[File:VG TM Upload 3.JPG]] | ||
== History == | == History == | ||
=== BA M2466 === | === BA M2466 === | ||
- | + | [http://mantis.jaguarfreight.com/mantis/view.php?id=2466 2466] |
Current revision as of 16:49, 17 August 2012
Contents |
[edit] General
[edit] Business Requirements
Field updates must be automated.
[edit] Solution 1
[edit] Figure 1
- On OK system must confirm that action has been taken
- fields will be updated with new values in every CT in the virtual group
[edit] Updating PT and DT fields
[edit] PT DT counter
This is an independent counter in the systems. It starts with 1. Next number is 2 and so on. It is used to automate assignments of CT#PT Number or/and CT#DT Number
[edit] PT DT Update choices
See #Figure1
User have choices:
- 1) enter numbers manually
- 2) click "PT only" button. In this case system will:
- generate next number from #PT DT counter
- prefill PT number textbox with it (see #Figure 1)
- 3) click "DT only" button. In this case system will:
- generate next number from #PT DT counter
- prefill DT number textbox with it (see #Figure 1)
- 4) click "PT and DT" button. In this case system will:
- generate next number from #PT DT counter
- prefill PT number textbox and DT number textbox with it (see #Figure 1)
[edit] Updating Trailer ID field
- TBD
[edit] List of fields to Update
- CT#PT_Number
- CT#DT_Number
- CT#Estimated Export Pick Up Date
- CT#Actual Pick up Date
- CT#Estimated Delivery Date
- CT#Actual Delivery Date
- CT#Pick up Trucker
- CT#Delivery Trucker
[edit] Updated business requirements 11/2010 as TM is now used
- add "Upload CTs to TMS" radio option to "Virtual Group Operations Panel"