Xrono is a mature, open source, time tracking solution for your business. Developed by Isotope11, Xrono is intended to be a core technology for smooth operation of consultancies. Xrono allows team members to bill time against clients, and then admins to easily export invoices and payroll into their accounting systems. Beyond that, it has vacation time management, overtime, client access and notification, and many more features. Xrono is currently under active development, so feel free to check out our support section of our website if you have any questions.
You can log in as any of the following email addresses. All have the password '123456'
[email protected] [email protected] [email protected]
Here are some screenshots of what it looks like:
Xrono is now an OAuth2 provider. Details on how you can totes verify this here.
Fork, then clone the repository to your development environment
gem install bundler
bundle install
# Copy one of the example database configurations.
cp spec/internal/config/database.yml.mysql spec/internal/config/database.yml
bundle exec rspec spec
bundle exec cucumber --require features
For support, please do one of the following:
- Post to our Google Group.
- Join us in IRC on Freenode #xrono
- Create a ticket on our GitHub Issue Tracker for bugs.
We love contributions! please fork the project, make your changes in a branch, test them properly - rspec for model/lib/helpers) and cucumber for integration testing - then send us a pull request.
Be sure to add these to your gemfile, for some reason they aren't being picked up properly from the engine. gem 'jquery-ui-rails' gem 'chosen-rails'