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