Difference between revisions of "Module Fournisseurs (développeur)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Commandes ==
 
== Commandes ==
 +
 +
=== Permissions ===
 +
 +
  if ($obj->fk_id == 181)
 +
    $this->rights->fournisseur->commande->lire = 1;
 +
 +
  if ($obj->fk_id == 182)
 +
    $this->rights->fournisseur->commande->creer = 1;
 +
 +
  if ($obj->fk_id == 183)
 +
    $this->rights->fournisseur->commande->valider = 1;
 +
 +
  if ($obj->fk_id == 184)
 +
    $this->rights->fournisseur->commande->approuver = 1;
 +
 +
  if ($obj->fk_id == 185)
 +
    $this->rights->fournisseur->commande->commander = 1;
 +
 +
  if ($obj->fk_id == 186)
 +
    $this->rights->fournisseur->commande->cloturer = 1;
  
 
=== Différents Statuts ===
 
=== Différents Statuts ===

Revision as of 09:24, 30 November 2004

Commandes

Permissions

if ($obj->fk_id == 181) $this->rights->fournisseur->commande->lire = 1;

if ($obj->fk_id == 182) $this->rights->fournisseur->commande->creer = 1;

if ($obj->fk_id == 183) $this->rights->fournisseur->commande->valider = 1;

if ($obj->fk_id == 184) $this->rights->fournisseur->commande->approuver = 1;

if ($obj->fk_id == 185) $this->rights->fournisseur->commande->commander = 1;

if ($obj->fk_id == 186) $this->rights->fournisseur->commande->cloturer = 1;

Différents Statuts

  • 0 : mode brouillon en rédaction
  • 1 : rédigée, le rédacteur de la commande a finit la rédaction de sa commande
  • 2 : validée, la personne devant validée les commandes a valider la commande
  • 3 : transmise au fournisseur
  • 4 : livrée partiellement
  • 5 : totalement livrée ou cloturée
  • 9 : refusée, le responsable des commandes a refusée la commande