public
Description: This plugin will let you enter timelogs in bulk
Homepage: https://projects.littlestreamsoftware.com/projects/show/redmine-bte
Clone URL: git://github.com/edavis10/redmine-bulk_time_entry_plugin.git
name age message
file .gitignore Tue Sep 30 21:42:08 -0700 2008 ignored ide files [michelefranzin]
file COPYRIGHT.txt Mon Nov 10 11:05:31 -0800 2008 Updated README and COPYRIGHT [edavis10]
file CREDITS.txt Mon Nov 10 11:01:21 -0800 2008 updated credits [michelefranzin]
file GPL.txt Fri Jul 04 09:58:43 -0700 2008 Adding project license [edavis10]
file README.rdoc Mon Oct 05 12:55:00 -0700 2009 [#3038] Error in the documentation, should use ... [edavis10]
file Rakefile Sat Nov 07 18:34:43 -0800 2009 Add the database tasks [edavis10]
file VERSION Wed Oct 14 11:17:31 -0700 2009 Added Version file [edavis10]
directory app/ Sat Nov 07 19:06:06 -0800 2009 [#2839] Display the project name, issue subject... [edavis10]
file bulk_time_entry_plugin.gemspec Wed Oct 14 11:17:37 -0700 2009 Added generated gemspec [edavis10]
directory config/ Wed Nov 11 22:06:43 -0800 2009 Quote the string so it doesn't cause the yml pa... [edavis10]
directory db/ Fri Jul 04 09:54:40 -0700 2008 Adding empty redmine plugin [edavis10]
file init.rb Wed Oct 14 11:17:31 -0700 2009 Added init file for Rails GemPlugin [edavis10]
directory lang/ Sat Nov 07 18:44:53 -0800 2009 Added Polish translation. #2544 [edavis10]
directory lib/ Mon Sep 28 17:02:08 -0700 2009 [#3038] Wrapped the import in a transaction. [edavis10]
directory rails/ Sat Nov 07 18:38:16 -0800 2009 Removed custom object_daddy code since Redmine ... [edavis10]
directory test/ Sat Nov 07 18:38:16 -0800 2009 Removed custom object_daddy code since Redmine ... [edavis10]
README.rdoc

Bulk Time Entry Plugin

This is a plugin to enter multiple time entries at one time.

Features

  • Enter multiple time entries from a single page
  • Auto fills the issue id based on the selected project

Getting the plugin

A copy of the plugin can be found in the downloads at Little Stream Software and also on GitHub.

Install

  1. Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to vendor/plugins/bulk_time_entry_plugin
  2. The link to the plugin should appear on the top left of your menu, called "Bulk Time Entries"

Usage

  1. Enter the time entry details
  2. Click "Add Another" or use the accesskey of Alt + A to add another time entry form
  3. Click "Save" to save all the time entries

CSV Import

A Rake task is included to allow importing Time Entries in bulk. The CSV file should be in the following format:

  • No header
  • Column 1 - Issue id
  • Column 2 - Time Entry comment (optional)
  • Column 3 - Date spent on. e.g. YYYY-MM-DD
  • Column 4 - Activity name. e.g. Development
  • Column 5 - Number of hours
  • Column 6 - User login. e.g. edavis

The rake task should be run in your Redmine root like:

    rake bulk_time_entry:import:csv RAILS_ENV=production CSV_FILE=/path/to/time_entries.csv

License

This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.

Project help

If you need help you can contact the maintainer at the Bug Tracker. The bug tracker is located at projects.littlestreamsoftware.com