probleme mouvement de stock

Bonjour, j’ai un gros soucis. (version 9.0.3)

Mes mouvements de stocks sont au nombre de 2372 (cela s’affiche entre parenthèse en haut du module mouvement), par contre tous les mouvements depuis lundi et donc le mouvement N°2308 ne s’affichent plus à l’écran…

Quelqu’un aurait une idée ?

Bonjour,

a vu de nez et n’étant pas utilisateur depuis longtemps, je dirais que tu as un masque d’affichage, ce qui fait que seuls les 25 derniers mouvements sont affichés non?

bonne soirée

Non non g bien mes 2008 mouvement affiche mais pas les 300 derniers et mon masque d affichage est a 10000…

Salut schtroll,

je ne comprends rien à ton problème.

dans le premier message tu dis en avoir 2372 et que tu n’as pas l’affichage des mouvements enregistrés depuis lundi.
dans le dernier message tu dis en avoir 2008 et seulement 300 affichés.
le rapport entre les 2 ?

Bref,

tu as une erreur ?
tu as des trous de numérotation ?
tu n’as effectivement accès qu’aux 300 « derniers » mouvements ? (« derniers » classés par quoi ?)
tu as des filtres activés ? (pour tous les supprimer, clique sur la petite croix tout en haut à droite du tableau à coté de la loupe)
Par quel écran passes tu pour visualiser les mouvements ?
tu as vérifié en base de donnée si tes mouvements « manquants » étaient présents ?

Donne des exemples clairs et des copies d’écrans, parce que là c’est trop vague pour t’aiguiller vers quelque chose …

Bonjour, en fait mon soucis est :
J’ai 2381 mouvement de stock, et seulement 2308 qui s’affiche, tout fonctionnait très bien jusqu’à hier…
Quand je fais un export via le module outils, no soucy tous mes mouvement apparaissent…
Mais dans le module mouvements non… et pourtant mes affichages de liste sont à 10 000 par défaut…
La photo n°1 vous montre que dolibarr détecte bien 2381 mouvement de stock

1.jpg
La photo n°2 est la butée basse de la liste qui s’arrête à 2308…

2.jpg
Les dernier mouvement n’aparaisse pas…
Pourtant il apparaisse si je vais dans chaque produit puis stock puis mouvement ou si je fais un export via le module outils…
Je n’y comprend plus rien…
Et c’est ce document que la douane inspecte à chaque contrôle… il me faut le faire refonctionner au plus vite…

Salut schtroll,

pas de panique ! :happy:

ça vient surement d’une limitation autre que celle des 10 000 que tu as sélectionné :
- peut être un paramétrage au niveau du serveur (un temps d’execution, un nombre d’enreg max, par requête, etc…)
- une autre limitation dans dolibarr (mais j’en doute)

en attendant :
si dans le filtre en haut, tu spécifie un mois et une année -> est ce que tu as bien accès à tous tes mouvements, mois par mois ? (même les plus anciens récents)
Au moins en cas de contrôle des douanes : tu peux leur montrer les mouvements mois par mois.
Et s’ils veulent tout d’un coup : l’export fonctionne.

essaie aussi de cliquer sur « ref » (pour trier par réf mais en ordre décroissant)
-> tu vois bien tes mouvements les plus récents ?

Salut are, quand je clique sur ref (chose auquelle je n’avait pas pensé lol) il m’affiche bien les dernier, mais cette fois ci pas tous juste les 20 derniers … du 2361 au 2381…
As tu une idée de comment je modifié les parametrage du serveur ovh ???

Salut shtroll,

c’est que pour l’instant, je n’ai aucune idée de te dire quoi modifier …
si tu as juste les 20 derniers, ça n’est pas un timeout…

Si tu fais la même chose (classer par ref en ordre décroissant) mais en mettant 1000 ou 500 comme nombre de mouvements : tu en as bien 1000 qui s’affichent et tu as plusieurs pages ? (en haut à droite 1 2 3 … 5 6 par exemple)

Tu es en quelle version de dolibarr ?
quel type d’hébergement chez OVH ?
Quelle version de php ?

Salut Arre,

Si je classe par 500 ou par 1000 même problème…

Si classement croissant , toutes les ecriture depuis le 07/10 n’apparaissent pas, si classement décroissant (par 1000)
page 1 : ref 2437 à ref 2356 --pas ok lol
Page 2 ref 1437 à 438 -->ok
page 3:437 à 1 -->ok

Dolibar V9.0.03
Apache ,Hebergement FTP+base de données mysql
php :7.1.30

Resalut arre,

je te joint mon fichier mouvement.php
j’avais à l’époque modifié qq trucs (ligne 1144) pour que les quantité soit converti en hectolitre, rien de bien monstrueux, je ne pense pas que le pb vienne de la… mais j’ai peut etre par inadvertance touché autre chose… peut etre qu’un oeil neuf trouvera la couille que je ne trouve pas… (je n’arrive pas à joindre le fichier php au message… je t’ai fait une copie du code du coup)

<?php
/* Copyright (C) 2001-2006	Rodolphe Quiedeville	<[email protected]>
 * Copyright (C) 2004-2017	Laurent Destailleur		<[email protected]>
 * Copyright (C) 2005-2014	Regis Houssin			<[email protected]>
 * Copyright (C) 2015		Juanjo Menent			<[email protected]>
 * Copyright (C) 2018		Ferran Marcet			<[email protected]>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

/**
 *	\file       htdocs/product/stock/movement_list.php
 *	\ingroup    stock
 *	\brief      Page to list stock movements
 */

require '../../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
require_once DOL_DOCUMENT_ROOT.'/product/stock/class/entrepot.class.php';
require_once DOL_DOCUMENT_ROOT.'/product/stock/class/mouvementstock.class.php';
require_once DOL_DOCUMENT_ROOT.'/product/stock/class/productlot.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
require_once DOL_DOCUMENT_ROOT.'/product/class/html.formproduct.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/stock.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
if (! empty($conf->projet->enabled))
{
	require_once DOL_DOCUMENT_ROOT.'/core/class/html.formprojet.class.php';
	require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
}

// Load translation files required by the page
$langs->loadLangs(array('products', 'stocks', 'orders'));
if (! empty($conf->productbatch->enabled)) $langs->load("productbatch");

$id=GETPOST('id','int');
$ref = GETPOST('ref','alpha');
$msid=GETPOST('msid','int');
$product_id=GETPOST("product_id");
$action=GETPOST('action','aZ09');
$cancel=GETPOST('cancel','alpha');
$contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'movementlist';

// Security check
//$result=restrictedArea($user, 'stock', $id, 'entrepot&stock');
$result=restrictedArea($user, 'stock');

$idproduct = GETPOST('idproduct','int');
$year = GETPOST("year");
$month = GETPOST("month");
$search_ref = GETPOST('search_ref', 'alpha');
$search_movement = GETPOST("search_movement");
$search_product_ref = trim(GETPOST("search_product_ref"));
$search_product = trim(GETPOST("search_product"));
$search_warehouse = trim(GETPOST("search_warehouse"));
$search_inventorycode = trim(GETPOST("search_inventorycode"));
$search_user = trim(GETPOST("search_user"));
$search_batch = trim(GETPOST("search_batch"));
$search_qty = trim(GETPOST("search_qty"));
$search_type_mouvement=GETPOST('search_type_mouvement','int');

$limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
$page = GETPOST("page",'int');
$sortfield = GETPOST("sortfield",'alpha');
$sortorder = GETPOST("sortorder",'alpha');
if (empty($page) || $page == -1) { $page = 0; }     // If $page is not defined, or '' or -1
$offset = $limit * $page;
if (! $sortfield) $sortfield="m.datem";
if (! $sortorder) $sortorder="DESC";

$pdluoid=GETPOST('pdluoid','int');

// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
$object = new MouvementStock($db);
$hookmanager->initHooks(array('movementlist'));
$extrafields = new ExtraFields($db);
$formfile = new FormFile($db);

// fetch optionals attributes and labels
$extralabels = $extrafields->fetch_name_optionals_label('movement');
$search_array_options=$extrafields->getOptionalsFromPost($object->table_element,'','search_');

$arrayfields=array(
    'm.rowid'=>array('label'=>$langs->trans("Ref"), 'checked'=>1),
    'm.datem'=>array('label'=>$langs->trans("Date"), 'checked'=>1),
    'p.ref'=>array('label'=>$langs->trans("ProductRef"), 'checked'=>1, 'css'=>'maxwidth100'),
    'p.label'=>array('label'=>$langs->trans("ProductLabel"), 'checked'=>1),
    'm.batch'=>array('label'=>$langs->trans("BatchNumberShort"), 'checked'=>1, 'enabled'=>(! empty($conf->productbatch->enabled))),
    'pl.eatby'=>array('label'=>$langs->trans("EatByDate"), 'checked'=>0, 'enabled'=>(! empty($conf->productbatch->enabled))),
    'pl.sellby'=>array('label'=>$langs->trans("SellByDate"), 'checked'=>0, 'position'=>10, 'enabled'=>(! empty($conf->productbatch->enabled))),
    'e.ref'=>array('label'=>$langs->trans("Warehouse"), 'checked'=>1, 'enabled'=>(! $id > 0)),	// If we are on specific warehouse, we hide it
    'm.fk_user_author'=>array('label'=>$langs->trans("Author"), 'checked'=>0),
    'm.inventorycode'=>array('label'=>$langs->trans("InventoryCodeShort"), 'checked'=>1),
    'm.label'=>array('label'=>$langs->trans("MovementLabel"), 'checked'=>1),
    'm.type_mouvement'=>array('label'=>$langs->trans("TypeMovement"), 'checked'=>1),
    'origin'=>array('label'=>$langs->trans("Origin"), 'checked'=>1),
	'm.value'=>array('label'=>$langs->trans("Qty"), 'checked'=>1),
	'm.price'=>array('label'=>$langs->trans("UnitPurchaseValue"), 'checked'=>0),
		//'m.datec'=>array('label'=>$langs->trans("DateCreation"), 'checked'=>0, 'position'=>500),
    //'m.tms'=>array('label'=>$langs->trans("DateModificationShort"), 'checked'=>0, 'position'=>500)
);



/*
 * Actions
 */

$usercanread = (($user->rights->stock->mouvement->lire));
$usercancreate = (($user->rights->stock->mouvement->creer));
$usercandelete = (($user->rights->stock->mouvement->supprimer));

if (GETPOST('cancel','alpha')) { $action='list'; $massaction=''; }
if (! GETPOST('confirmmassaction','alpha') && $massaction != 'presend' && $massaction != 'confirm_presend') { $massaction=''; }

$parameters=array();
$reshook=$hookmanager->executeHooks('doActions',$parameters,$object,$action);    // Note that $action and $object may have been modified by some hooks
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');

include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php';

// Do we click on purge search criteria ?
if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter','alpha')) // Both test are required to be compatible with all browsers
{
    $year='';
    $month='';
    $search_ref='';
    $search_movement="";
    $search_type_mouvement="";
    $search_inventorycode="";
    $search_product_ref="";
    $search_product="";
    $search_warehouse="";
    $search_user="";
    $search_batch="";
    $search_qty='';
    $sall="";
	$toselect='';
    $search_array_options=array();
}

// Correct stock
if ($action == "correct_stock")
{
	$product = new Product($db);
	if (! empty($product_id)) $result=$product->fetch($product_id);

	$error=0;

	if (empty($product_id))
	{
		$error++;
		setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Product")), null, 'errors');
		$action='correction';
	}
	if (! is_numeric($_POST["nbpiece"]))
	{
		$error++;
		setEventMessages($langs->trans("ErrorFieldMustBeANumeric", $langs->transnoentitiesnoconv("NumberOfUnit")), null, 'errors');
		$action='correction';
	}

	if (! $error)
    {
		$origin_element = '';
		$origin_id = null;

		if (GETPOST('projectid', 'int'))
		{
			$origin_element = 'project';
			$origin_id = GETPOST('projectid', 'int');
		}

        if ($product->hasbatch())
        {
        	$batch=GETPOST('batch_number');

        	//$eatby=GETPOST('eatby');
        	//$sellby=GETPOST('sellby');
        	$eatby=dol_mktime(0, 0, 0, GETPOST('eatbymonth'), GETPOST('eatbyday'), GETPOST('eatbyyear'));
        	$sellby=dol_mktime(0, 0, 0, GETPOST('sellbymonth'), GETPOST('sellbyday'), GETPOST('sellbyyear'));

	        $result=$product->correct_stock_batch(
	            $user,
	            $id,
	            GETPOST("nbpiece",'int'),
	            GETPOST("mouvement"),
	            GETPOST("label",'san_alpha'),
	            GETPOST('unitprice'),
	        	$eatby,$sellby,$batch,
	        	GETPOST('inventorycode'),
	        	$origin_element,
	        	$origin_id
	        );		// We do not change value of stock for a correction
        }
        else
		{
	        $result=$product->correct_stock(
	            $user,
	            $id,
	            GETPOST("nbpiece",'int'),
	            GETPOST("mouvement"),
	            GETPOST("label",'san_alpha'),
	            GETPOST('unitprice'),
	        	GETPOST('inventorycode'),
	        	$origin_element,
	        	$origin_id
	        );		// We do not change value of stock for a correction
        }

        if ($result > 0)
        {
            header("Location: ".$_SERVER["PHP_SELF"]."?id=".$id);
            exit;
        }
        else
       {
       		$error++;
        	setEventMessages($product->error, $product->errors, 'errors');
        	$action='correction';
       }
    }

    if (! $error) $action='';
}

