29require
'../../main.inc.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/product.lib.php';
31require_once DOL_DOCUMENT_ROOT.
'/contrat/class/contrat.class.php';
32require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
43$langs->loadLangs(array(
'contracts',
'products',
'companies'));
49$fieldvalue = (!empty($id) ?
$id : (!empty($ref) ? $ref :
''));
50$fieldtype = (!empty($ref) ?
'ref' :
'rowid');
52 $socid = $user->socid;
56$hookmanager->initHooks(array(
'productstatscontract'));
60$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
61$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
63if (empty($page) || $page == -1) {
66$offset = $limit * $page;
73 $sortfield =
"c.date_contrat";
78$result =
restrictedArea($user,
'produit|service', $fieldvalue,
'product&product',
'',
'', $fieldtype);
85$staticcontrat =
new Contrat($db);
90if ($id > 0 || !empty($ref)) {
92 $result = $product->fetch($id, $ref);
96 $parameters = array(
'id' => $id);
97 $reshook = $hookmanager->executeHooks(
'doActions', $parameters, $product, $action);
102 llxHeader(
"",
"", $langs->trans(
"CardProduct".$product->type),
'', 0, 0,
'',
'',
'mod-product page-stats_contrat');
106 $titre = $langs->trans(
"CardProduct".$product->type);
110 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $product, $action);
111 print $hookmanager->resPrint;
116 $linkback =
'<a href="'.DOL_URL_ROOT.
'/product/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
119 if ($user->socid && !in_array(
'product', explode(
',',
getDolGlobalString(
'MAIN_MODULES_FOR_EXTERNAL')))) {
123 dol_banner_tab(
$object,
'ref', $linkback, $shownav,
'ref');
125 print
'<div class="fichecenter">';
127 print
'<div class="underbanner clearboth"></div>';
128 print
'<table class="border tableforfield" width="100%">';
135 print
'<div class="clearboth"></div>';
143 $sql .=
" sum(".$db->ifsql(
"cd.statut=0",
'1',
'0').
') as nb_initial,';
144 $sql .=
" sum(".$db->ifsql(
"cd.statut=4 AND cd.date_fin_validite > '".$db->idate($now).
"'",
'1',
'0').
") as nb_running,";
145 $sql .=
" sum(".$db->ifsql(
"cd.statut=4 AND (cd.date_fin_validite IS NULL OR cd.date_fin_validite <= '".$db->idate($now).
"')",
'1',
'0').
') as nb_late,';
146 $sql .=
" sum(".$db->ifsql(
"cd.statut=5",
'1',
'0').
') as nb_closed,';
147 $sql .=
" c.rowid as rowid, c.ref, c.ref_customer, c.ref_supplier, c.date_contrat, c.statut as statut,";
148 $sql .=
" s.nom as name, s.rowid as socid, s.code_client";
149 $sql .=
" FROM ".MAIN_DB_PREFIX.
"societe as s";
150 if (!$user->hasRight(
'societe',
'client',
'voir')) {
151 $sql .=
", ".MAIN_DB_PREFIX.
"societe_commerciaux as sc";
153 $sql .=
", ".MAIN_DB_PREFIX.
"contrat as c";
154 $sql .=
", ".MAIN_DB_PREFIX.
"contratdet as cd";
155 $sql .=
" WHERE c.rowid = cd.fk_contrat";
156 $sql .=
" AND c.fk_soc = s.rowid";
157 $sql .=
" AND c.entity IN (".getEntity(
'contract').
")";
158 $sql .=
" AND cd.fk_product = ".((int) $product->id);
159 if (!$user->hasRight(
'societe',
'client',
'voir')) {
160 $sql .=
" AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
163 $sql .=
" AND s.rowid = ".((int) $socid);
165 $sql .=
" GROUP BY c.rowid, c.ref, c.ref_customer, c.ref_supplier, c.date_contrat, c.statut, s.nom, s.rowid, s.code_client";
166 $sql .= $db->order($sortfield, $sortorder);
173 $totalofrecords =
'';
175 $result = $db->query($sql);
176 $totalofrecords = $db->num_rows($result);
179 $sql .= $db->plimit($limit + 1, $offset);
181 $result = $db->query($sql);
183 $num = $db->num_rows($result);
185 $option =
'&id='.$product->id;
187 if ($limit > 0 && $limit != $conf->liste_limit) {
188 $option .=
'&limit='.((int) $limit);
199 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?id='.$product->id.
'" name="search_form">'.
"\n";
200 print
'<input type="hidden" name="token" value="'.newToken().
'">';
201 if (!empty($sortfield)) {
202 print
'<input type="hidden" name="sortfield" value="'.$sortfield.
'"/>';
204 if (!empty($sortorder)) {
205 print
'<input type="hidden" name="sortorder" value="'.$sortorder.
'"/>';
209 print_barre_liste($langs->trans(
"Contracts"), $page, $_SERVER[
"PHP_SELF"], $option, $sortfield, $sortorder,
'', $num, $totalofrecords,
'', 0,
'',
'', $limit, 0, 0, 1);
212 $option .=
'&page='.urlencode((
string) ($page));
216 print
'<div class="div-table-responsive">';
217 print
'<table class="tagtable liste listwithfilterbefore" width="100%">';
219 print
'<tr class="liste_titre">';
220 print_liste_field_titre(
"Ref", $_SERVER[
"PHP_SELF"],
"c.rowid",
"",
"&id=".$product->id,
'', $sortfield, $sortorder);
221 print_liste_field_titre(
"Company", $_SERVER[
"PHP_SELF"],
"s.nom",
"",
"&id=".$product->id,
'', $sortfield, $sortorder);
222 print_liste_field_titre(
"CustomerCode", $_SERVER[
"PHP_SELF"],
"s.code_client",
"",
"&id=".$product->id,
'', $sortfield, $sortorder);
223 print_liste_field_titre(
"Date", $_SERVER[
"PHP_SELF"],
"c.date_contrat",
"",
"&id=".$product->id,
'align="center"', $sortfield, $sortorder);
225 print_liste_field_titre($staticcontratligne->LibStatut($staticcontratligne::STATUS_INITIAL, 3, -1,
'class="nochangebackground"'), $_SERVER[
"PHP_SELF"],
"",
'',
'',
'align="center" width="16"', $sortfield, $sortorder,
'maxwidthsearch ');
226 print_liste_field_titre($staticcontratligne->LibStatut($staticcontratligne::STATUS_OPEN, 3, -1,
'class="nochangebackground"'), $_SERVER[
"PHP_SELF"],
"",
'',
'',
'align="center" width="16"', $sortfield, $sortorder,
'maxwidthsearch ');
227 print_liste_field_titre($staticcontratligne->LibStatut($staticcontratligne::STATUS_CLOSED, 3, -1,
'class="nochangebackground"'), $_SERVER[
"PHP_SELF"],
"",
'',
'',
'align="center" width="16"', $sortfield, $sortorder,
'maxwidthsearch ');
230 $contracttmp =
new Contrat($db);
233 while ($i < min($num, $limit)) {
234 $objp = $db->fetch_object($result);
236 $contracttmp->id = $objp->rowid;
237 $contracttmp->ref = $objp->ref;
238 $contracttmp->ref_customer = $objp->ref_customer;
239 $contracttmp->ref_supplier = $objp->ref_supplier;
241 print
'<tr class="oddeven">';
243 print $contracttmp->getNomUrl(1);
245 print
'<td><a href="'.DOL_URL_ROOT.
'/comm/card.php?socid='.$objp->socid.
'">'.
img_object($langs->trans(
"ShowCompany"),
"company").
' '.
dol_trunc($objp->name, 44).
'</a></td>';
246 print
"<td>".$objp->code_client.
"</td>\n";
247 print
"<td align=\"center\">";
248 print
dol_print_date($db->jdate($objp->date_contrat),
'dayhour').
"</td>";
251 print
'<td class="center">'.($objp->nb_initial > 0 ? $objp->nb_initial :
'').
'</td>';
252 print
'<td class="center">'.($objp->nb_running + $objp->nb_late > 0 ? $objp->nb_running + $objp->nb_late :
'').
'</td>';
253 print
'<td class="center">'.($objp->nb_closed > 0 ? $objp->nb_closed :
'').
'</td>';
259 print
'<tr><td colspan="7"><span class="opacitymedium">'.$langs->trans(
"None").
'</span></td></tr>';
$id
Support class for third parties, contacts, members, users or resources.
if(! $sortfield) if(! $sortorder) $object
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
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.
Class to manage lines of contracts.
Class to manage products or services.
const TYPE_SERVICE
Service.
dol_now($mode='gmt')
Return date for now.
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.
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $allowothertags=array())
Show a picto called object_picto (generic function)
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.
product_prepare_head($object)
Prepare array with list of tabs.
show_stats_for_company($product, $socid)
Show stats for a product.
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.