Skip to content

Xrono is a asset and time tracking application for consultants and consulting companies.

License

Notifications You must be signed in to change notification settings

dchapman1988/xrono

 
 

Repository files navigation

Xrono

Build Status

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.

Demo site

See it in action here.

You can log in as any of the following email addresses. All have the password '123456'

admin@xrono.org dev@xrono.org client@xrono.org

Screenshots

Here are some screenshots of what it looks like:

The developer dashboard

Dashboard

A ticket view

Ticket Details

Continuous Integration Trends

Test Result Trend

Test Result Trend

Rcov coverage

Rcov coverage

OAuth provider

Xrono is now an OAuth2 provider. Details on how you can totes verify this here.

Development Installation

Fork, then clone the repository to your development environment

gem install bundler
bundle install
cp config/database.yml.example config/database.yml
# Change config/database.yml as you see fit to match your development environment needs
rake db:reset db:test:clone spec cucumber

Support

For support, please do one of the following:

Contributing

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.

About

Xrono is a asset and time tracking application for consultants and consulting companies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.8%
  • JavaScript 28.9%
  • CoffeeScript 0.3%