Start to develop the budget module

This commit is contained in:
Frederic Guillot
2015-03-12 23:03:51 -04:00
parent 925ede9b48
commit 4700139a86
12 changed files with 332 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ class Acl extends Base
'export' => array('tasks', 'subtasks', 'summary'),
'project' => array('edit', 'update', 'share', 'integration', 'users', 'alloweverybody', 'allow', 'setowner', 'revoke', 'duplicate', 'disable', 'enable'),
'swimlane' => '*',
'budget' => '*',
);
/**