All Projects → eManPrague → redmine_tracker

eManPrague / redmine_tracker

Licence: MIT license
Multi platform application to track time and synchronize it into Redmine.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to redmine tracker

redtimer
RedTimer - Redmine Time Tracker
Stars: ✭ 59 (+321.43%)
Mutual labels:  redmine, time-tracker
DellXPS15-9550-OSX
Tutorial for a full working Mac OS (10.11 up to 11.0) enviroment on the Dell XPS 15 (9550)
Stars: ✭ 452 (+3128.57%)
Mutual labels:  osx
osxapp vers
Get product name, exact product version and build version from an Apple Install [Mac OS X|OS X|macOS]*.app or from a mounted Mac OS X Install CD/DVD image
Stars: ✭ 12 (-14.29%)
Mutual labels:  osx
MetaWear-SDK-Cpp
MetaWear C++ SDK - Platform Agnostic - Main lib - No Bluetooth
Stars: ✭ 42 (+200%)
Mutual labels:  osx
team-timesheets
Time tracking web app built as a replacement for old school timesheets.
Stars: ✭ 25 (+78.57%)
Mutual labels:  time-tracker
secfs.test
Secfs Test Collection - Collection of File System Test Programs
Stars: ✭ 37 (+164.29%)
Mutual labels:  osx
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (+114.29%)
Mutual labels:  time-tracker
mac-cleanup-sh
🗑️ Cleanup script for macOS (DEPRECATED)
Stars: ✭ 1,585 (+11221.43%)
Mutual labels:  osx
redmine recurring tasks
Plugin for creating scheduled tasks from templates
Stars: ✭ 37 (+164.29%)
Mutual labels:  redmine
MahiruLauncher
🍢 Cross-platform modular launcher
Stars: ✭ 14 (+0%)
Mutual labels:  osx
redmine default custom query
Redmine plugin for setting default custom query of Issues for each project
Stars: ✭ 67 (+378.57%)
Mutual labels:  redmine
dotFiles
My config files that I use
Stars: ✭ 12 (-14.29%)
Mutual labels:  osx
StudyMD
Flashcards from Markdown. Built with React and Electron
Stars: ✭ 92 (+557.14%)
Mutual labels:  osx
stackit
Cross-platform CloudFormation CLI tool for easy synchronous and idempotent stack updates
Stars: ✭ 37 (+164.29%)
Mutual labels:  osx
dotfiles
No description or website provided.
Stars: ✭ 12 (-14.29%)
Mutual labels:  osx
bestest timer
This is an awesome punch clock/timer plugin for Redmine. It's great. It's the bestest.
Stars: ✭ 15 (+7.14%)
Mutual labels:  redmine
giant-sur
🍏 macOS Big Sur UI clone for the web built with React, Next.js, TypeScript, and Tailwind CSS
Stars: ✭ 73 (+421.43%)
Mutual labels:  osx
redmine persist wfmt
redmine_persist_wfmt is a plugin for Redmine that persists wiki format.
Stars: ✭ 28 (+100%)
Mutual labels:  redmine
ToTheTop
🔝To the top - A small macOS application to help you scroll to the top.
Stars: ✭ 33 (+135.71%)
Mutual labels:  osx
deployer
Redmine plugin to group issues into deploys and send notifications when needed
Stars: ✭ 14 (+0%)
Mutual labels:  redmine

Tracker Icon

Build Status Build status

Tracker Icon

Installation 1.1.0

Go to releases page and select a version according to your operating system. After the installation fills in your Redmine server and API token, you can find your API token on My account page.

Requirements for Linux

For Linux it is necessary to install libsecret library. This library is used in order to store settings safely.

sudo apt-get install libsecret-1-dev

Requirements for OS X

No additional requirements, but application use keychain to store redmine server API token. Your password will be required.

Requirements for Windows

No.

Requirements for Redmine

Also, you need to perform some modifications in Redmine, it's necessary to add those lines before the last end and of course to restart your instance.

# app/views/projects/show.api.rsb
api.array :time_entry_activities do
  @project.activities.each do |activity|
    api.time_entry_activity(:id => activity.id, :name => activity.name)
  end
end if include_in_api_response?('time_entry_activities')

Submitting an Issue

  • We use the GitHub issue tracker to track bugs and features.
  • Before submitting a bug report or feature request, check to make sure if it has not already been submitted.
  • When submitting a bug report, please include information about Redmine version and operating system.
  • For developers: Ideally, a bug report should include a pull request with failing specs. 👍

Submitting a Pull Request

  • Fork the official repository.
  • Create a topic branch.
  • Implement your feature or bug fix.
  • Add, commit, and push your changes.
  • Submit a pull request.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].