27 require
'../../../main.inc.php';
28 require_once DOL_DOCUMENT_ROOT.
'/core/class/dolgraph.class.php';
29 require_once DOL_DOCUMENT_ROOT.
'/compta/deplacement/class/deplacementstats.class.php';
32 $langs->loadLangs(array(
'trips',
'companies'));
37 $userid =
GETPOST(
'userid',
'int');
if ($userid < 0) {
40 $socid =
GETPOST(
'socid',
'int');
if ($socid < 0) {
46 if ($user->socid > 0) {
48 $socid = $user->socid;
51 $socid = $user->socid;
56 $childids = $user->getAllChildIds();
57 $childids[] = $user->id;
59 if (empty($user->rights->deplacement->readall) && empty($user->rights->deplacement->lire_tous) && !in_array($userid, $childids)) {
67 $startyear = $year - (empty($conf->global->MAIN_STATS_GRAPHS_SHOW_N_YEARS) ? 2 : max(1, min(10, $conf->global->MAIN_STATS_GRAPHS_SHOW_N_YEARS)));
82 $title = $langs->trans(
"TripsAndExpensesStatistics");
83 $dir = $conf->deplacement->dir_temp;
89 $useridtofilter = $userid;
90 if (empty($useridtofilter)) {
91 $useridtofilter = $childids;
92 if (!empty($user->rights->deplacement->readall) || !empty($user->rights->deplacement->lire_tous)) {
103 $data = $stats->getNbByMonthWithPrevYear($endyear, $startyear);
106 $filenamenb = $dir.
"/tripsexpensesnbinyear-".$year.
".png";
107 $fileurlnb = DOL_URL_ROOT.
'/viewimage.php?modulepart=tripsexpensesstats&file=tripsexpensesnbinyear-'.$year.
'.png';
110 $mesg = $px1->isGraphKo();
112 $px1->SetData($data);
115 while ($i <= $endyear) {
119 $px1->SetLegend($legend);
120 $px1->SetMaxValue($px1->GetCeilMaxValue());
121 $px1->SetWidth($WIDTH);
122 $px1->SetHeight($HEIGHT);
123 $px1->SetYLabel($langs->trans(
"Number"));
125 $px1->SetHorizTickIncrement(1);
126 $px1->mode =
'depth';
127 $px1->SetTitle($langs->trans(
"NumberByMonth"));
129 $px1->draw($filenamenb, $fileurlnb);
133 $data = $stats->getAmountByMonthWithPrevYear($endyear, $startyear);
137 $filenameamount = $dir.
"/tripsexpensesamountinyear-".$year.
".png";
138 $fileurlamount = DOL_URL_ROOT.
'/viewimage.php?modulepart=tripsexpensesstats&file=tripsexpensesamountinyear-'.$year.
'.png';
141 $mesg = $px2->isGraphKo();
143 $px2->SetData($data);
146 while ($i <= $endyear) {
150 $px2->SetLegend($legend);
151 $px2->SetMaxValue($px2->GetCeilMaxValue());
152 $px2->SetMinValue(min(0, $px2->GetFloorMinValue()));
153 $px2->SetWidth($WIDTH);
154 $px2->SetHeight($HEIGHT);
155 $px2->SetYLabel($langs->trans(
"Amount"));
157 $px2->SetHorizTickIncrement(1);
158 $px2->mode =
'depth';
159 $px2->SetTitle($langs->trans(
"AmountTotal"));
161 $px2->draw($filenameamount, $fileurlamount);
165 $data = $stats->getAverageByMonthWithPrevYear($endyear, $startyear);
167 if (empty($user->rights->societe->client->voir) || $user->socid) {
168 $filename_avg = $dir.
'/ordersaverage-'.$user->id.
'-'.$year.
'.png';
169 if ($mode ==
'customer') {
170 $fileurl_avg = DOL_URL_ROOT.
'/viewimage.php?modulepart=orderstats&file=ordersaverage-'.$user->id.
'-'.$year.
'.png';
172 if ($mode ==
'supplier') {
173 $fileurl_avg = DOL_URL_ROOT.
'/viewimage.php?modulepart=orderstatssupplier&file=ordersaverage-'.$user->id.
'-'.$year.
'.png';
176 $filename_avg = $dir.
'/ordersaverage-'.$year.
'.png';
177 if ($mode ==
'customer') {
178 $fileurl_avg = DOL_URL_ROOT.
'/viewimage.php?modulepart=orderstats&file=ordersaverage-'.$year.
'.png';
180 if ($mode ==
'supplier') {
181 $fileurl_avg = DOL_URL_ROOT.
'/viewimage.php?modulepart=orderstatssupplier&file=ordersaverage-'.$year.
'.png';
186 $mesg = $px3->isGraphKo();
188 $px3->SetData($data);
191 while ($i <= $endyear) {
195 $px3->SetLegend($legend);
196 $px3->SetYLabel($langs->trans(
"AmountAverage"));
197 $px3->SetMaxValue($px3->GetCeilMaxValue());
198 $px3->SetMinValue($px3->GetFloorMinValue());
199 $px3->SetWidth($WIDTH);
200 $px3->SetHeight($HEIGHT);
202 $px3->SetHorizTickIncrement(1);
203 $px3->mode =
'depth';
204 $px3->SetTitle($langs->trans(
"AmountAverage"));
206 $px3->draw($filename_avg, $fileurl_avg);
211 $data = $stats->getAllByYear();
212 $arrayyears = array();
213 foreach ($data as $val) {
214 $arrayyears[$val[
'year']] = $val[
'year'];
216 if (!count($arrayyears)) {
217 $arrayyears[$nowyear] = $nowyear;
223 $head[$h][0] = DOL_URL_ROOT.
'/compta/deplacement/stats/index.php';
224 $head[$h][1] = $langs->trans(
"ByMonthYear");
225 $head[$h][2] =
'byyear';
233 print
'<div class="fichecenter"><div class="fichethirdleft">';
237 print
'<form name="stats" method="POST" action="'.$_SERVER[
"PHP_SELF"].
'">';
238 print
'<input type="hidden" name="token" value="'.newToken().
'">';
239 print
'<input type="hidden" name="mode" value="'.$mode.
'">';
241 print
'<table class="border centpercent">';
242 print
'<tr class="liste_titre"><td class="liste_titre" colspan="2">'.$langs->trans(
"Filter").
'</td></tr>';
244 print
'<tr><td>'.$langs->trans(
"ThirdParty").
'</td><td>';
246 print
img_picto(
'',
'company',
'class="pictofixedwidth"');
247 print
$form->select_company($socid,
'socid', $filter, 1, 1, 0, array(), 0,
'widthcentpercentminusx maxwidth300',
'');
250 print
'<tr><td>'.$langs->trans(
"User").
'</td><td>';
252 if (empty($user->rights->deplacement->readall) && empty($user->rights->deplacement->lire_tous)) {
253 $include =
'hierarchy';
255 print
img_picto(
'',
'user',
'class="pictofixedwidth"');
256 print
$form->select_dolusers($userid,
'userid', 1,
'', 0, $include,
'', 0, 0, 0,
'', 0,
'',
'widthcentpercentminusx maxwidth300');
259 print
'<tr><td>'.$langs->trans(
"Year").
'</td><td>';
260 if (!in_array($year, $arrayyears)) {
261 $arrayyears[$year] = $year;
264 print
$form->selectarray(
'year', $arrayyears, $year, 0, 0, 0,
'', 0, 0, 0,
'',
'width75');
266 print
'<tr><td align="center" colspan="2"><input type="submit" name="submit" class="button small" value="'.$langs->trans(
"Refresh").
'"></td></tr>';
271 print
'<div class="div-table-responsive-no-min">';
272 print
'<table class="border centpercent">';
274 print
'<td class="center">'.$langs->trans(
"Year").
'</td>';
275 print
'<td class="center">'.$langs->trans(
"Number").
'</td>';
276 print
'<td class="center">'.$langs->trans(
"AmountTotal").
'</td>';
277 print
'<td class="center">'.$langs->trans(
"AmountAverage").
'</td>';
281 foreach ($data as $val) {
282 $year = $val[
'year'];
283 while ($year && $oldyear > $year + 1) {
286 print
'<td align="center"><a href="'.$_SERVER[
"PHP_SELF"].
'?year='.$oldyear.
'&mode='.$mode.
'">'.$oldyear.
'</a></td>';
287 print
'<td class="right">0</td>';
288 print
'<td class="right">0</td>';
289 print
'<td class="right">0</td>';
295 print
'<td align="center"><a href="'.$_SERVER[
"PHP_SELF"].
'?year='.$year.
'&mode='.$mode.
'">'.$year.
'</a></td>';
296 print
'<td class="right">'.$val[
'nb'].
'</td>';
297 print
'<td class="right">'.price(
price2num($val[
'total'],
'MT'), 1).
'</td>';
298 print
'<td class="right">'.price(
price2num($val[
'avg'],
'MT'), 1).
'</td>';
306 print
'</div><div class="fichetwothirdright">';
310 print
'<table class="border centpercent"><tr class="pair nohover"><td align="center">';
320 print
'</td></tr></table>';
323 print
'</div></div>';
324 print
'<div style="clear:both"></div>';
Classe permettant la gestion des stats des deplacements et notes de frais.
static getDefaultGraphSizeForStats($direction, $defaultsize='')
getDefaultGraphSizeForStats
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='')
Show tabs of a record.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs='', $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
dol_now($mode='auto')
Return date for now.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode='add', $filterorigmodule='')
Complete or removed entries into a head array (used to build tabs).
dol_mkdir($dir, $dataroot='', $newmask='')
Creation of a directory (this can create recursive subdir)
if(!defined('NOTOKENRENEWAL')) if(!defined('NOLOGIN')) if(!defined('NOCSRFCHECK')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) if(!defined('NOIPCHECK')) if(!defined('NOBROWSERNOTIF')) llxHeader()
Header empty.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.