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

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
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...')
 
Line 18: Line 18:
  
 
= 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.

Revision as of 16:40, 15 September 2009

Point of sale
Numéro/ID du module {{{num}}}
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.

Numéro : 50100

Entity Cart

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

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

Permissions

Tables SQL