// Transfer stock from a warehouse to another warehouse
if ($action == "transfert_stock" && ! $cancel)
{
	$product = new Product($db);
	if (! empty($product_id)) $result=$product->fetch($product_id);

    if (! (GETPOST("id_entrepot_destination",'int') > 0))
    {
        setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Warehouse")), null, 'errors');
        $error++;
        $action='transfert';
    }
	if (empty($product_id))
	{
		$error++;
		setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Product")), null, 'errors');
		$action='transfert';
	}
    if (! GETPOST("nbpiece",'int'))
    {
        setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("NumberOfUnit")), null, 'errors');
        $error++;
        $action='transfert';
    }
    if ($id == GETPOST("id_entrepot_destination",'int'))
    {
        setEventMessages($langs->trans("ErrorSrcAndTargetWarehouseMustDiffers"), null, 'errors');
        $error++;
        $action='transfert';
    }

    if (! empty($conf->productbatch->enabled))
    {
        $product = new Product($db);
        $result=$product->fetch($product_id);

        if ($product->hasbatch() && ! GETPOST("batch_number"))
        {
            setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("batch_number")), null, 'errors');
            $error++;
            $action='transfert';
        }
    }

    if (! $error)
    {
        if ($id)
        {
            $object = new Entrepot($db);
            $result=$object->fetch($id);

            $db->begin();

            $product->load_stock('novirtual');	// Load array product->stock_warehouse

            // Define value of products moved
            $pricesrc=0;
            if (isset($product->pmp)) $pricesrc=$product->pmp;
            $pricedest=$pricesrc;

            if ($product->hasbatch())
            {
                $pdluo = new Productbatch($db);

                if ($pdluoid > 0)
                {
                    $result=$pdluo->fetch($pdluoid);
                    if ($result)
                    {
                        $srcwarehouseid=$pdluo->warehouseid;
                        $batch=$pdluo->batch;
                        $eatby=$pdluo->eatby;
                        $sellby=$pdluo->sellby;
                    }
                    else
                    {
                        setEventMessages($pdluo->error, $pdluo->errors, 'errors');
                        $error++;
                    }
                }
                else
                {
                    $srcwarehouseid=$id;
                    $batch=GETPOST('batch_number');
                    $eatby=$d_eatby;
                    $sellby=$d_sellby;
                }

                if (! $error)
                {
                    // Remove stock
                    $result1=$product->correct_stock_batch(
                        $user,
                        $srcwarehouseid,
                        GETPOST("nbpiece",'int'),
                        1,
                        GETPOST("label",'san_alpha'),
                        $pricesrc,
                        $eatby,$sellby,$batch,
                        GETPOST('inventorycode')
                        );
                    // Add stock
                    $result2=$product->correct_stock_batch(
                        $user,
                        GETPOST("id_entrepot_destination",'int'),
                        GETPOST("nbpiece",'int'),
                        0,
                        GETPOST("label",'san_alpha'),
                        $pricedest,
                        $eatby,$sellby,$batch,
                        GETPOST('inventorycode')
                        );
                }
            }
            else
            {
                // Remove stock
                $result1=$product->correct_stock(
                    $user,
                    $id,
                    GETPOST("nbpiece"),
                    1,
                    GETPOST("label"),
                    $pricesrc,
                    GETPOST('inventorycode')
                    );

                // Add stock
                $result2=$product->correct_stock(
                    $user,
                    GETPOST("id_entrepot_destination"),
                    GETPOST("nbpiece"),
                    0,
                    GETPOST("label"),
                    $pricedest,
                    GETPOST('inventorycode')
                    );
            }
            if (! $error && $result1 >= 0 && $result2 >= 0)
            {
                $db->commit();

                if ($backtopage)
                {
                    header("Location: ".$backtopage);
                    exit;
                }
                else
                {
                    header("Location: movement_list.php?id=".$object->id);
                    exit;
                }
            }
            else
            {
                setEventMessages($product->error, $product->errors, 'errors');
                $db->rollback();
                $action='transfert';
            }
        }
    }
}


/*
 * Build document
 */
/* The builddoc action for object of a movement must be on the movement card
// Actions to build doc
$upload_dir = $conf->stock->dir_output;
$permissioncreate = $user->rights->stock->creer;
include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php';
*/

if (empty($reshook) && $action != 'remove_file')
{
    $objectclass='MouvementStock';
    $objectlabel='Movements';
    $permtoread = $user->rights->stock->lire;
    $permtodelete = $user->rights->stock->supprimer;
    $uploaddir = $conf->stock->dir_output;
	include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
}



/*
 * View
 */

$productlot=new ProductLot($db);
$productstatic=new Product($db);
$warehousestatic=new Entrepot($db);
$movement=new MouvementStock($db);
$userstatic=new User($db);
$form=new Form($db);
$formother=new FormOther($db);
$formproduct=new FormProduct($db);
if (!empty($conf->projet->enabled)) $formproject=new FormProjets($db);

$sql = "SELECT p.rowid, p.ref as product_ref, p.label as produit, p.tobatch, p.fk_product_type as type, p.entity,";
$sql.= " e.ref as stock, e.rowid as entrepot_id, e.lieu,";
$sql.= " m.rowid as mid, m.value as qty, m.datem, m.fk_user_author, m.label, m.inventorycode, m.fk_origin, m.origintype,";
$sql.= " m.batch, m.price,";
$sql.= " m.type_mouvement,";
$sql.= " pl.rowid as lotid, pl.eatby, pl.sellby,";
$sql.= " u.login, u.photo, u.lastname, u.firstname";
// Add fields from extrafields
foreach ($extrafields->attribute_label as $key => $val) $sql.=($extrafields->attribute_type[$key] != 'separate' ? ",ef.".$key.' as options_'.$key : '');
// Add fields from hooks
$parameters=array();
$reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters);    // Note that $action and $object may have been modified by hook
$sql.=$hookmanager->resPrint;
$sql.= " FROM ".MAIN_DB_PREFIX."entrepot as e,";
$sql.= " ".MAIN_DB_PREFIX."product as p,";
$sql.= " ".MAIN_DB_PREFIX."stock_mouvement as m";
if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."movement_extrafields as ef on (m.rowid = ef.fk_object)";
$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."user as u ON m.fk_user_author = u.rowid";
$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."product_lot as pl ON m.batch = pl.batch AND m.fk_product = pl.fk_product";
$sql.= " WHERE m.fk_product = p.rowid";
if ($msid > 0) $sql .= " AND m.rowid = ".$msid;
$sql.= " AND m.fk_entrepot = e.rowid";
$sql.= " AND e.entity IN (".getEntity('stock').")";
if (empty($conf->global->STOCK_SUPPORTS_SERVICES)) $sql.= " AND p.fk_product_type = 0";
if ($id > 0) $sql.= " AND e.rowid ='".$id."'";
if ($month > 0)
{
    if ($year > 0)
    $sql.= " AND m.datem BETWEEN '".$db->idate(dol_get_first_day($year,$month,false))."' AND '".$db->idate(dol_get_last_day($year,$month,false))."'";
    else
    $sql.= " AND date_format(m.datem, '%m') = '$month'";
}
else if ($year > 0)
{
    $sql.= " AND m.datem BETWEEN '".$db->idate(dol_get_first_day($year,1,false))."' AND '".$db->idate(dol_get_last_day($year,12,false))."'";
}
if ($idproduct > 0) $sql.= " AND p.rowid = '".$idproduct."'";
if (! empty($search_ref))			$sql.= natural_search('m.rowid', $search_ref, 1);
if (! empty($search_movement))      $sql.= natural_search('m.label', $search_movement);
if (! empty($search_inventorycode)) $sql.= natural_search('m.inventorycode', $search_inventorycode);
if (! empty($search_product_ref))   $sql.= natural_search('p.ref', $search_product_ref);
if (! empty($search_product))       $sql.= natural_search('p.label', $search_product);
if ($search_warehouse != '' && $search_warehouse != '-1')          $sql.= natural_search('e.rowid', $search_warehouse, 2);
if (! empty($search_user))          $sql.= natural_search('u.login', $search_user);
if (! empty($search_batch))         $sql.= natural_search('m.batch', $search_batch);
if ($search_qty != '')				$sql.= natural_search('m.value', $search_qty, 1);
if ($search_type_mouvement != '' && $search_type_mouvement != '-1')	$sql.= natural_search('m.type_mouvement', $search_type_mouvement, 2);
// Add where from extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
// Add where from hooks
$parameters=array();
$reshook=$hookmanager->executeHooks('printFieldListWhere',$parameters);    // Note that $action and $object may have been modified by hook
$sql.=$hookmanager->resPrint;
$sql.= $db->order($sortfield,$sortorder);

