Difference between revisions of "Module Interventions (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m
Tag: 2017 source edit
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:Module_Fiches_d'interventions_(développeur)]]
 +
[[es:Módulo_Fichas_de_intervención_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:Intervention]]
 
[[Category:Intervention]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
 +
{{TemplateModEN Developer}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
 
name=Interventions|
 
name=Interventions|
 
num=70|  
 
num=70|  
 
devdoc=This page|
 
devdoc=This page|
userdoc=}}
+
userdoc=[[Module Interventions]]}}
  
 
= Feature =
 
= Feature =
To complete.
+
This module allows you to manage interventions. You can define some interventions cards that contains one or several intervention lines defined by a comment, a date and a duration.
 +
It's goal is principally to follow such activities.
 +
In a future version, you should be able to transform interventions cards into invoices.
  
 
= Entity Intervention =
 
= Entity Intervention =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs/fichinter/fichinter.class.php}}
+
class=htdocs/fichinter/class/fichinter.class.php}}
 +
 
 +
= Entity Intervention line =
 +
{{TemplateDocDevEntityEn|
 +
class=htdocs/fichinter/class/fichinter.class.php}}
  
 
= Permissions =
 
= Permissions =
Line 21: Line 35:
  
 
= Tables SQL =
 
= Tables SQL =
* [[Fichinter_(Table_SQL)|llx_fichinter]]
+
* [[Table llx fichinter]]
 +
* [[Table llx fichinterdet]]

Latest revision as of 07:36, 23 June 2022

Interventions
Numero/ID of module 70
User doc. of module Module Interventions
Developer doc. of module This page

Feature

This module allows you to manage interventions. You can define some interventions cards that contains one or several intervention lines defined by a comment, a date and a duration. It's goal is principally to follow such activities. In a future version, you should be able to transform interventions cards into invoices.

Entity Intervention

The PHP class to use to manipulate such object is file htdocs/fichinter/class/fichinter.class.php.

It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Entity Intervention line

The PHP class to use to manipulate such object is file htdocs/fichinter/class/fichinter.class.php.

It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Permissions

  • ->ficheinter->lire
  • ->ficheinter->creer
  • ->ficheinter->supprimer
  • ->ficheinter->export

Tables SQL