28 require
'../main.inc.php';
29 require_once DOL_DOCUMENT_ROOT.
'/reception/class/reception.class.php';
30 require_once DOL_DOCUMENT_ROOT.
'/core/lib/reception.lib.php';
31 if (!empty($conf->project->enabled)) {
32 require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
33 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formprojet.class.php';
35 require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.commande.class.php';
36 require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.commande.dispatch.class.php';
38 $langs->loadLangs(array(
"receptions",
"companies",
"bills",
'deliveries',
'orders',
'stocks',
'other',
'propal'));
42 $action =
GETPOST(
'action',
'aZ09');
45 if ($id > 0 || !empty($ref)) {
46 $object->fetch($id, $ref);
47 $object->fetch_thirdparty();
49 if (!empty($object->origin)) {
50 $origin = $object->origin;
52 $object->fetch_origin();
53 $typeobject = $object->origin;
57 if ($origin ==
'order_supplier' && $object->$typeobject->id && (
isModEnabled(
"fournisseur") && empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD) ||
isModEnabled(
"supplier_order"))) {
59 $objectsrc->fetch($object->$typeobject->id);
64 $hookmanager->initHooks(array(
'receptionnote'));
67 if ($user->socid > 0) {
68 $socid = $user->socid;
72 $permissiontoread = $user->rights->reception->lire;
73 $permissiontoadd = $user->rights->reception->creer;
74 $permissiondellink = $user->rights->reception->creer;
75 $permissiontovalidate = ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && !empty($user->rights->reception->creer)) || (!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && !empty($user->rights->reception->reception_advance->validate)));
76 $permissiontodelete = $user->rights->reception->supprimer;
78 $permissiontoread = $user->rights->fournisseur->commande->receptionner;
79 $permissiontoadd = $user->rights->fournisseur->commande->receptionner;
80 $permissiondellink = $user->rights->fournisseur->commande->receptionner;
81 $permissiontovalidate = ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && !empty($user->rights->fournisseur->commande->receptionner)) || (!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && !empty($user->rights->fournisseur->commande_advance->check)));
82 $permissiontodelete = $user->rights->fournisseur->commande->receptionner;
84 $permissionnote = $user->rights->reception->creer;
86 if ($origin ==
'reception') {
89 if ($origin ==
'reception') {
92 if ($origin ==
'supplierorder' || $origin ==
'order_supplier') {
93 $result =
restrictedArea($user,
'fournisseur', $origin_id,
'commande_fournisseur',
'commande');
94 } elseif (empty($user->rights->{$origin}->lire) && empty($user->rights->{$origin}->read)) {
106 $reshook = $hookmanager->executeHooks(
'doActions', array(), $object, $action);
110 if (empty($reshook)) {
111 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
119 llxHeader(
'', $langs->trans(
'Reception'));
123 if ($id > 0 || !empty($ref)) {
125 print
dol_get_fiche_head($head,
'note', $langs->trans(
"Reception"), -1,
'dollyrevert');
129 $linkback =
'<a href="'.DOL_URL_ROOT.
'/reception/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
131 $morehtmlref =
'<div class="refidno">';
133 $morehtmlref .=
$form->editfieldkey(
"RefSupplier",
'', $object->ref_supplier, $object, $user->rights->reception->creer,
'string',
'', 0, 1);
134 $morehtmlref .=
$form->editfieldval(
"RefSupplier",
'', $object->ref_supplier, $object, $user->rights->reception->creer,
'string',
'',
null,
null,
'', 1);
136 $morehtmlref .=
'<br>'.$object->thirdparty->getNomUrl(1);
138 if (!empty($conf->project->enabled)) {
139 $langs->load(
"projects");
140 $morehtmlref .=
'<br>';
142 $morehtmlref .=
img_picto($langs->trans(
"Project"),
'project',
'class="pictofixedwidth"');
143 if ($action !=
'classify' && $permissiontoadd) {
144 $morehtmlref .=
'<a class="editfielda" href="'.$_SERVER[
'PHP_SELF'].
'?action=classify&token='.
newToken().
'&id='.$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'SetProject')).
'</a> ';
146 $morehtmlref .=
$form->form_project($_SERVER[
'PHP_SELF'].
'?id='.$object->id, (empty($conf->global->PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS) ? $object->socid : -1), $object->fk_project, ($action ==
'classify' ?
'projectid' :
'none'), 0, ($action ==
'classify' ? 1 : 0), 0, 1,
'');
148 if (!empty($objectsrc) && !empty($objectsrc->fk_project)) {
150 $proj->fetch($objectsrc->fk_project);
151 $morehtmlref .= $proj->getNomUrl(1);
153 $morehtmlref .=
'<span class="opacitymedium"> - '.dol_escape_htmltag($proj->title).
'</span>';
158 $morehtmlref .=
'</div>';
160 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
163 print
'<div class="underbanner clearboth"></div>';
165 $cssclass =
'titlefield';
166 include DOL_DOCUMENT_ROOT.
'/core/tpl/notes.tpl.php';
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage predefined suppliers products.
Class to manage projects.
Class to manage receptions.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
Show tab footer of a card.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
isModEnabled($module)
Is Dolibarr module enabled.
img_edit($titlealt='default', $float=0, $other='')
Show logo editer/modifier fiche.
reception_prepare_head(Reception $object)
Prepare array with list of tabs.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.