Difference between revisions of "Module Shipments (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Category:Expedition]]
+
<!-- BEGIN origin interlang links -->
{{ToTranslate}}
+
<!-- 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]]
 +
{{TemplateDocDevEn}}
 +
{{TemplateModEN Developer}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
name=Shipment|  
+
name=Shipment|
 +
num=80|
 
devdoc=This page|
 
devdoc=This page|
userdoc=}}
+
userdoc=[[Module Shipments]]}}
{{TemplateDocDevEn}}
 
 
 
== Fonction ==
 
''Number : 80''
 
 
 
== Entité Expédition ==
 
La classe PHP pour manipuler l'objet est le fichier
 
''htdocs/expedition/expedition.class.php''.
 
  
Elle contient principalement une méthode fecth, insert et delete.
+
= Feature =
 +
The Shipping module allows you to manage product shipments from a sales order. It becomes possible to follow the quantities dispatched and quantities remaining to be dispatched, to generate a packing slip, to see proof of distribution.
  
 +
= Entity Shipment =
 +
{{TemplateDocDevEntityEn|
 +
class=htdocs/expedition/class/expedition.class.php}}
  
== Permissions ==
+
= Permissions =
 
*->expedition->lire
 
*->expedition->lire
 
*->expedition->creer
 
*->expedition->creer
Line 27: Line 32:
 
*->expedition->livrasion->supprimer
 
*->expedition->livrasion->supprimer
  
== Tables SQL ==
+
= Tables SQL =
 
* [[Expedition_(Table_SQL)|llx_expedition]]
 
* [[Expedition_(Table_SQL)|llx_expedition]]
 
* [[Expedition_methode_(Table_SQL)|llx_expedition_methode]]
 
* [[Expedition_methode_(Table_SQL)|llx_expedition_methode]]
 
* [[Expeditiondet_(Table_SQL)|llx_expeditiondet]]
 
* [[Expeditiondet_(Table_SQL)|llx_expeditiondet]]
 +
* [[Table_llx_expeditiondet_batch|llx_expeditiondet_batch]]

Latest revision as of 14:18, 2 July 2021

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

Feature

The Shipping module allows you to manage product shipments from a sales order. It becomes possible to follow the quantities dispatched and quantities remaining to be dispatched, to generate a packing slip, to see proof of distribution.

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