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';
 
   41global $conf, $db, $langs, $user;
 
   44$langs->loadLangs(array(
'other', 
'products'));
 
   48$action = 
GETPOST(
'action', 
'aZ09');
 
   49$confirm = 
GETPOST(
'confirm', 
'alpha');
 
   52$fieldvalue = (!empty($id) ? $id : 
'');
 
   55  $socid = $user->socid;
 
   60$hookmanager->initHooks(array(
'productlotdocuments'));
 
   63$limit = 
GETPOST(
'limit', 
'int') ? 
GETPOST(
'limit', 
'int') : $conf->liste_limit;
 
   64$sortfield = 
GETPOST(
'sortfield', 
'aZ09comma');
 
   65$sortorder = 
GETPOST(
'sortorder', 
'aZ09comma');
 
   66$page = GETPOSTISSET(
'pageplusone') ? (
GETPOST(
'pageplusone') - 1) : 
GETPOST(
"page", 
'int');
 
   67if (empty($page) || $page == -1) {
 
   70$offset = $limit * $page;
 
   77  $sortfield = 
"position_name";
 
   80$modulepart = 
'product_batch';
 
   84    $tmp = explode(
'_', $ref);
 
   88  $object->fetch($id, $productid, $batch);
 
   89  $object->ref = $object->batch; 
 
   91  if (isModEnabled(
'productbatch')) {
 
   92    $upload_dir = $conf->productbatch->multidir_output[$object->entity].
'/'.
get_exdir(0, 0, 0, 1, $object, $modulepart);
 
   94    if (empty($filearray)) {
 
   96      $object->fetch($id, $productid, $batch);
 
   97      $upload_dir = $conf->productbatch->multidir_output[$object->entity].
'/'.
get_exdir(0, 0, 0, 1, $object, $modulepart);
 
  102$usercanread = $user->hasRight(
'produit', 
'lire');
 
  103$usercancreate = $user->hasRight(
'produit', 
'creer');
 
  104$usercandelete = $user->hasRight(
'produit', 
'supprimer');
 
  106if (empty($upload_dir)) {
 
  107  $upload_dir = $conf->productbatch->multidir_output[$conf->entity];
 
  110$permissiontoread = $usercanread;
 
  111$permissiontoadd = $usercancreate;
 
  112$permtoedit = $user->rights->produit->creer;
 
  116if (!isModEnabled(
'productbatch')) {
 
  120if ($user->socid > 0) { 
 
  125if (!$permissiontoread) {
 
  134$parameters = array(
'id'=>$id);
 
  135$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action); 
 
  140if (empty($reshook)) {
 
  142  include DOL_DOCUMENT_ROOT.
'/core/actions_linkedfiles.inc.php';
 
  150$form = 
new Form($db);
 
  152llxHeader(
'', $langs->trans(
'ProductLot'), 
'');
 
  160  $parameters = array();
 
  161  $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action); 
 
  162  print $hookmanager->resPrint;
 
  168  $filearray = 
dol_dir_list($upload_dir, 
"files", 0, 
'', 
'(\.meta|_preview.*\.png)$', $sortfield, (strtolower($sortorder) == 
'desc' ? SORT_DESC : SORT_ASC), 1);
 
  171  foreach ($filearray as $key => $file) {
 
  172    $totalsize += $file[
'size'];
 
  176  $linkback = 
'<a href="'.DOL_URL_ROOT.
'/product/stock/productlot_list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
 
  179  if ($user->socid && !in_array(
'batch', explode(
',', 
getDolGlobalString(
'MAIN_MODULES_FOR_EXTERNAL')))) {
 
  183  dol_banner_tab($object, 
'id', $linkback, $shownav, 
'rowid', 
'batch');
 
  185  print 
'<div class="fichecenter">';
 
  187  print 
'<div class="underbanner clearboth"></div>';
 
  188  print 
'<table class="border tableforfield" width="100%">';
 
  191  print 
'<tr><td class="titlefield">'.$langs->trans(
"Product").
'</td><td>';
 
  192  $producttmp = 
new Product($db);
 
  193  $producttmp->fetch($object->fk_product);
 
  194  print $producttmp->getNomUrl(1, 
'stock').
" - ".$producttmp->label;
 
  197  print 
'<tr><td class="titlefield">'.$langs->trans(
"NbOfAttachedFiles").
'</td><td colspan="3">'.count($filearray).
'</td></tr>';
 
  198  print 
'<tr><td>'.$langs->trans(
"TotalSizeOfAttachedFiles").
'</td><td colspan="3">'.
dol_print_size($totalsize, 1, 1).
'</td></tr>';
 
  202  print 
'<div class="clearboth"></div>';
 
  206  $param = 
'&id='.$object->id;
 
  207  include DOL_DOCUMENT_ROOT.
'/core/tpl/document_actions_post_headers.tpl.php';
 
  209  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.
 
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
 
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.