1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135 |
- <?php
- /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
- * Copyright (C) 2005-2012 Regis Houssin <regis.houssin@inodbox.com>
- * Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
- * Copyright (C) 2019 Nicolas ZABOURI <info@inovea-conseil.com>
- * Copyright (C) 2020 Pierre Ardoin <mapiolca@me.com>
- * Copyright (C) 2020 Tobias Sekan <tobias.sekan@startmail.com>
- *
- * 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 <https://www.gnu.org/licenses/>.
- */
- /**
- * \file htdocs/comm/index.php
- * \ingroup commercial
- * \brief Home page of commercial area
- */
- require '../main.inc.php';
- require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/agenda.lib.php';
- require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
- require_once DOL_DOCUMENT_ROOT.'/comm/propal/class/propal.class.php';
- require_once DOL_DOCUMENT_ROOT.'/commande/class/commande.class.php';
- require_once DOL_DOCUMENT_ROOT.'/contrat/class/contrat.class.php';
- require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.commande.class.php';
- require_once DOL_DOCUMENT_ROOT.'/societe/class/client.class.php';
- require_once DOL_DOCUMENT_ROOT.'/supplier_proposal/class/supplier_proposal.class.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/propal.lib.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/order.lib.php';
- if (!empty($conf->ficheinter->enabled)) {
- require_once DOL_DOCUMENT_ROOT.'/fichinter/class/fichinter.class.php';
- }
- // Initialize technical object to manage hooks. Note that conf->hooks_modules contains array
- $hookmanager = new HookManager($db);
- $hookmanager->initHooks(array('commercialindex'));
- // Load translation files required by the page
- $langs->loadLangs(array("boxes", "commercial", "contracts", "orders", "propal", "supplier_proposal"));
- $action = GETPOST('action', 'aZ09');
- $bid = GETPOST('bid', 'int');
- // Securite acces client
- $socid = GETPOST('socid', 'int');
- if (isset($user->socid) && $user->socid > 0) {
- $action = '';
- $socid = $user->socid;
- }
- $max = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
- $now = dol_now();
- // Security check
- $socid = GETPOST("socid", 'int');
- if ($user->socid > 0) {
- $action = '';
- $id = $user->socid;
- } else {
- $id = 0;
- }
- restrictedArea($user, 'societe', $id, '&societe', '', 'fk_soc', 'rowid', 0);
- $maxofloop = (empty($conf->global->MAIN_MAXLIST_OVERLOAD) ? 500 : $conf->global->MAIN_MAXLIST_OVERLOAD);
- /*
- * Actions
- */
- // None
- /*
- * View
- */
- $form = new Form($db);
- $formfile = new FormFile($db);
- $companystatic = new Societe($db);
- if (isModEnabled("propal")) {
- $propalstatic = new Propal($db);
- }
- if (isModEnabled('supplier_proposal')) {
- $supplierproposalstatic = new SupplierProposal($db);
- }
- if (isModEnabled('commande')) {
- $orderstatic = new Commande($db);
- }
- if ((isModEnabled("fournisseur") && empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)) || isModEnabled("supplier_order")) {
- $supplierorderstatic = new CommandeFournisseur($db);
- }
- if (!empty($conf->ficheinter->enabled)) {
- $fichinterstatic = new Fichinter($db);
- }
- llxHeader("", $langs->trans("CommercialArea"));
- print load_fiche_titre($langs->trans("CommercialArea"), '', 'commercial');
- print '<div class="fichecenter"><div class="fichethirdleft">';
- $tmp = getCustomerProposalPieChart($socid);
- if ($tmp) {
- print $tmp;
- print '<br>';
- }
- $tmp = getCustomerOrderPieChart($socid);
- if ($tmp) {
- print $tmp;
- print '<br>';
- }
- /*
- * Draft customer proposals
- */
- if (isModEnabled("propal") && $user->rights->propal->lire) {
- $sql = "SELECT p.rowid, p.ref, p.ref_client, p.total_ht, p.total_tva, p.total_ttc, p.fk_statut as status";
- $sql .= ", s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= " FROM ".MAIN_DB_PREFIX."propal as p,";
- $sql .= " ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE p.entity IN (".getEntity($propalstatic->element).")";
- $sql .= " AND p.fk_soc = s.rowid";
- $sql .= " AND p.fk_statut = ".Propal::STATUS_DRAFT;
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- if ($socid) {
- $sql .= " AND s.rowid = ".((int) $socid);
- }
- $resql = $db->query($sql);
- if ($resql) {
- $total = 0;
- $num = $db->num_rows($resql);
- $nbofloop = min($num, $maxofloop);
- startSimpleTable("ProposalsDraft", "comm/propal/list.php", "search_status=".Propal::STATUS_DRAFT, 2, $num);
- if ($num > 0) {
- $i = 0;
- $othernb = 0;
- while ($i < $nbofloop) {
- $obj = $db->fetch_object($resql);
- if ($i >= $max) {
- $othernb += 1;
- $i++;
- $total += (!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc);
- continue;
- }
- $propalstatic->id = $obj->rowid;
- $propalstatic->ref = $obj->ref;
- $propalstatic->ref_client = $obj->ref_client;
- $propalstatic->total_ht = $obj->total_ht;
- $propalstatic->total_tva = $obj->total_tva;
- $propalstatic->total_ttc = $obj->total_ttc;
- $propalstatic->statut = $obj->status;
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->name_alias;
- $companystatic->code_client = $obj->code_client;
- $companystatic->code_compta = $obj->code_compta;
- $companystatic->client = $obj->client;
- $companystatic->code_fournisseur = $obj->code_fournisseur;
- $companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->logo = $obj->logo;
- $companystatic->email = $obj->email;
- $companystatic->entity = $obj->entity;
- $companystatic->canvas = $obj->canvas;
- print '<tr class="oddeven">';
- print '<td class="nowraponall tdoverflowmax100">'.$propalstatic->getNomUrl(1).'</td>';
- print '<td class="nowrap tdoverflowmax100">'.$companystatic->getNomUrl(1, 'customer').'</td>';
- print '<td class="nowrap right tdamount amount">'.price((!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc)).'</td>';
- print '</tr>';
- $i++;
- $total += (!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc);
- }
- if ($othernb) {
- print '<tr class="oddeven">';
- print '<td class="nowrap" colspan="5">';
- print '<span class="opacitymedium">'.$langs->trans("More").'...'.($othernb < $maxofloop ? ' ('.$othernb.')' : '').'</span>';
- print '</td>';
- print "</tr>\n";
- }
- }
- addSummaryTableLine(3, $num, $nbofloop, $total, "NoProposal");
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- /*
- * Draft supplier proposals
- */
- if (isModEnabled('supplier_proposal') && $user->rights->supplier_proposal->lire) {
- $sql = "SELECT p.rowid, p.ref, p.total_ht, p.total_tva, p.total_ttc, p.fk_statut as status";
- $sql .= ", s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= " FROM ".MAIN_DB_PREFIX."supplier_proposal as p,";
- $sql .= " ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE p.entity IN (".getEntity($supplierproposalstatic->element).")";
- $sql .= " AND p.fk_statut = ".SupplierProposal::STATUS_DRAFT;
- $sql .= " AND p.fk_soc = s.rowid";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- if ($socid) {
- $sql .= " AND s.rowid = ".((int) $socid);
- }
- $resql = $db->query($sql);
- if ($resql) {
- $total = 0;
- $num = $db->num_rows($resql);
- $nbofloop = min($num, $maxofloop);
- startSimpleTable("SupplierProposalsDraft", "supplier_proposal/list.php", "search_status=".SupplierProposal::STATUS_DRAFT, 2, $num);
- if ($num > 0) {
- $i = 0;
- $othernb = 0;
- while ($i < $nbofloop) {
- $obj = $db->fetch_object($resql);
- if ($i >= $max) {
- $othernb += 1;
- $i++;
- $total += (!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc);
- continue;
- }
- $supplierproposalstatic->id = $obj->rowid;
- $supplierproposalstatic->ref = $obj->ref;
- $supplierproposalstatic->total_ht = $obj->total_ht;
- $supplierproposalstatic->total_tva = $obj->total_tva;
- $supplierproposalstatic->total_ttc = $obj->total_ttc;
- $supplierproposalstatic->statut = $obj->status;
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->name_alias;
- $companystatic->code_client = $obj->code_client;
- $companystatic->code_compta = $obj->code_compta;
- $companystatic->client = $obj->client;
- $companystatic->code_fournisseur = $obj->code_fournisseur;
- $companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->logo = $obj->logo;
- $companystatic->email = $obj->email;
- $companystatic->entity = $obj->entity;
- $companystatic->canvas = $obj->canvas;
- print '<tr class="oddeven">';
- print '<td class="nowraponall tdoverflowmax100">'.$supplierproposalstatic->getNomUrl(1).'</td>';
- print '<td class="nowrap tdoverflowmax100">'.$companystatic->getNomUrl(1, 'supplier').'</td>';
- print '<td class="nowrap right tdamount amount">'.price(!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc).'</td>';
- print '</tr>';
- $i++;
- $total += (!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc);
- }
- if ($othernb) {
- print '<tr class="oddeven">';
- print '<td class="nowrap" colspan="5">';
- print '<span class="opacitymedium">'.$langs->trans("More").'...'.($othernb < $maxofloop ? ' ('.$othernb.')' : '').'</span>';
- print '</td>';
- print "</tr>\n";
- }
- }
- addSummaryTableLine(3, $num, $nbofloop, $total, "NoProposal");
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- /*
- * Draft customer orders
- */
- if (isModEnabled('commande') && $user->rights->commande->lire) {
- $sql = "SELECT c.rowid, c.ref, c.ref_client, c.total_ht, c.total_tva, c.total_ttc, c.fk_statut as status";
- $sql .= ", s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= " FROM ".MAIN_DB_PREFIX."commande as c,";
- $sql .= " ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE c.entity IN (".getEntity($orderstatic->element).")";
- $sql .= " AND c.fk_statut = ".Commande::STATUS_DRAFT;
- $sql .= " AND c.fk_soc = s.rowid";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- if ($socid) {
- $sql .= " AND c.fk_soc = ".((int) $socid);
- }
- $resql = $db->query($sql);
- if ($resql) {
- $total = 0;
- $num = $db->num_rows($resql);
- $nbofloop = min($num, $maxofloop);
- startSimpleTable("DraftOrders", "commande/list.php", "search_status=".Commande::STATUS_DRAFT, 2, $num);
- if ($num > 0) {
- $i = 0;
- $othernb = 0;
- while ($i < $nbofloop) {
- $obj = $db->fetch_object($resql);
- if ($i >= $max) {
- $othernb += 1;
- $i++;
- $total += (!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc);
- continue;
- }
- $orderstatic->id = $obj->rowid;
- $orderstatic->ref = $obj->ref;
- $orderstatic->ref_client = $obj->ref_client;
- $orderstatic->total_ht = $obj->total_ht;
- $orderstatic->total_tva = $obj->total_tva;
- $orderstatic->total_ttc = $obj->total_ttc;
- $orderstatic->statut = $obj->status;
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->name_alias;
- $companystatic->code_client = $obj->code_client;
- $companystatic->code_compta = $obj->code_compta;
- $companystatic->client = $obj->client;
- $companystatic->code_fournisseur = $obj->code_fournisseur;
- $companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->logo = $obj->logo;
- $companystatic->email = $obj->email;
- $companystatic->entity = $obj->entity;
- $companystatic->canvas = $obj->canvas;
- print '<tr class="oddeven">';
- print '<td class="nowraponall tdoverflowmax100">'.$orderstatic->getNomUrl(1).'</td>';
- print '<td class="nowrap tdoverflowmax100">'.$companystatic->getNomUrl(1, 'customer').'</td>';
- print '<td class="nowrap right tdamount amount">'.price(!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc).'</td>';
- print '</tr>';
- $i++;
- $total += (!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc);
- }
- if ($othernb) {
- print '<tr class="oddeven">';
- print '<td class="nowrap" colspan="5">';
- print '<span class="opacitymedium">'.$langs->trans("More").'...'.($othernb < $maxofloop ? ' ('.$othernb.')' : '').'</span>';
- print '</td>';
- print "</tr>\n";
- }
- }
- addSummaryTableLine(3, $num, $nbofloop, $total, "NoOrder");
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- /*
- * Draft purchase orders
- */
- if ((isModEnabled("fournisseur") && empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD) && $user->rights->fournisseur->commande->lire) || (isModEnabled("supplier_order") && $user->rights->supplier_order->lire)) {
- $sql = "SELECT cf.rowid, cf.ref, cf.ref_supplier, cf.total_ht, cf.total_tva, cf.total_ttc, cf.fk_statut as status";
- $sql .= ", s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= " FROM ".MAIN_DB_PREFIX."commande_fournisseur as cf,";
- $sql .= " ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE cf.entity IN (".getEntity($supplierorderstatic->element).")";
- $sql .= " AND cf.fk_statut = ".CommandeFournisseur::STATUS_DRAFT;
- $sql .= " AND cf.fk_soc = s.rowid";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- if ($socid) {
- $sql .= " AND cf.fk_soc = ".((int) $socid);
- }
- $resql = $db->query($sql);
- if ($resql) {
- $total = 0;
- $num = $db->num_rows($resql);
- $nbofloop = min($num, $maxofloop);
- startSimpleTable("DraftSuppliersOrders", "fourn/commande/list.php", "search_status=".CommandeFournisseur::STATUS_DRAFT, 2, $num);
- if ($num > 0) {
- $i = 0;
- $othernb = 0;
- while ($i < $nbofloop) {
- $obj = $db->fetch_object($resql);
- if ($i >= $max) {
- $othernb += 1;
- $i++;
- $total += (!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc);
- continue;
- }
- $supplierorderstatic->id = $obj->rowid;
- $supplierorderstatic->ref = $obj->ref;
- $supplierorderstatic->ref_supplier = $obj->ref_supplier;
- $supplierorderstatic->total_ht = $obj->total_ht;
- $supplierorderstatic->total_tva = $obj->total_tva;
- $supplierorderstatic->total_ttc = $obj->total_ttc;
- $supplierorderstatic->statut = $obj->status;
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->name_alias;
- $companystatic->code_client = $obj->code_client;
- $companystatic->code_compta = $obj->code_compta;
- $companystatic->client = $obj->client;
- $companystatic->code_fournisseur = $obj->code_fournisseur;
- $companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->logo = $obj->logo;
- $companystatic->email = $obj->email;
- $companystatic->entity = $obj->entity;
- $companystatic->canvas = $obj->canvas;
- print '<tr class="oddeven">';
- print '<td class="nowraponall tdoverflowmax100">'.$supplierorderstatic->getNomUrl(1).'</td>';
- print '<td class="nowrap tdoverflowmax100">'.$companystatic->getNomUrl(1, 'supplier').'</td>';
- print '<td class="nowrap right tdamount amount">'.price(!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc).'</td>';
- print '</tr>';
- $i++;
- $total += (!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc);
- }
- if ($othernb) {
- print '<tr class="oddeven">';
- print '<td class="nowrap" colspan="5">';
- print '<span class="opacitymedium">'.$langs->trans("More").'...'.($othernb < $maxofloop ? ' ('.$othernb.')' : '').'</span>';
- print '</td>';
- print "</tr>\n";
- }
- }
- addSummaryTableLine(3, $num, $nbofloop, $total, "NoOrder");
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- /*
- * Draft interventionals
- */
- if (!empty($conf->ficheinter->enabled)) {
- $sql = "SELECT f.rowid, f.ref, s.nom as name, f.fk_statut";
- $sql .= ", s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= " FROM ".MAIN_DB_PREFIX."fichinter as f";
- $sql .= ", ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE f.entity IN (".getEntity('intervention').")";
- $sql .= " AND f.fk_soc = s.rowid";
- $sql .= " AND f.fk_statut = 0";
- if ($socid) {
- $sql .= " AND f.fk_soc = ".((int) $socid);
- }
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- $resql = $db->query($sql);
- if ($resql) {
- $num = $db->num_rows($resql);
- $nbofloop = min($num, $maxofloop);
- print '<div class="div-table-responsive-no-min">';
- print '<table class="noborder centpercent">';
- print '<tr class="liste_titre">';
- print '<th colspan="2">'.$langs->trans("DraftFichinter").'</th></tr>';
- if ($num) {
- $i = 0;
- while ($i < $nbofloop) {
- $obj = $db->fetch_object($resql);
- $fichinterstatic->id=$obj->rowid;
- $fichinterstatic->ref=$obj->ref;
- $fichinterstatic->statut=$obj->fk_statut;
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->name_alias;
- $companystatic->code_client = $obj->code_client;
- $companystatic->code_compta = $obj->code_compta;
- $companystatic->client = $obj->client;
- $companystatic->code_fournisseur = $obj->code_fournisseur;
- $companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->logo = $obj->logo;
- $companystatic->email = $obj->email;
- $companystatic->entity = $obj->entity;
- $companystatic->canvas = $obj->canvas;
- print '<tr class="oddeven">';
- print '<td class="nowraponall tdoverflowmax100">';
- print $fichinterstatic->getNomUrl(1);
- print "</td>";
- print '<td class="nowrap tdoverflowmax100">';
- print $companystatic->getNomUrl(1, 'customer');
- print '</td></tr>';
- $i++;
- }
- }
- print "</table></div>";
- }
- }
- print '</div><div class="fichetwothirdright">';
- /*
- * Last modified customers or prospects
- */
- if (isModEnabled("societe") && $user->rights->societe->lire) {
- $sql = "SELECT s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= ", s.datec, s.tms";
- $sql .= " FROM ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE s.entity IN (".getEntity($companystatic->element).")";
- $sql .= " AND s.client IN (".Societe::CUSTOMER.", ".Societe::PROSPECT.", ".Societe::CUSTOMER_AND_PROSPECT.")";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- // Add where from hooks
- $parameters = array('socid' => $socid);
- $reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $companystatic); // Note that $action and $object may have been modified by hook
- if (empty($reshook)) {
- if ($socid > 0) {
- $sql .= " AND s.rowid = ".((int) $socid);
- }
- }
- $sql .= $hookmanager->resPrint;
- $sql .= " ORDER BY s.tms DESC";
- $sql .= $db->plimit($max, 0);
- $resql = $db->query($sql);
- if ($resql) {
- if (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) {
- $header = "BoxTitleLastCustomersOrProspects";
- } elseif (!empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) {
- $header = "BoxTitleLastModifiedProspects";
- } else {
- $header = "BoxTitleLastModifiedCustomers";
- }
- $num = $db->num_rows($resql);
- startSimpleTable($langs->trans($header, min($max, $num)), "societe/list.php", "type=p,c", 1);
- if ($num) {
- $i = 0;
- while ($i < $num && $i < $max) {
- $objp = $db->fetch_object($resql);
- $companystatic->id = $objp->socid;
- $companystatic->name = $objp->name;
- $companystatic->name_alias = $objp->name_alias;
- $companystatic->code_client = $objp->code_client;
- $companystatic->code_compta = $objp->code_compta;
- $companystatic->client = $objp->client;
- $companystatic->code_fournisseur = $objp->code_fournisseur;
- $companystatic->code_compta_fournisseur = $objp->code_compta_fournisseur;
- $companystatic->fournisseur = $objp->fournisseur;
- $companystatic->logo = $objp->logo;
- $companystatic->email = $objp->email;
- $companystatic->entity = $objp->entity;
- $companystatic->canvas = $objp->canvas;
- print '<tr class="oddeven">';
- print '<td class="nowraponall tdoverflowmax100">'.$companystatic->getNomUrl(1, 'customer').'</td>';
- print '<td class="nowrap">';
- //print $companystatic->getLibCustProspStatut();
- $obj = $companystatic;
- $s = '';
- if (($obj->client == 2 || $obj->client == 3) && empty($conf->global->SOCIETE_DISABLE_PROSPECTS)) {
- $s .= '<a class="customer-back opacitymedium" title="'.$langs->trans("Prospect").'" href="'.DOL_URL_ROOT.'/comm/card.php?socid='.$companystatic->id.'">'.dol_substr($langs->trans("Prospect"), 0, 1).'</a>';
- }
- if (($obj->client == 1 || $obj->client == 3) && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) {
- $s .= '<a class="customer-back" title="'.$langs->trans("Customer").'" href="'.DOL_URL_ROOT.'/comm/card.php?socid='.$companystatic->id.'">'.dol_substr($langs->trans("Customer"), 0, 1).'</a>';
- }
- /*
- if ((isModEnabled("fournisseur") && empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD) || isModEnabled("supplier_order") || isModEnabled("supplier_invoice")) && $obj->fournisseur)
- {
- $s .= '<a class="vendor-back" title="'.$langs->trans("Supplier").'" href="'.DOL_URL_ROOT.'/fourn/card.php?socid='.$companystatic->id.'">'.dol_substr($langs->trans("Supplier"), 0, 1).'</a>';
- }*/
- print $s;
- print '</td>';
- $datem = $db->jdate($objp->tms);
- print '<td class="right nowrap tddate" title="'.dol_escape_htmltag($langs->trans("DateModification").': '.dol_print_date($datem, 'dayhour', 'tzuserrel')).'">';
- print dol_print_date($datem, 'day', 'tzuserrel');
- print '</td>';
- print '</tr>';
- $i++;
- }
- }
- addSummaryTableLine(3, $num);
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- /*
- * Last suppliers
- */
- if (((isModEnabled("fournisseur") && empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)) || isModEnabled("supplier_order") || isModEnabled("supplier_invoice")) && $user->rights->societe->lire) {
- $sql = "SELECT s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= ", s.datec as dc, s.tms as dm";
- $sql .= " FROM ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$user->socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE s.entity IN (".getEntity($companystatic->element).")";
- $sql .= " AND s.fournisseur = ".Societe::SUPPLIER;
- if (empty($user->rights->societe->client->voir) && !$user->socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- // Add where from hooks
- $parameters = array('socid' => $socid);
- $reshook = $hookmanager->executeHooks('printFieldListWhere', $parameters, $companystatic); // Note that $action and $object may have been modified by hook
- if (empty($reshook)) {
- if ($socid > 0) {
- $sql .= " AND s.rowid = ".((int) $socid);
- }
- }
- $sql .= $hookmanager->resPrint;
- $sql .= " ORDER BY s.datec DESC";
- $sql .= $db->plimit($max, 0);
- $resql = $db->query($sql);
- if ($resql) {
- $num = $db->num_rows($resql);
- startSimpleTable($langs->trans("BoxTitleLastModifiedSuppliers", min($max, $num)), "societe/list.php", "type=f", 1);
- if ($num) {
- $i = 0;
- while ($i < $num && $i < $max) {
- $objp = $db->fetch_object($resql);
- $companystatic->id = $objp->socid;
- $companystatic->name = $objp->name;
- $companystatic->name_alias = $objp->name_alias;
- $companystatic->code_client = $objp->code_client;
- $companystatic->code_compta = $objp->code_compta;
- $companystatic->client = $objp->client;
- $companystatic->code_fournisseur = $objp->code_fournisseur;
- $companystatic->code_compta_fournisseur = $objp->code_compta_fournisseur;
- $companystatic->fournisseur = $objp->fournisseur;
- $companystatic->logo = $objp->logo;
- $companystatic->email = $objp->email;
- $companystatic->entity = $objp->entity;
- $companystatic->canvas = $objp->canvas;
- print '<tr class="oddeven">';
- print '<td class="nowraponall tdoverflowmax100">'.$companystatic->getNomUrl(1, 'supplier').'</td>';
- print '<td>';
- $obj = $companystatic;
- $s = '';
- /*if (($obj->client == 2 || $obj->client == 3) && empty($conf->global->SOCIETE_DISABLE_PROSPECTS)) {
- $s .= '<a class="customer-back opacitymedium" title="'.$langs->trans("Prospect").'" href="'.DOL_URL_ROOT.'/comm/card.php?socid='.$companystatic->id.'">'.dol_substr($langs->trans("Prospect"), 0, 1).'</a>';
- }
- if (($obj->client == 1 || $obj->client == 3) && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))
- {
- $s .= '<a class="customer-back" title="'.$langs->trans("Customer").'" href="'.DOL_URL_ROOT.'/comm/card.php?socid='.$companystatic->id.'">'.dol_substr($langs->trans("Customer"), 0, 1).'</a>';
- }*/
- if (((isModEnabled("fournisseur") && empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)) || isModEnabled("supplier_order") || isModEnabled("supplier_invoice")) && $obj->fournisseur) {
- $s .= '<a class="vendor-back" title="'.$langs->trans("Supplier").'" href="'.DOL_URL_ROOT.'/fourn/card.php?socid='.$companystatic->id.'">'.dol_substr($langs->trans("Supplier"), 0, 1).'</a>';
- }
- print $s;
- print '</td>';
- $datem = $db->jdate($objp->dm);
- print '<td class="right tddate" title="'.dol_escape_htmltag($langs->trans("DateModification").': '.dol_print_date($datem, 'dayhour', 'tzuserrel')).'">';
- print dol_print_date($datem, 'day', 'tzuserrel');
- print '</td>';
- print '</tr>';
- $i++;
- }
- }
- addSummaryTableLine(3, $num);
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- /*
- * Last actions
- */
- /*if ($user->rights->agenda->myactions->read) {
- show_array_last_actions_done($max);
- }*/
- /*
- * Actions to do
- */
- /*if ($user->rights->agenda->myactions->read) {
- show_array_actions_to_do($max);
- }*/
- /*
- * Latest contracts
- */
- if (isModEnabled('contrat') && $user->rights->contrat->lire && 0) { // TODO A REFAIRE DEPUIS NOUVEAU CONTRAT
- $staticcontrat = new Contrat($db);
- $sql = "SELECT s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= ", c.statut, c.rowid as contratid, p.ref, c.fin_validite as datefin, c.date_cloture as dateclo";
- $sql .= " FROM ".MAIN_DB_PREFIX."societe as s";
- $sql .= ", ".MAIN_DB_PREFIX."contrat as c";
- $sql .= ", ".MAIN_DB_PREFIX."product as p";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE c.entity IN (".getEntity($staticcontrat->element).")";
- $sql .= " AND c.fk_soc = s.rowid";
- $sql .= " AND c.fk_product = p.rowid";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- if ($socid) {
- $sql .= " AND s.rowid = ".((int) $socid);
- }
- $sql .= " ORDER BY c.tms DESC";
- $sql .= $db->plimit($max + 1, 0);
- $resql = $db->query($sql);
- if ($resql) {
- $num = $db->num_rows($resql);
- startSimpleTable($langs->trans("LastContracts", $max), "", "", 2);
- if ($num > 0) {
- $i = 0;
- while ($i < $num) {
- $obj = $db->fetch_object($resql);
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->name_alias;
- $companystatic->code_client = $obj->code_client;
- $companystatic->code_compta = $obj->code_compta;
- $companystatic->client = $obj->client;
- $companystatic->code_fournisseur = $obj->code_fournisseur;
- $companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->logo = $obj->logo;
- $companystatic->email = $obj->email;
- $companystatic->entity = $obj->entity;
- $companystatic->canvas = $obj->canvas;
- $staticcontrat->id = $obj->contratid;
- $staticcontrat->ref = $obj->ref;
- print '<tr class="oddeven">';
- print '<td class="nowraponall">'.$staticcontrat->getNomUrl(1).'</td>';
- print '<td class="tdoverflowmax150">'.$companystatic->getNomUrl(1, 'customer', 44).'</td>';
- print '<td class="right">'.$staticcontrat->LibStatut($obj->statut, 3).'</td>';
- print '</tr>';
- $i++;
- }
- }
- addSummaryTableLine(2, $num);
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- /*
- * Opened (validated) proposals
- */
- if (isModEnabled("propal") && $user->rights->propal->lire) {
- $sql = "SELECT p.rowid as propalid, p.entity, p.total_ttc, p.total_ht, p.total_tva, p.ref, p.ref_client, p.fk_statut, p.datep as dp, p.fin_validite as dfv";
- $sql .= ", s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= " FROM ".MAIN_DB_PREFIX."propal as p";
- $sql .= ", ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE p.entity IN (".getEntity($propalstatic->element).")";
- $sql .= " AND p.fk_soc = s.rowid";
- $sql .= " AND p.fk_statut = ".Propal::STATUS_VALIDATED;
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- if ($socid) {
- $sql .= " AND s.rowid = ".((int) $socid);
- }
- $sql .= " ORDER BY p.rowid DESC";
- $resql = $db->query($sql);
- if ($resql) {
- $total = $total_ttc = 0;
- $num = $db->num_rows($resql);
- $nbofloop = min($num, (empty($conf->global->MAIN_MAXLIST_OVERLOAD) ? 500 : $conf->global->MAIN_MAXLIST_OVERLOAD));
- startSimpleTable("ProposalsOpened", "comm/propal/list.php", "search_status=1", 4, $num);
- if ($num > 0) {
- $i = 0;
- $othernb = 0;
- while ($i < $nbofloop) {
- $obj = $db->fetch_object($resql);
- if ($i >= $max) {
- $othernb += 1;
- $i++;
- $total += $obj->total_ht;
- $total_ttc += $obj->total_ttc;
- continue;
- }
- $propalstatic->id = $obj->propalid;
- $propalstatic->ref = $obj->ref;
- $propalstatic->ref_client = $obj->ref_client;
- $propalstatic->total_ht = $obj->total_ht;
- $propalstatic->total_tva = $obj->total_tva;
- $propalstatic->total_ttc = $obj->total_ttc;
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->name_alias;
- $companystatic->code_client = $obj->code_client;
- $companystatic->code_compta = $obj->code_compta;
- $companystatic->client = $obj->client;
- $companystatic->code_fournisseur = $obj->code_fournisseur;
- $companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->logo = $obj->logo;
- $companystatic->email = $obj->email;
- $companystatic->entity = $obj->entity;
- $companystatic->canvas = $obj->canvas;
- $filename = dol_sanitizeFileName($obj->ref);
- $filedir = $conf->propal->multidir_output[$obj->entity].'/'.dol_sanitizeFileName($obj->ref);
- //$urlsource = $_SERVER['PHP_SELF'].'?id='.$obj->propalid;
- $warning = ($db->jdate($obj->dfv) < ($now - $conf->propal->cloture->warning_delay)) ? img_warning($langs->trans("Late")) : '';
- print '<tr class="oddeven">';
- print '<td class="nowrap" width="140">';
- print '<table class="nobordernopadding"><tr class="nocellnopadd">';
- print '<td class="nobordernopadding nowraponall">'.$propalstatic->getNomUrl(1).'</td>';
- print '<td width="18" class="nobordernopadding nowrap">'.$warning.'</td>';
- print '<td width="16" align="center" class="nobordernopadding">'.$formfile->getDocumentsLink($propalstatic->element, $filename, $filedir).'</td>';
- print '</tr>';
- print '</table>';
- print '</td>';
- print '<td class="nowrap">'.$companystatic->getNomUrl(1, 'customer', 44).'</td>';
- $datem = $db->jdate($obj->dp);
- print '<td class="center tddate" title="'.dol_escape_htmltag($langs->trans("Date").': '.dol_print_date($datem, 'day', 'tzserver')).'">';
- print dol_print_date($datem, 'day', 'tzserver');
- print '</td>';
- print '<td class="right tdamount amount">'.price(!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc).'</td>';
- print '<td align="center" width="14">'.$propalstatic->LibStatut($obj->fk_statut, 3).'</td>';
- print '</tr>';
- $i++;
- $total += $obj->total_ht;
- $total_ttc += $obj->total_ttc;
- }
- if ($othernb) {
- print '<tr class="oddeven">';
- print '<td class="nowrap" colspan="5">';
- print '<span class="opacitymedium">'.$langs->trans("More").'... ('.$othernb.')</span>';
- print '</td>';
- print "</tr>\n";
- }
- }
- addSummaryTableLine(5, $num, $nbofloop, empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $total_ttc : $total, "NoProposal", true);
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- /*
- * Opened (validated) order
- */
- if (isModEnabled('commande') && $user->rights->commande->lire) {
- $sql = "SELECT c.rowid as commandeid, c.total_ttc, c.total_ht, c.total_tva, c.ref, c.ref_client, c.fk_statut, c.date_valid as dv, c.facture as billed";
- $sql .= ", s.rowid as socid, s.nom as name, s.name_alias";
- $sql .= ", s.code_client, s.code_compta, s.client";
- $sql .= ", s.code_fournisseur, s.code_compta_fournisseur, s.fournisseur";
- $sql .= ", s.logo, s.email, s.entity";
- $sql .= ", s.canvas";
- $sql .= " FROM ".MAIN_DB_PREFIX."commande as c";
- $sql .= ", ".MAIN_DB_PREFIX."societe as s";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
- }
- $sql .= " WHERE c.entity IN (".getEntity($orderstatic->element).")";
- $sql .= " AND c.fk_soc = s.rowid";
- $sql .= " AND c.fk_statut IN (".Commande::STATUS_VALIDATED.", ".Commande::STATUS_SHIPMENTONPROCESS.")";
- if (empty($user->rights->societe->client->voir) && !$socid) {
- $sql .= " AND s.rowid = sc.fk_soc AND sc.fk_user = ".((int) $user->id);
- }
- if ($socid) {
- $sql .= " AND s.rowid = ".((int) $socid);
- }
- $sql .= " ORDER BY c.rowid DESC";
- $resql = $db->query($sql);
- if ($resql) {
- $total = $total_ttc = 0;
- $num = $db->num_rows($resql);
- $nbofloop = min($num, (empty($conf->global->MAIN_MAXLIST_OVERLOAD) ? 500 : $conf->global->MAIN_MAXLIST_OVERLOAD));
- startSimpleTable("OrdersOpened", "commande/list.php", "search_status=".Commande::STATUS_VALIDATED, 4, $num);
- if ($num > 0) {
- $i = 0;
- $othernb = 0;
- while ($i < $nbofloop) {
- $obj = $db->fetch_object($resql);
- if ($i >= $max) {
- $othernb += 1;
- $i++;
- $total += $obj->total_ht;
- $total_ttc += $obj->total_ttc;
- continue;
- }
- $orderstatic->id = $obj->commandeid;
- $orderstatic->ref = $obj->ref;
- $orderstatic->ref_client = $obj->ref_client;
- $orderstatic->statut = $obj->fk_statut;
- $orderstatic->total_ht = $obj->total_ht;
- $orderstatic->total_tva = $obj->total_tva;
- $orderstatic->total_ttc = $obj->total_ttc;
- $companystatic->id = $obj->socid;
- $companystatic->name = $obj->name;
- $companystatic->name_alias = $obj->name_alias;
- $companystatic->code_client = $obj->code_client;
- $companystatic->code_compta = $obj->code_compta;
- $companystatic->client = $obj->client;
- $companystatic->code_fournisseur = $obj->code_fournisseur;
- $companystatic->code_compta_fournisseur = $obj->code_compta_fournisseur;
- $companystatic->fournisseur = $obj->fournisseur;
- $companystatic->logo = $obj->logo;
- $companystatic->email = $obj->email;
- $companystatic->entity = $obj->entity;
- $companystatic->canvas = $obj->canvas;
- $filename = dol_sanitizeFileName($obj->ref);
- $filedir = $conf->commande->dir_output.'/'.dol_sanitizeFileName($obj->ref);
- //$urlsource = $_SERVER['PHP_SELF'].'?id='.$obj->propalid;
- //$warning = ($db->jdate($obj->dfv) < ($now - $conf->propal->cloture->warning_delay)) ? img_warning($langs->trans("Late")) : '';
- print '<tr class="oddeven">';
- print '<td class="nowrap" width="140">';
- print '<table class="nobordernopadding"><tr class="nocellnopadd">';
- print '<td class="nobordernopadding nowraponall">'.$orderstatic->getNomUrl(1).'</td>';
- print '<td width="18" class="nobordernopadding nowrap"></td>';
- print '<td width="16" align="center" class="nobordernopadding">'.$formfile->getDocumentsLink($orderstatic->element, $filename, $filedir).'</td>';
- print '</tr>';
- print '</table>';
- print '</td>';
- print '<td class="nowrap">'.$companystatic->getNomUrl(1, 'customer', 44).'</td>';
- $datem = $db->jdate($obj->dv);
- print '<td class="center tddate" title="'.dol_escape_htmltag($langs->trans("DateValue").': '.dol_print_date($datem, 'day', 'tzserver')).'">';
- print dol_print_date($datem, 'day', 'tzserver');
- print '</td>';
- print '<td class="right tdamount amount">'.price(!empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $obj->total_ht : $obj->total_ttc).'</td>';
- print '<td align="center" width="14">'.$orderstatic->LibStatut($obj->fk_statut, $obj->billed, 3).'</td>';
- print '</tr>';
- $i++;
- $total += $obj->total_ht;
- $total_ttc += $obj->total_ttc;
- }
- if ($othernb) {
- print '<tr class="oddeven">';
- print '<td class="nowrap" colspan="5">';
- print '<span class="opacitymedium">'.$langs->trans("More").'... ('.$othernb.')</span>';
- print '</td>';
- print "</tr>\n";
- }
- }
- addSummaryTableLine(5, $num, $nbofloop, empty($conf->global->MAIN_DASHBOARD_USE_TOTAL_HT) ? $total_ttc : $total, "None", true);
- finishSimpleTable(true);
- $db->free($resql);
- } else {
- dol_print_error($db);
- }
- }
- print '</div>';
- print '</div>';
- $parameters = array('user' => $user);
- $reshook = $hookmanager->executeHooks('dashboardCommercials', $parameters, $object); // Note that $action and $object may have been modified by hook
- // End of page
- llxFooter();
- $db->close();
|