Difference between revisions of "Module Service (developer)"
Jump to navigation
Jump to search
m (→Feature) |
(Add Chinese) Tag: 2017 source edit |
||
(8 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_Services_(développeur)]] | ||
+ | [[es:Módulo_Servicios_(desarrollador)]] | ||
+ | [[zh:服务模块(开发)]] | ||
+ | <!-- END interlang links --> | ||
+ | |||
[[Category:Service]] | [[Category:Service]] | ||
{{TemplateDocDevEn}} | {{TemplateDocDevEn}} | ||
+ | {{TemplateModEN Developer}} | ||
{{BasculeDevUserEn| | {{BasculeDevUserEn| | ||
− | name=Services| | + | name=Services| |
+ | num=53| | ||
devdoc=This page| | devdoc=This page| | ||
− | userdoc=[[Services]]|}} | + | userdoc=[[Module Services En|Module Services]]|}} |
= Feature = | = Feature = | ||
The Service module is used to manage a catalog of services. | The Service module is used to manage a catalog of services. | ||
− | |||
− | |||
= Entity Service = | = Entity Service = | ||
{{TemplateDocDevEntityEn| | {{TemplateDocDevEntityEn| | ||
− | class=htdocs/service.class.php}} | + | class=htdocs/product/class/service.class.php}} |
= Permissions = | = Permissions = | ||
Line 19: | Line 27: | ||
= Tables SQL = | = Tables SQL = | ||
+ | * [[Table llx_product|llx_product]] Contains products and services | ||
+ | * [[Table llx product price|llx product price]] Contains service prices for different level of customers |
Latest revision as of 08:32, 16 October 2023
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
- llx_product Contains products and services
- llx product price Contains service prices for different level of customers