27 require
'../main.inc.php';
28 require_once DOL_DOCUMENT_ROOT.
'/reception/class/reception.class.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/lib/reception.lib.php';
31 if (!empty($conf->projet->enabled)) {
32 require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
33 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formprojet.class.php';
36 $langs->load(
"receptions");
37 $langs->load(
"companies");
38 $langs->load(
"bills");
39 $langs->load(
'deliveries');
40 $langs->load(
'orders');
41 $langs->load(
'stocks');
42 $langs->load(
'other');
43 $langs->load(
'propal');
47 $action =
GETPOST(
'action',
'aZ09');
51 if ($user->socid) $socid = $user->socid;
55 if ($id > 0 || !empty($ref))
57 $object->fetch($id, $ref);
58 $object->fetch_thirdparty();
60 if (!empty($object->origin))
62 $typeobject = $object->origin;
63 $origin = $object->origin;
64 $object->fetch_origin();
68 if ($typeobject ==
'commande' && $object->$typeobject->id && !empty($conf->commande->enabled))
71 $objectsrc->fetch($object->$typeobject->id);
73 if ($typeobject ==
'propal' && $object->$typeobject->id && !empty($conf->propal->enabled))
75 $objectsrc =
new Propal($db);
76 $objectsrc->fetch($object->$typeobject->id);
80 $permissionnote = $user->rights->reception->creer;
87 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
96 $form =
new Form($db);
98 if ($id > 0 || !empty($ref))
105 $linkback =
'<a href="'.DOL_URL_ROOT.
'/reception/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
107 $morehtmlref =
'<div class="refidno">';
109 $morehtmlref .= $form->editfieldkey(
"RefSupplier",
'', $object->ref_supplier, $object, $user->rights->reception->creer,
'string',
'', 0, 1);
110 $morehtmlref .= $form->editfieldval(
"RefSupplier",
'', $object->ref_supplier, $object, $user->rights->reception->creer,
'string',
'', null, null,
'', 1);
112 $morehtmlref .=
'<br>'.$langs->trans(
'ThirdParty').
' : '.$object->thirdparty->getNomUrl(1);
114 if (!empty($conf->projet->enabled)) {
115 $langs->load(
"projects");
116 $morehtmlref .=
'<br>'.$langs->trans(
'Project').
' ';
118 if ($action !=
'classify') {
119 $morehtmlref .=
'<a class="editfielda" href="'.$_SERVER[
'PHP_SELF'].
'?action=classify&id='.$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'SetProject')).
'</a> : ';
121 if ($action ==
'classify') {
123 $morehtmlref .=
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?id='.$object->id.
'">';
124 $morehtmlref .=
'<input type="hidden" name="action" value="classin">';
125 $morehtmlref .=
'<input type="hidden" name="token" value="'.newToken().
'">';
126 $morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project,
'projectid', $maxlength, 0, 1, 0, 1, 0, 0,
'', 1);
127 $morehtmlref .=
'<input type="submit" class="button" value="'.$langs->trans(
"Modify").
'">';
128 $morehtmlref .=
'</form>';
130 $morehtmlref .= $form->form_project(
$_SERVER[
'PHP_SELF'].
'?id='.$object->id, $object->socid, $object->fk_project,
'none', 0, 0, 0, 1);
135 $morehtmlref .=
' : ';
136 if (!empty($objectsrc->fk_project)) {
138 $proj->fetch($objectsrc->fk_project);
139 $morehtmlref .=
'<a href="'.DOL_URL_ROOT.
'/projet/card.php?id='.$objectsrc->fk_project.
'" title="'.$langs->trans(
'ShowProject').
'">';
140 $morehtmlref .= $proj->ref;
141 $morehtmlref .=
'</a>';
147 $morehtmlref .=
'</div>';
149 $object->picto =
'sending';
150 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
153 print '<div class="underbanner clearboth"></div>';
155 $cssclass =
'titlefield';
156 include DOL_DOCUMENT_ROOT.
'/core/tpl/notes.tpl.php';
if(!function_exists('dol_getprefix')) dol_include_once($relpath, $classname= '')
Make an include_once using default root and alternate root if it fails.
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
img_edit($titlealt= 'default', $float=0, $other= '')
Show logo editer/modifier fiche.
Class to manage projects.
Class to manage receptions.
Class to manage customers orders.
restrictedArea($user, $features, $objectid=0, $tableandshare= '', $feature2= '', $dbt_keyfield= 'fk_soc', $dbt_select= 'rowid', $isdraft=0)
Check permissions of a user to show a page and an object.
print $_SERVER["PHP_SELF"]
Edit parameters.
dol_get_fiche_head($links=array(), $active= '', $title= '', $notab=0, $picto= '', $pictoisfullpath=0, $morehtmlright= '', $morecss= '', $limittoshow=0, $moretabssuffix= '')
Show tabs of a record.
reception_prepare_head(Reception $object)
Prepare array with list of tabs.
print
Draft customers invoices.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
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.
Class to manage proposals.