Home
last modified time | relevance | path

Searched refs:user_author_id (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/commande/
H A Dnote.php82 $author->fetch($object->user_author_id);
H A Ddocument.php98 $author->fetch($object->user_author_id);
H A Ddispatch.php535 $author->fetch($object->user_author_id);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/commande/
H A Dnote.php85 $author->fetch($object->user_author_id);
H A Ddocument.php106 $author->fetch($object->user_author_id);
H A Ddispatch.php507 $author->fetch($object->user_author_id);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/class/
H A Dfournisseur.commande.class.php154 public $user_author_id; variable in CommandeFournisseur
368 $this->user_author_id = $obj->fk_user_author;
1511 $sql .= " fk_user_author=".(isset($this->user_author_id) ? $this->user_author_id : "null").",";
1609 $this->user_author_id = $user->id;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/commande/class/
H A Dcommande.class.php210 public $user_author_id; variable in Commande
1221 $this->user_author_id = $user->id;
1829 $this->user_author_id = $obj->fk_user_author;
3271 $sql .= " fk_user_author=".(isset($this->user_author_id) ? $this->user_author_id : "null").",";
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/commande/class/
H A Dcommande.class.php232 public $user_author_id; variable in Commande
1209 $this->user_author_id = $user->id;
1848 $this->user_author_id = $obj->fk_user_author;
3308 $sql .= " fk_user_author=".(isset($this->user_author_id) ? $this->user_author_id : "null").",";
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/expedition/
H A Dshipment.php248 $author->fetch($object->user_author_id);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/expedition/
H A Dshipment.php251 $author->fetch($object->user_author_id);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/propale/doc/
H A Dpdf_azur.modules.php440 if (!empty($conf->global->MAIN_ADD_CREATOR_IN_NOTE) && $object->user_author_id > 0)
443 $tmpuser->fetch($object->user_author_id);
H A Dpdf_cyan.modules.php437 if (!empty($conf->global->MAIN_ADD_CREATOR_IN_NOTE) && $object->user_author_id > 0) {
439 $tmpuser->fetch($object->user_author_id);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/class/
H A Dproject.class.php95 public $user_author_id; //!< Id of project creator. Not defined if shared project. variable in Project
633 $this->user_author_id = $obj->fk_user_creat;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/class/
H A Dproject.class.php95 public $user_author_id; //!< Id of project creator. Not defined if shared project. variable in Project
576 $this->user_author_id = $obj->fk_user_creat;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/propale/doc/
H A Dpdf_azur.modules.php438 if (!empty($conf->global->MAIN_ADD_CREATOR_IN_NOTE) && $object->user_author_id > 0) {
440 $tmpuser->fetch($object->user_author_id);
H A Dpdf_cyan.modules.php434 if (!empty($conf->global->MAIN_ADD_CREATOR_IN_NOTE) && $object->user_author_id > 0) {
436 $tmpuser->fetch($object->user_author_id);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/
H A Dlist.php735 $object->user_author_id = $obj->fk_user_creat;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/propal/class/
H A Dpropal.class.php168 public $user_author_id; variable in Propal
1534 $this->user_author_id = $obj->fk_user_author;
1622 $sql .= " fk_user_author=".(isset($this->user_author_id) ? $this->user_author_id : "null").",";
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/propal/class/
H A Dpropal.class.php185 public $user_author_id; variable in Propal
1552 $this->user_author_id = $obj->fk_user_author;
1654 $sql .= " fk_user_author=".(isset($this->user_author_id) ? $this->user_author_id : "null").",";
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/delivery/class/
H A Ddelivery.class.php332 $this->user_author_id = $obj->fk_user_author;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/delivery/class/
H A Ddelivery.class.php326 $this->user_author_id = $obj->fk_user_author;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/class/
H A Dfournisseur.commande.class.php152 public $user_author_id; variable in CommandeFournisseur
359 $this->user_author_id = $obj->fk_user_author;
1504 $this->user_author_id = $user->id;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/
H A Dlist.php993 $object->user_author_id = $obj->fk_user_creat;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fichinter/class/
H A Dfichinter.class.php1207 $this->user_author_id = $user->id;

12