Module Resources
Resources | |
---|---|
Numero/ID of module | 0 |
User doc. of module | This page |
Developer doc. of module | Module Resources (developer) |
Introduction
The Resource Module is a core Dolibarr module. It is optional and part of the Projects/Collaborative work group in module list.
The main purpose of the module is to register the resources of the organisation.
Current documentation applies to 4.0.2 Dolibarr release.
What this module does
- Manage a list of resources.
- Support resource type.
- Support adding notes to resource (public, private)
- Support resource links with contacts/users
- Support resource links to documents and/or URL.
- If the event module is activated, you could link resources to event.
What this module does not
- Does not support tag/categories for resource.
- Does not support extra fields. (will do in 5.0)
Installation
This module is installed with Dolibarr and need to be enabled in the module list.
Configuration
Below are the options available to configure this module.
Set-up options
There is currently no set-up options for the module.
Dictionaries
The module comes with the the "Type of resources" dictionary.
By default this dictionary is empty.
Go to the Setup menu and select Dictionaries to enter a list of values to categorize your resources.
The module also use the "Contact/Address types" dictionary, and populate it by default to associate a contact or a user responsible for the resource.
Permissions
- Read resources
- Create/modify resources
- Delete resources
- Link resources to agenda events
By default there is no default permission.
Go to the Setup menu and select Security to define some ( 1 and 4 is a good choice).
Usage
The module is available from the Tools icon available in Dolibarr top menu.
Entities and Business rules
Resource
This is the main and unique object added by this module.
Resource properties
- Name
- Name of the resource. Mandatory. Does not need to be unique.
- Type
- Value from "Type of Resource" dictionary. To categorize your resources, could be used to sort the resources list.
- Description
- A text to describe your resource.
- Public Notes
- A text area (html) to store public notes on the resource.
- Private Notes
- A text area (html) to store private notes on the resource.
Resource links
- Users
- You could allocate multiple users to a resource, specifying a rôle. Actually the only role defined by default is 'In charge of resource', but you could extend it if needed. Note there is no limitation to number of users linked, even with the same role.
- Contacts
- You could allocate multiple contacts - from different third parties - to a resource, specifying a rôle. Actually the only role defined by default is 'In charge of resource', but you could extend it if needed. Note there is no limitation to number of contacts linked, even with the same role. Contact and User roles could be different if needed.
- Documents
- You could upload multiple document files and link them to the Resource.
- URL
- You could attach multiple URL link to a resource.
Examples of use cases
Create Resource: | |
---|---|
Situation | You get a new resource |
Actions | Go to Tools -> New Resource. The resource card opens. Fill-it and save. It should now be available in list. |
Modify Resource: | |
---|---|
Situation | You need to update a resource property |
Actions | Go to Tools -> List Resources. The resource list displays. Select the resource. The resource card opens. Click modify. You could modify properties. Save. The card reflects the changes. |