Module Interventions

From Dolibarr ERP CRM Wiki
(Redirected from Module Interventions En)
Jump to navigation Jump to search
Interventions
Numero/ID of module 70
User doc. of module This page
Developer doc. of module Module Interventions (developer)

Introduction

Interventions are a form for service / maintenance orders.

Installation

This module is included with the Dolibarr distribution, so there is no need to install it.

Configuration

To use this module, you must first enable it using an administrator account, via the menu option "Home - Setup - Modules".

Choose the tab where the module is listed. Then click on "Activate".

The module is now activated.

If a cog icon appears Cog circle.svg on module thumb or at end of the line of the module, click on it to access the setup page specific to the module.

Usage / Life cycle

Default setup

When the module is enabled, it is possible to create intervention files. The workflow of an intervention is the following:

Draft (0) -------->  Validated (1) ------> Closed (Done)'' (3)
    \                     /  \                     /
     \----------<--------/    \----------<--------/
      \
       \------> Convert into a recurring intervention

Note: The number between parenthesis is the code of the status.

With option FICHINTER_CLASSIFY_BILLED

If the hidden option FICHINTER_CLASSIFY_BILLED is defined, a step Billed is introduced.

Draft (0) ----->  Validated (1) ----> Billed (2) ----> Closed (Done)'' (3)

Warning, this status/option will be removed. It must be replaced with a property "billed" that can be defined whatever is status "Validated" or "Done".