forked from zouchaoqun/ezlibrarian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
58 lines (41 loc) · 1.83 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=== ezLibrarian plugin 0.2.0
!!!! Currently it's only possible to view the books, add, update, delete is not yet migrated !!!!!
Book shelf and device room management plugin for redmine.
Books and devices are not categorized by projects (that means every project's ezlibrarian page will display the same book/device list)
ONLY compatible with Redmine >= 2.x.y or last devel.
=== Feature
1. Designed for using in company's book shelf and device room management.
2. You can input the book(device)'s info to the system and view them later.
3. It can record the user who is holding the book(device).
4. Every holder change will be recorded, and a notify email will be sent on change.
5. User can write reviews for the book(device).
6. Note: the books(devices) are not categorized by project.
7. Send statement email to holders.
=== Plugin installation
1. Copy the plugin directory(redmine_ezlibrarian) into the vendor/plugins directory
NOTE: The plugin directory must be redmine_ezlibrarian!
2. Migrate plugin:
rake db:migrate_plugins
3. Start Redmine
Installed plugins are listed on 'Admin -> Plugin' screen.
== Changelog
version 0.2.0 devel
1. Migrate from Rails 2 to Rails 3 for Redmine2 compatibility (Viewing only atm)
version 0.1.5
1. Send notify email on create and holder change.
2. Send statement email to holders.
version 0.1.1
1. Check for redmine's compitable.
version 0.1.0:
1. Add device room management functions.
2. Compitable with redmine devel after r2493 and rails 2.2.2.
version 0.0.2:
1. Change the holder history page to use gravatar user icon.
2. Add localization strings to plugin module name and permission name.
3. Some minor bug fix.
=== Contact info
Rails 3 Migration
Email -> redeamer@gmx.net
Original Author:
Homepage -> http://ezwork.techcon.thtf.com.cn/projects/ezwork powered by redmine
Email -> zouchaoqun@gmail.com