Difference between revisions of "Module Point of sale (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
(3 intermediate revisions by 2 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_Caisse_enregistreuse_(développeur)]]
 +
[[es:Módulo_Caja_registradora_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:Point of sale]]
 
[[Category:Point of sale]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
 +
{{TemplateModEN Developer}}
 
{{BasculeDevUser|
 
{{BasculeDevUser|
 
nom=Point of sale|
 
nom=Point of sale|
Line 12: Line 20:
 
= Entity Cart =
 
= Entity Cart =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs\cashdesk\classes\Facturation.class.php}}
+
class=htdocs\cashdesk\class\Facturation.class.php}}
  
 
= Permissions =
 
= Permissions =

Latest revision as of 13:21, 23 July 2019

Point of sale
Numéro/ID du module 50100
Doc utilisateur du module Module Point of sale
Doc développeur du module This page

Function

This module can transforms your Dolibarr into a Point of sale for your shop.

Entity Cart

The PHP class to use to manipulate such object is file htdocs\cashdesk\class\Facturation.class.php.

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

Permissions

Tables SQL