Introduction
Storm is a project management application for Drupal.
It consists of a set of modules as follows: Storm (base module), Organizations, Projects, Tasks, Teams, Tickets, Timetrackings, People, Notes, Invoices and Expenses.
For all bug reports, support and feature requests, please use the issues queue.
Each of these provides permissions to control the sharing of data with other users and organizations, and link together - for example, an invoice can be associated with an organization and project.
All components are nodes, so can be extended as follows:
- CCK can be used to add more fields to the Storm content types
- Views can build customised views
- Taxonomy (core) can be used to tag the contents of the Storm nodes
- Upload (core) can be used to attach files to Storm nodes
- Comments (core) can be used to permit comments on each of the Storm nodes
CONTENTS:
- Details of modules included in Storm package
- FAQs
DETAILS OF MODULES INCLUDED IN STORM PACKAGE
Storm (base module)
This module is required for all Storm installations, and provides a Storm dashboard which gives quick links for the other Storm modules as well as to the Storm administration section.
Storm uses "Attributes" to populate certain dropdown boxes, such as task status, countries, currencies etc., and the interface to edit these is accessible from the Storm Dashboard.
Storm Organization
This module allows you to create nodes relating to the organizations that are the stakeholders of your projects. If you wish to create invoices using Storm, your own organization should be created as an organization here.
Storm People
Storm People allows the creation of individual contacts within Organizations, and linking of these to Drupal user accounts.
Storm Teammember
This module allows the building of team working on a specific project / task / ticket.
Storm Project
Storm project allows creation of projects attached to organizations.
Storm Task
Storm tasks are the parts that compose a project and can be hierarchically nested to build a work breakdown structure.
Storm Ticket
Storm tickets can be used to track bugs, feature requests, or any other category as specified via attributes. They can be associated with an organization, project or task.
Storm Timetracking
This module allows the recording of time spent relating to particular organizations, projects, tasks or tickets.
Storm Note
This module allows notes to be attached to organizations, projects or tasks.
Storm Invoice
Within Storm Invoice, you can create invoices between yourself and clients. A printer friendly version comes included, and with the addition of the tcpdf library (see the INSTALL.txt), you can also download pdf versions of your invoices directly from Storm. Read more.
Storm Expense
Storm Expense allows the recording of expenses attached to a specific task or project, including information such as whether it is billable.
FAQs
How themeable is Storm?
Storm is fully themeable - all output is defined by a theming function which can be overriden in your template.php file.
How do I configure Storm?
Please take a look a this write up that offers and example of how to configure Storm. Please note that your organization may need to configure Storm differently depending on your requirements.
http://cocoate.com/2009/06/29/project-management-drupal-and-storm
Other Storm modules are available via contributed projects:
Storm Knowledgebase
Relying only on the Storm base module, this module provides a content type that can be used to collect together important pieces of knowledge, tips and tricks, and can also categorise them by topic.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion