forked from danielanguita/redmine_inventory_manager
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinit.rb
More file actions
14 lines (10 loc) · 647 Bytes
/
init.rb
File metadata and controls
14 lines (10 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Redmine::Plugin.register :redmine_inventory_manager do
name 'Redmine Inventory Manager Plugin'
author 'Daniel Anguita O.'
description 'Take your warehouse or office inventory on the same platform of your projects'
version '0.9'
url 'https://github.com/danielanguita/Redmine-Inventory-Manager'
permission :inventory, {:inventory => [:index, :movements, :categories, :parts, :warehouses, :providors]}, :public => false
menu :top_menu, :inventory, { :controller => 'inventory', :action => 'index' }, { :caption => 'Inventory', :before => 'admin'}
settings :default => {'empty' => true}, :partial => 'settings/rim_settings'
end