Difference between revisions of "Module Sales Orders (developer)"
Jump to navigation
Jump to search
m (→Feature) |
PolyglotBot (talk | contribs) 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_Commandes_Clients_(développeur)]] | ||
+ | [[es:Módulo_Pedidos_(desarrollador)]] | ||
+ | <!-- END interlang links --> | ||
+ | |||
[[Category:Orders]] | [[Category:Orders]] | ||
{{TemplateDocDevEn}} | {{TemplateDocDevEn}} |
Revision as of 13:21, 23 July 2019
Order | |
---|---|
Numero/ID of module | 25 |
User doc. of module | Module Customers Orders |
Developer doc. of module | This page |
Feature
Customer orders module allows you to manage the following entities in Dolibarr:
- Customer orders
- Lines of customer order
Supplier orders are managed by the Module Suppliers (developer) module.
Entity Order
The PHP class to use to manipulate such object is file htdocs/commande/class/commande.class.php.
It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.
Business rules:
- A command/order has several command/order lines
- It is possible to attach 1 to n contacts for an order
- To complete...
Life Cycle:
- An order can be created in draft mode (Causes trigger ORDER_CREATE)
- An order can be changed (Causes trigger ORDER_UPDATE)
- An order can be validated (Causes trigger ORDER_VALIDATE)
Permissions
- ->commande->lire
- ->commande->creer
- ->commande->valider
- ->commande->envoyer
- ->commande->cloturer
- ->commande->annuler
- ->commande->supprimer
- ->commande->export
Tables SQL
- llx_commande table principales des commandes clients
- llx_commandedet détails des commandes clients