$nbtotalofrecords = '';
if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
{
    $result = $db->query($sql);
    $nbtotalofrecords = $db->num_rows($result);
    if (($page * $limit) > $nbtotalofrecords)	// if total resultset is smaller then paging size (filtering), goto and load page 0
    {
    	$page = 0;
    	$offset = 0;
    }
}

if(empty($search_inventorycode))
{
	$sql.= $db->plimit($limit+1, $offset);
}
else
{
	$limit = 0;
}

//print $sql;

$resql = $db->query($sql);

if(!empty($search_inventorycode)) $limit = $db->num_rows($resql);

if ($resql)
{
	$product = new Product($db);
	$object = new Entrepot($db);

	if ($idproduct > 0)
    {
        $product->fetch($idproduct);
    }
    if ($id > 0 || $ref)
    {
        $result = $object->fetch($id, $ref);
        if ($result < 0)
        {
            dol_print_error($db);
        }
    }

    $num = $db->num_rows($resql);

    $arrayofselected=is_array($toselect)?$toselect:array();


    $i = 0;
    $help_url='EN:Module_Stocks_En|FR:Module_Stock|ES:M&oacute;dulo_Stocks';
    if ($msid) $texte = $langs->trans('StockMovementForId', $msid);
	else
	{
		$texte = $langs->trans("ListOfStockMovements");
		if ($id) $texte.=' ('.$langs->trans("ForThisWarehouse").')';
	}
    llxHeader("",$texte,$help_url);

    /*
     * Show tab only if we ask a particular warehouse
     */
    if ($object->id > 0)
    {
        $head = stock_prepare_head($object);

        dol_fiche_head($head, 'movements', $langs->trans("Warehouse"), -1, 'stock');


        $linkback = '<a href="'.DOL_URL_ROOT.'/product/stock/list.php">'.$langs->trans("BackToList").'</a>';

        $morehtmlref='<div class="refidno">';
        $morehtmlref.=$langs->trans("LocationSummary").' : '.$object->lieu;
        $morehtmlref.='</div>';

        $shownav = 1;
        if ($user->societe_id && ! in_array('stock', explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL))) $shownav=0;

        dol_banner_tab($object, 'ref', $linkback, $shownav, 'ref', 'ref', $morehtmlref);


        print '<div class="fichecenter">';
        print '<div class="fichehalfleft">';
        print '<div class="underbanner clearboth"></div>';

        print '<table class="border" width="100%">';

        print '<tr>';

        // Description
        print '<td class="titlefield tdtop">'.$langs->trans("Description").'</td><td>'.dol_htmlentitiesbr($object->description).'</td></tr>';

        $calcproductsunique=$object->nb_different_products();
        $calcproducts=$object->nb_products();

        // Total nb of different products
        print '<tr><td>'.$langs->trans("NumberOfDifferentProducts").'</td><td>';
        print empty($calcproductsunique['nb'])?'0':$calcproductsunique['nb'];
        print "</td></tr>";

        // Nb of products
        print '<tr><td>'.$langs->trans("NumberOfProducts").'</td><td>';
        $valtoshow=price2num($calcproducts['nb'], 'MS');
        print empty($valtoshow)?'0':$valtoshow;
        print "</td></tr>";

        print '</table>';

        print '</div>';
        print '<div class="fichehalfright">';
        print '<div class="ficheaddleft">';
        print '<div class="underbanner clearboth"></div>';

        print '<table class="border centpercent">';

        // Value
        print '<tr><td class="titlefield">'.$langs->trans("EstimatedStockValueShort").'</td><td>';
        print price((empty($calcproducts['value'])?'0':price2num($calcproducts['value'],'MT')), 0, $langs, 0, -1, -1, $conf->currency);
        print "</td></tr>";

        // Last movement
        $sql = "SELECT MAX(m.datem) as datem";
        $sql .= " FROM ".MAIN_DB_PREFIX."stock_mouvement as m";
        $sql .= " WHERE m.fk_entrepot = '".$object->id."'";
        $resqlbis = $db->query($sql);
        if ($resqlbis)
        {
            $obj = $db->fetch_object($resqlbis);
            $lastmovementdate=$db->jdate($obj->datem);
        }
        else
        {
            dol_print_error($db);
        }

        print '<tr><td>'.$langs->trans("LastMovement").'</td><td>';
        if ($lastmovementdate)
        {
            print dol_print_date($lastmovementdate,'dayhour');
        }
        else
        {
            print $langs->trans("None");
        }
        print "</td></tr>";

        print "</table>";

        print '</div>';
        print '</div>';
        print '</div>';

        print '<div class="clearboth"></div>';

        dol_fiche_end();
    }


	/*
	 * Correct stock
	 */
	if ($action == "correction")
	{
		include DOL_DOCUMENT_ROOT.'/product/stock/tpl/stockcorrection.tpl.php';
		print '<br>';
	}

	/*
	 * Transfer of units
	 */
	if ($action == "transfert")
	{
		include DOL_DOCUMENT_ROOT.'/product/stock/tpl/stocktransfer.tpl.php';
		print '<br>';
	}


    /* ************************************************************************** */
    /*                                                                            */
    /* Barre d'action                                                             */
    /*                                                                            */
    /* ************************************************************************** */

    if ((empty($action) || $action == 'list') && $id > 0)
    {
        print "<div class=\"tabsAction\">\n";

        if ($user->rights->stock->mouvement->creer)
        {
            print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$id.'&action=correction">'.$langs->trans("CorrectStock").'</a>';
        }

        if ($user->rights->stock->mouvement->creer)
        {
            print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$id.'&action=transfert">'.$langs->trans("TransferStock").'</a>';
        }

        print '</div><br>';
    }

    $param='';
    if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
    if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
    if ($id > 0)                 $param.='&id='.$id;
    if ($search_movement)        $param.='&search_movement='.urlencode($search_movement);
    if ($search_inventorycode)   $param.='&search_inventorycode='.urlencode($search_inventorycode);
    if ($search_type_mouvement)	 $param.='&search_type_mouvement='.urlencode($search_type_mouvement);
    if ($search_product_ref)     $param.='&search_product_ref='.urlencode($search_product_ref);
    if ($search_product)         $param.='&search_product='.urlencode($search_product);
    if ($search_batch)           $param.='&search_batch='.urlencode($search_batch);
    if ($search_warehouse > 0)   $param.='&search_warehouse='.urlencode($search_warehouse);
    if (!empty($sref))           $param.='&sref='.urlencode($sref); // FIXME $sref is not defined
    if (!empty($snom))           $param.='&snom='.urlencode($snom); // FIXME $snom is not defined
    if ($search_user)            $param.='&search_user='.urlencode($search_user);
    if ($idproduct > 0)          $param.='&idproduct='.$idproduct;
    // Add $param from extra fields
    include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';

	// List of mass actions available
	$arrayofmassactions =  array(
	//    'presend'=>$langs->trans("SendByMail"),
	//    'builddoc'=>$langs->trans("PDFMerge"),
	);
	//if ($user->rights->stock->supprimer) $arrayofmassactions['predelete']=$langs->trans("Delete");
	if (in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array();
	$massactionbutton=$form->selectMassAction('', $arrayofmassactions);

    print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
    if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
    print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
    print '<input type="hidden" name="action" value="list">';
    print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
    print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
    print '<input type="hidden" name="page" value="'.$page.'">';
    print '<input type="hidden" name="type" value="'.$type.'">';
    print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
    if ($id > 0) print '<input type="hidden" name="id" value="'.$id.'">';

    if ($id > 0) print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,$massactionbutton,$num, $nbtotalofrecords, '', 0, '', '', $limit);
    else print_barre_liste($texte, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,$massactionbutton,$num, $nbtotalofrecords, 'title_generic', 0, '', '', $limit);

	if ($sall)
    {
        foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
        print '<div class="divsearchfieldfilter">'.$langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall).'</div>';
    }

    $moreforfilter='';

	$parameters=array();
	$reshook=$hookmanager->executeHooks('printFieldPreListTitle',$parameters);    // Note that $action and $object may have been modified by hook
	if (empty($reshook)) $moreforfilter .= $hookmanager->resPrint;
	else $moreforfilter = $hookmanager->resPrint;

	if (! empty($moreforfilter))
	{
        print '<div class="liste_titre liste_titre_bydiv centpercent">';
	    print $moreforfilter;
	    print '</div>';
	}

    $varpage=empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage;
    $selectedfields=$form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage);	// This also change content of $arrayfields

    print '<div class="div-table-responsive">';
    print '<table class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"").'">'."\n";

    // Lignes des champs de filtre
    print '<tr class="liste_titre_filter">';
    if (! empty($arrayfields['m.rowid']['checked']))
    {
	    // Ref
	    print '<td class="liste_titre" align="left">';
	    print '<input class="flat maxwidth25" type="text" name="search_ref" value="'.dol_escape_htmltag($search_ref).'">';
	    print '</td>';
    }
    if (! empty($arrayfields['m.datem']['checked']))
    {
    	print '<td class="liste_titre nowraponall">';
	    print '<input class="flat" type="text" size="2" maxlength="2" placeholder="'.dol_escape_htmltag($langs->trans("Month")).'" name="month" value="'.$month.'">';
    	if (empty($conf->productbatch->enabled)) print '&nbsp;';
	    //else print '<br>';
	    $syear = $year?$year:-1;
	    print '<input class="flat maxwidth50" type="text" maxlength="4" placeholder="'.dol_escape_htmltag($langs->trans("Year")).'" name="year" value="'.($syear > 0 ? $syear : '').'">';
	    //print $formother->selectyear($syear,'year',1, 20, 5);
	    print '</td>';
    }
    if (! empty($arrayfields['p.ref']['checked']))
    {
	    // Product Ref
	    print '<td class="liste_titre" align="left">';
	    print '<input class="flat maxwidth100" type="text" name="search_product_ref" value="'.dol_escape_htmltag($idproduct?$product->ref:$search_product_ref).'">';
	    print '</td>';
    }
    if (! empty($arrayfields['p.label']['checked']))
    {
	    // Product label
	    print '<td class="liste_titre" align="left">';
	    print '<input class="flat maxwidth100" type="text" name="search_product" value="'.dol_escape_htmltag($idproduct?$product->label:$search_product).'">';
	    print '</td>';
    }
    // Batch
    if (! empty($arrayfields['m.batch']['checked']))
    {
    	print '<td class="liste_titre" align="center"><input class="flat maxwidth75" type="text" name="search_batch" value="'.dol_escape_htmltag($search_batch).'"></td>';
	}
    if (! empty($arrayfields['pl.eatby']['checked']))
    {
	    print '<td class="liste_titre" align="left">';
	    print '</td>';
    }
    if (! empty($arrayfields['pl.sellby']['checked']))
    {
	    print '<td class="liste_titre" align="left">';
	    print '</td>';
    }
    // Warehouse
    if (! empty($arrayfields['e.ref']['checked']))
    {
        print '<td class="liste_titre maxwidthonsmartphone" align="left">';
        //print '<input class="flat" type="text" size="8" name="search_warehouse" value="'.($search_warehouse).'">';
        print $formproduct->selectWarehouses($search_warehouse, 'search_warehouse', 'warehouseopen,warehouseinternal', 1, 0, 0, '', 0, 0, null, 'maxwidth200');
        print '</td>';
    }
    if (! empty($arrayfields['m.fk_user_author']['checked']))
    {
	    // Author
	    print '<td class="liste_titre" align="left">';
	    print '<input class="flat" type="text" size="6" name="search_user" value="'.dol_escape_htmltag($search_user).'">';
	    print '</td>';
    }
    if (! empty($arrayfields['m.inventorycode']['checked']))
    {
	    // Inventory code
	    print '<td class="liste_titre" align="left">';
	    print '<input class="flat" type="text" size="4" name="search_inventorycode" value="'.dol_escape_htmltag($search_inventorycode).'">';
	    print '</td>';
    }
    if (! empty($arrayfields['m.label']['checked']))
    {
	    // Label of movement
	    print '<td class="liste_titre" align="left">';
	    print '<input class="flat" type="text" size="8" name="search_movement" value="'.dol_escape_htmltag($search_movement).'">';
	    print '</td>';
    }
	if (! empty($arrayfields['m.type_mouvement']['checked']))
    {
	    // Type of movement
	    print '<td class="liste_titre" align="center">';
	    //print '<input class="flat" type="text" size="3" name="search_type_mouvement" value="'.dol_escape_htmltag($search_type_mouvement).'">';
		print '<select id="search_type_mouvement" name="search_type_mouvement" class="maxwidth150">';
		print '<option value="" '.(($search_type_mouvement=="")?'selected="selected"':'').'></option>';
		print '<option value="0" '.(($search_type_mouvement=="0")?'selected="selected"':'').'>'.$langs->trans('StockIncreaseAfterCorrectTransfer').'</option>';
		print '<option value="1" '.(($search_type_mouvement=="1")?'selected="selected"':'').'>'.$langs->trans('StockDecreaseAfterCorrectTransfer').'</option>';
		print '<option value="2" '.(($search_type_mouvement=="2")?'selected="selected"':'').'>'.$langs->trans('StockDecrease').'</option>';
		print '<option value="3" '.(($search_type_mouvement=="3")?'selected="selected"':'').'>'.$langs->trans('StockIncrease').'</option>';
		print '</select>';
		print ajax_combobox('search_type_mouvement');
		// TODO: add new function $formentrepot->selectTypeOfMovement(...) like
		// print $formproduct->selectWarehouses($search_warehouse, 'search_warehouse', 'warehouseopen,warehouseinternal', 1, 0, 0, '', 0, 0, null, 'maxwidth200');
	    print '</td>';
    }
    if (! empty($arrayfields['origin']['checked']))
    {
	    // Origin of movement
	    print '<td class="liste_titre" align="left">';
	    print '&nbsp; ';
	    print '</td>';
    }
    if (! empty($arrayfields['m.value']['checked']))
    {
	    // Qty
	    print '<td class="liste_titre" align="right">';
	    print '<input class="flat" type="text" size="4" name="search_qty" value="'.dol_escape_htmltag($search_qty).'">';
	    print '</td>';
    }
    if (! empty($arrayfields['m.price']['checked']))
    {
    	// Price
    	print '<td class="liste_titre" align="left">';
    	print '&nbsp; ';
    	print '</td>';
    }


    // Extra fields
    include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php';

	// Fields from hook
	$parameters=array('arrayfields'=>$arrayfields);
	$reshook=$hookmanager->executeHooks('printFieldListOption',$parameters);    // Note that $action and $object may have been modified by hook
	print $hookmanager->resPrint;
	// Date creation
	if (! empty($arrayfields['m.datec']['checked']))
	{
	    print '<td class="liste_titre">';
	    print '</td>';
	}
	// Date modification
	if (! empty($arrayfields['m.tms']['checked']))
	{
	    print '<td class="liste_titre">';
	    print '</td>';
	}
    // Actions
    print '<td class="liste_titre" align="right">';
    $searchpicto=$form->showFilterAndCheckAddButtons(0);
    print $searchpicto;
    print '</td>';
    print "</tr>\n";

    print '<tr class="liste_titre">';
    if (! empty($arrayfields['m.rowid']['checked']))            print_liste_field_titre($arrayfields['m.rowid']['label'],$_SERVER["PHP_SELF"],'m.rowid','',$param,'',$sortfield,$sortorder);
    if (! empty($arrayfields['m.datem']['checked']))            print_liste_field_titre($arrayfields['m.datem']['label'],$_SERVER["PHP_SELF"],'m.datem','',$param,'',$sortfield,$sortorder);
    if (! empty($arrayfields['p.ref']['checked']))              print_liste_field_titre($arrayfields['p.ref']['label'],$_SERVER["PHP_SELF"],'p.ref','',$param,'',$sortfield,$sortorder);
    if (! empty($arrayfields['p.label']['checked']))            print_liste_field_titre($arrayfields['p.label']['label'],$_SERVER["PHP_SELF"],'p.label','',$param,'',$sortfield,$sortorder);
    if (! empty($arrayfields['m.batch']['checked']))            print_liste_field_titre($arrayfields['m.batch']['label'],$_SERVER["PHP_SELF"],'m.batch','',$param,'align="center"',$sortfield,$sortorder);
	if (! empty($arrayfields['pl.eatby']['checked']))           print_liste_field_titre($arrayfields['pl.eatby']['label'],$_SERVER["PHP_SELF"],'pl.eatby','',$param,'align="center"',$sortfield,$sortorder);
	if (! empty($arrayfields['pl.sellby']['checked']))          print_liste_field_titre($arrayfields['pl.sellby']['label'],$_SERVER["PHP_SELF"],'pl.sellby','',$param,'align="center"',$sortfield,$sortorder);
    if (! empty($arrayfields['e.ref']['checked']))  	      	print_liste_field_titre($arrayfields['e.ref']['label'],$_SERVER["PHP_SELF"], "e.ref","",$param,"",$sortfield,$sortorder);	// We are on a specific warehouse card, no filter on other should be possible
    if (! empty($arrayfields['m.fk_user_author']['checked']))   print_liste_field_titre($arrayfields['m.fk_user_author']['label'],$_SERVER["PHP_SELF"], "m.fk_user_author","",$param,"",$sortfield,$sortorder);
    if (! empty($arrayfields['m.inventorycode']['checked']))    print_liste_field_titre($arrayfields['m.inventorycode']['label'],$_SERVER["PHP_SELF"], "m.inventorycode","",$param,"",$sortfield,$sortorder);
    if (! empty($arrayfields['m.label']['checked']))            print_liste_field_titre($arrayfields['m.label']['label'],$_SERVER["PHP_SELF"], "m.label","",$param,"",$sortfield,$sortorder);
    if (! empty($arrayfields['m.type_mouvement']['checked']))	print_liste_field_titre($arrayfields['m.type_mouvement']['label'],$_SERVER["PHP_SELF"], "m.type_mouvement","",$param,'align="center"',$sortfield,$sortorder);
    if (! empty($arrayfields['origin']['checked']))             print_liste_field_titre($arrayfields['origin']['label'],$_SERVER["PHP_SELF"], "","",$param,"",$sortfield,$sortorder);
    if (! empty($arrayfields['m.value']['checked']))            print_liste_field_titre($arrayfields['m.value']['label'],$_SERVER["PHP_SELF"], "m.value","",$param,'align="right"',$sortfield,$sortorder);
    if (! empty($arrayfields['m.price']['checked']))            print_liste_field_titre($arrayfields['m.price']['label'],$_SERVER["PHP_SELF"], "m.price","",$param,'align="right"',$sortfield,$sortorder);

    // Extra fields
    include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';

	// Hook fields
	$parameters=array('arrayfields'=>$arrayfields,'param'=>$param,'sortfield'=>$sortfield,'sortorder'=>$sortorder);
    $reshook=$hookmanager->executeHooks('printFieldListTitle',$parameters);    // Note that $action and $object may have been modified by hook
    print $hookmanager->resPrint;
	if (! empty($arrayfields['m.datec']['checked']))     print_liste_field_titre($arrayfields['p.datec']['label'],$_SERVER["PHP_SELF"],"p.datec","",$param,'align="center" class="nowrap"',$sortfield,$sortorder);
	if (! empty($arrayfields['m.tms']['checked']))       print_liste_field_titre($arrayfields['p.tms']['label'],$_SERVER["PHP_SELF"],"p.tms","",$param,'align="center" class="nowrap"',$sortfield,$sortorder);
	print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"],"",'','','align="center"',$sortfield,$sortorder,'maxwidthsearch ');
    print "</tr>\n";


    $arrayofuniqueproduct=array();

    while ($i < min($num,$limit))
    {
        $objp = $db->fetch_object($resql);

        $userstatic->id=$objp->fk_user_author;
        $userstatic->login=$objp->login;
        $userstatic->lastname=$objp->lastname;
        $userstatic->firstname=$objp->firstname;
        $userstatic->photo=$objp->photo;

        $productstatic->id=$objp->rowid;
        $productstatic->ref=$objp->product_ref;
        $productstatic->label=$objp->produit;
        $productstatic->type=$objp->type;
        $productstatic->entity=$objp->entity;
        $productstatic->status_batch=$objp->tobatch;

        $productlot->id = $objp->lotid;
        $productlot->batch= $objp->batch;
        $productlot->eatby= $objp->eatby;
        $productlot->sellby= $objp->sellby;

        $warehousestatic->id=$objp->entrepot_id;
        $warehousestatic->libelle=$objp->stock;
        $warehousestatic->lieu=$objp->lieu;

        $arrayofuniqueproduct[$objp->rowid]=$objp->produit;
		if(!empty($objp->fk_origin)) {
			$origin = $movement->get_origin($objp->fk_origin, $objp->origintype);
		} else {
			$origin = '';
		}

        // Partie ajouté pour les couleurs des champs

        $spl = preg_split('/\s+/', $productstatic->label); // On separe les mot en 2 ( Fut Tizona par exemple) dans un tableau
        $reqcouleur="SELECT color from llx_categorie where llx_categorie.label LIKE '$spl[1]';";
        $rescolor=$db->query($reqcouleur);
        while ($rowcol = $rescolor->fetch_assoc()) {

            $couleur=$rowcol["color"];

        }

        //Fin partie ajouté

        print '<tr class="oddeven" style="background-color:#';
        print $couleur;
        print'">';
        // Id movement
        if (! empty($arrayfields['m.rowid']['checked']))
        {
        	print '<td style="background-color:#';
            print $couleur;
            print'">'.$objp->mid.'</td>';	// This is primary not movement id
        }
        if (! empty($arrayfields['m.datem']['checked']))
        {
	        // Date
	        print '<td style="background-color:#';
            print $couleur;
            print'">'.dol_print_date($db->jdate($objp->datem),'dayhour').'</td>';
        }
        if (! empty($arrayfields['p.ref']['checked']))
        {
	        // Product ref
	        print '<td class="nowraponall" style="background-color:#';
            print $couleur;
            print'">';
	        print $productstatic->getNomUrl(1,'stock',16);
	        print "</td>\n";
        }
        if (! empty($arrayfields['p.label']['checked']))
        {
	        // Product label
	        print '<td style="background-color:#';
            print $couleur;
            print'">';
	        /*$productstatic->id=$objp->rowid;
	        $productstatic->ref=$objp->produit;
	        $productstatic->type=$objp->type;
	        print $productstatic->getNomUrl(1,'',16);*/
	        print $productstatic->label;
	        print "</td>\n";
        }
        if (! empty($arrayfields['m.batch']['checked']))
        {
	    	print '<td class="center nowraponall" style="background-color:#';
            print $couleur;
            print'">';
	    	if ($productlot->id > 0) print $productlot->getNomUrl(1);
	    	else print $productlot->batch;		// the id may not be defined if movement was entered when lot was not saved or if lot was removed after movement.
	    	print '</td>';
        }
        if (! empty($arrayfields['pl.eatby']['checked']))
        {
        	print '<td align="center" style="background-color:#';
            print $couleur;
            print'">'. dol_print_date($objp->eatby,'day') .'</td>';
        }
        if (! empty($arrayfields['pl.sellby']['checked']))
        {
        	print '<td align="center" style="background-color:#';
            print $couleur;
            print'">'. dol_print_date($objp->sellby,'day') .'</td>';
		}
        // Warehouse
        if (! empty($arrayfields['e.ref']['checked']))
		{
            print '<td style="background-color:#';
            print $couleur;
            print'">';
            print $warehousestatic->getNomUrl(1);
            print "</td>\n";
		}
        // Author
        if (! empty($arrayfields['m.fk_user_author']['checked']))
        {
	        print '<td class="tdoverflowmax100" style="background-color:#';
            print $couleur;
            print'">';
	        print $userstatic->getNomUrl(-1);
	        print "</td>\n";
        }
        if (! empty($arrayfields['m.inventorycode']['checked']))
        {
	        // Inventory code
	        print '<td style="background-color:#';
            print $couleur;
          print'">'.'<a href="'
	   							.DOL_URL_ROOT.'/product/stock/movement_list.php'
								.'?id='.$objp->entrepot_id
								.'&amp;search_inventorycode='.$objp->inventorycode
							    .'&amp;search_type_mouvement='.$objp->type_mouvement
						.'">'
							.$objp->inventorycode
						.'</a>'
					.'</td>';
        }
        if (! empty($arrayfields['m.label']['checked']))
        {
            // Label of movement
        	print '<td class="tdoverflowmax100aaa" style="background-color:#';
            print $couleur;
            print'">'.$objp->label.'</td>';
        }
		if (! empty($arrayfields['m.type_mouvement']['checked']))
        {
            // Type of movement
        	print '<td align="center" style="background-color:#';
            print $couleur;
            print'">'.$objp->type_mouvement.'</td>';
        }
        if (! empty($arrayfields['origin']['checked']))
        {
        	// Origin of movement
        	print '<td class="nowraponall" style="background-color:#';
            print $couleur;
            print'">'.$origin.'</td>';
        }
        if (! empty($arrayfields['m.value']['checked']))
        {
	        // Qty

            if (strpos($productstatic->label ,"Bout" )===0){


	        print '<td align="right" style="background-color:#';
            print $couleur;
            print'">';
	        if ($objp->qty > 0) print '+';
	        print ($objp->qty)*0.33/100;
	        print ' hl</td>';

            }

            else if (strpos($productstatic->label ,"Fut" )===0) {

            print '<td align="right" style="background-color:#';
            print $couleur;
            print'">';
            if ($objp->qty > 0) print '+';
            print ($objp->qty)*30/100;
            print ' hl</td>';

            }

            else {

            print '<td align="right" style="background-color:#';
            print $couleur;
            print'">';
            if ($objp->qty > 0) print '+';
            print ($objp->qty);
            print '</td>';

            }

        }

        // Partie ajouté



        $et1=str_replace(' ', '', $productstatic->label); // on supprime tout les espaces
        $et2=str_replace('.','',$et1); // On supprime tout les points afin de rendre la chaine de charactere conforme au nom d'une variable
        ${'vari'.$productstatic->label} += $objp->qty; // on creer dynamiquement une variable pour chaque produit differents a laquelle on attreibue la valeur du mouvement
        // + la valeur des precedents mouvements pour ce produit uniquement 

                if (strpos($productstatic->label ,"Bout" )===0){ // On verifie si le nom du produit contient Bout ( bouteille)

                ${'vari'.$et2} += ($objp->qty)*0.33/100; // Si oui, alors la formule pour afficher la quantité en hectolitre est calculé
                //Selon al taille d'une bouteille, soit 0.33L

                print '<td align="right" style="background-color:#';
                print $couleur;
                print'">';

                print ((${'vari'.$et2})); // Et on affiche cette valeur

                print ' hl';
                print '</td>'; 
    
                }

                elseif (strpos($productstatic->label ,"Fut" )===0) { // S'il s'agit d'un fut, la formule est differente, et le procede egalement

                ${'variBout'.$spl[1]} += ($objp->qty)*30/100; // on attribue a la variable dynamique d'une bouteille la valeur en HL du fut, soit 30L
                // afin d'utiliser la meme variable pour une bouteille comme pour un fut
                print '<td align="right" style="background-color:#';
                print $couleur;
                print'">';
                print  ((${'variBout'.$spl[1]})) ; // et on affiche la valeur de la variable
                print ' hl';
                print '</td>';

                }

        // Fin partie ajouté

        if (! empty($arrayfields['m.price']['checked']))
        {
        	// Price
        	print '<td align="right">';
        	if ($objp->price != 0) print price($objp->price);
        	print '</td>';
        }
        // Action column
        print '<td class="nowrap" align="center">';
        if ($massactionbutton || $massaction)   // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
        {
            $selected=0;
    		if (in_array($obj->rowid, $arrayofselected)) $selected=1;
    		print '<input id="cb'.$obj->rowid.'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$obj->rowid.'"'.($selected?' checked="checked"':'').'>';
        }
        print '</td>';
        if (! $i) $totalarray['nbfield']++;

        print "</tr>\n";
        $i++;
    }
    $db->free($resql);

    print "</table>";
    print '</div>';
    print "</form>";

    // Add number of product when there is a filter on period
    if (count($arrayofuniqueproduct) == 1 && is_numeric($year))
    {
        print "<br>";

        $productidselected=0;
    	foreach ($arrayofuniqueproduct as $key => $val)
    	{
    		$productidselected=$key;
    		$productlabelselected=$val;
    	}
		$datebefore=dol_get_first_day($year?$year:strftime("%Y",time()), $month?$month:1, true);
		$dateafter=dol_get_last_day($year?$year:strftime("%Y",time()), $month?$month:12, true);
    	$balancebefore=$movement->calculateBalanceForProductBefore($productidselected, $datebefore);
    	$balanceafter=$movement->calculateBalanceForProductBefore($productidselected, $dateafter);

    	//print '<tr class="total"><td class="liste_total">';
    	print $langs->trans("NbOfProductBeforePeriod", $productlabelselected, dol_print_date($datebefore,'day','gmt'));
    	//print '</td>';
    	//print '<td class="liste_total" colspan="6" align="right">';
    	print ': '.$balancebefore;
    	print "<br>\n";
    	//print '</td></tr>';
    	//print '<tr class="total"><td class="liste_total">';
    	print $langs->trans("NbOfProductAfterPeriod", $productlabelselected, dol_print_date($dateafter,'day','gmt'));
    	//print '</td>';
    	//print '<td class="liste_total" colspan="6" align="right">';
    	print ': '.$balanceafter;
    	print "<br>\n";
    	//print '</td></tr>';
    }
}
else
{
    dol_print_error($db);
}



