Browse Source

Update loads data and views:

- fix date problems in loads.yml
  - changes to load index and edit views
master
jimi 16 years ago
committed by jimi
parent
commit
1663638a25
  1. 32
      app/views/loads/_form.html.erb
  2. 8
      app/views/loads/index.html.erb
  3. 244
      test/fixtures/loads.yml

32
app/views/loads/_form.html.erb

@ -1,24 +1,16 @@
<% form_for @load do |f| %> <% form_for @load do |f| %>
<%= f.error_messages %> <%= f.error_messages %>
<p>
<%= f.label :number %><br />
<%= f.text_field :number %>
</p>
<p>
<%= f.label :start_date %><br />
<%= f.date_select :start_date %>
</p>
<p>
<%= f.label :end_date %><br />
<%= f.date_select :end_date %>
</p>
<p>
<%= f.label :hub_in %><br />
<%= f.text_field :hub_in %>
</p>
<p>
<%= f.label :hub_out %><br />
<%= f.text_field :hub_out %>
</p>
<dl>
<dt><%= f.label :number %></dt>
<dd><%= f.text_field :number %></dd>
<dt><%= f.label :start_date %></dt>
<dd><%= f.date_select :start_date %></dd>
<dt><%= f.label :end_date %></dt>
<dd><%= f.date_select :end_date %></dd>
<dt><%= f.label :hub_in %></dt>
<dd><%= f.text_field :hub_in %></dd>
<dt><%= f.label :hub_out %></dt>
<dd><%= f.text_field :hub_out %></dd>
</dl>
<p><%= f.submit "Submit" %></p> <p><%= f.submit "Submit" %></p>
<% end %> <% end %>

8
app/views/loads/index.html.erb

@ -6,6 +6,10 @@
<th>End Date</th> <th>End Date</th>
<th>Hub In</th> <th>Hub In</th>
<th>Hub Out</th> <th>Hub Out</th>
<th>Start Point</th>
<th>Shipper</th>
<th>Origin</th>
<th>Destination</th>
</tr> </tr>
<% for load in @loads %> <% for load in @loads %>
<tr class="<%= cycle("light", "dark") -%>" onclick="location.href='<%= edit_load_path(load) %>'"> <tr class="<%= cycle("light", "dark") -%>" onclick="location.href='<%= edit_load_path(load) %>'">
@ -14,6 +18,10 @@
<td><%=h load.end_date %></td> <td><%=h load.end_date %></td>
<td><%=h load.hub_in %></td> <td><%=h load.hub_in %></td>
<td><%=h load.hub_out %></td> <td><%=h load.hub_out %></td>
<td><%=h load.start_point %></td>
<td><%=h load.shipper %></td>
<td><%=h load.origin %></td>
<td><%=h load.destination %></td>
</tr> </tr>
<% end %> <% end %>
</table> </table>

244
test/fixtures/loads.yml

