dolibarr 24.0.0-beta
reception.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3 * Copyright (C) 2004-2016 Laurent Destailleur <eldy@users.sourceforge.net>
4 * Copyright (C) 2005-2012 Regis Houssin <regis.houssin@inodbox.com>
5 * Copyright (C) 2014 Juanjo Menent <jmenent@2byte.es>
6 * Copyright (C) 2014 Florian Henry <florian.henry@open-concept.pro>
7 * Copyright (C) 2023 Gauthier VERDOL <gauthier.verdol@atm-consulting.fr>
8 * Copyright (C) 2024 Frédéric France <frederic.france@free.fr>
9 * Copyright (C) 2025 MDW <mdeweerd@users.noreply.github.com>
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 3 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program. If not, see <https://www.gnu.org/licenses/>.
23 */
24
31// Load Dolibarr environment
32require '../../../main.inc.php';
40require_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
41require_once DOL_DOCUMENT_ROOT.'/reception/class/reception.class.php';
42require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
43require_once DOL_DOCUMENT_ROOT.'/product/stock/class/productlot.class.php';
44require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
45
46// Load translation files required by the page
47$langs->loadLangs(array('companies', 'bills', 'products', 'supplier_proposal', 'productbatch'));
48
49$id = GETPOSTINT('id');
50$ref = GETPOST('ref', 'alpha');
51$batch = GETPOST('batch', 'alpha');
52$objectid = GETPOSTINT('productid');
53
54// Security check
55$fieldvalue = (!empty($id) ? $id : (!empty($ref) ? $ref : ''));
56$fieldtype = (!empty($ref) ? 'ref' : 'rowid');
57$socid = 0;
58if (!empty($user->socid)) {
59 $socid = $user->socid;
60}
61
62// Initialize a technical object to manage hooks of page. Note that conf->hooks_modules contains an array of hook context
63$hookmanager->initHooks(array('batchproductstatsreception'));
64
65$showmessage = GETPOST('showmessage');
66
67// Load variable for pagination
68$limit = GETPOSTINT('limit') ? GETPOSTINT('limit') : $conf->liste_limit;
69$sortfield = GETPOST('sortfield', 'aZ09comma');
70$sortorder = GETPOST('sortorder', 'aZ09comma');
71$page = GETPOSTISSET('pageplusone') ? (GETPOSTINT('pageplusone') - 1) : GETPOSTINT("page");
72if (empty($page) || $page == -1) {
73 $page = 0;
74} // If $page is not defined, or '' or -1
75$offset = $limit * $page;
76$pageprev = $page - 1;
77$pagenext = $page + 1;
78if (empty($sortorder)) {
79 $sortorder = "DESC";
80}
81if (empty($sortfield)) {
82 $sortfield = "recep.date_creation";
83}
84
85$search_month = GETPOST('search_month'); // Can be ''
86$search_year = GETPOST('search_year'); // Can be '''
87
88if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter', 'alpha')) {
89 $search_month = '';
90 $search_year = '';
91}
92
93if (!$user->hasRight('produit', 'lire')) {
95}
96
97
98/*
99 * View
100 */
101
102$receptionstatic = new Reception($db);
103$societestatic = new Societe($db);
104
105$form = new Form($db);
106$formother = new FormOther($db);
107
108if ($id > 0 || !empty($ref)) {
109 $object = new Productlot($db);
110 if ($ref) {
111 $tmp = explode('_', $ref);
112 $objectid = $tmp[0];
113 $batch = $tmp[1];
114 }
115 $result = $object->fetch($id, $objectid, $batch);
116
117 $parameters = array('id' => $id);
118 $reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
119 if ($reshook < 0) {
120 setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
121 }
122
123 $title = $langs->trans('ProductServiceCard');
124 $helpurl = '';
125 $shortlabel = dol_trunc($object->batch, 16);
126 $title = $langs->trans('Batch')." ".$shortlabel." - ".$langs->trans('Referers');
127
128 llxHeader('', $title, $helpurl, '', 0, 0, '', '', '', 'mod-product page-stock-stats_reception');
129
130 if ($result > 0) {
132 $titre = $langs->trans("CardProduct".$object->type);
133 $picto = 'lot';
134 $morehtmlref = '';
135 print dol_get_fiche_head($head, 'referers', $langs->trans("Batch"), -1, $object->picto);
136
137 $reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
138 print $hookmanager->resPrint;
139 if ($reshook < 0) {
140 setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
141 }
142
143 $linkback = '<a href="'.DOL_URL_ROOT.'/product/stock/productlot_list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
144
145 $shownav = 1;
146 if ($user->socid && !in_array('product', explode(',', getDolGlobalString('MAIN_MODULES_FOR_EXTERNAL')))) {
147 $shownav = 0;
148 }
149
150 dol_banner_tab($object, 'id', $linkback, $shownav, 'rowid', 'batch', $morehtmlref);
151
152 print '<div class="fichecenter">';
153
154 print '<div class="underbanner clearboth"></div>';
155 print '<table class="border centpercent tableforfield" width="100%">';
156
157
158 // Product
159 print '<tr><td class="titlefield">'.$langs->trans("Product").'</td><td>';
160 $producttmp = new Product($db);
161 $producttmp->fetch($object->fk_product);
162 print $producttmp->getNomUrl(1, 'stock')." - ".$producttmp->label;
163 print '</td></tr>';
164 print "</table>";
165
166 echo '<br>';
167
168 // // Sell by
169 // if (empty($conf->global->PRODUCT_DISABLE_SELLBY)) {
170 // print '<tr><td>';
171 // print $form->editfieldkey($langs->trans('SellByDate'), 'sellby', $object->sellby, $object, $user->rights->stock->creer, 'datepicker');
172 // print '</td><td>';
173 // print $form->editfieldval($langs->trans('SellByDate'), 'sellby', $object->sellby, $object, $user->rights->stock->creer, 'datepicker');
174 // print '</td>';
175 // print '</tr>';
176 // }
177 //
178 // // Eat by
179 // if (empty($conf->global->PRODUCT_DISABLE_EATBY)) {
180 // print '<tr><td>';
181 // print $form->editfieldkey($langs->trans('EatByDate'), 'eatby', $object->eatby, $object, $user->rights->stock->creer, 'datepicker');
182 // print '</td><td>';
183 // print $form->editfieldval($langs->trans('EatByDate'), 'eatby', $object->eatby, $object, $user->rights->stock->creer, 'datepicker');
184 // print '</td>';
185 // print '</tr>';
186 // }
187 //
188 // if (getDolGlobalString('PRODUCT_LOT_ENABLE_TRACEABILITY')) {
189 // print '<tr><td>'.$form->editfieldkey($langs->trans('ManufacturingDate'), 'manufacturing_date', $object->manufacturing_date, $object, $user->rights->stock->creer).'</td>';
190 // print '<td>'.$form->editfieldval($langs->trans('ManufacturingDate'), 'manufacturing_date', $object->manufacturing_date, $object, $user->rights->stock->creer, 'datepicker').'</td>';
191 // print '</tr>';
192 // // print '<tr><td>'.$form->editfieldkey($langs->trans('FirstUseDate'), 'commissionning_date', $object->commissionning_date, $object, $user->rights->stock->creer).'</td>';
193 // // print '<td>'.$form->editfieldval($langs->trans('FirstUseDate'), 'commissionning_date', $object->commissionning_date, $object, $user->rights->stock->creer, 'datepicker').'</td>';
194 // // print '</tr>';
195 // print '<tr><td>'.$form->editfieldkey($langs->trans('DestructionDate'), 'scrapping_date', $object->scrapping_date, $object, $user->rights->stock->creer).'</td>';
196 // print '<td>'.$form->editfieldval($langs->trans('DestructionDate'), 'scrapping_date', $object->scrapping_date, $object, $user->rights->stock->creer, 'datepicker').'</td>';
197 // print '</tr>';
198 // }
199 //
200 // // Quality control
201 // if (getDolGlobalString('PRODUCT_LOT_ENABLE_QUALITY_CONTROL')) {
202 // print '<tr><td>'.$form->editfieldkey($langs->trans('EndOfLife'), 'eol_date', $object->eol_date, $object, $user->rights->stock->creer).'</td>';
203 // print '<td>'.$form->editfieldval($langs->trans('EndOfLife'), 'eol_date', $object->eol_date, $object, $user->rights->stock->creer, 'datepicker').'</td>';
204 // print '</tr>';
205 // print '<tr><td>'.$form->editfieldkey($langs->trans('QCFrequency'), 'qc_frequency', $object->qc_frequency, $object, $user->rights->stock->creer).'</td>';
206 // print '<td>'.$form->editfieldval($langs->trans('QCFrequency'), 'qc_frequency', $object->qc_frequency, $object, $user->rights->stock->creer, 'numeric').'</td>';
207 // print '</tr>';
208 // }
209 //
210 // // Other attributes
211 // include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php';
212
213 print '<br>';
214
215
216 print '<table class="noborder centpercent tableforfield">';
217
218 $nboflines = show_stats_for_batch($object, $socid);
219
220 print "</table>";
221
222 print '</div>';
223
224
225 print '<div class="clearboth"></div>';
226
227 print dol_get_fiche_end();
228
229 if ($showmessage && $nboflines > 1) {
230 print '<span class="opacitymedium">'.$langs->trans("ClinkOnALinkOfColumn", $langs->transnoentitiesnoconv("Referers")).'</span>';
231 } elseif ($user->hasRight('reception', 'lire')) {
232 $sql = "SELECT DISTINCT s.nom as name, s.rowid as socid, s.code_fournisseur,";
233 $sql .= " recep.ref, recep.date_creation, recep.fk_statut as statut, recep.rowid as facid,";
234 $sql .= " d.qty";
235 // $sql.= ", d.total_ht as total_ht"; // We must keep the d.rowid here to not loose record because of the distinct used to ignore duplicate line when link on societe_commerciaux is used
236 if (!$user->hasRight('societe', 'client', 'voir')) {
237 $sql .= ", sc.fk_soc, sc.fk_user ";
238 }
239 $sql .= " FROM ".MAIN_DB_PREFIX."societe as s";
240 $sql .= " INNER JOIN ".MAIN_DB_PREFIX."reception as recep ON (recep.fk_soc = s.rowid)";
241 $sql .= " INNER JOIN ".MAIN_DB_PREFIX."receptiondet_batch as d ON (d.fk_reception = recep.rowid)";
242 if (!$user->hasRight('societe', 'client', 'voir')) {
243 $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
244 }
245 $sql .= " WHERE recep.entity IN (".getEntity('product').")";
246 $sql .= " AND d.batch = '".($db->escape($object->batch))."'";
247 if (!empty($search_month)) {
248 $sql .= ' AND MONTH(recep.date_creation) IN ('.$db->sanitize((string) $search_month).')';
249 }
250 if (!empty($search_year)) {
251 $sql .= ' AND YEAR(recep.date_creation) IN ('.$db->sanitize((string) $search_year).')';
252 }
253 if (!$user->hasRight('societe', 'client', 'voir')) {
254 $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
255 }
256 if ($socid) {
257 $sql .= " AND recep.fk_soc = ".((int) $socid);
258 }
259 $sql .= $db->order($sortfield, $sortorder);
260
261 // Calcul total qty and amount for global if full scan list
262 $total_ht = 0;
263 $total_qty = 0;
264
265 // Count total nb of records
266 $totalofrecords = '';
267 if (!getDolGlobalInt('MAIN_DISABLE_FULL_SCANLIST')) {
268 $result = $db->query($sql);
269 $totalofrecords = $db->num_rows($result);
270 }
271
272 $sql .= $db->plimit($limit + 1, $offset);
273
274 $result = $db->query($sql);
275 if ($result) {
276 $num = $db->num_rows($result);
277
278 $option = '&id='.$object->id;
279
280 if ($limit > 0 && $limit != $conf->liste_limit) {
281 $option .= '&limit='.((int) $limit);
282 }
283 if (!empty($search_month)) {
284 $option .= '&search_month='.urlencode((string) ($search_month));
285 }
286 if (!empty($search_year)) {
287 $option .= '&search_year='.urlencode((string) ($search_year));
288 }
289
290 print '<form method="post" action="'.$_SERVER ['PHP_SELF'].'?id='.$object->id.'" name="search_form">'."\n";
291 print '<input type="hidden" name="token" value="'.newToken().'">';
292 print '<input type="hidden" name="sortfield" value="'.$sortfield.'"/>';
293 print '<input type="hidden" name="sortorder" value="'.$sortorder.'"/>';
294
295 // @phan-suppress-next-line PhanPluginSuspiciousParamOrder
296 print_barre_liste($langs->trans("Receptions"), $page, $_SERVER["PHP_SELF"], $option, $sortfield, $sortorder, '', $num, $totalofrecords, '', 0, '', '', $limit, 0, 0, 1);
297
298 if (!empty($page)) {
299 $option .= '&page='.urlencode((string) ($page));
300 }
301
302 print '<div class="liste_titre liste_titre_bydiv centpercent">';
303 print '<div class="divsearchfield">';
304 print $langs->trans('Period').' ('.$langs->trans("DateCreation").') - ';
305 print $langs->trans('Month').':<input class="flat" type="text" size="4" name="search_month" value="'.$search_month.'"> ';
306 print $langs->trans('Year').':'.$formother->selectyear($search_year ? (string) $search_year : '-1', 'search_year', 1, 20, 5);
307 print '<div style="vertical-align: middle; display: inline-block">';
308 print '<input type="image" class="liste_titre" name="button_search" src="'.img_picto($langs->trans("Search"), 'search.png', '', 0, 1).'" value="'.dol_escape_htmltag($langs->trans("Search")).'" title="'.dol_escape_htmltag($langs->trans("Search")).'">';
309 print '<input type="image" class="liste_titre" name="button_removefilter" src="'.img_picto($langs->trans("Search"), 'searchclear.png', '', 0, 1).'" value="'.dol_escape_htmltag($langs->trans("RemoveFilter")).'" title="'.dol_escape_htmltag($langs->trans("RemoveFilter")).'">';
310 print '</div>';
311 print '</div>';
312 print '</div>';
313
314 $i = 0;
315 print '<div class="div-table-responsive">';
316 print '<table class="tagtable liste listwithfilterbefore" width="100%">';
317 print '<tr class="liste_titre">';
318 print_liste_field_titre("Ref", $_SERVER["PHP_SELF"], "s.rowid", "", $option, '', $sortfield, $sortorder);
319 print_liste_field_titre("Company", $_SERVER["PHP_SELF"], "s.nom", "", $option, '', $sortfield, $sortorder);
320 print_liste_field_titre("SupplierCode", $_SERVER["PHP_SELF"], "s.code_fournisseur", "", $option, '', $sortfield, $sortorder);
321 print_liste_field_titre("DateCreation", $_SERVER["PHP_SELF"], "recep.date_creation", "", $option, 'align="center"', $sortfield, $sortorder);
322 print_liste_field_titre("Qty", $_SERVER["PHP_SELF"], "d.qty", "", $option, 'align="center"', $sortfield, $sortorder);
323 // print_liste_field_titre("AmountHT", $_SERVER["PHP_SELF"], "d.total_ht", "", $option, 'align="right"', $sortfield, $sortorder);
324 print_liste_field_titre("Status", $_SERVER["PHP_SELF"], "recep.fk_statut", "", $option, 'align="right"', $sortfield, $sortorder);
325 print "</tr>\n";
326
327 if ($num > 0) {
328 while ($i < min($num, $limit)) {
329 $objp = $db->fetch_object($result);
330
331 $total_ht += $objp->total_ht;
332 $total_qty += $objp->qty;
333
334 $receptionstatic->id = $objp->facid;
335 $receptionstatic->ref = $objp->ref;
336 $societestatic->fetch($objp->socid);
337 // $paiement = $receptionstatic->getSommePaiement();
338
339 print '<tr class="oddeven">';
340 print '<td>';
341 print $receptionstatic->getNomUrl(1);
342 print "</td>\n";
343 print '<td>'.$societestatic->getNomUrl(1).'</td>';
344 print "<td>".$objp->code_fournisseur."</td>\n";
345 print '<td class="center">';
346 print dol_print_date($db->jdate($objp->date_creation), 'dayhour')."</td>";
347 print '<td class="center">'.$objp->qty."</td>\n";
348 // print '<td align="right">'.price($objp->total_ht)."</td>\n";
349 print '<td align="right">'.$receptionstatic->LibStatut($objp->statut, 5).'</td>';
350 print "</tr>\n";
351 $i++;
352 }
353 }
354 print '<tr class="liste_total">';
355 if ($num < $limit) {
356 print '<td class="left">'.$langs->trans("Total").'</td>';
357 } else {
358 print '<td class="left">'.$langs->trans("Totalforthispage").'</td>';
359 }
360 print '<td colspan="2"></td>';
361 print '<td></td>';
362 print '<td class="center">'.$total_qty.'</td>';
363 print '<td></td>';
364 print "</table>";
365 print '</div>';
366 print '</form>';
367 } else {
369 }
370 $db->free($result);
371 }
372 }
373} else {
375}
376
377// End of page
378llxFooter();
379$db->close();
$id
Support class for third parties, contacts, members, users or resources.
Definition account.php:47
if(! $sortfield) if(! $sortorder) $object
Definition account.php:100
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
Definition wrapper.php:91
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Definition wrapper.php:73
Class to manage generation of HTML components Only common components must be here.
Class to help generate other html components Only common components are here.
Class to manage products or services.
Class with list of lots and properties.
Class to manage receptions.
Class to manage third parties objects (customers, suppliers, prospects...)
if(!isModEnabled('ai')||!getDolGlobalString('AI_ASSISTANT_ENABLED')) global $conf
The main.inc.php has been included so the following variable are now defined:
if(!isModEnabled('ai')||!getDolGlobalString('AI_ASSISTANT_ENABLED')) global $db
API class for accounts.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
print_liste_field_titre($name, $file="", $field="", $begin="", $param="", $moreattrib="", $sortfield="", $sortorder="", $prefix="", $tooltip="", $forcenowrapcolumntitle=0)
Show title line of an array.
print_barre_liste($title, $page, $file, $options='', $sortfield='', $sortorder='', $morehtmlcenter='', $num=-1, $totalnboflines='', $picto='generic', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limit=-1, $selectlimitsuffix=0, $hidenavigation=0, $pagenavastextinput=0, $morehtmlrightbeforearrow='')
Print a title with navigation controls for pagination.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0, $morecssdiv='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false, $decorate=0)
Output date in a string format according to outputlangs (or langs if not defined).
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
dol_trunc($string, $size=40, $trunc='right', $stringencoding='UTF-8', $nodot=0, $display=0)
Truncate a string to a particular length adding '…' if string larger than length.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
show_stats_for_batch($batch, $socid)
Show stats for product batch.
productlot_prepare_head($object)
Prepare array with list of tabs.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.