/*
 * Documents generes
 */
/* Area for doc and last events of warehouse are stored on the main card of warehouse
$modulepart='mouvement';

if ($action != 'create' && $action != 'edit' && $action != 'delete' && $id>0)
{
	print '<br/>';
    print '<div class="fichecenter"><div class="fichehalfleft">';
    print '<a name="builddoc"></a>'; // ancre

    // Documents
    $objectref = dol_sanitizeFileName($object->ref);
	// Add inventorycode & type_mouvement to filename of the pdf
	if(!empty($search_inventorycode)) $objectref.="_".$id."_".$search_inventorycode;
	if($search_type_mouvement) $objectref.="_".$search_type_mouvement;
    $relativepath = $comref . '/' . $objectref . '.pdf';
    $filedir = $conf->stock->dir_output . '/movement/' . $objectref;

    $urlsource=$_SERVER["PHP_SELF"]."?id=".$object->id."&search_inventorycode=".$search_inventorycode."&search_type_mouvement=$search_type_mouvement";
    $genallowed=$usercanread;
    $delallowed=$usercancreate;

	$genallowed=$user->rights->stock->mouvement->lire;
    $delallowed=$user->rights->stock->mouvement->creer;

    print $formfile->showdocuments($modulepart,$objectref,$filedir,$urlsource,$genallowed,$delallowed,'',0,0,0,28,0,'',0,'',$object->default_lang, '', $object);
    $somethingshown=$formfile->numoffiles;

    print '</div><div class="fichehalfright"><div class="ficheaddleft">';

    $MAXEVENT = 10;

    $morehtmlright = '<a href="'.DOL_URL_ROOT.'/product/agenda.php?id='.$object->id.'">';
    $morehtmlright.= $langs->trans("SeeAll");
    $morehtmlright.= '</a>';

    // List of actions on element
    include_once DOL_DOCUMENT_ROOT . '/core/class/html.formactions.class.php';
    $formactions = new FormActions($db);
    $somethingshown = $formactions->showactions($object, 'stock', 0, 1, '', $MAXEVENT, '', $morehtmlright);		// Show all action for product

    print '</div></div></div>';
}
*/

