Trucking Optimization Report
From UG
(Difference between revisions)
(Created page with 'Category:New Arden Trucking Project Sorry, there was a disconnect and testing on Demo server today revealed that we are missing very important Report that needs to be demon…') |
|||
Line 1: | Line 1: | ||
[[Category:New Arden Trucking Project]] | [[Category:New Arden Trucking Project]] | ||
- | + | ''Testing on Demo server today revealed that we are missing critical Report that needs to be demonstrated to Client on Monday.'' | |
- | + | ||
This report ([[#Trucking Optimization Report]]) is defined below along with required additional fields. | This report ([[#Trucking Optimization Report]]) is defined below along with required additional fields. | ||
Line 8: | Line 7: | ||
Please postpone all other work to produce this missing Report/components ASAP. See more below. | Please postpone all other work to produce this missing Report/components ASAP. See more below. | ||
- | + | == Due dates == | |
* Ideally: April 23 NY mid day on Demo server | * Ideally: April 23 NY mid day on Demo server | ||
* Worst case: April 26 NY morning on Demo server | * Worst case: April 26 NY morning on Demo server | ||
- | + | == Demo Server Data == | |
In order to have meaningful functionality test in NY on Demo server we need more or less latest data from staging (especially Addressbook). | In order to have meaningful functionality test in NY on Demo server we need more or less latest data from staging (especially Addressbook). | ||
- | + | == Create additional fields == | |
- | + | === Cargo available === | |
* widget: datebox | * widget: datebox | ||
* location: Gen Tab | * location: Gen Tab | ||
Line 25: | Line 24: | ||
* meaning: on what date cargo is available for pick up (from Origin Door) | * meaning: on what date cargo is available for pick up (from Origin Door) | ||
- | + | === Cargo due === | |
* widget: datebox | * widget: datebox | ||
* location: Gen Tab | * location: Gen Tab | ||
Line 31: | Line 30: | ||
* meaning: by what date cargo should be delivered (to Destination Door) | * meaning: by what date cargo should be delivered (to Destination Door) | ||
- | + | == Trucking Optimization Report == | |
- | + | === Hard coded conditions === | |
None. (All CTs should be captured) | None. (All CTs should be captured) | ||
- | + | === Filters === | |
''For April 23 NY mid day:'' | ''For April 23 NY mid day:'' | ||
Line 72: | Line 71: | ||
- | + | '' For May 1 release: '' | |
* Remaining Virtual Group Filters (not confirmed!) | * Remaining Virtual Group Filters (not confirmed!) | ||
- | + | === Output === | |
* media: xls only | * media: xls only | ||
Line 100: | Line 99: | ||
* Totals: provided for numerical columns | * Totals: provided for numerical columns | ||
- | + | === Schedule vs Generate === | |
* Generate option (need by April 23 NY mid day on demo) | * Generate option (need by April 23 NY mid day on demo) | ||
* Schedule option (need for release) | * Schedule option (need for release) |
Revision as of 01:51, 22 April 2010
Testing on Demo server today revealed that we are missing critical Report that needs to be demonstrated to Client on Monday.
This report (#Trucking Optimization Report) is defined below along with required additional fields.
Please postpone all other work to produce this missing Report/components ASAP. See more below.
Contents |
Due dates
- Ideally: April 23 NY mid day on Demo server
- Worst case: April 26 NY morning on Demo server
Demo Server Data
In order to have meaningful functionality test in NY on Demo server we need more or less latest data from staging (especially Addressbook).
Create additional fields
Cargo available
- widget: datebox
- location: Gen Tab
- default: empty
- meaning: on what date cargo is available for pick up (from Origin Door)
Cargo due
- widget: datebox
- location: Gen Tab
- default: empty
- meaning: by what date cargo should be delivered (to Destination Door)
Trucking Optimization Report
Hard coded conditions
None. (All CTs should be captured)
Filters
For April 23 NY mid day:
- Client Company // single select // match against CT#E0_Client OR CT#E1_Client OR CT#E2_Client OR CT#E3_Client
- CT#MOT // single select // only choice of Truck Domestic for May 1; add 2 more trucking modes after
- CT#Pick Up (Company - city - note) // single select
- populate list with all unique Address_bo#Company_City_Remark fields existing currently in DB where Address#Category equals to Address#ExportPickUpLocation
- CT#Pick Up (city) // single select
- populate list with all unique Address#City fields existing currently in DB where Address#Category equals to Address#ExportPickUpLocation
- CT#Pick Up (state) // single select
- populate list with all unique Address#State fields existing currently in DB where Address#Category equals to Address#ExportPickUpLocation
Developer's Note: ----------------- To simplify you can instead show a list of all US states
- CT#Delivery To (Company - city - note) // single select
- populate list with all unique Address_bo#Company_City_Remark fields existing currently in DB where Address#Category equals to Address#ExportDeliveryLocation
- CT#Delivery To (city) // single select
- populate list with all unique Address#City fields existing currently in DB where Address#Category equals to Address#ExportDeliveryLocation
- CT#Delivery To (state) // single select
- populate list with all unique Address#State fields existing currently in DB where Address#Category equals to Address#ExportDeliveryLocation
Developer's Note: ----------------- To simplify you can instead show a list of all US states
For May 1 release:
- Remaining Virtual Group Filters (not confirmed!)
Output
- media: xls only
- Sort by: Cargo due, earliest on the top
- Tabs: each tab per State (from Pick Up Location)
- Fields (left to right)
- label on xls // mapping explained
- CT# //
- Pick Up Location // Pick Up Location Company
- P City // Pick Up Location City
- P State // Pick Up Location State
- Delivery Location // Delivery Location Company
- D City // Delivery Location City
- D State // Delivery Location State
- HU // Grand ttl for CT
- Weight, lb // Grand ttl for CT
- CBM // Grand ttl for CT
- Cargo available //
- Cargo due //
- Totals: provided for numerical columns
Schedule vs Generate
- Generate option (need by April 23 NY mid day on demo)
- Schedule option (need for release)