Project

General

Profile

PluginEzlibrarian » History » Version 6

Chaoqun Zou, 2009-04-06 15:56

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