33require
'../../main.inc.php';
34require_once DOL_DOCUMENT_ROOT.
'/core/lib/product.lib.php';
35require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
36require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
37require_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
38require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
39require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/productlot.class.php';
42$langs->loadLangs(array(
'other',
'products'));
46$action =
GETPOST(
'action',
'aZ09');
47$confirm =
GETPOST(
'confirm',
'alpha');
50$fieldvalue = (!empty($id) ? $id :
'');
53 $socid = $user->socid;
58$hookmanager->initHooks(array(
'productlotdocuments'));
61$limit =
GETPOST(
'limit',
'int') ?
GETPOST(
'limit',
'int') : $conf->liste_limit;
62$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
63$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
64$page = GETPOSTISSET(
'pageplusone') ? (
GETPOST(
'pageplusone') - 1) :
GETPOST(
"page",
'int');
65if (empty($page) || $page == -1) {
68$offset = $limit * $page;
75 $sortfield =
"position_name";
78$modulepart =
'product_batch';
82 $tmp = explode(
'_', $ref);
86 $object->fetch($id, $productid, $batch);
87 $object->ref = $object->batch;
89 if (isModEnabled(
'productbatch')) {
90 $upload_dir = $conf->productbatch->multidir_output[$object->entity].
'/'.
get_exdir(0, 0, 0, 1, $object, $modulepart);
92 if (empty($filearray)) {
94 $object->fetch($id, $productid, $batch);
95 $upload_dir = $conf->productbatch->multidir_output[$object->entity].
'/'.
get_exdir(0, 0, 0, 1, $object, $modulepart);
100$usercanread = $user->rights->produit->lire;
101$usercancreate = $user->rights->produit->creer;
102$usercandelete = $user->rights->produit->supprimer;
104if (empty($upload_dir)) {
105 $upload_dir = $conf->productbatch->multidir_output[$conf->entity];
108$permissiontoread = $usercanread;
109$permissiontoadd = $usercancreate;
110$permtoedit = $user->rights->produit->creer;
114if (empty($conf->productbatch->enabled)) {
118if ($user->socid > 0) {
123if (!$permissiontoread) {
132$parameters = array(
'id'=>$id);
133$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
138if (empty($reshook)) {
140 include DOL_DOCUMENT_ROOT.
'/core/actions_linkedfiles.inc.php';
148$form =
new Form($db);
150llxHeader(
'', $langs->trans(
'ProductLot'),
'');
158 $parameters = array();
159 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
160 print $hookmanager->resPrint;
166 $filearray =
dol_dir_list($upload_dir,
"files", 0,
'',
'(\.meta|_preview.*\.png)$', $sortfield, (strtolower($sortorder) ==
'desc' ?SORT_DESC:SORT_ASC), 1);
169 foreach ($filearray as $key => $file) {
170 $totalsize += $file[
'size'];
174 $linkback =
'<a href="'.DOL_URL_ROOT.
'/product/stock/productlot_list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
177 if ($user->socid && !in_array(
'batch', explode(
',', $conf->global->MAIN_MODULES_FOR_EXTERNAL))) {
181 dol_banner_tab($object,
'id', $linkback, $shownav,
'rowid',
'batch');
183 print
'<div class="fichecenter">';
185 print
'<div class="underbanner clearboth"></div>';
186 print
'<table class="border tableforfield" width="100%">';
189 print
'<tr><td class="titlefield">'.$langs->trans(
"Product").
'</td><td>';
190 $producttmp =
new Product($db);
191 $producttmp->fetch($object->fk_product);
192 print $producttmp->getNomUrl(1,
'stock').
" - ".$producttmp->label;
195 print
'<tr><td class="titlefield">'.$langs->trans(
"NbOfAttachedFiles").
'</td><td colspan="3">'.count($filearray).
'</td></tr>';
196 print
'<tr><td>'.$langs->trans(
"TotalSizeOfAttachedFiles").
'</td><td colspan="3">'.
dol_print_size($totalsize, 1, 1).
'</td></tr>';
200 print
'<div class="clearboth"></div>';
204 $param =
'&id='.$object->id;
205 include DOL_DOCUMENT_ROOT.
'/core/tpl/document_actions_post_headers.tpl.php';
207 print $langs->trans(
"ErrorUnknown");
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage products or services.
Class with list of lots and properties.
dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
dol_print_size($size, $shortvalue=0, $shortunit=0)
Return string with formated size.
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='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart='')
Return a path to have a the directory according to object where files are stored.
productlot_prepare_head($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.