Changeset [7c595f6ca6976eb3b2e1a6014fea283440e59c5c] by Jonathan Hoyt

December 13th, 2008 @ 02:27 AM

Missed some fils on that last commit. I've started building out the monitoring setup, and some other cool features for Suite. [#17] http://github.com/jonmagic/suite...

Committed by Jonathan Hoyt

  • M app/controllers/checklist_templates_controller.rb
  • M app/controllers/device_types_controller.rb
  • M app/helpers/address_helper.rb
  • M app/helpers/devices_helper.rb
  • M app/helpers/email_helper.rb
  • M app/helpers/inventory_items_helper.rb
  • M app/helpers/passwords_helper.rb
  • M app/helpers/phone_helper.rb
  • M app/helpers/sessions_helper.rb
  • M app/helpers/things_helper.rb
  • M app/models/device.rb
  • M app/models/user.rb
  • M app/views/checklist_templates/edit.html.erb
  • M app/views/checklist_templates/index.html.erb
  • M app/views/checklist_templates/new.html.erb
  • M app/views/checklist_templates/show.html.erb
  • M app/views/layouts/checklists.html.erb
  • M app/views/layouts/clients.html.erb
  • M app/views/layouts/devices.html.erb
  • M app/views/layouts/tickets.html.erb
  • M config/routes.rb
  • M config/settings.yml.example
  • M db/schema.rb
  • M public/stylesheets/devices.css
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Suite is software for small service based businesses. The workflow in Suite is fairly simple. There are 3 ways one can approach a problem in Suite. From the client, from a ticket, or from a device. Tickets and devices are tied to clients. Clients can belong to other clients (i.e. people inside a company). The clients section is modeled after Apple Address Book. Most of my UI is modeled after the applications that ship with OSX (Address Book, Mail, iTunes). To make Suite more accessible there is an iPhone interface as well.