GithubHelp home page GithubHelp logo

visitorone / yats Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mediafactory/yats

1.0 1.0 0.0 5.54 MB

yet another ticketing system

License: MIT License

Shell 0.06% Python 92.92% JavaScript 2.49% HTML 3.24% CSS 1.25% Ruby 0.04%

yats's Introduction

YATS

license GitHub issues GitHub pull requests GitHub contributors GitHub forks GitHub stars

DEMO

http://yats.mediafactory.de

Staff User:
Login: staff.user
Password: qwertz

Customer User:
Login: customer.user
Password: qwertz

Or use vagrant!

VAGRANT

howto:

$ cd vagrant
$ vagrant up

Wait! :-) Point your browser at: http://192.168.33.11 or for admin interface: http://192.168.33.11/admin

Staff User:
Login: admin
Password: admin

WHY JUST ANOTHER?

We used to use TRAC for a long time and were quiet happy. But every time, we wanted to customize it, it took us a long to rethink the way, trac was developed or find a plugin working with our version.
Today all our web projects are build on top of django. So it is much easier to change YATS and we are faster in adding new feateures. We think, we kept it simple in the backend, so it is still easy to modifie for people not familiar with the YATS source (as long as you know django).

KEY FEATURES

  • custom fields (mandatory fields and default values configurable)
  • different view of tickets for customers - fields hideable from customers (even in emails)
  • mails for ticket changes, comments, close, reopen, reassign
  • searchable fields configurable
  • searches saveable as reports
  • ticket history
  • ticket references (including back references)
  • complex workflows
  • multiple kanban boards with columns saved from searches
  • file attachments (optionally virus scanned)
  • twitter bootstrapp 2 - responsive layout
  • git TAGS from Github as versions example
  • XML-RPC API
  • compatible with tracker (see https://github.com/mediafactory/tracker)
  • simple, but yet powerful! No real magic :-) 2 sourcefiles besides the django stuff (tickets.py and shortcuts.py)

INSTALLATION

no pypi package yet!

needs:
pil or pillow
rpc4django
diff-match-patch
http://nodebox.net/code/index.php/Graph
httplib2 (if using tags from github)
django-wiki (not yet used)

should need:
pyclamd (add TCPSocket 3310 and TCPAddr 127.0.0.1 to its config and restart)
memcache

There is a debian package which includes parts of all, but is very special designed for our usecase as we make no use of pip. It distributes all packages not available via debian packages.

settings.py reads part of its config data from an inifile (see top of settings.py).

The project is splited into 2 parts:

  • the app (yats)
  • the web, using the app (web)

Customization is done in the web module - e.g. add more ticket fields (models.py in web) besides the settings itself (settings.py and ini file). So far the app needs 2 folders (for logging and attachments as defined in the inifile). Make sure the webserver has write access to those folders.

./manage.py syncdb
./manage.py migrate

ALTERNATIVE PACKAGES

https://www.djangopackages.com/grids/g/ticketing/

yats's People

Contributors

henner avatar hinnack avatar mediafactory avatar paulbellmann avatar

Stargazers

 avatar

Watchers

 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.