Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.34 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.34 KB

LA Computer Company Blank Forms

This is the backend website for the LA Computer Company. As of today, it includes the pre-owned sheets for computers and monitors.

  • Ruby version: 2.4.0

  • Using Bootstrap: 4.0.6Alpha

  • UPDATES - 05/14/2017

  • Created Database for the different forms.
  • UPDATES - 04/04/2017
  • Added more options to Hard drive and graphics card
  • Sorted options for Pre-owned Comptuer Specifications
  • Refactor code to embeded with Ruby
  • UPDATES - 03/23/2017
  • Condense all to one page format
  • UPDATES - 03/16/2017
  • Re-designed onsite service form
  • Fixed database testing
  • UPDATES - 03/15/2017
  • Pre-owned: Cleaned up code to have logic on helper file.
  • UPDATES - 03/02/2017
  • Revised website to have an updated layout. Changed names from RMA to Pre-owned. Introduced Trade-In Sheet form
  • Pre-owned: removed "Code" from box for better handwritten codes. Renamed OP -> Original Part. Fixed spacing from wifi to notes. Made input text darker.
  • New Trade-In Sheet now available
  • Display Pre-owned: updated format and code for pre-owned display sheets
  • Trade-In Progress report: removed
  • To upload to server, run git push then on server run following commands
$bundle install --deployment --without development test
$bundle exec rails assets:precompile db:migrate RAILS_ENV=production
$passenger-config restart-app