eTraxis is a records tracking system with ability to set up unlimited number of fully customizable workflows. eTraxis can be used for tracking almost anything, but the most popular cases are bugs tracker and helpdesk system.
- Custom workflow templates
- Flexible permissions management
- MySQL, PostgreSQL, MSSQL and Oracle support
- Active Directory (LDAP) support
- OS independence
- Localization ability (a lot of different translations are already available)
- Browser-independent web interface (tested with Internet Explorer, Firefox, Opera, Safari, Chrome)
- Graphical project metrics
- Multilingual support (any record can contain text on several different languages)
- Customizable UI
- Dependencies between records
- History of events and changes
- Forum-like user comments with BBCode ability
- Filters and views
- Email notifications, subscriptions, and reminders
- Binary attachments and more...
All the documentation can be found at etraxis.github.io. Also there is a "Support Forum" available.
composer.phar install
./bin/console doctrine:database:create
./bin/console doctrine:schema:create
gulp
./vendor/bin/php-cs-fixer fix
./vendor/bin/phpunit --coverage-html=var/coverage