GithubHelp home page GithubHelp logo

letsunlockiphone / servo Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 8.0 3.29 MB

Service Management for Authorised Apple Service Providers

Home Page: http://www.servoapp.com

License: BSD 2-Clause "Simplified" License

Python 51.33% HTML 24.09% CSS 5.54% JavaScript 19.00% Makefile 0.01% Shell 0.03%

servo's Introduction

Introduction

Servo is a service management system for Authorised Apple Service Providers. It allows you to run your entire service business from within the same interface. Originally created in 2012 it is being used by service providers both large and small all around Europe.

Main features include:

  • Flexible workflow management (create separate queues for different types of work, customize statuses and time limits per queue)
  • Complete integration with GSX (do warranty and part lookups, create and edit repairs, stocking orders, part returns, etc)
  • A rich set of communication tools (two-way email support, SMS sending, GSX escalations, attachment support)
  • Inventory management (product categories, stocking per location, bracketed markup)
  • Robust customer database (hierarchical customer data, custom fields)
  • Fast search
  • Statistics and reporting
  • Rule-based automation
  • Dedicated check-in interface for customers and POS staff
  • API for integration with external systems
  • It's not FileMaker Pro

The Obligatory Screenshot

System Requirements

The application is written in Python on top of the excellent Django web framework and depends on the latest stable versions of the following components for operation:

  • PostgreSQL
  • Memcache
  • RabbitMQ
  • uwsgi
  • Python 2.7

Installation

Install PostgreSQL, nginx, memcached, rabbitMQ. Then install the necessary Python packages:

$ pip install -U -r requirements.pip

Then clone the code:

$ git clone https://github.com/fpsw/Servo.git my_servo_folder
$ cd my_servo_folder
$ pip install -U -r requirements.pip

Next, run the installation script:

$ ./install.py

For testing, you can run Servo without any extra setup:

$ cd my_servo_folder
$ python ./manage.py runserver

If you want to run rules, set ENABLE_RULES = True and start the worker task:

$ celery -A servo worker -B -l info -s /tmp/celerybeat-schedule

Then fire up your browser and got to http://localhost:8000/

The VMWare Image

You can also download a preconfigured VMWare image here. Please read the included README files for instructions.

Updating

First, back up your database:

$ ./manage.py backupdb

then:

$ ./manage.py selfupdate

After which you should restart your Servo instance. The method depends on how it's deployed.

Documentation

End-user documentation for the system is available here. A user-friendly list of changes is published here.

FAQ

  • Q: Why use Django?
  • A: Because it works. Django also has the best documentation of any framework I've seen (especially coming from PHP and Zend Framework)
  • Q: Why is Servo open-source?
  • A: Because it's a mission-critical application and open-sourcing it means that companies will always have access to it.

servo's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.