Skip to content

Commit 103ee1f

Browse files
committed
Updated README and COPYRIGHT
1 parent d149213 commit 103ee1f

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

COPYRIGHT.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Redmine Timesheets is a Redmine plugin to create timesheets from all projects.
1+
Redmine Bulk Time Entry is a Redmine plugin to enter multiple time
2+
entries in bulk.
23
Copyright (C) 2007 Eric Davis, Little Stream Software
34

45
This program is free software; you can redistribute it and/or

README.markdown

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1-
## Bulk Time Entry Plugin
1+
# Bulk Time Entry Plugin
2+
3+
This is a plugin to enter multiple tiem entries at one time.
4+
5+
## Features
6+
7+
* Enter multiple time entries from a single page
8+
* Auto fills the issue id based on the selected project
9+
10+
## Getting the plugin
11+
12+
A copy of the plugin can be found in the [downloads](https://projects.littlestreamsoftware.com/projects/list_files/redmine-bte) at Little Stream Software and also on [GitHub](http://github.com/edavis10/redmine-bulk_time_entry_plugin/tree/master).
13+
14+
## Install
15+
16+
1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
17+
2. The link to the plugin should appear on the top left of your menu, called "Bulk Time Entries"
18+
19+
## Usage
20+
21+
1. Enter the time entry details
22+
2. Click "Add Another" or use the accesskey of Alt + A to add another time entry form
23+
3. Click "Save" to save all the time entries
24+
25+
## License
26+
27+
This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.
28+
29+
## Project help
30+
31+
If you need help you can contact the maintainer at his email address (See CREDITS.txt) or create an issue in the Bug Tracker.
32+
33+
### Bug tracker
34+
35+
If you would like to report a bug or request a new feature the bug tracker is located at:
36+
37+
https://projects.littlestreamsoftware.com
238

3-
This is a plugin to help enter multiple timelogs at one time

0 commit comments

Comments
 (0)