Skip to content

Plugin Settings

Robert Kranz edited this page Jul 21, 2017 · 2 revisions

The following settings are available global and on a per project base.

  • Only round sums? - Disable this, if you want to round every of your records and not only the sum of a group of records.
  • Minimum time interval - The amount of hours you want your records to 'snap' to. So your times will be always a multiple of this value.
  • Round down if below - This setting means from which fraction amount of you minimum time interval do you count your time as happened.
  • Round per default on? - Check this, if you want to round most of the times (can still be disabled on a per case base for each record)
  • Dismiss round carry-over after - The rounding algorithm (if only round sums is disabled) tries to carry your eventually gained or lost time from on rounded booking to the next, if the time between the bookings is smaller than the value of this setting.

The following settings are only available for global configuration.

  • Title - The tile for the generated reports.
  • Logo URL - URL of a logo to include in your report. This works with files from redmine itself, just paste in the link.
  • Logo width - Simply the width of your logo in the report.
  • Show global start/stop menu? - Disable this, if you don't want to have the global start/stop link besides the account menu.

In the settings you are also able to import data from the old redmine time tracker.

From here you can also access the API Documentation. The base file for the documentation is already placed in the git repository at swagger/v1/swagger.json. If this file is missing or you get an error message on the api documentation page that it is outdated, do the following (It is advisable to do this on a local copy and not on your production system):

  • bundle install --with test
  • rake db:migrate RAILS_ENV=test
  • rake redmine:plugins:hourglass:api_docs
  • Afterwards move the generated swagger.json file at the appropriate place in your production system.
Clone this wiki locally