@ -4,8 +4,8 @@ load_1:
trailer: Z5103A trailer: Z5103A
hub_out: 566403 hub_out: 566403
hub_in: 567490 hub_in: 567490
start_date: 2008-12-12
end_date: 2008-12-14
start_date: 20081212
end_date: 20081214
start_point: Memphis, start_point: Memphis,
shipper: Ghb shipper: Ghb
destination: Houston,San Antonio destination: Houston,San Antonio
@ -23,8 +23,8 @@ load_2:
trailer: Z5103A trailer: Z5103A
hub_out: 567490 hub_out: 567490
hub_in: 568697 hub_in: 568697
start_date: 2008-12-16
end_date: 2008-12-18
start_date: 20081216
end_date: 20081218
start_point: San Antonio start_point: San Antonio
shipper: Palmer shipper: Palmer
destination: Memphis destination: Memphis
@ -42,8 +42,8 @@ load_3:
trailer: Z5103A trailer: Z5103A
hub_out: 568697 hub_out: 568697
hub_in: 569475 hub_in: 569475
start_date: 2008-12-19
end_date: 2008-12-21
start_date: 20081219
end_date: 20081221
start_point: Memphis start_point: Memphis
shipper: Ghb shipper: Ghb
destination: Dallas/Fort Worth destination: Dallas/Fort Worth
@ -61,8 +61,8 @@ load_4:
trailer: Z5103A trailer: Z5103A
hub_out: 569475 hub_out: 569475
hub_in: 570055 hub_in: 570055
start_date: 2008-12-22
end_date: 2008-12-23
start_date: 20081222
end_date: 20081223
start_point: Dallas start_point: Dallas
shipper: Covenant shipper: Covenant
destination: New Albany destination: New Albany
@ -80,8 +80,8 @@ load_5:
trailer: Z5199A trailer: Z5199A
hub_out: 337624 hub_out: 337624
hub_in: 338498 hub_in: 338498
start_date: 2008-12-12
end_date: 2008-12-16
start_date: 20081212
end_date: 20081216
start_point: Humboldt start_point: Humboldt
shipper: Charms shipper: Charms
destination: Dallas/Dayton/Houston destination: Dallas/Dayton/Houston
@ -99,8 +99,8 @@ load_6:
trailer: Z5199A trailer: Z5199A
hub_out: 338498 hub_out: 338498
hub_in: 339180 hub_in: 339180
start_date: 2008-12-16
end_date: 2008-12-18
start_date: 20081216
end_date: 20081218
start_point: Houston start_point: Houston
shipper: Schoenmann shipper: Schoenmann
destination: Brundidge,Al destination: Brundidge,Al
@ -118,8 +118,8 @@ load_7:
trailer: Z5199A trailer: Z5199A
hub_out: 339180 hub_out: 339180
hub_in: 339767 hub_in: 339767
start_date: 2009-12-18
end_date: 2009-12-18
start_date: 20091218
end_date: 20091218
start_point: Brundidge start_point: Brundidge
shipper: Aventis shipper: Aventis
destination: Memphis destination: Memphis
@ -137,8 +137,8 @@ load_8:
trailer: Z5199A trailer: Z5199A
hub_out: 339767 hub_out: 339767
hub_in: 340458 hub_in: 340458
start_date: 2008-12-19
end_date: 2008-12-20
start_date: 20081219
end_date: 20081220
start_point: Memphis start_point: Memphis
shipper: Arrow shipper: Arrow
destination: Macon destination: Macon
@ -156,8 +156,8 @@ load_9:
trailer: Z5199A trailer: Z5199A
hub_out: 340458 hub_out: 340458
hub_in: 340973 hub_in: 340973
start_date: 2008-12-21
end_date: 2008-12-22
start_date: 20081221
end_date: 20081222
start_point: Macon start_point: Macon
shipper: Aventis shipper: Aventis
destination: Memphis destination: Memphis
@ -175,8 +175,8 @@ load_10:
trailer: Z5196B trailer: Z5196B
hub_out: 519462 hub_out: 519462
hub_in: 521081 hub_in: 521081
start_date: 2008-12-12
end_date: 2008-12-18
start_date: 20081212
end_date: 20081218
start_point: Memphis start_point: Memphis
shipper: Charms shipper: Charms
destination: Battleboro/Kissimmee destination: Battleboro/Kissimmee
@ -194,8 +194,8 @@ load_11:
trailer: Z5196B trailer: Z5196B
hub_out: 521081 hub_out: 521081
hub_in: 522020 hub_in: 522020
start_date: 2008-12-19
end_date: 2008-12-20
start_date: 20081219
end_date: 20081220
start_point: Kissimmee start_point: Kissimmee
shipper: Scott Street shipper: Scott Street
destination: Parish,Fl Memphis destination: Parish,Fl Memphis
@ -213,8 +213,8 @@ load_12:
trailer: Z5196B trailer: Z5196B
hub_out: 522020 hub_out: 522020
hub_in: 522377 hub_in: 522377
start_date: 2008-12-23
end_date: 2008-12-23
start_date: 20081223
end_date: 20081223
start_point: Memphis start_point: Memphis
shipper: Ghb shipper: Ghb
destination: St Louis destination: St Louis
@ -232,8 +232,8 @@ load_13:
trailer: Z5103A trailer: Z5103A
hub_out: 570059 hub_out: 570059
hub_in: 570925 hub_in: 570925
start_date: 2008-12-23
end_date: 2008-12-29
start_date: 20081223
end_date: 20081229
start_point: New Albany,Ms start_point: New Albany,Ms
shipper: Ghb shipper: Ghb
destination: Fort Worth,Tx destination: Fort Worth,Tx
@ -251,8 +251,8 @@ load_14:
trailer: Z5103A trailer: Z5103A
hub_out: 570925 hub_out: 570925
hub_in: 571451 hub_in: 571451
start_date: 2008-12-29
end_date: 2008-12-30
start_date: 20081229
end_date: 20081230
start_point: Fort Worth,Tx start_point: Fort Worth,Tx
shipper: Glenrose shipper: Glenrose
destination: Memphis destination: Memphis
@ -270,8 +270,8 @@ load_15:
trailer: Z5103A trailer: Z5103A
hub_out: 571451 hub_out: 571451
hub_in: 571460 hub_in: 571460
start_date: 2008-12-30
end_date: 2008-12-30
start_date: 20081230
end_date: 20081230
start_point: Memphis start_point: Memphis
shipper: West Coast Growers shipper: West Coast Growers
destination: Memphis destination: Memphis
@ -289,8 +289,8 @@ load_16:
trailer: Z5103A trailer: Z5103A
hub_out: 571460 hub_out: 571460
hub_in: 572293 hub_in: 572293
start_date: 2009-01-05
end_date: 2009-01-06
start_date: 20090105
end_date: 20090106
start_point: Memphis start_point: Memphis
shipper: Ghb shipper: Ghb
destination: Fort Worth destination: Fort Worth
@ -308,8 +308,8 @@ load_17:
trailer: Z5103A trailer: Z5103A
hub_out: 572293 hub_out: 572293
hub_in: 572843 hub_in: 572843
start_date: 2009-01-06
end_date: 2009-01-07
start_date: 20090106
end_date: 20090107
start_point: Fort Worth start_point: Fort Worth
shipper: Lonestar shipper: Lonestar
destination: Memphis destination: Memphis
@ -327,8 +327,8 @@ load_18:
trailer: Z5199A trailer: Z5199A
hub_out: 341078 hub_out: 341078
hub_in: 342232 hub_in: 342232
start_date: 2008-12-30
end_date: 2008-12-31
start_date: 20081230
end_date: 20081231
start_point: Memphis,Tn start_point: Memphis,Tn
shipper: Ghb shipper: Ghb
destination: San Antonio/Austin destination: San Antonio/Austin
@ -346,8 +346,8 @@ load_19:
trailer: Z5199A trailer: Z5199A
hub_out: 342232 hub_out: 342232
hub_in: 342976 hub_in: 342976
start_date: 2008-12-31
end_date: 2009-01-02
start_date: 20081231
end_date: 20090102
start_point: Austin,Tx start_point: Austin,Tx
shipper: Glenrose shipper: Glenrose
destination: Memphis destination: Memphis
@ -365,8 +365,8 @@ load_20:
trailer: Z5199A trailer: Z5199A
hub_out: 343037 hub_out: 343037
hub_in: 343939 hub_in: 343939
start_date: 2009-01-03
end_date: 2009-01-05
start_date: 20090103
end_date: 20090105
start_point: Memphis start_point: Memphis
shipper: Charms shipper: Charms
destination: Apopka,Fl destination: Apopka,Fl
@ -384,8 +384,8 @@ load_21:
trailer: Z5199A trailer: Z5199A
hub_out: 343939 hub_out: 343939
hub_in: 344920 hub_in: 344920
start_date: 2009-01-05
end_date: 2009-01-06
start_date: 20090105
end_date: 20090106
start_point: Apopka start_point: Apopka
shipper: Scott Street shipper: Scott Street
destination: Memphis destination: Memphis
@ -403,8 +403,8 @@ load_22:
trailer: Z5199A trailer: Z5199A
hub_out: 344967 hub_out: 344967
hub_in: 345814 hub_in: 345814
start_date: 2009-01-09
end_date: 2009-01-10
start_date: 20090109
end_date: 20090110
start_point: Memphis start_point: Memphis
shipper: Ghb shipper: Ghb
destination: New Caney,Tx destination: New Caney,Tx
@ -422,8 +422,8 @@ load_23:
trailer: Z5196B trailer: Z5196B
hub_out: 522377 hub_out: 522377
hub_in: 523796 hub_in: 523796
start_date: 2008-12-26
end_date: 2008-12-30
start_date: 20081226
end_date: 20081230
start_point: Saint Louis,Mo Memphis start_point: Saint Louis,Mo Memphis
shipper: Charms shipper: Charms
destination: Lakeland,Fl destination: Lakeland,Fl
@ -441,8 +441,8 @@ load_24:
trailer: Z5196B trailer: Z5196B
hub_out: 523796 hub_out: 523796
hub_in: 524588 hub_in: 524588
start_date: 2008-12-31
end_date: 2009-01-02
start_date: 20081231
end_date: 20090102
start_point: Lakeland start_point: Lakeland
shipper: Gator shipper: Gator
destination: New Albany destination: New Albany
@ -460,8 +460,8 @@ load_25:
trailer: Z5196B trailer: Z5196B
hub_out: 524588 hub_out: 524588
hub_in: 525560 hub_in: 525560
start_date: 2009-01-04
end_date: 2009-01-05
start_date: 20090104
end_date: 20090105
start_point: New Albany start_point: New Albany
shipper: Ghb shipper: Ghb
destination: Houston destination: Houston
@ -479,8 +479,8 @@ load_26:
trailer: Z5196B trailer: Z5196B
hub_out: 525560 hub_out: 525560
hub_in: 525828 hub_in: 525828
start_date: 2009-01-05
end_date: 2009-01-06
start_date: 20090105
end_date: 20090106
start_point: Houston start_point: Houston
shipper: Rocky Top shipper: Rocky Top
destination: Dallas destination: Dallas
@ -498,8 +498,8 @@ load_27:
trailer: Z5196B trailer: Z5196B
hub_out: 525828 hub_out: 525828
hub_in: 526322 hub_in: 526322
start_date: 2009-01-06
end_date: 2009-01-07
start_date: 20090106
end_date: 20090107
start_point: Dallas start_point: Dallas
shipper: Glenrose shipper: Glenrose
destination: Memphis destination: Memphis
@ -517,8 +517,8 @@ load_28:
trailer: Z5196B trailer: Z5196B
hub_out: 526322 hub_out: 526322
hub_in: 527067 hub_in: 527067
start_date: 2009-01-10
end_date: 2009-01-11
start_date: 20090110
end_date: 20090111
start_point: Memphis start_point: Memphis
shipper: Ghb shipper: Ghb
destination: Ochelata destination: Ochelata
@ -536,8 +536,8 @@ load_29:
trailer: Z5103A trailer: Z5103A
hub_out: 572843 hub_out: 572843
hub_in: 573789 hub_in: 573789
start_date: 2009-01-07
end_date: 2009-01-09
start_date: 20090107
end_date: 20090109
start_point: Memphis start_point: Memphis
shipper: Charms shipper: Charms
destination: Kennesaw,Ga/Apopka destination: Kennesaw,Ga/Apopka
@ -555,8 +555,8 @@ load_30:
trailer: Z5103A trailer: Z5103A
hub_out: 573789 hub_out: 573789
hub_in: 574771 hub_in: 574771
start_date: 2009-01-09
end_date: 2009-01-13
start_date: 20090109
end_date: 20090113
start_point: Apopka start_point: Apopka
shipper: Scott Street shipper: Scott Street
destination: Memphis destination: Memphis
@ -574,8 +574,8 @@ load_31:
trailer: Z5103A trailer: Z5103A
hub_out: 574771 hub_out: 574771
hub_in: 576490 hub_in: 576490
start_date: 2009-01-13
end_date: 2009-01-16
start_date: 20090113
end_date: 20090116
start_point: Memphis start_point: Memphis
shipper: Ghb shipper: Ghb
destination: Henderson,Nv destination: Henderson,Nv
@ -593,8 +593,8 @@ load_32:
trailer: Z5103A trailer: Z5103A
hub_out: 576490 hub_out: 576490
hub_in: 578237 hub_in: 578237
start_date: 2009-01-16
end_date: 2009-01-18
start_date: 20090116
end_date: 20090118
start_point: Henderson start_point: Henderson
shipper: Ghb shipper: Ghb
destination: Sikeston destination: Sikeston
@ -612,8 +612,8 @@ load_33:
trailer: Z5103A trailer: Z5103A
hub_out: 578237 hub_out: 578237
hub_in: 578390 hub_in: 578390
start_date: 2009-01-18
end_date: 2009-01-19
start_date: 20090118
end_date: 20090119
start_point: Sikeston start_point: Sikeston
shipper: Ghb shipper: Ghb
destination: Memphis destination: Memphis
@ -631,8 +631,8 @@ load_34:
trailer: Z5103A trailer: Z5103A
hub_out: 578390 hub_out: 578390
hub_in: 579614 hub_in: 579614
start_date: 2009-01-19
end_date: 2009-01-22
start_date: 20090119
end_date: 20090122
start_point: Memphis start_point: Memphis
shipper: Charms shipper: Charms
destination: Charlotte,Apopka destination: Charlotte,Apopka
@ -650,8 +650,8 @@ load_35:
trailer: Z5103A trailer: Z5103A
hub_out: 579614 hub_out: 579614
hub_in: 580277 hub_in: 580277
start_date: 2009-01-22
end_date: 2009-01-23
start_date: 20090122
end_date: 20090123
start_point: Apopka start_point: Apopka
shipper: Gator shipper: Gator
destination: Birmingham destination: Birmingham
@ -669,8 +669,8 @@ load_36:
trailer: Z5199A trailer: Z5199A
hub_out: 345814 hub_out: 345814
hub_in: 347175 hub_in: 347175
start_date: 2009-01-11
end_date: 2009-01-12
start_date: 20090111
end_date: 20090112
start_point: New Caney,Tx start_point: New Caney,Tx
shipper: Ghb shipper: Ghb
destination: Fort Worth,Tx destination: Fort Worth,Tx
@ -688,8 +688,8 @@ load_37:
trailer: Z5199A trailer: Z5199A
hub_out: 347175 hub_out: 347175
hub_in: 347709 hub_in: 347709
start_date: 2009-01-13
end_date: 2009-01-14
start_date: 20090113
end_date: 20090114
start_point: Fort Worth,Tx start_point: Fort Worth,Tx
shipper: Glen Rose shipper: Glen Rose
destination: Memphis destination: Memphis
@ -707,8 +707,8 @@ load_38:
trailer: Z5199A trailer: Z5199A
hub_out: 347708 hub_out: 347708
hub_in: 348755 hub_in: 348755
start_date: 2009-01-15
end_date: 2009-01-16
start_date: 20090115
end_date: 20090116
start_point: Memphis start_point: Memphis
shipper: Ghb shipper: Ghb
destination: San Antonio destination: San Antonio
@ -726,8 +726,8 @@ load_39:
trailer: Z5199A trailer: Z5199A
hub_out: 348755 hub_out: 348755
hub_in: 349516 hub_in: 349516
start_date: 2009-01-16
end_date: 2009-01-18
start_date: 20090116
end_date: 20090118
start_point: San Antonio start_point: San Antonio
shipper: Glenrose shipper: Glenrose
destination: Memphis destination: Memphis
@ -745,8 +745,8 @@ load_40:
trailer: Z5199A trailer: Z5199A
hub_out: 349516 hub_out: 349516
hub_in: 350130 hub_in: 350130
start_date: 2009-01-18
end_date: 2009-01-19
start_date: 20090118
end_date: 20090119
start_point: Memphis start_point: Memphis
shipper: Ghb shipper: Ghb
destination: Ochelata destination: Ochelata
@ -764,8 +764,8 @@ load_41:
trailer: Z5199A trailer: Z5199A
hub_out: 350130 hub_out: 350130
hub_in: 350820 hub_in: 350820
start_date: 2009-01-19
end_date: 2009-01-20
start_date: 20090119
end_date: 20090120
start_point: Ochelata start_point: Ochelata
shipper: R F X shipper: R F X
destination: Batesville destination: Batesville
@ -783,8 +783,8 @@ load_42:
trailer: Z5199A trailer: Z5199A
hub_out: 350820 hub_out: 350820
hub_in: 351933 hub_in: 351933
start_date: 2009-01-20
end_date: 2009-01-22
start_date: 20090120
end_date: 20090122
start_point: Batesville,Ms start_point: Batesville,Ms
shipper: Ghb shipper: Ghb
destination: San Antonio destination: San Antonio
@ -802,8 +802,8 @@ load_43:
trailer: Z5196B trailer: Z5196B
hub_out: 527067 hub_out: 527067
hub_in: 528880 hub_in: 528880
start_date: 2009-01-11
end_date: 2009-01-14
start_date: 20090111
end_date: 20090114
start_point: Ochelata start_point: Ochelata
shipper: Charms shipper: Charms
destination: Multi Stop-Chesapeake,Va destination: Multi Stop-Chesapeake,Va
@ -821,8 +821,8 @@ load_44:
trailer: Z5196B trailer: Z5196B
hub_out: 528880 hub_out: 528880
hub_in: 529576 hub_in: 529576
start_date: 2009-01-15
end_date: 2009-01-16
start_date: 20090115
end_date: 20090116
start_point: Chesapeake,Va start_point: Chesapeake,Va
shipper: Cheesecake Factory shipper: Cheesecake Factory
destination: Lithonia,Ga destination: Lithonia,Ga
@ -840,8 +840,8 @@ load_45:
trailer: Z5196B trailer: Z5196B
hub_out: 529576 hub_out: 529576
hub_in: 530174 hub_in: 530174
start_date: 2009-01-16
end_date: 2009-01-17
start_date: 20090116
end_date: 20090117
start_point: Lithonia start_point: Lithonia
shipper: Angel Food Ministries shipper: Angel Food Ministries
destination: Lakeland,Tn-Trezevant,Tn destination: Lakeland,Tn-Trezevant,Tn
@ -859,8 +859,8 @@ load_46:
trailer: Z5196B trailer: Z5196B
hub_out: 530174 hub_out: 530174
hub_in: 530830 hub_in: 530830
start_date: 2009-01-17
end_date: 2009-01-18
start_date: 20090117
end_date: 20090118
start_point: Trezevant,Tn start_point: Trezevant,Tn
shipper: Ghb shipper: Ghb
destination: Rockmart destination: Rockmart
@ -878,8 +878,8 @@ load_47:
trailer: Z5196B trailer: Z5196B
hub_out: 530830 hub_out: 530830
hub_in: 531337 hub_in: 531337
start_date: 2009-01-18
end_date: 2009-01-19
start_date: 20090118
end_date: 20090119
start_point: Rockmart start_point: Rockmart
shipper: Ghb shipper: Ghb
destination: Winter Haven,Fl destination: Winter Haven,Fl
@ -897,8 +897,8 @@ load_48:
trailer: Z5196B trailer: Z5196B
hub_out: 531337 hub_out: 531337
hub_in: 531880 hub_in: 531880
start_date: 2009-01-21
end_date: 2009-01-22
start_date: 20090121
end_date: 20090122
start_point: Winterhaven start_point: Winterhaven
shipper: Gator shipper: Gator
destination: Brundidge destination: Brundidge
@ -916,8 +916,8 @@ load_49:
trailer: Z5103A trailer: Z5103A
hub_out: 580277 hub_out: 580277
hub_in: 581310 hub_in: 581310
start_date: 2009-01-23
end_date: 2009-01-26
start_date: 20090123
end_date: 20090126
start_point: Birmingham start_point: Birmingham
shipper: Ghb shipper: Ghb
destination: Fort Worth,Tx destination: Fort Worth,Tx
@ -935,8 +935,8 @@ load_50:
trailer: Z5103A trailer: Z5103A
hub_out: 581310 hub_out: 581310
hub_in: 581901 hub_in: 581901
start_date: 2009-01-26
end_date: 2009-01-27
start_date: 20090126
end_date: 20090127
start_point: Fort Worth start_point: Fort Worth
shipper: Glen Rose shipper: Glen Rose
destination: Memphis destination: Memphis
@ -954,8 +954,8 @@ load_51:
trailer: Z5103A trailer: Z5103A
hub_out: 581901 hub_out: 581901
hub_in: 582289 hub_in: 582289
start_date: 2009-01-27
end_date: 2009-02-02
start_date: 20090127
end_date: 20090202
start_point: Memphis,Tn start_point: Memphis,Tn
shipper: Americold shipper: Americold
destination: Memphis destination: Memphis
@ -973,8 +973,8 @@ load_52:
trailer: Z5199A trailer: Z5199A
hub_out: 351933 hub_out: 351933
hub_in: 352704 hub_in: 352704
start_date: 2008-01-23
end_date: 2008-01-24
start_date: 20080123
end_date: 20080124
start_point: San Antonio start_point: San Antonio
shipper: Deadhead shipper: Deadhead
destination: Memphis,Tn destination: Memphis,Tn
@ -992,8 +992,8 @@ load_53:
trailer: Z5199A trailer: Z5199A
hub_out: 352802 hub_out: 352802
hub_in: 353104 hub_in: 353104
start_date: 2009-01-30
end_date: 2009-01-30
start_date: 20090130
end_date: 20090130
start_point: Memphis start_point: Memphis
shipper: Americold shipper: Americold
destination: Memphis destination: Memphis
@ -1011,8 +1011,8 @@ load_54:
trailer: Z5199A trailer: Z5199A
hub_out: 353133 hub_out: 353133
hub_in: 353767 hub_in: 353767
start_date: 2009-02-01
end_date: 2009-02-02
start_date: 20090201
end_date: 20090202
start_point: Memphis start_point: Memphis
shipper: Unilever shipper: Unilever
destination: Rockmart destination: Rockmart
@ -1030,8 +1030,8 @@ load_55:
trailer: Z5199A trailer: Z5199A
hub_out: 353767 hub_out: 353767
hub_in: 354207 hub_in: 354207
start_date: 2009-02-02
end_date: 2009-02-03
start_date: 20090202
end_date: 20090203
start_point: Rockmart start_point: Rockmart
shipper: Americold shipper: Americold
destination: Memphis destination: Memphis
@ -1049,8 +1049,8 @@ load_56:
trailer: Z5199A trailer: Z5199A
hub_out: 354267 hub_out: 354267
hub_in: 355095 hub_in: 355095
start_date: 2009-02-10
end_date: 2009-02-11
start_date: 20090210
end_date: 20090211
start_point: Memphis start_point: Memphis
shipper: Atlas shipper: Atlas
destination: Fort Worth destination: Fort Worth
@ -1068,8 +1068,8 @@ load_57:
trailer: Z5196B trailer: Z5196B
hub_out: 531880 hub_out: 531880
hub_in: 533568 hub_in: 533568
start_date: 2009-01-24
end_date: 2009-01-26
start_date: 20090124
end_date: 20090126
start_point: Brundidge start_point: Brundidge
shipper: Unilever shipper: Unilever
destination: Pharr,Tx destination: Pharr,Tx
@ -1087,8 +1087,8 @@ load_58:
trailer: Z5196B trailer: Z5196B
hub_out: 533568 hub_out: 533568
hub_in: 534751 hub_in: 534751
start_date: 2009-01-27
end_date: 2009-01-29
start_date: 20090127
end_date: 20090129
start_point: Pharr,Tx start_point: Pharr,Tx
shipper: Palmer shipper: Palmer
destination: Paris destination: Paris
@ -1106,8 +1106,8 @@ load_59:
trailer: Z5196B trailer: Z5196B
hub_out: 534751 hub_out: 534751
hub_in: 535744 hub_in: 535744
start_date: 2009-01-30
end_date: 2009-02-02
start_date: 20090130
end_date: 20090202
start_point: Paris start_point: Paris
shipper: Timberlake shipper: Timberlake
destination: Tupelo-Houston destination: Tupelo-Houston
@ -1125,8 +1125,8 @@ load_60:
trailer: Z5196B trailer: Z5196B
hub_out: 535744 hub_out: 535744
hub_in: 536020 hub_in: 536020
start_date: 2009-02-03
end_date: 2009-02-03
start_date: 20090203
end_date: 20090203
start_point: Houston start_point: Houston
shipper: Premier Freight shipper: Premier Freight
destination: Corpus Christi destination: Corpus Christi
@ -1144,8 +1144,8 @@ load_61:
trailer: Z5196B trailer: Z5196B
hub_out: 536020 hub_out: 536020
hub_in: 537341 hub_in: 537341
start_date: 2009-02-03
end_date: 2009-02-05
start_date: 20090203
end_date: 20090205
start_point: Corpus Christi start_point: Corpus Christi
shipper: Palmer shipper: Palmer
destination: Paris And More destination: Paris And More