// End of page
llxFooter();
$db->close();

Salut schtroll,

coquin ! tu ne dis pas tout ;p

Essaie de retourner « à la normale » pour voir si ça vient de modif de ta part:
- renomme ton fichier mouvement.php temporairement (mouvement.php.old par exemple)
- upload le mouvement.php original au même emplacement (re-télécharge la même archive si tu ne l’as plus)
(l’idéal serait de faire le test avec tout le répertoire des programmes dolibarr, pour être certains qu’il n’y ai pas de modifs ailleurs…)

De plus ton « 10000 » est un peu bizzare : je ne pense pas que ça pose problème car c’est un int (donc capacité bien supérieure à 10000) mais en standard le nombre de mouvement est une liste déroulante s’arrêtant à 5000)
donc pour tester : enlève la valeur par défaut que tu as certainement mise dans « Longueur maximale par défaut des listes » (Accueil > configuration > Affichage)

Pour finir : tu indiques être en V9.0.3.
Les versions de dolibarr sont codées ainsi : X.Y.Z
X : version majeur, apportant des évolutions et des modifications lourdes
Y : version « mineur », apportant de petites évolution ou entraînant un des modifications « légères »
Z : version de maintenance, correction de bug

Autant si des version X ou Y sortent, il faut se poser la question de la migration.
Autant si une version Z change, il FAUT l’appliquer.
dans ton cas, je te conseil vivement de mettre à jour en V9.0.4.
et dans tous les cas -> sauvegarde avant !

(désolé, pas le temps de me pencher sur ton fichier en détail)

Salut arre, apres avoir injecté original, cela fonctionne… Cependant mes modifs étaient bien utile (qté en hectolitre et surtout le stock réel au moment du mouvement (obligation légale de la douane)), pourrais tu jeter un oeil (si tu à le temps et surtout l’envie ) au code voir si tu arrives a voir où j’ai fait une couille… à savoir que le fichier marchait ninel jusqu’à lundi… j’avoue ne pas comprendre pourquoi et ou cela merde…

Salut schtroll,

je n’ai pas les compétences pour modifier le core et envisager tous les effets de bord qui pourraient survenir.
(En fait, je n’y connais strictement rien, je donne juste le change, je me débrouille bien hein ! :wink: )

Si tu ne trouves pas d’aide par ailleurs, contact un prestataire compétent:
https://wiki.dolibarr.org/index.php/List_of_Dolibarr_partners_and_providers#France