Project

General

Profile

PluginEzlibrarian » History » Version 9

Andy Beletskij, 2009-05-29 01:59

1 1 Chaoqun Zou
h1. ezLibrarian Plugin
2
3 5 Chaoqun Zou
It's a book shelf and device room management plugin for redmine.
4 7 Chaoqun Zou
Current version: 0.1.1. ONLY compatible with Redmine last devel.
5 8 billy chou
If you use redmine 0.8.3, please refer to -http://www.redmine.org/boards/3/topics/5455- *This link is not right, please correct it, ;)*
6 1 Chaoqun Zou
7
h2. Feature
8
9 3 Chaoqun Zou
1. Designed for using in company's book shelf and device room management.
10
2. You can input the book(device)'s info to the system and view them later.
11
3. It can record the user who is holding the book(device).
12 1 Chaoqun Zou
4. Every holder change will be recorded too.
13 3 Chaoqun Zou
5. User can write reviews for the book(device).
14
6. Note: the books(devices) are not categorized by project.
15 1 Chaoqun Zou
16 6 Chaoqun Zou
The plugin archive is attached here.
17 5 Chaoqun Zou
It can also be downloaded at github: http://github.com/zouchaoqun/ezlibrarian/tree/master
18 9 Andy Beletskij
.
19 3 Chaoqun Zou
Screenshot:
20 1 Chaoqun Zou
21
!ezlibrarian_1_tn.png!:/attachments/download/1612 !ezlibrarian_2_tn.png!:/attachments/download/1614 !ezlibrarian_3_tn.png!:/attachments/download/1616
22
23
24 5 Chaoqun Zou
h2. Plugin installation 
25 1 Chaoqun Zou
26
1. Copy the plugin directory(redmine_ezlibrarian) into the vendor/plugins directory
27 5 Chaoqun Zou
NOTE: The plugin directory must be redmine_ezlibrarian!
28 1 Chaoqun Zou
29
2. Migrate plugin:
30 3 Chaoqun Zou
   rake db:migrate_plugins
31 1 Chaoqun Zou
32
3. Start Redmine