You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+37-2Lines changed: 37 additions & 2 deletions
Original file line number
Diff line number
Diff 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
2
38
3
-
This is a plugin to help enter multiple timelogs at one time
0 commit comments