Module Shipments (developer)

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