Difference between revisions of "Module Service (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
= Entity Service =
 
= Entity Service =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs/service.class.php}}
+
class=htdocs/product/class/service.class.php}}
  
 
= Permissions =
 
= Permissions =

Revision as of 14:19, 29 September 2010

Services
Numero/ID of module 53
User doc. of module Module Services
Developer doc. of module This page

Feature

The Service module is used to manage a catalog of services.

Entity Service

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

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

Permissions

Tables SQL