Difference between revisions of "Module Interventions (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
(New page: Category:Intervention {{ToTranslate}} {{BasculeDevUserEn| name=Interventions| devdoc=This page| userdoc=}} {{TemplateDocDevEn}} == Fonction == ''Numéro : 70'' == Entité Intervent...)
 
m
Line 1: Line 1:
 
[[Category:Intervention]]
 
[[Category:Intervention]]
{{ToTranslate}}
+
{{TemplateDocDevEn}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
 
name=Interventions|  
 
name=Interventions|  
 
devdoc=This page|
 
devdoc=This page|
 
userdoc=}}
 
userdoc=}}
{{TemplateDocDevEn}}
 
  
== Fonction ==
+
= Feature =
  
''Numéro : 70''
+
''Number : 70''
  
 
== Entité Intervention ==
 
== Entité Intervention ==
La classe PHP pour manipuler l'objet est le fichier
+
{{TemplateDocDevEntityEn|
''htdocs/fichinter/fichinter.class.php''.
+
class=htdocs/fichinter/fichinter.class.php}}
 
 
Elle contient principalement une méthode fecth, insert et delete.
 
  
== Permissions ==
+
= Permissions =
 
*->ficheinter->lire
 
*->ficheinter->lire
 
*->ficheinter->creer
 
*->ficheinter->creer
Line 23: Line 20:
 
*->ficheinter->export
 
*->ficheinter->export
  
== Tables SQL ==
+
= Tables SQL =
 
* [[Fichinter_(Table_SQL)|llx_fichinter]]
 
* [[Fichinter_(Table_SQL)|llx_fichinter]]

Revision as of 11:34, 5 August 2009

Interventions
Numero/ID of module {{{num}}}
User doc. of module
Developer doc. of module This page

Feature

Number : 70

Entité Intervention

The PHP class to use to manipulate such object is file htdocs/fichinter/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