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

m (Created page with 'Category:Point of sale {{TemplateDocDevEn}} {{BasculeDevUser| nom=Point of sale| devdoc=This page| userdoc=Module Point of sale|}} = Function = This module can transfor...')
 
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
(5 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|
 +
num=50100|
 
devdoc=This page|
 
devdoc=This page|
 
userdoc=[[Module Point of sale]]|}}
 
userdoc=[[Module Point of sale]]|}}
Line 8: Line 17:
 
= Function =
 
= Function =
 
This module can transforms your Dolibarr into a Point of sale for your shop.
 
This module can transforms your Dolibarr into a Point of sale for your shop.
 
''Numéro : 50100''
 
  
 
= Entity Cart =
 
= Entity Cart =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs\cashdesk\classes\Facturation.class.php}}
+
class=htdocs\cashdesk\class\Facturation.class.php}}
  
 
= Permissions =
 
= Permissions =
  
 
= Tables SQL =
 
= Tables SQL =
* [[tmp_caisse (Table SQL)|llx_tmp_caisse]] Contains cart of products selected by customer.
+
* [[Table llx_tmp_caisse|llx_tmp_caisse]] Contains cart of products selected by customer.

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