Difference between revisions of "Module Shipments (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
(→‎Tables SQL: Add expeditiondet_batch table reference)
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
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_Expéditions_(développeur)]]
 +
[[es:Módulo_Expediciones_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:Shipment]]
 
[[Category:Shipment]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}

Revision as of 13:21, 23 July 2019

Shipment
Numero/ID of module 80
User doc. of module Module Shipments
Developer doc. of module This page

Feature

To complete

Entity Shipment

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

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

Permissions

  • ->expedition->lire
  • ->expedition->creer
  • ->expedition->valider
  • ->expedition->supprimer
  • ->expedition->livrasion->lire
  • ->expedition->livrasion->creer
  • ->expedition->livrasion->valider
  • ->expedition->livrasion->supprimer

Tables SQL