Skip to content

Commit

Permalink
added alinsoot and melvin,bryan.excel
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskyokushin committed Dec 5, 2011
1 parent 4dde2b5 commit 7daab8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
10 changes: 8 additions & 2 deletions app/views/job_orders/_form.html.erb
Expand Up @@ -25,14 +25,18 @@
<%= f.input :category, :collection => JobOrder.category_collection, :as => :radio %>
<%= f.input :system,:collection => [["- Select -"," "],["Automatic Gates"," Automatic Gates"],["Metal Detectors","Metal Detectors"],["CCTV","CCTV"],["Access Control","Access Control"],["Intrusion","Intrusion"],["Fire Alarm","Fire Alarm"],["Light Automation","Light Automation"],["Automated Window Treatment","Automated Window Treatment"],["Home Run","Home Run"],["Installation Accessories","Installation Accessories"],["Cable","Cable"],["Radio","Radio"],["Voip","Voip"],["Network Cabinet","Network Cabinet"],["Public Address System","Public Address System"],["Telecom","Telecom"],["Id Printer","Id Printer"],["Pc Pheripherals","Pc Pheripherals"],["Card","Card"],["Networking","Networking"],["Door Automation","Door Automation"],["Parking System","Parking System"],["Turnstile","Turnstile"],["Others","Others"]], :include_blank => false %>
<%= f.input :technical1, :label => "Team Leader", :collection => [[" - Select Team Leader -"," - blank - "],
["BRIAN FLORES","BRIAN FLORES"],
["EXCEL ABEJUELA","EXCEL ABEJUELA"]
["FELIX TURPIAS","FELIX TUPIAS"],
["METCHIL BALILI"],
["LEMUEL IBO","LEMUEL IBO"],
["NOWEL ROBIE","NOWEL ROBIE"],
["REYNALDO CARDANIO","REYNALDO CARDANIO"],
["ALPIN EBO","ALPIN EBO"],
["RECHIE DELENGENCIA","RECHIE DELENGENCIA"],
["RONNIE OROLFO","RONNIE OROLFO"]],
["RONNIE OROLFO","RONNIE OROLFO"],
["ALBERTO ALINSOOT","ALBERTO ALINSOOT"],
["MELVIN ARMAS","MELVIN ARMAS"]],
:include_blank => false %>
<%= f.input :technical2, :label => "Technical", :collection => [[" - Select Technical -"," - Select - "],
["ARVIN LAPARAN","ARVIN LAPARAN"],
Expand All @@ -46,7 +50,9 @@
["JASON SEDILLO","JASON SEDILLO"],
["ALPIN EBO","ALPIN EBO"],
["ROBERT NUEVA","ROBERT NUEVA"],
["GLENN PIDLAOAN","GLENN PIDLAOAN"]],
["GLENN PIDLAOAN","GLENN PIDLAOAN"],
["ALBERTO ALINSOOT","ALBERTO ALINSOOT"],
["MELVIN ARMAS","MELVIN ARMAS"]],
:include_blank => false %>
<%= f.input :todo, :input_html => { :rows => 4 }, :label => "Things To do" %>
<%= f.input :work_done, :input_html => { :rows => 4 }, :label => "Works Done" %>
Expand Down
9 changes: 7 additions & 2 deletions app/views/job_orders/_form.html.erb~
Expand Up @@ -25,14 +25,17 @@
<%= f.input :category, :collection => JobOrder.category_collection, :as => :radio %>
<%= f.input :system,:collection => [["- Select -"," "],["Automatic Gates"," Automatic Gates"],["Metal Detectors","Metal Detectors"],["CCTV","CCTV"],["Access Control","Access Control"],["Intrusion","Intrusion"],["Fire Alarm","Fire Alarm"],["Light Automation","Light Automation"],["Automated Window Treatment","Automated Window Treatment"],["Home Run","Home Run"],["Installation Accessories","Installation Accessories"],["Cable","Cable"],["Radio","Radio"],["Voip","Voip"],["Network Cabinet","Network Cabinet"],["Public Address System","Public Address System"],["Telecom","Telecom"],["Id Printer","Id Printer"],["Pc Pheripherals","Pc Pheripherals"],["Card","Card"],["Networking","Networking"],["Door Automation","Door Automation"],["Parking System","Parking System"],["Turnstile","Turnstile"],["Others","Others"]], :include_blank => false %>
<%= f.input :technical1, :label => "Team Leader", :collection => [[" - Select Team Leader -"," - blank - "],
["BRIAN FLORES","BRIAN FLORES"],
["EXCEL ABEJUELA","EXCEL ABEJUELA"]
["FELIX TURPIAS","FELIX TUPIAS"],
["METCHIL BALILI"],
["LEMUEL IBO","LEMUEL IBO"],
["NOWEL ROBIE","NOWEL ROBIE"],
["REYNALDO CARDANIO","REYNALDO CARDANIO"],
["ALPIN EBO","ALPIN EBO"],
["RECHIE DELENGENCIA","RECHIE DELENGENCIA"],
["RONNIE OROLFO","RONNIE OROLFO"]],
["RONNIE OROLFO","RONNIE OROLFO"],
["ALBERTO ALINSOOT","ALBERTO ALINSOOT"]],
:include_blank => false %>
<%= f.input :technical2, :label => "Technical", :collection => [[" - Select Technical -"," - Select - "],
["ARVIN LAPARAN","ARVIN LAPARAN"],
Expand All @@ -46,7 +49,9 @@
["JASON SEDILLO","JASON SEDILLO"],
["ALPIN EBO","ALPIN EBO"],
["ROBERT NUEVA","ROBERT NUEVA"],
["GLENN PIDLAOAN","GLENN PIDLAOAN"]],
["GLENN PIDLAOAN","GLENN PIDLAOAN"],
["ALBERTO ALINSOOT","ALBERTO ALINSOOT"],
["MELVIN ARMAS","MELVIN ARMAS"]],
:include_blank => false %>
<%= f.input :todo, :input_html => { :rows => 4 }, :label => "Things To do" %>
<%= f.input :work_done, :input_html => { :rows => 4 }, :label => "Works Done" %>
Expand Down

0 comments on commit 7daab8c

Please sign in to comment.