Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/htdocs/projet/activity/perday.php:3251header('Location: ' . $_SERVER["PHP_SELF"] . '?' . ($projectid ? 'id=' . $projectid : '') . ($search_usertoprocessid ? '&search_usertoprocessid=' . urlencode($search_usertoprocessid) : '') . ($mode ? '&mode=' . $mode : '') . '&year=' . $yearofday . '&month=' . $monthofday . '&day=' . $dayofday)
/htdocs/paypal/lib/paypal.lib.php:1071dol_syslog("print_paypal_redirect expresscheckout redirect with callSetExpressCheckout $paymentAmount, $currencyCodeType, $paymentType, $returnURL, $cancelURL, $tag, $solutionType, $landingPage, $shipToName, $shipToStreet, $shipToCity, $shipToState, $shipToCountryCode, $shipToZip, $shipToStreet2, $phoneNum")
/htdocs/emailcollector/class/emailcollector.class.php:17961dol_syslog("msgid=" . $overview[0]->message_id . " date=" . dol_print_date($overview[0]->udate, 'dayrfc', 'gmt') . " from=" . $overview[0]->from . " to=" . $overview[0]->to . " subject=" . $overview[0]->subject)
/htdocs/ecm/dir_card.php:4651dolGetButtonAction($langs->trans('Delete'), '', 'delete', $_SERVER["PHP_SELF"] . '?id=' . $object->id . '&action=delete&token=' . newToken( ) . ($module ? '&module=' . urlencode($module) : '') . '&section=' . urlencode($section) . ($backtopage ? '&backtopage=' . urlencode($backtopage) : ''), '', $permissiontoadd)
/htdocs/product/stock/class/mouvementstock.class.php:1971dol_syslog(get_class($this) . "::_create start userid=$user->id, fk_product=$fk_product, warehouse_id=$entrepot_id, qty=$qty, type=$type, price=$price, label=$label, inventorycode=$inventorycode, datem=" . $datem . ", eatby=" . $eatby . ", sellby=" . $sellby . ", batch=" . $batch . ", skip_batch=" . json_encode($skip_batch))
/htdocs/product/stock/class/mouvementstock.class.php:3381dol_syslog("ThisSerialAlreadyExistWithDifferentDate batch=" . $batch . ", eatby found into product_lot = " . $obj->eatby . " = " . dol_print_date($this->db->jdate($obj->eatby), 'dayhourrfc') . " so eatbywithouthour = " . $eatbywithouthour . " = " . dol_print_date($eatbywithouthour) . " - eatby provided = " . $eatby . " = " . dol_print_date($eatby, 'dayhourrfc'), LOG_ERR)
/htdocs/product/dynamic_price/class/price_parser.class.php:1441array_merge($values, array("tva_tx" => $product->tva_tx, "localtax1_tx" => $product->localtax1_tx, "localtax2_tx" => $product->localtax2_tx, "weight" => $product->weight, "length" => $product->length, "surface" => $product->surface, "price_min" => $product->price_min, "cost_price" => $product->cost_price, "pmp" => $product->pmp, ))
/htdocs/exports/class/export.class.php:2261dol_syslog(get_class($this) . "::load_arrays loaded for module " . $modulename . " with index " . $i . ", dataset=" . $module->export_code[$r] . ", nb of fields=" . (!empty($module->export_fields_code[$r]) ? count($module->export_fields_code[$r]) : ''))
/htdocs/blockedlog/admin/blockedlog_list.php:2081header("Content-disposition: attachment; filename=\"unalterable-log-archive-" . $dolibarr_main_db_name . "-" . (GETPOSTINT('yeartoexport') > 0 ? GETPOSTINT('yeartoexport') . (GETPOSTINT('monthtoexport') > 0 ? sprintf("%02d", GETPOSTINT('monthtoexport')) : '') . '-' : '') . $previoushash . ".csv\"")
/htdocs/includes/webklex/php-imap/vendor/illuminate/support/ConfigurationUrlParser.php:631array_filter(['driver' => $this->getDriver($url), 'database' => $this->getDatabase($url), 'host' => $url['host'] ?? null, 'port' => $url['port'] ?? null, 'username' => $url['user'] ?? null, 'password' => $url['pass'] ?? null, ], function ($value) { /**/ } )
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php:3961round(((((($diff->m || $diff->y ? $diff->days : $diff->d) * static::HOURS_PER_DAY) + $diff->h) * static::MINUTES_PER_HOUR + $diff->i) * static::SECONDS_PER_MINUTE + ($diff->f + $diff->s)) * static::MICROSECONDS_PER_SECOND)
/htdocs/eventorganization/conferenceorboothattendee_card.php:6111dolGetButtonAction('', $langs->trans('Modify'), 'default', $_SERVER["PHP_SELF"] . '?id=' . $object->id . (!empty($confOrBooth->id) ? '&conforboothid=' . $confOrBooth->id : '') . (!empty($projectstatic->id) ? '&fk_project=' . $projectstatic->id : '') . '&action=edit&token=' . newToken( ), '', $permissiontoadd)
/htdocs/eventorganization/conferenceorboothattendee_card.php:6091dolGetButtonAction('', $langs->trans('SendMail'), 'default', $_SERVER["PHP_SELF"] . '?id=' . $object->id . (!empty($confOrBooth->id) ? '&conforboothid=' . $confOrBooth->id : '') . (!empty($projectstatic->id) ? '&fk_project=' . $projectstatic->id : '') . '&action=presend&token=' . newToken( ) . '&mode=init#formmailbeforetitle')
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:1561chr((($in[8 * $chars + $idx] & 0x02) << 6) | (($in[9 * $chars + $idx] & 0x02) << 5) | (($in[10 * $chars + $idx] & 0x02) << 4) | (($in[11 * $chars + $idx] & 0x02) << 3) | (($in[12 * $chars + $idx] & 0x02) << 2) | (($in[13 * $chars + $idx] & 0x02) << 1) | (($in[14 * $chars + $idx] & 0x02)) | (($in[15 * $chars + $idx] & 0x02) >> 1))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:1461chr((($in[0 * $chars + $idx] & 0x02) << 6) | (($in[1 * $chars + $idx] & 0x02) << 5) | (($in[2 * $chars + $idx] & 0x02) << 4) | (($in[3 * $chars + $idx] & 0x02) << 3) | (($in[4 * $chars + $idx] & 0x02) << 2) | (($in[5 * $chars + $idx] & 0x02) << 1) | (($in[6 * $chars + $idx] & 0x02)) | (($in[7 * $chars + $idx] & 0x02) >> 1))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:1771chr((($in[8 * $chars + $idx] & 0x01) << 7) | (($in[9 * $chars + $idx] & 0x01) << 6) | (($in[10 * $chars + $idx] & 0x01) << 5) | (($in[11 * $chars + $idx] & 0x01) << 4) | (($in[12 * $chars + $idx] & 0x01) << 3) | (($in[13 * $chars + $idx] & 0x01) << 2) | (($in[14 * $chars + $idx] & 0x01) >> 1) | (($in[15 * $chars + $idx] & 0x01)))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:1671chr((($in[0 * $chars + $idx] & 0x01) << 7) | (($in[1 * $chars + $idx] & 0x01) << 6) | (($in[2 * $chars + $idx] & 0x01) << 5) | (($in[3 * $chars + $idx] & 0x01) << 4) | (($in[4 * $chars + $idx] & 0x01) << 3) | (($in[5 * $chars + $idx] & 0x01) << 2) | (($in[6 * $chars + $idx] & 0x01) << 1) | (($in[7 * $chars + $idx] & 0x01)))
/htdocs/comm/propal/class/propal.class.php:5881dol_syslog(get_class($this) . "::addline propalid=$this->id, desc=$desc, pu_ht=$pu_ht, qty=$qty, txtva=$txtva, fk_product=$fk_product, remise_except=$remise_percent, price_base_type=$price_base_type, pu_ttc=$pu_ttc, info_bits=$info_bits, type=$type, fk_remise_except=" . $fk_remise_except)
/htdocs/comm/action/class/actioncomm.class.php:18291img_object(($notooltip ? '' : $langs->trans("ShowAction") . ': ' . $label), ($overwritepicto ? $overwritepicto : 'action'), (($this->type_color && $overwritepicto) ? 'style="color: #' . $this->type_color . ' !important;" ' : '') . ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/class/html.formproduct.class.php:2911dol_syslog(get_class($this) . "::selectWarehouses " . (is_array($selected) ? 'selected is array' : $selected) . ", $htmlname, $filterstatus, $empty, $disabled, $fk_product, $empty_label, $showstock, $forcecombo, $morecss", LOG_DEBUG)
/htdocs/comm/propal/class/propal.class.php:8341dol_syslog(get_class($this) . "::updateLine rowid=$rowid, pu=$pu, qty=$qty, remise_percent=$remise_percent, txtva=$txtva, desc=$desc, price_base_type=$price_base_type, info_bits=$info_bits, special_code=$special_code, fk_parent_line=$fk_parent_line, pa_ht=$pa_ht, type=$type, date_start=$date_start, date_end=$date_end")
/htdocs/eventorganization/conferenceorbooth_list.php:7671dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . (!empty($project->id) ? '&withproject=1&fk_project=' . $project->id : '') . (!empty($project->socid) ? '&fk_soc=' . $project->socid : '') . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/eventorganization/conferenceorbooth_list.php:7661dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . (!empty($project->id) ? '&withproject=1&fk_project=' . $project->id : '') . (!empty($project->socid) ? '&fk_soc=' . $project->socid : '') . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/comm/action/peruser.php:10791urlencode($_SERVER["PHP_SELF"] . '?year=' . $year . '&month=' . $month . '&day=' . $day . ($begin_h !== '' ? '&begin_h=' . $begin_h : '') . ($end_h !== '' ? '&end_h=' . $end_h : '') . ($begin_d !== '' ? '&begin_d=' . $begin_d : '') . ($end_d !== '' ? '&end_d=' . $end_d : ''))
/htdocs/eventorganization/conferenceorbooth_list.php:7691dolGetButtonTitle($langs->trans('New'), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/eventorganization/conferenceorbooth_card.php?action=create' . (!empty($project->id) ? '&withproject=1&fk_project=' . $project->id : '') . (!empty($project->socid) ? '&fk_soc=' . $project->socid : '') . '&backtopage=' . urlencode($_SERVER['PHP_SELF']) . (!empty($project->id) ? '?projectid=' . $project->id : ''), '', $permissiontoadd)
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:411chr((($in[0 * $chars + $idx] & 0x40) << 1) | (($in[1 * $chars + $idx] & 0x40)) | (($in[2 * $chars + $idx] & 0x40) >> 1) | (($in[3 * $chars + $idx] & 0x40) >> 2) | (($in[4 * $chars + $idx] & 0x40) >> 3) | (($in[5 * $chars + $idx] & 0x40) >> 4) | (($in[6 * $chars + $idx] & 0x40) >> 5) | (($in[7 * $chars + $idx] & 0x40) >> 6))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:511chr((($in[8 * $chars + $idx] & 0x40) << 1) | (($in[9 * $chars + $idx] & 0x40) >> 0) | (($in[10 * $chars + $idx] & 0x40) >> 1) | (($in[11 * $chars + $idx] & 0x40) >> 2) | (($in[12 * $chars + $idx] & 0x40) >> 3) | (($in[13 * $chars + $idx] & 0x40) >> 4) | (($in[14 * $chars + $idx] & 0x40) >> 5) | (($in[15 * $chars + $idx] & 0x40) >> 6))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:201chr((($in[0 * $chars + $idx] & 0x80)) | (($in[1 * $chars + $idx] & 0x80) >> 1) | (($in[2 * $chars + $idx] & 0x80) >> 2) | (($in[3 * $chars + $idx] & 0x80) >> 3) | (($in[4 * $chars + $idx] & 0x80) >> 4) | (($in[5 * $chars + $idx] & 0x80) >> 5) | (($in[6 * $chars + $idx] & 0x80) >> 6) | (($in[7 * $chars + $idx] & 0x80) >> 7))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:301chr((($in[8 * $chars + $idx] & 0x80)) | (($in[9 * $chars + $idx] & 0x80) >> 1) | (($in[10 * $chars + $idx] & 0x80) >> 2) | (($in[11 * $chars + $idx] & 0x80) >> 3) | (($in[12 * $chars + $idx] & 0x80) >> 4) | (($in[13 * $chars + $idx] & 0x80) >> 5) | (($in[14 * $chars + $idx] & 0x80) >> 6) | (($in[15 * $chars + $idx] & 0x80) >> 7))
/htdocs/includes/restler/framework/Luracast/Restler/Restler.php:11271@header('Content-Type: ' . (Defaults::$useVendorMIMEVersioning ? 'application/vnd.' . Defaults::$apiVendor . "-v{$this->requestedApiVersion}" . '+' . $this->responseFormat->getExtension( ) : $this->responseFormat->getMIME( )) . '; charset=' . $charset)
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:191implode([chr((($in[0 * $chars + $idx] & 0x80)) | (($in[1 * $chars + $idx] & 0x80) >> 1) | (($in[2 * $chars + $idx] & 0x80) >> 2) | (($in[3 * $chars + $idx] & 0x80) >> 3) | (($in[4 * $chars + $idx] & 0x80) >> 4) | (($in[5 * $chars + $idx] & 0x80) >> 5) | (($in[6 * $chars + $idx] & 0x80) >> 6) | (($in[7 * $chars + $idx] & 0x80) >> 7)), chr((($in[8 * $chars + $idx] & 0x80)) | (($in[9 * $chars + $idx] & 0x80) >> 1) | (($in[10 * $chars + $idx] & 0x80) >> 2) | (($in[11 * $chars + $idx] & 0x80) >> 3) | (($in[12 * $chars + $idx] & 0x80) >> 4) | (($in[13 * $chars + $idx] & 0x80) >> 5) | (($in[14 * $chars + $idx] & 0x80) >> 6) | (($in[15 * $chars + $idx] & 0x80) >> 7)), chr(0), chr((($in[0 * $chars + $idx] & 0x40) << 1) | (($in[1 * $chars + $idx] & 0x40)) | (($in[2 * $chars + $idx] & 0x40) >> 1) | (($in[3 * $chars + $idx] & 0x40) >> 2) | (($in[4 * $chars + $idx] & 0x40) >> 3) | (($in[5 * $chars + $idx] & 0x40) >> 4) | (($in[6 * $chars + $idx] & 0x40) >> 5) | (($in[7 * $chars + $idx] & 0x40) >> 6)), chr((($in[8 * $chars + $idx] & 0x40) << 1) | (($in[9 * $chars + $idx] & 0x40) >> 0) | (($in[10 * $chars + $idx] & 0x40) >> 1) | (($in[11 * $chars + $idx] & 0x40) >> 2) | (($in[12 * $chars + $idx] & 0x40) >> 3) | (($in[13 * $chars + $idx] & 0x40) >> 4) | (($in[14 * $chars + $idx] & 0x40) >> 5) | (($in[15 * $chars + $idx] & 0x40) >> 6)), chr(0), chr((($in[0 * $chars + $idx] & 0x20) << 2) | (($in[1 * $chars + $idx] & 0x20) << 1) | (($in[2 * $chars + $idx] & 0x20)) | (($in[3 * $chars + $idx] & 0x20) >> 1) | (($in[4 * $chars + $idx] & 0x20) >> 2) | (($in[5 * $chars + $idx] & 0x20) >> 3) | (($in[6 * $chars + $idx] & 0x20) >> 4) | (($in[7 * $chars + $idx] & 0x20) >> 5)), chr((($in[8 * $chars + $idx] & 0x20) << 2) | (($in[9 * $chars + $idx] & 0x20) << 1) | (($in[10 * $chars + $idx] & 0x20)) | (($in[11 * $chars + $idx] & 0x20) >> 1) | (($in[12 * $chars + $idx] & 0x20) >> 2) | (($in[13 * $chars + $idx] & 0x20) >> 3) | (($in[14 * $chars + $idx] & 0x20) >> 4) | (($in[15 * $chars + $idx] & 0x20) >> 5)), chr(0), chr((($in[0 * $chars + $idx] & 0x10) << 3) | (($in[1 * $chars + $idx] & 0x10) << 2) | (($in[2 * $chars + $idx] & 0x10) << 1) | (($in[3 * $chars + $idx] & 0x10)) | (($in[4 * $chars + $idx] & 0x10) >> 1) | (($in[5 * $chars + $idx] & 0x10) >> 2) | (($in[6 * $chars + $idx] & 0x10) >> 3) | (($in[7 * $chars + $idx] & 0x10) >> 4)), chr((($in[8 * $chars + $idx] & 0x10) << 3) | (($in[9 * $chars + $idx] & 0x10) << 2) | (($in[10 * $chars + $idx] & 0x10) << 1) | (($in[11 * $chars + $idx] & 0x10)) | (($in[12 * $chars + $idx] & 0x10) >> 1) | (($in[13 * $chars + $idx] & 0x10) >> 2) | (($in[14 * $chars + $idx] & 0x10) >> 3) | (($in[15 * $chars + $idx] & 0x10) >> 4)), chr(0), chr((($in[0 * $chars + $idx] & 0x08) << 4) | (($in[1 * $chars + $idx] & 0x08) << 3) | (($in[2 * $chars + $idx] & 0x08) << 2) | (($in[3 * $chars + $idx] & 0x08) << 1) | (($in[4 * $chars + $idx] & 0x08)) | (($in[5 * $chars + $idx] & 0x08) >> 1) | (($in[6 * $chars + $idx] & 0x08) >> 2) | (($in[7 * $chars + $idx] & 0x08) >> 3)), chr((($in[8 * $chars + $idx] & 0x08) << 4) | (($in[9 * $chars + $idx] & 0x08) << 3) | (($in[10 * $chars + $idx] & 0x08) << 2) | (($in[11 * $chars + $idx] & 0x08) << 1) | (($in[12 * $chars + $idx] & 0x08)) | (($in[13 * $chars + $idx] & 0x08) >> 1) | (($in[14 * $chars + $idx] & 0x08) >> 2) | (($in[15 * $chars + $idx] & 0x08) >> 3)), chr(0), chr((($in[0 * $chars + $idx] & 0x04) << 5) | (($in[1 * $chars + $idx] & 0x04) << 4) | (($in[2 * $chars + $idx] & 0x04) << 3) | (($in[3 * $chars + $idx] & 0x04) << 2) | (($in[4 * $chars + $idx] & 0x04) << 1) | (($in[5 * $chars + $idx] & 0x04)) | (($in[6 * $chars + $idx] & 0x04) >> 1) | (($in[7 * $chars + $idx] & 0x04) >> 2)), chr((($in[8 * $chars + $idx] & 0x04) << 5) | (($in[9 * $chars + $idx] & 0x04) << 4) | (($in[10 * $chars + $idx] & 0x04) << 3) | (($in[11 * $chars + $idx] & 0x04) << 2) | (($in[12 * $chars + $idx] & 0x04) << 1) | (($in[13 * $chars + $idx] & 0x04)) | (($in[14 * $chars + $idx] & 0x04) >> 1) | (($in[15 * $chars + $idx] & 0x04) >> 2)), chr(0), chr((($in[0 * $chars + $idx] & 0x02) << 6) | (($in[1 * $chars + $idx] & 0x02) << 5) | (($in[2 * $chars + $idx] & 0x02) << 4) | (($in[3 * $chars + $idx] & 0x02) << 3) | (($in[4 * $chars + $idx] & 0x02) << 2) | (($in[5 * $chars + $idx] & 0x02) << 1) | (($in[6 * $chars + $idx] & 0x02)) | (($in[7 * $chars + $idx] & 0x02) >> 1)), chr((($in[8 * $chars + $idx] & 0x02) << 6) | (($in[9 * $chars + $idx] & 0x02) << 5) | (($in[10 * $chars + $idx] & 0x02) << 4) | (($in[11 * $chars + $idx] & 0x02) << 3) | (($in[12 * $chars + $idx] & 0x02) << 2) | (($in[13 * $chars + $idx] & 0x02) << 1) | (($in[14 * $chars + $idx] & 0x02)) | (($in[15 * $chars + $idx] & 0x02) >> 1)), chr(0), chr((($in[0 * $chars + $idx] & 0x01) << 7) | (($in[1 * $chars + $idx] & 0x01) << 6) | (($in[2 * $chars + $idx] & 0x01) << 5) | (($in[3 * $chars + $idx] & 0x01) << 4) | (($in[4 * $chars + $idx] & 0x01) << 3) | (($in[5 * $chars + $idx] & 0x01) << 2) | (($in[6 * $chars + $idx] & 0x01) << 1) | (($in[7 * $chars + $idx] & 0x01))), chr((($in[8 * $chars + $idx] & 0x01) << 7) | (($in[9 * $chars + $idx] & 0x01) << 6) | (($in[10 * $chars + $idx] & 0x01) << 5) | (($in[11 * $chars + $idx] & 0x01) << 4) | (($in[12 * $chars + $idx] & 0x01) << 3) | (($in[13 * $chars + $idx] & 0x01) << 2) | (($in[14 * $chars + $idx] & 0x01) >> 1) | (($in[15 * $chars + $idx] & 0x01))), chr(0)])
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidation.php:4491md5($this->formula1 . $this->formula2 . $this->type . $this->errorStyle . $this->operator . ($this->allowBlank ? 't' : 'f') . ($this->showDropDown ? 't' : 'f') . ($this->showInputMessage ? 't' : 'f') . ($this->showErrorMessage ? 't' : 'f') . $this->errorTitle . $this->error . $this->promptTitle . $this->prompt . __CLASS__)
/htdocs/includes/odtphp/odf.php:4181array_push($tags, array('name' => $matches[1][0], 'attributes' => $attributes, 'innerText' => strip_tags($matches[3][0]), 'children' => $this->_hasHtmlTag($matches[3][0]) ? $this->_getDataFromHtml($matches[3][0]) : null))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:1251chr((($in[0 * $chars + $idx] & 0x04) << 5) | (($in[1 * $chars + $idx] & 0x04) << 4) | (($in[2 * $chars + $idx] & 0x04) << 3) | (($in[3 * $chars + $idx] & 0x04) << 2) | (($in[4 * $chars + $idx] & 0x04) << 1) | (($in[5 * $chars + $idx] & 0x04)) | (($in[6 * $chars + $idx] & 0x04) >> 1) | (($in[7 * $chars + $idx] & 0x04) >> 2))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:1351chr((($in[8 * $chars + $idx] & 0x04) << 5) | (($in[9 * $chars + $idx] & 0x04) << 4) | (($in[10 * $chars + $idx] & 0x04) << 3) | (($in[11 * $chars + $idx] & 0x04) << 2) | (($in[12 * $chars + $idx] & 0x04) << 1) | (($in[13 * $chars + $idx] & 0x04)) | (($in[14 * $chars + $idx] & 0x04) >> 1) | (($in[15 * $chars + $idx] & 0x04) >> 2))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:1041chr((($in[0 * $chars + $idx] & 0x08) << 4) | (($in[1 * $chars + $idx] & 0x08) << 3) | (($in[2 * $chars + $idx] & 0x08) << 2) | (($in[3 * $chars + $idx] & 0x08) << 1) | (($in[4 * $chars + $idx] & 0x08)) | (($in[5 * $chars + $idx] & 0x08) >> 1) | (($in[6 * $chars + $idx] & 0x08) >> 2) | (($in[7 * $chars + $idx] & 0x08) >> 3))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:1141chr((($in[8 * $chars + $idx] & 0x08) << 4) | (($in[9 * $chars + $idx] & 0x08) << 3) | (($in[10 * $chars + $idx] & 0x08) << 2) | (($in[11 * $chars + $idx] & 0x08) << 1) | (($in[12 * $chars + $idx] & 0x08)) | (($in[13 * $chars + $idx] & 0x08) >> 1) | (($in[14 * $chars + $idx] & 0x08) >> 2) | (($in[15 * $chars + $idx] & 0x08) >> 3))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:831chr((($in[0 * $chars + $idx] & 0x10) << 3) | (($in[1 * $chars + $idx] & 0x10) << 2) | (($in[2 * $chars + $idx] & 0x10) << 1) | (($in[3 * $chars + $idx] & 0x10)) | (($in[4 * $chars + $idx] & 0x10) >> 1) | (($in[5 * $chars + $idx] & 0x10) >> 2) | (($in[6 * $chars + $idx] & 0x10) >> 3) | (($in[7 * $chars + $idx] & 0x10) >> 4))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:931chr((($in[8 * $chars + $idx] & 0x10) << 3) | (($in[9 * $chars + $idx] & 0x10) << 2) | (($in[10 * $chars + $idx] & 0x10) << 1) | (($in[11 * $chars + $idx] & 0x10)) | (($in[12 * $chars + $idx] & 0x10) >> 1) | (($in[13 * $chars + $idx] & 0x10) >> 2) | (($in[14 * $chars + $idx] & 0x10) >> 3) | (($in[15 * $chars + $idx] & 0x10) >> 4))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:621chr((($in[0 * $chars + $idx] & 0x20) << 2) | (($in[1 * $chars + $idx] & 0x20) << 1) | (($in[2 * $chars + $idx] & 0x20)) | (($in[3 * $chars + $idx] & 0x20) >> 1) | (($in[4 * $chars + $idx] & 0x20) >> 2) | (($in[5 * $chars + $idx] & 0x20) >> 3) | (($in[6 * $chars + $idx] & 0x20) >> 4) | (($in[7 * $chars + $idx] & 0x20) >> 5))
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:721chr((($in[8 * $chars + $idx] & 0x20) << 2) | (($in[9 * $chars + $idx] & 0x20) << 1) | (($in[10 * $chars + $idx] & 0x20)) | (($in[11 * $chars + $idx] & 0x20) >> 1) | (($in[12 * $chars + $idx] & 0x20) >> 2) | (($in[13 * $chars + $idx] & 0x20) >> 3) | (($in[14 * $chars + $idx] & 0x20) >> 4) | (($in[15 * $chars + $idx] & 0x20) >> 5))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/Root.php:2311fwrite($FILE, "\xD0\xCF\x11\xE0\xA1\xB1\x1A\xE1" . "\x00\x00\x00\x00" . "\x00\x00\x00\x00" . "\x00\x00\x00\x00" . "\x00\x00\x00\x00" . pack('v', 0x3b) . pack('v', 0x03) . pack('v', -2) . pack('v', 9) . pack('v', 6) . pack('v', 0) . "\x00\x00\x00\x00" . "\x00\x00\x00\x00" . pack('V', $iBdCnt) . pack('V', $iBBcnt + $iSBDcnt) . pack('V', 0) . pack('V', 0x1000) . pack('V', $iSBDcnt ? 0 : -2) . pack('V', $iSBDcnt))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/SingularValueDecomposition.php:3421max(max(max(max(abs($this->s[$p - 1]), abs($this->s[$p - 2])), abs($e[$p - 2])), abs($this->s[$k])), abs($e[$k]))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Style.php:6091md5($this->fill->getHashCode( ) . $this->font->getHashCode( ) . $this->borders->getHashCode( ) . $this->alignment->getHashCode( ) . $this->numberFormat->getHashCode( ) . $hashConditionals . $this->protection->getHashCode( ) . ($this->quotePrefix ? 't' : 'f') . __CLASS__)
/htdocs/core/lib/functions.lib.php:89451array_merge($substitutionarray, array('__NOW_TMS__' => (string) $now, '__NOW_TMS_YMD__' => dol_print_date($now, 'day', 'auto', $outputlangs), '__DAY__' => (string) $tmp['mday'], '__DAY_TEXT__' => $daytext, '__DAY_TEXT_SHORT__' => dol_trunc($daytext, 3, 'right', 'UTF-8', 1), '__DAY_TEXT_MIN__' => dol_trunc($daytext, 1, 'right', 'UTF-8', 1), '__MONTH__' => (string) $tmp['mon'], '__MONTH_TEXT__' => $outputlangs->trans('Month' . sprintf("%02d", $tmp['mon'])), '__MONTH_TEXT_SHORT__' => $outputlangs->trans('MonthShort' . sprintf("%02d", $tmp['mon'])), '__MONTH_TEXT_MIN__' => $outputlangs->trans('MonthVeryShort' . sprintf("%02d", $tmp['mon'])), '__YEAR__' => (string) $tmp['year'], '__PREVIOUS_DAY__' => (string) $tmp2['day'], '__PREVIOUS_MONTH__' => (string) $tmp3['month'], '__PREVIOUS_YEAR__' => (string) ($tmp['year'] - 1), '__NEXT_DAY__' => (string) $tmp4['day'], '__NEXT_MONTH__' => (string) $tmp5['month'], '__NEXT_MONTH_TEXT__' => $outputlangs->trans('Month' . sprintf("%02d", $tmp5['month'])), '__NEXT_MONTH_TEXT_SHORT__' => $outputlangs->trans('MonthShort' . sprintf("%02d", $tmp5['month'])), '__NEXT_MONTH_TEXT_MIN__' => $outputlangs->trans('MonthVeryShort' . sprintf("%02d", $tmp5['month'])), '__NEXT_YEAR__' => (string) ($tmp['year'] + 1), ))
/htdocs/core/lib/functions.lib.php:83931array_merge($substitutionarray, array('__MYCOMPANY_NAME__' => $mysoc->name, '__MYCOMPANY_EMAIL__' => $mysoc->email, '__MYCOMPANY_PHONE__' => dol_print_phone($mysoc->phone, '', 0, 0, '', " ", '', '', -1), '__MYCOMPANY_FAX__' => dol_print_phone($mysoc->fax, '', 0, 0, '', " ", '', '', -1), '__MYCOMPANY_PROFID1__' => $mysoc->idprof1, '__MYCOMPANY_PROFID2__' => $mysoc->idprof2, '__MYCOMPANY_PROFID3__' => $mysoc->idprof3, '__MYCOMPANY_PROFID4__' => $mysoc->idprof4, '__MYCOMPANY_PROFID5__' => $mysoc->idprof5, '__MYCOMPANY_PROFID6__' => $mysoc->idprof6, '__MYCOMPANY_PROFID7__' => $mysoc->idprof7, '__MYCOMPANY_PROFID8__' => $mysoc->idprof8, '__MYCOMPANY_PROFID9__' => $mysoc->idprof9, '__MYCOMPANY_PROFID10__' => $mysoc->idprof10, '__MYCOMPANY_CAPITAL__' => $mysoc->capital, '__MYCOMPANY_FULLADDRESS__' => (method_exists($mysoc, 'getFullAddress') ? $mysoc->getFullAddress(1, ', ') : ''), '__MYCOMPANY_ADDRESS__' => $mysoc->address, '__MYCOMPANY_ZIP__' => $mysoc->zip, '__MYCOMPANY_TOWN__' => $mysoc->town, '__MYCOMPANY_COUNTRY__' => $mysoc->country, '__MYCOMPANY_COUNTRY_ID__' => $mysoc->country_id, '__MYCOMPANY_COUNTRY_CODE__' => $mysoc->country_code, '__MYCOMPANY_CURRENCY_CODE__' => $conf->currency))
/htdocs/core/lib/functions.lib.php:83741array_merge($substitutionarray, array('__USER_ID__' => (string) $user->id, '__USER_LOGIN__' => (string) $user->login, '__USER_EMAIL__' => (string) $user->email, '__USER_PHONE__' => (string) dol_print_phone($user->office_phone, '', 0, 0, '', " ", '', '', -1), '__USER_PHONEPRO__' => (string) dol_print_phone($user->user_mobile, '', 0, 0, '', " ", '', '', -1), '__USER_PHONEMOBILE__' => (string) dol_print_phone($user->personal_mobile, '', 0, 0, '', " ", '', '', -1), '__USER_FAX__' => (string) $user->office_fax, '__USER_LASTNAME__' => (string) $user->lastname, '__USER_FIRSTNAME__' => (string) $user->firstname, '__USER_FULLNAME__' => (string) $user->getFullName($outputlangs), '__USER_SUPERVISOR_ID__' => (string) ($user->fk_user ? $user->fk_user : '0'), '__USER_JOB__' => (string) $user->job, '__USER_REMOTE_IP__' => (string) getUserRemoteIP( ), '__USER_VCARD_URL__' => (string) $user->getOnlineVirtualCardUrl('', 'external')))
/htdocs/core/lib/pdf.lib.php:15831dol_concatdesc(dol_concatdesc($libelleproduitservice, " * " . $subprodval[5] . (($subprodval[5] && $subprodval[3]) ? ' - ' : '') . $subprodval[3]), (!empty($qtyText) ? $outputlangs->trans('Qty') . ':' . $qtyText . ' x ' . $outputlangs->trans('AssociatedProducts') . ':' . $subprodval[1] . '= ' . $outputlangs->trans('QtyTot') . ':' . $subprodval[1] * $qtyText : $outputlangs->trans('Qty') . ' ' . $outputlangs->trans('AssociatedProducts') . ':' . $subprodval[1]))
/htdocs/core/lib/pdf.lib.php:15741dol_concatdesc(dol_concatdesc($libelleproduitservice, " * " . $subprodval[3]), (!empty($qtyText) ? $outputlangs->trans('Qty') . ':' . $qtyText . ' x ' . $outputlangs->trans('AssociatedProducts') . ':' . $subprodval[1] . '= ' . $outputlangs->trans('QtyTot') . ':' . $subprodval[1] * $qtyText : $outputlangs->trans('Qty') . ' ' . $outputlangs->trans('AssociatedProducts') . ':' . $subprodval[1]))
/htdocs/core/lib/pdf.lib.php:901dol_syslog("pdf_getFormat Get paper format with mode=" . $mode . " MAIN_PDF_FORMAT=" . (!getDolGlobalString('MAIN_PDF_FORMAT') ? 'null' : $conf->global->MAIN_PDF_FORMAT) . " outputlangs->defaultlang=" . (is_object($outputlangs) ? $outputlangs->defaultlang : 'null') . " and langs->defaultlang=" . (is_object($langs) ? $langs->defaultlang : 'null'))
/htdocs/core/lib/functions.lib.php:139881array_merge($TParam, array($prefix . 'hour' => intval(dol_print_date($timestamp, '%H')), $prefix . 'minute' => intval(dol_print_date($timestamp, '%M')), $prefix . 'second' => intval(dol_print_date($timestamp, '%S'))))
/htdocs/core/modules/modBookCal.class.php:5881array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . $this->db->escape(strtolower($myTmpObjectKey)) . "', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . $this->db->escape(strtolower($myTmpObjectKey)) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . $this->db->escape(strtolower($myTmpObjectKey)) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/modEventOrganization.class.php:4723array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . $this->db->escape(strtolower($myTmpObjectKey)) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/lib/pdf.lib.php:24971dol_concatdesc($object->note_public, $outputlangs->transnoentities($elementobject->ref) . (empty($elementobject->ref_client) ? '' : ' (' . $elementobject->ref_client . ')') . (empty($elementobject->ref_supplier) ? '' : ' (' . $elementobject->ref_supplier . ')') . ' ')
/htdocs/core/lib/pdf.lib.php:20481price($sign * (($object->lines[$i]->subprice) + ($object->lines[$i]->subprice) * ($object->lines[$i]->tva_tx) / 100), 0, $outputlangs)
/htdocs/core/modules/modPartnership.class.php:4852array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . strtolower($myTmpObjectKey) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . strtolower($myTmpObjectKey) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . strtolower($myTmpObjectKey) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . strtolower($myTmpObjectKey) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/modWorkstation.class.php:4163array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . $this->db->escape(strtolower($myTmpObjectKey)) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/DolibarrModules.class.php:7041dolMd2Html($content, 'parsedown', array('doc/' => dol_buildpath(strtolower($this->name) . '/doc/', 1), 'img/' => dol_buildpath(strtolower($this->name) . '/img/', 1), 'images/' => dol_buildpath(strtolower($this->name) . '/images/', 1), ))
/htdocs/core/modules/modKnowledgeManagement.class.php:4692array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . strtolower($myTmpObjectKey) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . strtolower($myTmpObjectKey) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . strtolower($myTmpObjectKey) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . strtolower($myTmpObjectKey) . "', " . ((int) $conf->entity) . ")"))
/htdocs/includes/sabre/sabre/http/lib/Auth/AWS.php:1141base64_encode($this->hmacsha1($secretKey, $this->request->getMethod( ) . "\n" . $contentMD5 . "\n" . $this->request->getHeader('Content-type') . "\n" . $requestDate . "\n" . $amzHeaders . $this->request->getUrl( )))
/htdocs/core/class/interfaces.class.php:2381dol_syslog(get_class($this) . "::run_triggers action=" . $action . " Files found: " . $nbfile . ", Files launched: " . $nbtotal . ", Done: " . $nbok . ", Failed: " . $nbko . ($this->lastmoduleerror ? " - Last module in error: " . $this->lastmoduleerror : "") . " - Nb of error string returned in this->errors = " . count($this->errors), LOG_ERR)
/htdocs/mrp/class/mo.class.php:7621price2num(($line->qty / (!empty($bom->qty) ? $bom->qty : 1)) * $this->qty / (!empty($line->efficiency) ? $line->efficiency : 1), 'MS')
/htdocs/core/class/hookmanager.class.php:2471dol_syslog(get_class($this) . "::executeHooks Qualified hook found (hooktype=" . $hooktype . "). We call method " . get_class($actionclassinstance) . '->' . $method . ", context=" . $context . ", module=" . $module . ", action=" . $action . ((is_object($object) && property_exists($object, 'id')) ? ', object id=' . $object->id : '') . ((is_object($object) && property_exists($object, 'element')) ? ', object element=' . $object->element : ''), LOG_DEBUG)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:185971array_push($dom[$table_el]['rowspans'], array('trid' => $trid, 'rowspan' => $rowspan, 'mrowspan' => $rowspan, 'colspan' => $colspan, 'startpage' => $this->page, 'startcolumn' => $this->current_column, 'startx' => $this->x, 'starty' => $this->y))
/htdocs/core/class/interfaces.class.php:912dol_syslog(get_class($this) . '::run_triggers was called with wrong parameters action=' . $action . ' object=' . ((string) (int) is_object($object)) . ' user=' . ((string) (int) is_object($user)) . ' langs=' . ((string) (int) is_object($langs)) . ' conf=' . ((string) (int) is_object($conf)), LOG_WARNING)
/htdocs/includes/sabre/sabre/vobject/lib/Cli.php:6121strtr($subPart, ['\\' => $this->colorize('purple', '\\\\', 'green'), ';' => $this->colorize('purple', '\;', 'green'), ',' => $this->colorize('purple', '\,', 'green'), "\n" => $this->colorize('purple', "\\n\n\t", 'green'), "\r" => '', ])
/htdocs/core/class/interfaces.class.php:942dol_syslog(get_class($this) . '::run_triggers was called with wrong parameters action=' . $action . ' object=' . ((string) (int) is_object($object)) . ' user=' . ((string) (int) is_object($user)) . ' langs=' . ((string) (int) is_object($langs)) . ' conf=' . ((string) (int) is_object($conf)), LOG_WARNING)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Comment.php:2931md5($this->author . $this->text->getHashCode( ) . $this->width . $this->height . $this->marginLeft . $this->marginTop . ($this->visible ? 1 : 0) . $this->fillColor->getHashCode( ) . $this->alignment . __CLASS__)
/htdocs/install/step1.php:6961dolibarr_install_syslog("step1: connection type=" . $conf->db->type . " on host=" . $conf->db->host . " port=" . $conf->db->port . " user=" . $conf->db->user . " name=" . $conf->db->name)
/htdocs/includes/OAuth/Common/Http/Client/StreamClient.php:821stream_context_create(array('http' => array('method' => $method, 'header' => implode("\r\n", array_values($headers)), 'content' => $body, 'protocol_version' => '1.1', 'user_agent' => $this->userAgent, 'max_redirects' => $this->maxRedirects, 'timeout' => $this->timeout), ))
/htdocs/core/class/extrafields.class.php:6851dol_syslog(get_class($this) . "::update_label " . $attrname . ", " . $label . ", " . $type . ", " . $size . ", " . $elementtype . ", " . $unique . ", " . $required . ", " . $pos . ", " . $alwayseditable . ", " . $perms . ", " . $list . ", " . $default . ", " . $computed . ", " . $entity . ", " . $langfile . ", " . $enabled . ", " . $totalizable . ", " . $printable)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Worksheet.php:7601max((float) $autoSizes[$this->cellCollection->getCurrentColumn( )], (float) Shared\Font::calculateColumnWidth($this->getParent( )->getCellXfByIndex($cell->getXfIndex( ))->getFont( ), $cellValue, $this->getParent( )->getCellXfByIndex($cell->getXfIndex( ))->getAlignment( )->getTextRotation( ), $this->getParent( )->getDefaultStyle( )->getFont( )))
/htdocs/contrat/class/contrat.class.php:15161dol_syslog(get_class($this) . "::addline $desc, $pu_ht, $qty, $txtva, $txlocaltax1, $txlocaltax2, $fk_product, $remise_percent, $date_start, $date_end, $price_base_type, $pu_ttc, $info_bits, $rang")
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/BaseDrawing.php:4901md5($this->name . $this->description . $this->worksheet->getHashCode( ) . $this->coordinates . $this->offsetX . $this->offsetY . $this->width . $this->height . $this->rotation . $this->shadow->getHashCode( ) . __CLASS__)
/htdocs/contrat/class/contrat.class.php:17811dol_syslog(get_class($this) . "::updateline $rowid, $desc, $pu, $qty, $remise_percent, $date_start, $date_end, $date_start_real, $date_end_real, $tvatx, $localtax1tx, $localtax2tx, $price_base_type, $info_bits, $rang")
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Alignment.php:4551md5($this->horizontal . $this->vertical . $this->textRotation . ($this->wrapText ? 't' : 'f') . ($this->shrinkToFit ? 't' : 'f') . $this->indent . $this->readOrder . __CLASS__)
/htdocs/fourn/class/fournisseur.facture-rec.class.php:10911dol_syslog(get_class($this) . '::updateline facid=' . $facid . " rowid=$rowid, desc=$desc, pu_ht=$pu_ht, qty=$qty, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, fk_product=$fk_product, remise_percent=$remise_percent, info_bits=$info_bits, price_base_type=$price_base_type, pu_ttc=$pu_ttc, type=$type, fk_unit=$fk_unit, pu_ht_devise=$pu_ht_devise", LOG_DEBUG)
/htdocs/modulebuilder/index.php:29341header("Location: " . $_SERVER["PHP_SELF"] . '?action=editmenu&token=' . newToken( ) . '&menukey=' . urlencode((string) ($key + 1)) . '&tab=' . urlencode((string) ($tab)) . '&module=' . urlencode((string) ($module)) . '&tabobj=' . ($key + 1))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing/Shadow.php:2631md5(($this->visible ? 't' : 'f') . $this->blurRadius . $this->distance . $this->direction . $this->alignment . $this->color->getHashCode( ) . $this->alpha . __CLASS__)
/htdocs/modulebuilder/template/core/modules/modMyModule.class.php:5031array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Fill.php:3181md5($this->getFillType( ) . $this->getRotation( ) . ($this->getFillType( ) !== self::FILL_NONE ? $this->getStartColor( )->getHashCode( ) : '') . ($this->getFillType( ) !== self::FILL_NONE ? $this->getEndColor( )->getHashCode( ) : '') . __CLASS__)
/htdocs/compta/facture/class/facture-rec.class.php:8881dol_syslog(get_class($this) . "::addline facid=$facid,desc=$desc,pu_ht=$pu_ht,qty=$qty,txtva=$txtva,txlocaltax1=$txlocaltax1,txlocaltax2=$txlocaltax2,fk_product=$fk_product,remise_percent=$remise_percent,info_bits=$info_bits,fk_remise_except=$fk_remise_except,price_base_type=$price_base_type,pu_ttc=$pu_ttc,type=$type,fk_unit=$fk_unit,pu_ht_devise=$pu_ht_devise,date_start_fill=$date_start_fill,date_end_fill=$date_end_fill,pa_ht=$pa_ht", LOG_DEBUG)
/htdocs/main.inc.php:6491dol_syslog("--- Access to " . (empty($_SERVER["REQUEST_METHOD"]) ? '' : $_SERVER["REQUEST_METHOD"] . ' ') . $_SERVER["PHP_SELF"] . " refused by CSRF protection (invalid token), so we disable POST and some GET parameters - referrer=" . (empty($_SERVER['HTTP_REFERER']) ? '' : $_SERVER['HTTP_REFERER']) . ", action=" . GETPOST('action', 'aZ09') . ", _GET|POST['token']=" . GETPOST('token', 'alpha'), LOG_WARNING)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Font.php:5431md5($this->name . $this->size . ($this->bold ? 't' : 'f') . ($this->italic ? 't' : 'f') . ($this->superscript ? 't' : 'f') . ($this->subscript ? 't' : 'f') . $this->underline . ($this->strikethrough ? 't' : 'f') . $this->color->getHashCode( ) . __CLASS__)
/htdocs/commande/class/commande.class.php:31001dol_syslog(get_class($this) . "::updateline id=$rowid, desc=$desc, pu=$pu, qty=$qty, remise_percent=$remise_percent, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, price_base_type=$price_base_type, info_bits=$info_bits, date_start=$date_start, date_end=$date_end, type=$type, fk_parent_line=$fk_parent_line, pa_ht=$pa_ht, special_code=$special_code, ref_ext=$ref_ext")
/htdocs/main.inc.php:14211dol_syslog("--- Access to " . (empty($_SERVER["REQUEST_METHOD"]) ? '' : $_SERVER["REQUEST_METHOD"] . ' ') . $_SERVER["PHP_SELF"] . ' - action=' . GETPOST('action', 'aZ09') . ', massaction=' . GETPOST('massaction', 'aZ09') . (defined('NOTOKENRENEWAL') ? ' NOTOKENRENEWAL=' . constant('NOTOKENRENEWAL') : ''), LOG_NOTICE)
/htdocs/compta/facture/class/facture.class.php:38131dol_syslog(get_class($this) . "::addline id=$this->id, pu_ht=$pu_ht, qty=$qty, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, fk_product=$fk_product, remise_percent=$remise_percent, date_start=$date_start, date_end=$date_end, fk_code_ventilation=$fk_code_ventilation, info_bits=$info_bits, fk_remise_except=$fk_remise_except, price_base_type=$price_base_type, pu_ttc=$pu_ttc, type=$type, fk_unit=$fk_unit, desc=" . dol_trunc($desc, 25), LOG_DEBUG)
/htdocs/compta/facture/class/facture-rec.class.php:10951dol_syslog(get_class($this) . "::updateline facid=" . $facid . " rowid=$rowid, desc=$desc, pu_ht=$pu_ht, qty=$qty, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, fk_product=$fk_product, remise_percent=$remise_percent, info_bits=$info_bits, fk_remise_except=$fk_remise_except, price_base_type=$price_base_type, pu_ttc=$pu_ttc, type=$type, fk_unit=$fk_unit, pu_ht_devise=$pu_ht_devise", LOG_DEBUG)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Borders.php:4131md5($this->getLeft( )->getHashCode( ) . $this->getRight( )->getHashCode( ) . $this->getTop( )->getHashCode( ) . $this->getBottom( )->getHashCode( ) . $this->getDiagonal( )->getHashCode( ) . $this->getDiagonalDirection( ) . __CLASS__)
/htdocs/salaries/card.php:3331header("Location: card.php?action=create&fk_project=" . urlencode((string) ($projectid)) . "&accountid=" . urlencode((string) ($accountid)) . '&paymenttype=' . urlencode((string) (GETPOSTINT('paymenttype'))) . '&datepday=' . GETPOSTINT("datepday") . '&datepmonth=' . GETPOSTINT("datepmonth") . '&datepyear=' . GETPOSTINT("datepyear"))
/htdocs/compta/facture/class/facture.class.php:40801dol_syslog(get_class($this) . "::updateline rowid=$rowid, desc=$desc, pu=$pu, qty=$qty, remise_percent=$remise_percent, date_start=$date_start, date_end=$date_end, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, price_base_type=$price_base_type, info_bits=$info_bits, type=$type, fk_parent_line=$fk_parent_line pa_ht=$pa_ht, special_code=$special_code, fk_unit=$fk_unit, pu_ht_devise=$pu_ht_devise", LOG_DEBUG)
/htdocs/core/modules/modRecruitment.class.php:4393array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . $this->db->escape(strtolower($myTmpObjectKey)) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/fourn/class/fournisseur.commande.class.php:19431dol_syslog(get_class($this) . "::addline $desc, $pu_ht, $qty, $txtva, $txlocaltax1, $txlocaltax2, $fk_product, $fk_prod_fourn_price, $ref_supplier, $remise_percent, $price_base_type, $pu_ttc, $type, $info_bits, $notrigger, $date_start, $date_end, $fk_unit, $pu_ht_devise, $origin, $origin_id")
/htdocs/fourn/class/fournisseur.facture.class.php:20741dol_syslog(get_class($this) . "::addline $desc,$pu,$qty,$txtva,$fk_product,$remise_percent,$date_start,$date_end,$fk_code_ventilation,$info_bits,$price_base_type,$type,$fk_unit,fk_remise_except=$fk_remise_except", LOG_DEBUG)
/htdocs/fourn/class/fournisseur.facture.class.php:23371dol_syslog(get_class($this) . "::updateline $id,$desc,$pu,$vatrate,$qty,$idproduct,$price_base_type,$info_bits,$type,$remise_percent,$notrigger,$date_start,$date_end,$fk_unit,$pu_devise,$ref_supplier", LOG_DEBUG)
/htdocs/fourn/class/fournisseur.facture-rec.class.php:9001dol_syslog(get_class($this) . "::addline facid=$facid,desc=$desc,pu_ht=$pu_ht,qty=$qty,txtva=$txtva,txlocaltax1=$txlocaltax1,txlocaltax2=$txlocaltax2,fk_product=$fk_product,remise_percent=$remise_percent,info_bits=$info_bits,price_base_type=$price_base_type,pu_ttc=$pu_ttc,type=$type,fk_unit=$fk_unit,pu_ht_devise=$pu_ht_devise,date_start_fill=$date_start,date_end_fill=$date_end", LOG_DEBUG)
/htdocs/core/lib/functions.lib.php:83681array_merge($substitutionarray, array('__SENDEREMAIL_SIGNATURE__' => (string) ((!getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? ($onlykey == 2 ? dol_trunc('SignatureFromTheSelectedSenderProfile', 30) : $emailsendersignature) : ''), '__USER_SIGNATURE__' => (string) (($usersignature && !getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? ($onlykey == 2 ? dol_trunc(dol_string_nohtmltag($usersignature), 30) : $usersignature) : '')))
/htdocs/core/lib/functions.lib.php:71111dol_syslog("get_default_tva: seller use vat=" . $seller_use_vat . ", seller country=" . $seller_country_code . ", seller in cee=" . ((string) (int) $seller_in_cee) . ", buyer vat number=" . $thirdparty_buyer->tva_intra . " buyer country=" . $buyer_country_code . ", buyer in cee=" . ((string) (int) $buyer_in_cee) . ", idprod=" . $idprod . ", idprodfournprice=" . $idprodfournprice . ", SERVICE_ARE_ECOMMERCE_200238EC=" . (getDolGlobalString('SERVICES_ARE_ECOMMERCE_200238EC') ? $conf->global->SERVICES_ARE_ECOMMERCE_200238EC : ''))
/htdocs/core/lib/functions.lib.php:66091dol_syslog("get_localtax tva=" . $vatrate . " local=" . $local . " thirdparty_buyer id=" . (is_object($thirdparty_buyer) ? $thirdparty_buyer->id : '') . "/country_code=" . (is_object($thirdparty_buyer) ? $thirdparty_buyer->country_code : '') . " thirdparty_seller id=" . $thirdparty_seller->id . "/country_code=" . $thirdparty_seller->country_code . " thirdparty_seller localtax1_assuj=" . $thirdparty_seller->localtax1_assuj . " thirdparty_seller localtax2_assuj=" . $thirdparty_seller->localtax2_assuj)
/htdocs/core/class/hookmanager.class.php:3052dol_syslog("Error on hook module=" . $module . ", method " . $method . ", class " . get_class($actionclassinstance) . ", hooktype=" . $hooktype . (empty($this->error) ? '' : " " . $this->error) . (empty($this->errors) ? '' : " " . implode(",", $this->errors)), LOG_ERR)
/htdocs/core/class/hookmanager.class.php:2622dol_syslog("Error on hook module=" . $module . ", method " . $method . ", class " . get_class($actionclassinstance) . ", hooktype=" . $hooktype . (empty($this->error) ? '' : " " . $this->error) . (empty($this->errors) ? '' : " " . implode(",", $this->errors)), LOG_ERR)
/htdocs/product/class/product.class.php:52301$prods[$rec['rowid']] = array(0 => $rec['rowid'], 1 => $rec['qty'], 2 => $rec['fk_product_type'], 3 => $this->db->escape($rec['label']), 4 => $rec['incdec'], 5 => $rec['ref'], 6 => $rec['fk_association'], 7 => $rec['rang'])
/htdocs/product/class/product.class.php:50101$this->res[] = array('id' => $id, 'id_parent' => $id_parent, 'ref' => $tmpproduct->ref, 'nb' => $nb, 'nb_total' => $nb * $multiply, 'stock' => $tmpproduct->stock_reel, 'stock_alert' => $tmpproduct->seuil_stock_alerte, 'label' => $label, 'fullpath' => $compl_path . $label, 'type' => $type, 'desiredstock' => $tmpproduct->desiredstock, 'level' => $level, 'incdec' => $incdec, 'entity' => $tmpproduct->entity)
/htdocs/product/class/product.class.php:53678$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/product/class/product.class.php:53657$dur = array("i" => $langs->trans("Minutes"), "h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/product/class/product.class.php:60051$this->stock_warehouse[$warehouseid]->virtual = $this->stock_warehouse[$warehouseid]->real + $this->stock_warehouse[$warehouseid]->stats_mrptoproduce['qty'] + $this->stats_commande_fournisseur['qty'] - ($this->stats_commande['qty'] + $this->stats_mrptoconsume['qty'])
/htdocs/product/class/product.class.php:54321$params = ['id' => $this->id, 'objecttype' => (isset($this->type) ? ($this->type == 1 ? 'service' : 'product') : $this->element), 'option' => $option, 'nofetch' => 1, ]
/htdocs/product/class/productfournisseurprice.class.php:5031$sql = 'UPDATE ' . $this->db->prefix( ) . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'productfournisseurprice/" . $this->db->escape($this->newref) . "'"
/htdocs/product/class/product.class.php:60371$result[] = array('batch' => $batch, 'eatby' => $this->db->jdate($obj->eatby), 'sellby' => $this->db->jdate($obj->sellby), 'qty' => $obj->qty)
/htdocs/product/class/productfournisseurprice.class.php:69166$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/class/productfournisseurprice.class.php:66966$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/class/html.formproduct.class.php:4651$parameters = array('selected' => $selected, 'htmlname' => $htmlname, 'filterstatus' => $filterstatus, 'empty' => $empty, 'disabled ' => $disabled, 'fk_product' => $fk_product, 'empty_label' => $empty_label, 'forcecombo' => $forcecombo, 'events' => $events, 'morecss' => $morecss, 'exclude' => $exclude, 'showfullpath' => $showfullpath, 'orderBy' => $orderBy)
/htdocs/product/class/html.formproduct.class.php:3641$parameters = array('selected' => $selected, 'htmlname' => $htmlname, 'filterstatus' => $filterstatus, 'empty' => $empty, 'disabled ' => $disabled, 'fk_product' => $fk_product, 'empty_label' => $empty_label, 'showstock' => $showstock, 'forcecombo' => $forcecombo, 'events' => $events, 'morecss' => $morecss, 'exclude' => $exclude, 'showfullpath' => $showfullpath, 'stockMin' => $stockMin, 'orderBy' => $orderBy)
/htdocs/product/class/api_products.class.php:8021$result = $this->productsupplier->update_buyprice($qty, $buyprice, DolibarrApiAccess::$user, $price_base_type, $fourn, $availability, $ref_fourn, $tva_tx, $charges, $remise_percent, $remise, $newnpr, $delivery_time_days, $supplier_reputation, $localtaxes_array, $newdefaultvatcode, $multicurrency_buyprice, $multicurrency_price_base_type, $multicurrency_tx, $multicurrency_code, $desc_fourn, $barcode, $fk_barcode_type)
/htdocs/product/class/api_products.class.php:6361return array('multiprices' => $this->product->multiprices, 'multiprices_inc_tax' => $this->product->multiprices_ttc, 'multiprices_min' => $this->product->multiprices_min, 'multiprices_min_inc_tax' => $this->product->multiprices_min_ttc, 'multiprices_vat' => $this->product->multiprices_tva_tx, 'multiprices_base_type' => $this->product->multiprices_base_type, )
/htdocs/product/stock/productlot_list.php:11527$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/product/stock/info.php:791$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!empty($object->socid) ? $object->socid : 0), $object->fk_project, 'none', 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/product/canvas/service/actions_card_service.class.php:2351$dur = array("h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/product/canvas/service/actions_card_service.class.php:2371$dur = array("h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/product/inventory/inventory.php:4551$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id . '&lineid=' . $lineid . '&page=' . $page . $paramwithsearch, $langs->trans('DeleteLine'), $langs->trans('ConfirmDeleteLine'), 'confirm_deleteline', '', 0, 1)
/htdocs/product/inventory/inventory.php:10911$qty_view = GETPOST("id_" . $obj->rowid) && price2num(GETPOST("id_" . $obj->rowid), 'MS') >= 0 ? GETPOST("id_" . $obj->rowid) : $obj->qty_view
/htdocs/product/inventory/list.php:11527$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/product/inventory/list.php:44752$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/product/inventory/list.php:44853$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/product/inventory/class/inventory.class.php:62866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/inventory/lib/inventory.lib.php:731$head = array(array(dol_buildpath('/product/inventory/card.php?id=' . $inventory->id . $get, 1), $langs->trans('Card'), 'card'), array(dol_buildpath('/product/inventory/inventory.php?id=' . $inventory->id . $get, 1), $langs->trans('Inventory'), 'inventory'))
/htdocs/product/class/productbatch.class.php:1132$sql .= " " . (!isset($this->sellby) || dol_strlen($this->sellby) == 0 ? 'NULL' : "'" . $this->db->idate($this->sellby) . "'") . ","
/htdocs/product/class/productbatch.class.php:1142$sql .= " " . (!isset($this->eatby) || dol_strlen($this->eatby) == 0 ? 'NULL' : "'" . $this->db->idate($this->eatby) . "'") . ","
/htdocs/product/class/product.class.php:16551return array(self::SELL_OR_EAT_BY_MANDATORY_ID_NONE => $langs->trans('BatchSellOrEatByMandatoryNone'), self::SELL_OR_EAT_BY_MANDATORY_ID_SELL_BY => $sellByLabel, self::SELL_OR_EAT_BY_MANDATORY_ID_EAT_BY => $eatByLabel, self::SELL_OR_EAT_BY_MANDATORY_ID_SELL_AND_EAT => $langs->trans('BatchSellOrEatByMandatoryAll', $sellByLabel, $eatByLabel), )
/htdocs/product/class/product.class.php:17572$sql2 .= " VALUES(" . ((int) $this->id) . ",'" . $this->db->escape($key) . "','" . $this->db->escape($this->multilangs["$key"]["label"]) . "',"
/htdocs/product/class/product.class.php:19381$lastPrice = array('level' => $level ? $level : 1, 'multiprices' => (float) $this->multiprices[$level], 'multiprices_ttc' => (float) $this->multiprices_ttc[$level], 'multiprices_base_type' => $this->multiprices_base_type[$level], 'multiprices_min' => (float) $this->multiprices_min[$level], 'multiprices_min_ttc' => (float) $this->multiprices_min_ttc[$level], 'multiprices_tva_tx' => (float) $this->multiprices_tva_tx[$level], 'multiprices_recuperableonly' => (float) $this->multiprices_recuperableonly[$level], )
/htdocs/product/class/product.class.php:19761$sql .= " VALUES(" . ($level ? ((int) $level) : 1) . ", '" . $this->db->idate($now) . "', " . ((int) $this->id) . ", " . ((int) $user->id) . ", " . (empty($this->price_label) ? "null" : "'" . $this->db->escape($this->price_label) . "'") . ", " . ((float) price2num($this->price)) . ", " . ((float) price2num($this->price_ttc)) . ",'" . $this->db->escape($this->price_base_type) . "'," . ((int) $this->status) . ", " . ((float) price2num($this->tva_tx)) . ", " . ($this->default_vat_code ? ("'" . $this->db->escape($this->default_vat_code) . "'") : "null") . ", " . ((int) $this->tva_npr) . ","
/htdocs/product/class/product.class.php:19771$sql .= " " . price2num($this->localtax1_tx) . ", " . price2num($this->localtax2_tx) . ", '" . $this->db->escape($this->localtax1_type) . "', '" . $this->db->escape($this->localtax2_type) . "', " . price2num($this->price_min) . ", " . price2num($this->price_min_ttc) . ", " . price2num($this->price_by_qty) . ", " . ((int) $conf->entity) . "," . ($this->fk_price_expression > 0 ? ((int) $this->fk_price_expression) : 'null')
/htdocs/product/price.php:17101$ret = $object->updatePrice(($object->multiprices_base_type[1] == 'TTC' ? $object->multiprices_ttc[1] : $object->multiprices[1]), $object->multiprices_base_type[1], $user, (empty($object->multiprices_tva_tx[1]) ? 0 : $object->multiprices_tva_tx[1]), ($object->multiprices_base_type[1] == 'TTC' ? $object->multiprices_min_ttc[1] : $object->multiprices_min[1]), 1)
/htdocs/product/price.php:4531$pricestoupdate[0] = array('price' => $newprice, 'price_label' => $price_label, 'price_min' => $newprice_min, 'price_base_type' => $newpricebase, 'default_vat_code' => $vatratecode, 'vat_tx' => $tva_tx, 'npr' => $npr, 'localtaxes_array' => array('0' => $localtax1_type, '1' => $localtax1, '2' => $localtax2_type, '3' => $localtax2))
/htdocs/product/price.php:3691$pricestoupdate[$i] = array('price' => price2num($newprice[$i], '', 2), 'price_min' => price2num($newprice_min[$i], '', 2), 'price_base_type' => $newpricebase[$i], 'default_vat_code' => $vatratecode, 'vat_tx' => $tva_tx, 'npr' => $npr, 'localtaxes_array' => array('0' => $localtax1_type, '1' => $localtax1, '2' => $localtax2_type, '3' => $localtax2))
/htdocs/product/list.php:17298$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/product/fournisseurs.php:3161$ret = $object->update_buyprice($quantity, $newprice, $user, GETPOST("price_base_type"), $supplier, GETPOST("oselDispo"), $ref_fourn, $tva_tx, GETPOST("charges"), $remise_percent, 0, $npr, $delivery_time_days, $supplier_reputation, array( ), '', $multicurrency_price, GETPOST("multicurrency_price_base_type"), $multicurrency_tx, $multicurrency_code, $supplier_description, $barcode, $fk_barcode_type, $extrafield_values)
/htdocs/product/fournisseurs.php:1125$usercancreate = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'creer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'creer')))
/htdocs/product/fournisseurs.php:1114$usercanread = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'lire')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'lire')))
/htdocs/product/price.php:17121$ret = $object->updatePrice(($object->price_base_type == 'TTC' ? $object->price_ttc : $object->price), $object->price_base_type, $user, $object->tva_tx, ($object->price_base_type == 'TTC' ? $object->price_min_ttc : $object->price_min))
/htdocs/product/admin/product.php:6524$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 1) . ')', '2' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 2) . ')', '3' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 3) . ')', )
/htdocs/product/fournisseurs.php:9721$arrayfields['ef.' . $key] = array('label' => $extratitle, 'checked' => 0, 'position' => (end($arrayfields)['position'] + 1), 'langfile' => $extrafields->attributes["product_fournisseur_price"]['langfile'][$key], 'help' => $extrafields->attributes["product_fournisseur_price"]['help'][$key])
/htdocs/product/fournisseurs.php:9451$arrayfields = array('pfp.datec' => array('label' => $langs->trans("AppliedPricesFrom"), 'checked' => 1, 'position' => 1), 's.nom' => array('label' => $langs->trans("Suppliers"), 'checked' => 1, 'position' => 2), 'pfp.fk_availability' => array('label' => $langs->trans("Availability"), 'enabled' => getDolGlobalInt('FOURN_PRODUCT_AVAILABILITY'), 'checked' => 0, 'position' => 4), 'pfp.quantity' => array('label' => $langs->trans("QtyMin"), 'checked' => 1, 'position' => 5), 'pfp.unitprice' => array('label' => $langs->trans("UnitPriceHT"), 'checked' => 1, 'position' => 9), 'pfp.multicurrency_unitprice' => array('label' => $langs->trans("UnitPriceHTCurrency"), 'enabled' => isModEnabled('multicurrency'), 'checked' => 0, 'position' => 10), 'pfp.charges' => array('label' => $langs->trans("Charges"), 'enabled' => getDolGlobalString('PRODUCT_CHARGES'), 'checked' => 0, 'position' => 11), 'pfp.delivery_time_days' => array('label' => $langs->trans("NbDaysToDelivery"), 'checked' => -1, 'position' => 13), 'pfp.supplier_reputation' => array('label' => $langs->trans("ReputationForThisProduct"), 'checked' => -1, 'position' => 14), 'pfp.fk_barcode_type' => array('label' => $langs->trans("BarcodeType"), 'enabled' => isModEnabled('barcode'), 'checked' => 0, 'position' => 15), 'pfp.barcode' => array('label' => $langs->trans("BarcodeValue"), 'enabled' => isModEnabled('barcode'), 'checked' => 0, 'position' => 16), 'pfp.packaging' => array('label' => $langs->trans("PackagingForThisProduct"), 'enabled' => getDolGlobalInt('PRODUCT_USE_SUPPLIER_PACKAGING'), 'checked' => 0, 'position' => 17), 'pfp.status' => array('label' => $langs->trans("Status"), 'enabled' => 1, 'checked' => 0, 'position' => 40), 'pfp.tms' => array('label' => $langs->trans("DateModification"), 'enabled' => isModEnabled('barcode'), 'checked' => 1, 'position' => 50), )
/htdocs/product/fournisseurs.php:3181$ret = $object->update_buyprice($quantity, $newprice, $user, GETPOST("price_base_type"), $supplier, GETPOST("oselDispo"), $ref_fourn, $tva_tx, GETPOST("charges"), $remise_percent, 0, $npr, $delivery_time_days, $supplier_reputation, array( ), '', 0, 'HT', 1, '', $supplier_description, $barcode, $fk_barcode_type, $extrafield_values)
/htdocs/product/composition/card.php:813$usercandelete = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'supprimer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'supprimer')))
/htdocs/product/composition/card.php:805$usercancreate = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'creer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'creer')))
/htdocs/product/composition/card.php:794$usercanread = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'lire')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'lire')))
/htdocs/product/admin/product.php:6971$arrayofchoices = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes") . ' (' . $langs->trans("DesktopsOnly") . ')', '2' => $langs->trans("Yes") . ' (' . $langs->trans("DesktopsAndSmartphones") . ')')
/htdocs/product/card.php:11951$result = $facture->addline($desc, $pu_ht, price2num(GETPOST('qty'), 'MS'), $tva_tx, $localtax1_tx, $localtax2_tx, $object->id, price2num(GETPOST('remise_percent'), '', 2), '', '', '', '', '', $price_base_type, $pu_ttc, Facture::TYPE_STANDARD, -1, 0, '', 0, 0, null, $buyprice, '', 0, 100, '', $object->fk_unit)
/htdocs/product/card.php:26951$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/product/card.php:11151$result = $propal->addline($desc, $pu_ht, price2num(GETPOST('qty'), 'MS'), $tva_tx, $localtax1_tx, $localtax2_tx, $object->id, price2num(GETPOST('remise_percent'), '', 2), $price_base_type, $pu_ttc, 0, 0, -1, 0, 0, 0, $buyprice, '', '', '', 0, $object->fk_unit)
/htdocs/product/card.php:11551$result = $commande->addline($desc, $pu_ht, price2num(GETPOST('qty'), 'MS'), $tva_tx, $localtax1_tx, $localtax2_tx, $object->id, price2num(GETPOST('remise_percent'), '', 2), '', '', $price_base_type, $pu_ttc, '', '', 0, -1, 0, 0, null, $buyprice, '', 0, $object->fk_unit)
/htdocs/product/card.php:28801$formquestionclone = array('text' => $langs->trans("ConfirmClone"), 0 => array('type' => 'text', 'name' => 'clone_ref', 'label' => $langs->trans("NewRefForClone"), 'value' => empty($tmpcode) ? $langs->trans("CopyOf") . ' ' . $object->ref : $tmpcode, 'morecss' => 'width150'), 1 => array('type' => 'checkbox', 'name' => 'clone_content', 'label' => $langs->trans("CloneContentProduct"), 'value' => 1), 2 => array('type' => 'checkbox', 'name' => 'clone_categories', 'label' => $langs->trans("CloneCategoriesProduct"), 'value' => 1), )
/htdocs/product/card.php:28931$formconfirm .= $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('ToClone'), $langs->trans('ConfirmCloneProduct', $object->ref), 'confirm_clone', $formquestionclone, 'yes', 'action-clone', 350, 600)
/htdocs/product/card.php:26978$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/product/card.php:28651$formquestion = array(array('name' => 'product_origin', 'label' => $langs->trans('MergeOriginProduct'), 'type' => 'other', 'value' => $form->select_produits('', 'product_origin', '', 0, 0, 1, 2, '', 1, array( ), 0, 1, 0, 'minwidth200', 0, '', null, 1), ))
/htdocs/product/document.php:1161$permissiontoadd = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'creer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'creer')))
/htdocs/product/popuprop.php:1731$infoprod[$objp->rowid] = array('type' => $objp->type, 'ref' => $objp->ref, 'label' => $objp->label, 'tobuy' => $objp->tobuy, 'tosell' => $objp->tobuy, 'tobatch' => $objp->tobatch, 'barcode' => $objp->barcode)
/htdocs/product/document.php:952$upload_dirold = $conf->product->multidir_output[$object->entity] . '/' . substr(substr("000" . $object->id, -2), 1, 1) . '/' . substr(substr("000" . $object->id, -2), 0, 1) . '/' . $object->id . "/photos"
/htdocs/product/document.php:972$upload_dirold = $conf->service->multidir_output[$object->entity] . '/' . substr(substr("000" . $object->id, -2), 1, 1) . '/' . substr(substr("000" . $object->id, -2), 0, 1) . '/' . $object->id . "/photos"
/htdocs/product/list.php:86253$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/product/list.php:17277$dur = array("i" => $langs->trans("Minutes"), "h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/product/list.php:2261$arrayfields = array('p.rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'noteditable' => 1, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id', 'css' => 'left'), 'p.ref' => array('label' => 'ProductRef', 'checked' => 1, 'position' => 10), 'thumbnail' => array('label' => 'Photo', 'checked' => 0, 'position' => 10), 'p.description' => array('label' => 'Description', 'checked' => 0, 'position' => 10), 'p.label' => array('label' => "Label", 'checked' => 1, 'position' => 10), 'p.fk_product_type' => array('label' => "Type", 'checked' => 0, 'enabled' => (isModEnabled("product") && isModEnabled("service")), 'position' => 11), 'p.barcode' => array('label' => "Gencod", 'checked' => 1, 'enabled' => (isModEnabled('barcode')), 'position' => 12), 'p.duration' => array('label' => "Duration", 'checked' => ($contextpage != 'productlist'), 'enabled' => (isModEnabled("service") && (string) $type == '1'), 'position' => 13), 'pac.fk_product_parent' => array('label' => "ParentProductOfVariant", 'checked' => -1, 'enabled' => (isModEnabled('variants')), 'position' => 14), 'p.finished' => array('label' => "Nature", 'checked' => 0, 'enabled' => (isModEnabled("product") && $type != '1'), 'position' => 19), 'p.weight' => array('label' => 'Weight', 'checked' => 0, 'enabled' => (isModEnabled("product") && $type != '1'), 'position' => 20), 'p.weight_units' => array('label' => 'WeightUnits', 'checked' => 0, 'enabled' => (isModEnabled("product") && $type != '1'), 'position' => 21), 'p.length' => array('label' => 'Length', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_SIZE') && $type != '1'), 'position' => 22), 'p.length_units' => array('label' => 'LengthUnits', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_SIZE') && $type != '1'), 'position' => 23), 'p.width' => array('label' => 'Width', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_SIZE') && $type != '1'), 'position' => 24), 'p.width_units' => array('label' => 'WidthUnits', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_SIZE') && $type != '1'), 'position' => 25), 'p.height' => array('label' => 'Height', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_SIZE') && $type != '1'), 'position' => 26), 'p.height_units' => array('label' => 'HeightUnits', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_SIZE') && $type != '1'), 'position' => 27), 'p.surface' => array('label' => 'Surface', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_SURFACE') && $type != '1'), 'position' => 28), 'p.surface_units' => array('label' => 'SurfaceUnits', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_SURFACE') && $type != '1'), 'position' => 29), 'p.volume' => array('label' => 'Volume', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_VOLUME') && $type != '1'), 'position' => 30), 'p.volume_units' => array('label' => 'VolumeUnits', 'checked' => 0, 'enabled' => (isModEnabled("product") && !getDolGlobalString('PRODUCT_DISABLE_VOLUME') && $type != '1'), 'position' => 31), 'cu.label' => array('label' => "DefaultUnitToShow", 'checked' => 0, 'enabled' => (isModEnabled("product") && getDolGlobalString('PRODUCT_USE_UNITS')), 'position' => 32), 'p.fk_default_workstation' => array('label' => 'DefaultWorkstation', 'checked' => 0, 'enabled' => isModEnabled('workstation') && $type == 1, 'position' => 33), 'p.sellprice' => array('label' => "SellingPrice", 'checked' => 1, 'enabled' => !getDolGlobalString('PRODUIT_MULTIPRICES'), 'position' => 40), 'p.tva_tx' => array('label' => "VATRate", 'checked' => 0, 'enabled' => !getDolGlobalString('PRODUIT_MULTIPRICES'), 'position' => 41), 'p.minbuyprice' => array('label' => "BuyingPriceMinShort", 'checked' => 1, 'enabled' => ($user->hasRight('fournisseur', 'lire')), 'position' => 42), 'p.numbuyprice' => array('label' => "BuyingPriceNumShort", 'checked' => 0, 'enabled' => ($user->hasRight('fournisseur', 'lire')), 'position' => 43), 'p.pmp' => array('label' => "PMPValueShort", 'checked' => 0, 'enabled' => ($user->hasRight('fournisseur', 'lire')), 'position' => 44), 'p.cost_price' => array('label' => "CostPrice", 'checked' => 0, 'enabled' => ($user->hasRight('fournisseur', 'lire')), 'position' => 45), 'p.seuil_stock_alerte' => array('label' => "StockLimit", 'checked' => 0, 'enabled' => (isModEnabled('stock') && $user->hasRight('stock', 'lire') && ($contextpage != 'servicelist' || getDolGlobalString('STOCK_SUPPORTS_SERVICES'))), 'position' => 50), 'p.desiredstock' => array('label' => "DesiredStock", 'checked' => 1, 'enabled' => (isModEnabled('stock') && $user->hasRight('stock', 'lire') && ($contextpage != 'servicelist' || getDolGlobalString('STOCK_SUPPORTS_SERVICES'))), 'position' => 51), 'p.stock' => array('label' => "PhysicalStock", 'checked' => 1, 'enabled' => (isModEnabled('stock') && $user->hasRight('stock', 'lire') && ($contextpage != 'servicelist' || getDolGlobalString('STOCK_SUPPORTS_SERVICES'))), 'position' => 52), 'stock_virtual' => array('label' => "VirtualStock", 'checked' => 1, 'enabled' => (isModEnabled('stock') && $user->hasRight('stock', 'lire') && ($contextpage != 'servicelist' || getDolGlobalString('STOCK_SUPPORTS_SERVICES')) && $virtualdiffersfromphysical), 'position' => 53), 'p.tobatch' => array('label' => "ManageLotSerial", 'checked' => 0, 'enabled' => (isModEnabled('productbatch')), 'position' => 60), 'p.fk_country' => array('label' => "Country", 'checked' => 0, 'position' => 100), 'p.fk_state' => array('label' => "State", 'checked' => 0, 'position' => 101), $alias_product_perentity . '.accountancy_code_sell' => array('label' => "ProductAccountancySellCode", 'checked' => 0, 'enabled' => !getDolGlobalString('PRODUCT_DISABLE_ACCOUNTING'), 'position' => 400), $alias_product_perentity . '.accountancy_code_sell_intra' => array('label' => "ProductAccountancySellIntraCode", 'checked' => 0, 'enabled' => $isInEEC && !getDolGlobalString('PRODUCT_DISABLE_ACCOUNTING'), 'position' => 401), $alias_product_perentity . '.accountancy_code_sell_export' => array('label' => "ProductAccountancySellExportCode", 'checked' => 0, 'enabled' => !getDolGlobalString('PRODUCT_DISABLE_ACCOUNTING'), 'position' => 402), $alias_product_perentity . '.accountancy_code_buy' => array('label' => "ProductAccountancyBuyCode", 'checked' => 0, 'enabled' => !getDolGlobalString('PRODUCT_DISABLE_ACCOUNTING'), 'position' => 403), $alias_product_perentity . '.accountancy_code_buy_intra' => array('label' => "ProductAccountancyBuyIntraCode", 'checked' => 0, 'enabled' => $isInEEC && !getDolGlobalString('PRODUCT_DISABLE_ACCOUNTING'), 'position' => 404), $alias_product_perentity . '.accountancy_code_buy_export' => array('label' => "ProductAccountancyBuyExportCode", 'checked' => 0, 'enabled' => !getDolGlobalString('PRODUCT_DISABLE_ACCOUNTING'), 'position' => 405), 'p.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 500), 'p.tms' => array('label' => "DateModificationShort", 'checked' => 0, 'position' => 500), 'p.tosell' => array('label' => $langs->transnoentitiesnoconv("Status") . ' (' . $langs->transnoentitiesnoconv("Sell") . ')', 'checked' => 1, 'position' => 1000), 'p.tobuy' => array('label' => $langs->transnoentitiesnoconv("Status") . ' (' . $langs->transnoentitiesnoconv("Buy") . ')', 'checked' => 1, 'position' => 1000), 'p.import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'index' => 0, 'checked' => -1, 'position' => 1100), )
/htdocs/product/list.php:86152$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/product/stats/card.php:5191$linktoregenerate = '<a class="reposition" href="' . $_SERVER["PHP_SELF"] . '?' . (GETPOSTISSET('id') ? 'id=' . GETPOSTINT('id') : 'id=' . $object->id) . (((string) $type != '' && $type != '-1') ? '&type=' . ((int) $type) : '') . '&action=recalcul&mode=' . urlencode($mode) . '&search_year=' . ((int) $search_year) . ($search_categ > 0 ? '&search_categ=' . ((int) $search_categ) : '') . '">'
/htdocs/product/stats/card.php:3871$graphfiles['mrp'] = array('modulepart' => 'productstats_mrp', 'file' => $object->id . '/mos12m' . ((string) $type != '' ? '_type' . $type : '') . '_' . $mode . ($search_year > 0 ? '_year' . $search_year : '') . '.png', 'label' => $langs->transnoentitiesnoconv($arrayforlabel[$mode] . "Mos"))
/htdocs/product/ajax/products.php:2501$outjson = array('ref' => $outref, 'label' => $outlabel, 'label_trans' => $outlabel_trans, 'desc' => $outdesc, 'desc_trans' => $outdesc_trans, 'type' => $outtype, 'price_ht' => $outprice_ht, 'price_ttc' => $outprice_ttc, 'pricebasetype' => $outpricebasetype, 'product_tva_tx_formated' => $product_outtva_tx_formated, 'product_tva_tx' => $product_outtva_tx, 'product_default_vat_code' => $product_outdefault_vat_code, 'tva_tx_formated' => $outtva_tx_formated, 'tva_tx' => $outtva_tx, 'default_vat_code' => $outdefault_vat_code, 'qty' => $outqty, 'discount' => $outdiscount, 'mandatory_period' => $mandatory_period, 'array_options' => $object->array_options)
/htdocs/product/ajax/product_lot.php:651$rows[] = array('rowid' => $productLot->id, 'sellby' => ($productLot->sellby ? dol_print_date($productLot->sellby, 'day') : ''), 'eatby' => ($productLot->eatby ? dol_print_date($productLot->eatby, 'day') : ''), )
/htdocs/product/stats/card.php:3691$graphfiles['invoices'] = array('modulepart' => 'productstats_invoices', 'file' => $object->id . '/invoices12m' . ((string) $type != '' ? '_type' . $type : '') . '_' . $mode . ($search_year > 0 ? '_year' . $search_year : '') . '.png', 'label' => $langs->transnoentitiesnoconv($arrayforlabel[$mode], $langs->transnoentitiesnoconv("Invoices")))
/htdocs/product/stats/card.php:3631$graphfiles['orderssuppliers'] = array('modulepart' => 'productstats_orderssuppliers', 'file' => $object->id . '/orderssuppliers12m' . ((string) $type != '' ? '_type' . $type : '') . '_' . $mode . ($search_year > 0 ? '_year' . $search_year : '') . '.png', 'label' => $langs->transnoentitiesnoconv($arrayforlabel[$mode], $langs->transnoentitiesnoconv("SuppliersOrders")))
/htdocs/product/stats/card.php:3811$graphfiles['contracts'] = array('modulepart' => 'productstats_contracts', 'file' => $object->id . '/contracts12m' . ((string) $type != '' ? '_type' . $type : '') . '_' . $mode . ($search_year > 0 ? '_year' . $search_year : '') . '.png', 'label' => $langs->transnoentitiesnoconv($arrayforlabel[$mode], $langs->transnoentitiesnoconv("Contracts")))
/htdocs/product/stats/card.php:3751$graphfiles['invoicessuppliers'] = array('modulepart' => 'productstats_invoicessuppliers', 'file' => $object->id . '/invoicessuppliers12m' . ((string) $type != '' ? '_type' . $type : '') . '_' . $mode . ($search_year > 0 ? '_year' . $search_year : '') . '.png', 'label' => $langs->transnoentitiesnoconv($arrayforlabel[$mode], $langs->transnoentitiesnoconv("SupplierInvoices")))
/htdocs/supplier_proposal/card.php:10371$result = $object->updateline(GETPOSTINT('lineid'), $ht, price2num(GETPOST('qty'), 'MS', 2), price2num(GETPOST('remise_percent'), '', 2), $vat_rate, $localtax1_rate, $localtax2_rate, $description, $price_base_type, $info_bits, $special_code, GETPOSTINT('fk_parent_line'), 0, $fournprice, $buyingprice, $label, $type, $array_options, $ref_supplier, $fk_unit, $pu_ht_devise)
/htdocs/supplier_proposal/card.php:7591$result = $object->addline($desc, ($price_base_type == 'HT' ? $pu : 0), $qty, $tva_tx, $localtax1_tx, $localtax2_tx, $productsupplier->id, $remise_percent, $price_base_type, ($price_base_type == 'TTC' ? $pu : 0), $tva_npr, $type, min($rank, count($object->lines) + 1), 0, GETPOST('fk_parent_line'), $fournprice, $buyingprice, $label, $array_options, $ref_supplier, $productsupplier->fk_unit, '', 0, $pu_devise, $date_start, $date_end)
/htdocs/supplier_proposal/info.php:8550$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/supplier_proposal/card.php:162050$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/supplier_proposal/card.php:5771$result = $object->updateline($line->id, $line->subprice, $line->qty, $line->remise_percent, $vat_rate, $localtax1_rate, $localtax2_rate, $line->desc, 'HT', $line->info_bits, $line->special_code, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->product_type, $line->array_options, $line->ref_fourn, $line->fk_unit, $line->multicurrency_subprice)
/htdocs/supplier_proposal/card.php:4021$result = $object->addline($desc, $lines[$i]->subprice, $lines[$i]->qty, $lines[$i]->tva_tx, $lines[$i]->localtax1_tx, $lines[$i]->localtax2_tx, $lines[$i]->fk_product, $lines[$i]->remise_percent, 'HT', 0, $lines[$i]->info_bits, $product_type, $lines[$i]->rang, $lines[$i]->special_code, $fk_parent_line, $lines[$i]->fk_fournprice, $lines[$i]->pa_ht, $label, $array_options, $lines[$i]->ref_supplier, $lines[$i]->fk_unit)
/htdocs/supplier_proposal/card.php:58710$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/supplier_proposal/card.php:58610$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/product/stock/class/productlot.class.php:5761$sql .= ' scrapping_date = ' . (!isset($this->scrapping_date) || dol_strlen($this->scrapping_date) != 0 ? "'" . $this->db->idate($this->scrapping_date) . "'" : 'null') . ','
/htdocs/product/stock/class/productlot.class.php:5801$sql .= ' datec = ' . (!isset($this->datec) || dol_strlen($this->datec) != 0 ? "'" . $this->db->idate($this->datec) . "'" : 'null') . ','
/htdocs/product/stock/class/productlot.class.php:5812$sql .= ' tms = ' . (dol_strlen($this->tms) != 0 ? "'" . $this->db->idate($this->tms) . "'" : "'" . $this->db->idate(dol_now( )) . "'") . ','
/htdocs/product/stock/class/productlot.class.php:118414$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/stock/class/productlot.class.php:5721$sql .= ' eatby = ' . (!isset($this->eatby) || dol_strlen($this->eatby) != 0 ? "'" . $this->db->idate($this->eatby) . "'" : 'null') . ','
/htdocs/product/stock/class/productlot.class.php:5731$sql .= ' sellby = ' . (!isset($this->sellby) || dol_strlen($this->sellby) != 0 ? "'" . $this->db->idate($this->sellby) . "'" : 'null') . ','
/htdocs/product/stock/class/productlot.class.php:5741$sql .= ' eol_date = ' . (!isset($this->eol_date) || dol_strlen($this->eol_date) != 0 ? "'" . $this->db->idate($this->eol_date) . "'" : 'null') . ','
/htdocs/product/stock/class/productlot.class.php:5751$sql .= ' manufacturing_date = ' . (!isset($this->manufacturing_date) || dol_strlen($this->manufacturing_date) != 0 ? "'" . $this->db->idate($this->manufacturing_date) . "'" : 'null') . ','
/htdocs/product/stats/card.php:3311$dir = (!empty($conf->product->multidir_temp[$conf->entity]) ? $conf->product->multidir_temp[$conf->entity] : $conf->service->multidir_temp[$conf->entity])
/htdocs/product/stats/card.php:3441$graphfiles['propal'] = array('modulepart' => 'productstats_proposals', 'file' => $object->id . '/propal12m' . ((string) $type != '' ? '_type' . $type : '') . '_' . $mode . ($search_year > 0 ? '_year' . $search_year : '') . '.png', 'label' => $langs->transnoentitiesnoconv($arrayforlabel[$mode], $langs->transnoentitiesnoconv("Proposals")))
/htdocs/product/stats/card.php:3511$graphfiles['proposalssuppliers'] = array('modulepart' => 'productstats_proposalssuppliers', 'file' => $object->id . '/proposalssuppliers12m' . ((string) $type != '' ? '_type' . $type : '') . '_' . $mode . ($search_year > 0 ? '_year' . $search_year : '') . '.png', 'label' => $langs->transnoentitiesnoconv($arrayforlabel[$mode], $langs->transnoentitiesnoconv("SupplierProposals")))
/htdocs/product/stats/card.php:3571$graphfiles['orders'] = array('modulepart' => 'productstats_orders', 'file' => $object->id . '/orders12m' . ((string) $type != '' ? '_type' . $type : '') . '_' . $mode . ($search_year > 0 ? '_year' . $search_year : '') . '.png', 'label' => $langs->transnoentitiesnoconv($arrayforlabel[$mode], $langs->transnoentitiesnoconv("Orders")))
/htdocs/product/stock/class/mouvementstock.class.php:2041$parameters = array('currentcontext' => 'mouvementstock', 'user' => &$user, 'fk_product' => &$fk_product, 'entrepot_id' => &$entrepot_id, 'qty' => &$qty, 'type' => &$type, 'price' => &$price, 'label' => &$label, 'inventorycode' => &$inventorycode, 'datem' => &$datem, 'eatby' => &$eatby, 'sellby' => &$sellby, 'batch' => &$batch, 'skip_batch' => &$skip_batch, 'id_product_batch' => &$id_product_batch)
/htdocs/product/stock/class/productstockentrepot.class.php:3592$sql .= ' tms = ' . (dol_strlen($this->tms) != 0 ? "'" . $this->db->idate($this->tms) . "'" : "'" . $this->db->idate(dol_now( )) . "'") . ','
/htdocs/product/dynamic_price/class/price_parser.class.php:1441$values = array_merge($values, array("tva_tx" => $product->tva_tx, "localtax1_tx" => $product->localtax1_tx, "localtax2_tx" => $product->localtax2_tx, "weight" => $product->weight, "length" => $product->length, "surface" => $product->surface, "price_min" => $product->price_min, "cost_price" => $product->cost_price, "pmp" => $product->pmp, ))
/htdocs/product/stats/card.php:2551$param .= (GETPOSTISSET('id') ? '&id=' . GETPOSTINT('id') : '&id=' . $object->id) . (($type != '' && $type != '-1') ? '&type=' . ((int) $type) : '') . '&search_year=' . ((int) $search_year) . ($notab ? '&notab=' . $notab : '')
/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php:78666$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php:5991$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'stocktransferline/" . $this->db->escape($this->newref) . "'"
/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php:82566$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php:80366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php:6161$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'stocktransfer/" . $this->db->escape($this->newref) . "'"
/htdocs/product/stock/stocktransfer/stocktransfer_list.php:11127$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/product/stock/stocktransfer/stocktransfer_card.php:62050$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/product/stock/stocktransfer/stocktransfer_card.php:5591$formquestion = array('text' => '', 0 => array('type' => 'text', 'name' => 'label', 'label' => $langs->trans("Label") . '&nbsp;:', 'value' => $langs->trans('ConfirmAddStockCancel', $object->ref), 'size' => 40), 1 => array('type' => 'text', 'name' => 'inventorycode', 'label' => $langs->trans("InventoryCode"), 'value' => dol_print_date(dol_now( ), '%y%m%d%H%M%S'), 'size' => 25))
/htdocs/product/stock/class/productlot.class.php:3711$sql .= ' ' . (!isset($this->scrapping_date) || dol_strlen($this->scrapping_date) == 0 ? 'NULL' : "'" . $this->db->idate($this->scrapping_date) . "'") . ','
/htdocs/product/stock/class/productlot.class.php:3701$sql .= ' ' . (!isset($this->manufacturing_date) || dol_strlen($this->manufacturing_date) == 0 ? 'NULL' : "'" . $this->db->idate($this->manufacturing_date) . "'") . ','
/htdocs/product/stock/class/productlot.class.php:3691$sql .= ' ' . (!isset($this->eol_date) || dol_strlen($this->eol_date) == 0 ? 'NULL' : "'" . $this->db->idate($this->eol_date) . "'") . ','
/htdocs/product/stock/class/productlot.class.php:3681$sql .= ' ' . (!isset($this->sellby) || dol_strlen($this->sellby) == 0 ? 'NULL' : "'" . $this->db->idate($this->sellby) . "'") . ','
/htdocs/product/stock/class/productlot.class.php:3671$sql .= ' ' . (!isset($this->eatby) || dol_strlen($this->eatby) == 0 ? 'NULL' : "'" . $this->db->idate($this->eatby) . "'") . ','
/htdocs/product/stock/class/entrepot.class.php:82014$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/stock/class/entrepot.class.php:2161$sql .= " VALUES ('" . $this->db->escape($this->label) . "', " . ((int) $conf->entity) . ", '" . $this->db->idate($now) . "', " . ((int) $user->id) . ", " . ($this->fk_parent > 0 ? ((int) $this->fk_parent) : "NULL") . ", " . ($this->fk_project > 0 ? ((int) $this->fk_project) : "NULL") . ")"
/htdocs/product/stock/stocktransfer/class/stocktransferline.class.php:80866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/product/stock/list.php:47252$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/product/stock/list.php:47353$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/product/stock/movement_card.php:1061$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' => (isModEnabled('productbatch'))), 'pl.eatby' => array('label' => $langs->trans("EatByDate"), 'checked' => 0, 'position' => 10, 'enabled' => (isModEnabled('productbatch'))), 'pl.sellby' => array('label' => $langs->trans("SellByDate"), 'checked' => 0, 'position' => 10, 'enabled' => (isModEnabled('productbatch'))), 'e.ref' => array('label' => $langs->trans("Warehouse"), 'checked' => 1, 'enabled' => (!($id > 0))), '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), )
/htdocs/product/stock/list.php:12427$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/product/stock/product.php:1184$usercanread = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'lire')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'lire')))
/htdocs/product/stock/product.php:1195$usercancreate = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'creer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'creer')))
/htdocs/product/stock/movement_list.php:1291$arrayfields = array('m.rowid' => array('label' => "Ref", 'checked' => 1, 'position' => 1), 'm.datem' => array('label' => "Date", 'checked' => 1, 'position' => 2), 'p.ref' => array('label' => "ProductRef", 'checked' => 1, 'css' => 'maxwidth100', 'position' => 3), 'p.label' => array('label' => "ProductLabel", 'checked' => 0, 'position' => 5), 'm.batch' => array('label' => "BatchNumberShort", 'checked' => 1, 'position' => 8, 'enabled' => (isModEnabled('productbatch'))), 'pl.eatby' => array('label' => "EatByDate", 'checked' => 0, 'position' => 9, 'enabled' => (isModEnabled('productbatch'))), 'pl.sellby' => array('label' => "SellByDate", 'checked' => 0, 'position' => 10, 'enabled' => (isModEnabled('productbatch'))), 'e.ref' => array('label' => "Warehouse", 'checked' => 1, 'position' => 100, 'enabled' => (!($id > 0))), 'm.fk_user_author' => array('label' => "Author", 'checked' => 0, 'position' => 120), 'm.inventorycode' => array('label' => "InventoryCodeShort", 'checked' => 1, 'position' => 130), 'm.label' => array('label' => "MovementLabel", 'checked' => 1, 'position' => 140), 'm.type_mouvement' => array('label' => "TypeMovement", 'checked' => 0, 'position' => 150), 'origin' => array('label' => "Origin", 'checked' => 1, 'position' => 155), 'm.fk_projet' => array('label' => 'Project', 'checked' => 0, 'position' => 180), 'm.value' => array('label' => "Qty", 'checked' => 1, 'position' => 200), 'm.price' => array('label' => "UnitPurchaseValue", 'checked' => 0, 'position' => 210, 'enabled' => (!getDolGlobalInt('STOCK_MOVEMENT_LIST_HIDE_UNIT_PRICE'))))
/htdocs/product/stock/movement_list.php:3831$result = $product->correct_stock_batch($user, $id, GETPOSTINT("nbpiece"), GETPOSTINT("mouvement"), GETPOST("label", 'alphanohtml'), price2num(GETPOST('unitprice'), 'MT'), $eatby, $sellby, $batch, GETPOST('inventorycode', 'alphanohtml'), $origin_element, $origin_id, 0, $extrafields)
/htdocs/product/stock/stocktransfer/stocktransfer_card.php:5451$formquestion = array('text' => '', 0 => array('type' => 'text', 'name' => 'label', 'label' => $langs->trans("Label"), 'value' => $langs->trans('ConfirmDestockCancel', $object->ref), 'size' => 40), 1 => array('type' => 'text', 'name' => 'inventorycode', 'label' => $langs->trans("InventoryCode"), 'value' => dol_print_date(dol_now( ), '%y%m%d%H%M%S'), 'size' => 25))
/htdocs/product/stock/stocktransfer/stocktransfer_card.php:5521$formquestion = array('text' => '', 0 => array('type' => 'text', 'name' => 'label', 'label' => $langs->trans("Label") . '&nbsp;:', 'value' => $langs->trans('ConfirmAddStock', $object->ref), 'size' => 40), 1 => array('type' => 'text', 'name' => 'inventorycode', 'label' => $langs->trans("InventoryCode"), 'value' => dol_print_date(dol_now( ), '%y%m%d%H%M%S'), 'size' => 25))
/htdocs/product/stock/stocktransfer/stocktransfer_card.php:1981$records = $line->fetchAll('', '', 0, 0, '(fk_stocktransfer:=:' . ((int) $id) . ') AND (fk_product:=:' . ((int) $fk_product) . ') AND (fk_warehouse_source:=:' . ((int) $fk_warehouse_source) . ') AND (fk_warehouse_destination:=:' . ((int) $fk_warehouse_destination) . ') AND (' . (empty($batch) ? "(batch:=:'') OR (batch:IS:NULL)" : "batch:=:'" . $db->escape($batch) . "'") . ')')
/htdocs/product/stock/stocktransfer/stocktransfer_card.php:5381$formquestion = array('text' => '', 0 => array('type' => 'text', 'name' => 'label', 'label' => $langs->trans("Label"), 'value' => $langs->trans('ConfirmDestock', $object->ref), 'size' => 40), 1 => array('type' => 'text', 'name' => 'inventorycode', 'label' => $langs->trans("InventoryCode"), 'value' => dol_print_date(dol_now( ), '%y%m%d%H%M%S'), 'size' => 25))
/htdocs/product/stock/tpl/stockcorrection.tpl.php:1491$ident = (GETPOST("dwid") ? GETPOSTINT("dwid") : (GETPOST('id_entrepot') ? GETPOSTINT('id_entrepot') : ($object->element == 'product' && $object->fk_default_warehouse ? $object->fk_default_warehouse : 'ifone')))
/htdocs/product/stock/tpl/stocktransfer.tpl.php:761$selected = (GETPOST("dwid") ? GETPOSTINT("dwid") : (GETPOST('id_entrepot') ? GETPOSTINT('id_entrepot') : ($object->element == 'product' && $object->fk_default_warehouse ? $object->fk_default_warehouse : 'ifone')))
/htdocs/product/stock/replenish.php:2481$result = $order->addline($line->desc, $line->subprice, $line->qty, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, $line->fk_product, 0, $line->ref_fourn, $line->remise_percent, 'HT', 0, $line->type, 0, false, null, null, 0, $line->fk_unit)
/htdocs/product/stock/replenish.php:6831$param .= '&fourn_id=' . urlencode((string) ($fourn_id)) . '&search_label=' . urlencode((string) ($search_label)) . '&includeproductswithoutdesiredqty=' . urlencode((string) ($includeproductswithoutdesiredqty)) . '&salert=' . urlencode((string) ($salert)) . '&draftorder=' . urlencode((string) ($draftorder))
/htdocs/comm/mailing/class/advtargetemailing.class.php:1111$this->select_target_type = array('2' => $langs->trans('Contacts'), '1' => $langs->trans('Contacts') . '+' . $langs->trans('ThirdParty'), '3' => $langs->trans('ThirdParty'), '4' => $langs->trans('ContactsWithThirdpartyFilter'))
/htdocs/comm/mailing/class/advtargetemailing.class.php:1261$this->type_statuscommprospect = array(-1 => $langs->trans("StatusProspect-1"), 0 => $langs->trans("StatusProspect0"), 1 => $langs->trans("StatusProspect1"), 2 => $langs->trans("StatusProspect2"), 3 => $langs->trans("StatusProspect3"))
/htdocs/comm/mailing/class/advtargetemailing.class.php:6241$sqlwhere[] = " (te." . $key . " >= '" . $this->db->idate($arrayquery["options_" . $key . "_st_dt"]) . "' AND te." . $key . " <= '" . $this->db->idate($arrayquery["options_" . $key . "_end_dt"]) . "')"
/htdocs/comm/mailing/class/advtargetemailing.class.php:7671$sqlwhere[] = " (te." . $key . " >= '" . $this->db->idate($arrayquery["options_" . $key . "_st_dt_cnct"]) . "' AND te." . $key . " <= '" . $this->db->idate($arrayquery["options_" . $key . "_end_dt_cnct"]) . "')"
/htdocs/comm/mailing/class/advtargetemailing.class.php:8751$sqlwhere[] = " (tse." . $key . " >= '" . $this->db->idate($arrayquery["options_" . $key . "_st_dt"]) . "' AND tse." . $key . " <= '" . $this->db->idate($arrayquery["options_" . $key . "_end_dt"]) . "')"
/htdocs/comm/propal/class/propal.class.php:20311$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'propale/" . $this->db->escape($this->newref) . "'"
/htdocs/comm/propal/class/api_proposals.class.php:3501$updateRes = $this->propal->addline($request_data->desc, $request_data->subprice, $request_data->qty, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->fk_product, $request_data->remise_percent, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->subprice, $request_data->info_bits, $request_data->product_type, $request_data->rang, $request_data->special_code, $request_data->fk_parent_line, $request_data->fk_fournprice, $request_data->pa_ht, $request_data->label, $request_data->date_start, $request_data->date_end, $request_data->array_options, $request_data->fk_unit, $request_data->origin, $request_data->origin_id, $request_data->multicurrency_subprice, $request_data->fk_remise_except)
/htdocs/comm/propal/class/api_proposals.class.php:4231$updateRes = $this->propal->addline($line->desc, $line->subprice, $line->qty, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, $line->fk_product, $line->remise_percent, 'HT', 0, $line->info_bits, $line->product_type, $line->rang, $line->special_code, $line->fk_parent_line, $line->fk_fournprice, $line->pa_ht, $line->label, $line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $line->origin, $line->origin_id, $line->multicurrency_subprice, $line->fk_remise_except)
/htdocs/comm/propal/class/api_proposals.class.php:5071$updateRes = $this->propal->updateline($lineid, isset($request_data->subprice) ? $request_data->subprice : $propalline->subprice, isset($request_data->qty) ? $request_data->qty : $propalline->qty, isset($request_data->remise_percent) ? $request_data->remise_percent : $propalline->remise_percent, isset($request_data->tva_tx) ? $request_data->tva_tx : $propalline->tva_tx, isset($request_data->localtax1_tx) ? $request_data->localtax1_tx : $propalline->localtax1_tx, isset($request_data->localtax2_tx) ? $request_data->localtax2_tx : $propalline->localtax2_tx, isset($request_data->desc) ? $request_data->desc : $propalline->desc, isset($request_data->price_base_type) ? $request_data->price_base_type : 'HT', isset($request_data->info_bits) ? $request_data->info_bits : $propalline->info_bits, isset($request_data->special_code) ? $request_data->special_code : $propalline->special_code, isset($request_data->fk_parent_line) ? $request_data->fk_parent_line : $propalline->fk_parent_line, 0, isset($request_data->fk_fournprice) ? $request_data->fk_fournprice : $propalline->fk_fournprice, isset($request_data->pa_ht) ? $request_data->pa_ht : $propalline->pa_ht, isset($request_data->label) ? $request_data->label : $propalline->label, isset($request_data->product_type) ? $request_data->product_type : $propalline->product_type, isset($request_data->date_start) ? $request_data->date_start : $propalline->date_start, isset($request_data->date_end) ? $request_data->date_end : $propalline->date_end, isset($request_data->array_options) ? $request_data->array_options : $propalline->array_options, isset($request_data->fk_unit) ? $request_data->fk_unit : $propalline->fk_unit, isset($request_data->multicurrency_subprice) ? $request_data->multicurrency_subprice : $propalline->subprice, 0, isset($request_data->rang) ? $request_data->rang : $propalline->rang)
/htdocs/comm/mailing/card.php:2661$substitutionarray['__CHECK_READ__'] = '<img src="' . DOL_MAIN_URL_ROOT . '/public/emailing/mailing-read.php?tag=' . urlencode($obj->tag) . '&securitykey=' . dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY') . '-' . $obj->tag . '-' . $obj->email . '-' . $obj->rowid, "md5") . '&email=' . urlencode($obj->email) . '&mtid=' . ((int) $obj->rowid) . '" width="1" height="1" style="width:1px;height:1px" border="0"/>'
/htdocs/comm/mailing/card.php:2671$substitutionarray['__UNSUBSCRIBE__'] = '<a href="' . DOL_MAIN_URL_ROOT . '/public/emailing/mailing-unsubscribe.php?tag=' . urlencode($obj->tag) . '&unsuscrib=1&securitykey=' . dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY') . '-' . $obj->tag . '-' . $obj->email . '-' . $obj->rowid, "md5") . '&email=' . urlencode($obj->email) . '&mtid=' . ((int) $obj->rowid) . '" target="_blank" rel="noopener noreferrer">' . $langs->trans("MailUnsubcribe") . '</a>'
/htdocs/comm/mailing/card.php:2681$substitutionarray['__UNSUBSCRIBE_URL__'] = DOL_MAIN_URL_ROOT . '/public/emailing/mailing-unsubscribe.php?tag=' . urlencode($obj->tag) . '&unsuscrib=1&securitykey=' . dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY') . '-' . $obj->tag . '-' . $obj->email . '-' . $obj->rowid, "md5") . '&email=' . urlencode($obj->email) . '&mtid=' . ((int) $obj->rowid)
/htdocs/comm/mailing/card.php:11521$formquestion = array('text' => $langs->trans("ConfirmClone"), 0 => array('type' => 'checkbox', 'name' => 'clone_content', 'label' => $langs->trans("CloneContent"), 'value' => 1), 1 => array('type' => 'checkbox', 'name' => 'clone_receivers', 'label' => $langs->trans("CloneReceivers"), 'value' => 0))
/htdocs/comm/propal/contact.php:16150$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/comm/propal/note.php:12350$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/comm/propal/list.php:108852$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/comm/propal/list.php:2111$arrayfields = array('p.ref' => array('label' => "Ref", 'checked' => 1), 'p.ref_client' => array('label' => "RefCustomer", 'checked' => -1), 'pr.ref' => array('label' => "ProjectRef", 'checked' => 1, 'enabled' => (isModEnabled('project') ? 1 : 0)), 'pr.title' => array('label' => "ProjectLabel", 'checked' => 0, 'enabled' => (isModEnabled('project') ? 1 : 0)), 's.nom' => array('label' => "ThirdParty", 'checked' => 1), 's.name_alias' => array('label' => "AliasNameShort", 'checked' => -1), 's.town' => array('label' => "Town", 'checked' => -1), 's.zip' => array('label' => "Zip", 'checked' => -1), 'state.nom' => array('label' => "StateShort", 'checked' => 0), 'country.code_iso' => array('label' => "Country", 'checked' => 0), 'typent.code' => array('label' => "ThirdPartyType", 'checked' => $checkedtypetiers), 'p.date' => array('label' => "DatePropal", 'checked' => 1), 'p.fin_validite' => array('label' => "DateEnd", 'checked' => 1), 'p.date_livraison' => array('label' => "DeliveryDate", 'checked' => 0), 'p.date_signature' => array('label' => "DateSigning", 'checked' => 0), 'ava.rowid' => array('label' => "AvailabilityPeriod", 'checked' => 0), 'p.fk_shipping_method' => array('label' => "SendingMethod", 'checked' => 0, 'enabled' => isModEnabled("shipping")), 'p.fk_input_reason' => array('label' => "Origin", 'checked' => 0, 'enabled' => 1), 'p.fk_cond_reglement' => array('label' => "PaymentConditionsShort", 'checked' => 0), 'p.fk_mode_reglement' => array('label' => "PaymentMode", 'checked' => 0), 'p.total_ht' => array('label' => "AmountHT", 'checked' => 1), 'p.total_tva' => array('label' => "AmountVAT", 'checked' => 0), 'p.total_ttc' => array('label' => "AmountTTC", 'checked' => 0), 'p.total_ht_invoiced' => array('label' => "AmountInvoicedHT", 'checked' => 0, 'enabled' => getDolGlobalString('PROPOSAL_SHOW_INVOICED_AMOUNT')), 'p.total_invoiced' => array('label' => "AmountInvoicedTTC", 'checked' => 0, 'enabled' => getDolGlobalString('PROPOSAL_SHOW_INVOICED_AMOUNT')), 'p.multicurrency_code' => array('label' => 'Currency', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'p.multicurrency_tx' => array('label' => 'CurrencyRate', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'p.multicurrency_total_ht' => array('label' => 'MulticurrencyAmountHT', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'p.multicurrency_total_tva' => array('label' => 'MulticurrencyAmountVAT', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'p.multicurrency_total_ttc' => array('label' => 'MulticurrencyAmountTTC', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'p.multicurrency_total_ht_invoiced' => array('label' => 'MulticurrencyAmountInvoicedHT', 'checked' => 0, 'enabled' => isModEnabled("multicurrency") && getDolGlobalString('PROPOSAL_SHOW_INVOICED_AMOUNT')), 'p.multicurrency_total_invoiced' => array('label' => 'MulticurrencyAmountInvoicedTTC', 'checked' => 0, 'enabled' => isModEnabled("multicurrency") && getDolGlobalString('PROPOSAL_SHOW_INVOICED_AMOUNT')), 'u.login' => array('label' => "Author", 'checked' => 1, 'position' => 10), 'sale_representative' => array('label' => "SaleRepresentativesOfThirdParty", 'checked' => -1), 'total_pa' => array('label' => (getDolGlobalString('MARGIN_TYPE') == '1' ? 'BuyingPrice' : 'CostPrice'), 'checked' => 0, 'position' => 300, 'enabled' => (!isModEnabled('margin') || !$user->hasRight('margins', 'liretous') ? 0 : 1)), 'total_margin' => array('label' => 'Margin', 'checked' => 0, 'position' => 301, 'enabled' => (!isModEnabled('margin') || !$user->hasRight('margins', 'liretous') ? 0 : 1)), 'total_margin_rate' => array('label' => 'MarginRate', 'checked' => 0, 'position' => 302, 'enabled' => (!isModEnabled('margin') || !$user->hasRight('margins', 'liretous') || !getDolGlobalString('DISPLAY_MARGIN_RATES') ? 0 : 1)), 'total_mark_rate' => array('label' => 'MarkRate', 'checked' => 0, 'position' => 303, 'enabled' => (!isModEnabled('margin') || !$user->hasRight('margins', 'liretous') || !getDolGlobalString('DISPLAY_MARK_RATES') ? 0 : 1)), 'p.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 500), 'p.tms' => array('label' => "DateModificationShort", 'checked' => 0, 'position' => 500), 'p.date_cloture' => array('label' => "DateClosing", 'checked' => 0, 'position' => 500), 'p.note_public' => array('label' => 'NotePublic', 'checked' => 0, 'position' => 510, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PUBLIC_NOTES'))), 'p.note_private' => array('label' => 'NotePrivate', 'checked' => 0, 'position' => 511, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PRIVATE_NOTES'))), 'p.fk_statut' => array('label' => "Status", 'checked' => 1, 'position' => 1000), )
/htdocs/comm/propal/agenda.php:15950$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/comm/propal/list.php:108953$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/comm/propal/class/propal.class.php:14581$tva_tx = ($prodcustprice->lines[0]->default_vat_code ? $prodcustprice->lines[0]->tva_tx . ' (' . $prodcustprice->lines[0]->default_vat_code . ' )' : $prodcustprice->lines[0]->tva_tx)
/htdocs/comm/propal/class/propal.class.php:12581$result = $this->addline($line->desc, $line->subprice, $line->qty, $vatrate, $line->localtax1_tx, $line->localtax2_tx, $line->fk_product, $line->remise_percent, 'HT', 0, $line->info_bits, $line->product_type, $line->rang, $line->special_code, $fk_parent_line, $line->fk_fournprice, $line->pa_ht, $line->label, $line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $origintype, $originid, 0, 0, 1)
/htdocs/comm/propal/card.php:15871$result = $object->updateline(GETPOSTINT('lineid'), $pu, $qty, $remise_percent, $vat_rate, $localtax1_rate, $localtax2_rate, $description, $price_base_type, $info_bits, $special_code, GETPOST('fk_parent_line'), 0, $fournprice, $buyingprice, $label, $type, $date_start, $date_end, $array_options, GETPOST("units"), $pu_ht_devise)
/htdocs/comm/propal/card.php:13821$result = $object->addline($desc, $pu_ht, $qty, $tva_tx, $localtax1_tx, $localtax2_tx, $idprod, $remise_percent, $price_base_type, $pu_ttc, $info_bits, $type, min($rank, count($object->lines) + 1), 0, GETPOST('fk_parent_line'), $fournprice, $buyingprice, $label, $date_start, $date_end, $array_options, $fk_unit, '', 0, $pu_ht_devise)
/htdocs/comm/propal/card.php:22771$formquestion[] = array('type' => 'select', 'name' => 'statut', 'label' => '<span class="fieldrequired">' . $langs->trans("CloseAs") . '</span>', 'values' => array($object::STATUS_SIGNED => $object->LibStatut($object::STATUS_SIGNED), $object::STATUS_NOTSIGNED => $object->LibStatut($object::STATUS_NOTSIGNED)))
/htdocs/comm/propal/card.php:22591$formquestion = array(array('type' => 'other', 'name' => 'socid', 'label' => $langs->trans("SelectThirdParty"), 'value' => $form->select_company(GETPOSTINT('socid'), 'socid', $filter, '', 0, 0, null, 0, 'maxwidth300')), array('type' => 'checkbox', 'name' => 'update_prices', 'label' => $langs->trans('PuttingPricesUpToDate'), 'value' => 0), array('type' => 'checkbox', 'name' => 'update_desc', 'label' => $langs->trans('PuttingDescUpToDate'), 'value' => 0), )
/htdocs/comm/propal/card.php:24992$morehtmlref .= $form->editfieldval("RefCustomer", 'ref_client', $object->ref_client, $object, $usercancreate, 'string' . (isset($conf->global->THIRDPARTY_REF_INPUT_SIZE) ? ':' . getDolGlobalString('THIRDPARTY_REF_INPUT_SIZE') : ''), '', null, null, '', 1)
/htdocs/comm/propal/card.php:23211$formquestion[] = array('type' => 'checkbox', 'tdclass' => 'showonlyifsigned', 'name' => 'generate_deposit', 'morecss' => 'margintoponly marginbottomonly', 'label' => $form->textwithpicto($langs->trans('GenerateDeposit', $object->deposit_percent), $langs->trans('DepositGenerationPermittedByThePaymentTermsSelected')))
/htdocs/comm/propal/document.php:14350$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/comm/propal/card.php:251450$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/comm/propal/card.php:6261$result = $object->addline($desc, $lines[$i]->subprice, $lines[$i]->qty, $tva_tx, $lines[$i]->localtax1_tx, $lines[$i]->localtax2_tx, $lines[$i]->fk_product, $lines[$i]->remise_percent, 'HT', 0, $lines[$i]->info_bits, $product_type, $lines[$i]->rang, $lines[$i]->special_code, $fk_parent_line, $lines[$i]->fk_fournprice, $lines[$i]->pa_ht, $label, $date_start, $date_end, $array_options, $lines[$i]->fk_unit)
/htdocs/comm/propal/card.php:9551$result = $object->updateline($line->id, $line->subprice, $line->qty, $line->remise_percent, $vat_rate, $localtax1_rate, $localtax2_rate, $line->desc, 'HT', $line->info_bits, $line->special_code, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->product_type, $line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $line->multicurrency_subprice)
/htdocs/comm/action/class/actioncomm.class.php:12412$sql .= " VALUES(" . ((int) $this->id) . ", 'user', " . ((int) $val['id']) . ", " . (empty($val['mandatory']) ? '0' : ((int) $val['mandatory'])) . ", " . (empty($val['transparency']) ? '0' : ((int) $val['transparency'])) . ", " . (empty($val['answer_status']) ? '0' : ((int) $val['answer_status'])) . ")"
/htdocs/comm/action/class/actioncomm.class.php:18291$result .= img_object(($notooltip ? '' : $langs->trans("ShowAction") . ': ' . $label), ($overwritepicto ? $overwritepicto : 'action'), (($this->type_color && $overwritepicto) ? 'style="color: #' . $this->type_color . ' !important;" ' : '') . ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/comm/propal/card.php:133610$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/comm/propal/card.php:133710$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/comm/propal/card.php:9621$result = $object->updateline($line->id, $line->subprice, $line->qty, $remise_percent, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, $line->desc, 'HT', $line->info_bits, $line->special_code, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->product_type, $line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $line->multicurrency_subprice)
/htdocs/comm/propal/card.php:9791$result = $object->updateline($line->id, $subprice, $line->qty, $line->remise_percent, $line->tva_tx, $line->localtax1_rate, $line->localtax2_rate, $line->desc, 'HT', $line->info_bits, $line->special_code, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->product_type, $line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $multicurrency_subprice)
/htdocs/comm/action/list.php:752$actioncode = GETPOST("search_actioncode", "alpha", 3) ? GETPOST("search_actioncode", "alpha", 3) : (GETPOST("search_actioncode") == '0' ? '0' : ((!getDolGlobalString('AGENDA_DEFAULT_FILTER_TYPE') || $disabledefaultvalues) ? '' : $conf->global->AGENDA_DEFAULT_FILTER_TYPE))
/htdocs/comm/action/list.php:1601$arrayfields = array('a.id' => array('label' => "Ref", 'checked' => 1), 'owner' => array('label' => "Owner", 'checked' => 1), 'c.libelle' => array('label' => "Type", 'checked' => 1), 'a.label' => array('label' => "Title", 'checked' => 1), 'a.note' => array('label' => 'Description', 'checked' => 0), 'a.datep' => array('label' => "DateStart", 'checked' => 1), 'a.datep2' => array('label' => "DateEnd", 'checked' => 1), 's.nom' => array('label' => "ThirdParty", 'checked' => 1), 'a.fk_contact' => array('label' => "Contact", 'checked' => 0), 'a.fk_element' => array('label' => "LinkedObject", 'checked' => 1, 'enabled' => (getDolGlobalString('AGENDA_SHOW_LINKED_OBJECT'))), 'a.datec' => array('label' => 'DateCreation', 'checked' => 0, 'position' => 510), 'a.tms' => array('label' => 'DateModification', 'checked' => 0, 'position' => 520), 'a.percent' => array('label' => "Status", 'checked' => 1, 'position' => 1000))
/htdocs/comm/action/pertype.php:1222$actioncode = GETPOST("search_actioncode", "alpha", 3) ? GETPOST("search_actioncode", "alpha", 3) : (GETPOST("search_actioncode", "alpha") == '0' ? '0' : ((!getDolGlobalString('AGENDA_DEFAULT_FILTER_TYPE') || $disabledefaultvalues) ? '' : $conf->global->AGENDA_DEFAULT_FILTER_TYPE))
/htdocs/comm/action/pertype.php:2113$parameters = array('socid' => $socid, 'status' => $status, 'year' => $year, 'month' => $month, 'day' => $day, 'type' => $type, 'maxprint' => $maxprint, 'filter' => $filter, 'filtert' => $filtert, 'showbirthday' => $showbirthday, 'canedit' => $canedit, 'optioncss' => $optioncss, 'actioncode' => $actioncode, 'pid' => $pid, 'resourceid' => $resourceid, 'usergroup' => $usergroup, )
/htdocs/comm/action/class/actioncomm.class.php:6362$sql .= " VALUES(" . ((int) $this->id) . ", 'user', " . ((int) $val['id']) . ", " . (empty($val['mandatory']) ? '0' : ((int) $val['mandatory'])) . ", " . (empty($val['transparency']) ? '0' : ((int) $val['transparency'])) . ", " . (empty($val['answer_status']) ? '0' : ((int) $val['answer_status'])) . ")"
/htdocs/comm/action/class/actioncomm.class.php:11861$sql .= ", durationp = " . (isset($this->durationp) && $this->durationp >= 0 && $this->durationp != '' ? "'" . $this->db->escape($this->durationp) . "'" : "null")
/htdocs/comm/action/list.php:5641$sql .= " AND ((a.datep2 >= '" . $db->idate($dateselect) . "' AND a.datep <= '" . $db->idate($dateselect + 3600 * 24 - 1) . "') OR (a.datep2 IS NULL AND a.datep > '" . $db->idate($dateselect - 3600) . "' AND a.datep <= '" . $db->idate($dateselect + 3600 * 24 - 1) . "'))"
/htdocs/comm/action/class/actioncomm.class.php:5691$sql .= ((isset($this->durationp) && $this->durationp >= 0 && $this->durationp != '') ? "'" . $this->db->escape($this->durationp) . "'" : "null") . ", "
/htdocs/comm/action/index.php:5161$viewmode .= '<a class="btnTitle' . ($mode == 'show_day' ? ' btnTitleSelected' : '') . ' reposition" href="' . DOL_URL_ROOT . '/comm/action/index.php?mode=show_day&year=' . (isset($object->datep) ? dol_print_date($object->datep, '%Y') : $year) . '&month=' . (isset($object->datep) ? dol_print_date($object->datep, '%m') : $month) . '&day=' . (isset($object->datep) ? dol_print_date($object->datep, '%d') : $day) . $paramnoactionodate . '">'
/htdocs/comm/action/index.php:5101$viewmode .= '<a class="btnTitle' . ($mode == 'show_week' ? ' btnTitleSelected' : '') . ' reposition" href="' . DOL_URL_ROOT . '/comm/action/index.php?mode=show_week&year=' . (isset($object->datep) ? dol_print_date($object->datep, '%Y') : $year) . '&month=' . (isset($object->datep) ? dol_print_date($object->datep, '%m') : $month) . '&day=' . (isset($object->datep) ? dol_print_date($object->datep, '%d') : $day) . $paramnoactionodate . '">'
/htdocs/comm/action/index.php:5041$viewmode .= '<a class="btnTitle' . ($mode == 'show_month' ? ' btnTitleSelected' : '') . ' reposition" href="' . DOL_URL_ROOT . '/comm/action/index.php?mode=show_month&year=' . (isset($object->datep) ? dol_print_date($object->datep, '%Y') : $year) . '&month=' . (isset($object->datep) ? dol_print_date($object->datep, '%m') : $month) . '&day=' . (isset($object->datep) ? dol_print_date($object->datep, '%d') : $day) . $paramnoactionodate . '">'
/htdocs/comm/action/index.php:3011$listofextcals[] = array('src' => getDolUserString($source), 'name' => dol_string_nohtmltag(getDolUserString($name)), 'offsettz' => (int) (empty($user->conf->$offsettz) ? 0 : $user->conf->$offsettz), 'color' => dol_string_nohtmltag(getDolUserString($color)), 'default' => dol_string_nohtmltag(getDolUserString($default)), 'buggedfile' => dol_string_nohtmltag(isset($user->conf->buggedfile) ? $user->conf->buggedfile : ''))
/htdocs/comm/action/index.php:22071$contact_id = ($event->contact_id > 0 ? $event->contact_id : ((is_object($event->contact) && $event->contact->id > 0) ? $event->contact->id : 0))
/htdocs/comm/action/index.php:22061$thirdparty_id = ($event->socid > 0 ? $event->socid : ((is_object($event->societe) && $event->societe->id > 0) ? $event->societe->id : 0))
/htdocs/comm/action/index.php:6791$s .= '<div class="nowrap inline-block minheight30"><input ' . (GETPOST('check_bookcal_calendar_' . $value['id']) ? "checked" : "") . ' type="checkbox" id="check_bookcal_calendar_' . $value['id'] . '" name="check_bookcal_calendar_' . $value['id'] . '" class="check_bookcal_calendar_' . $value['id'] . '"><label for="check_bookcal_calendar_' . $value['id'] . '"> <span class="check_bookcal_calendar_' . $value['id'] . '_text">' . $langs->trans("AgendaShowBookcalCalendar", $label) . '</span></label> &nbsp; </div>'
/htdocs/comm/action/index.php:5221$viewmode .= '<a class="btnTitle reposition" href="' . DOL_URL_ROOT . '/comm/action/peruser.php?mode=show_peruser&year=' . (isset($object->datep) ? dol_print_date($object->datep, '%Y') : $year) . '&month=' . (isset($object->datep) ? dol_print_date($object->datep, '%m') : $month) . '&day=' . (isset($object->datep) ? dol_print_date($object->datep, '%d') : $day) . $paramnoactionodate . '">'
/htdocs/comm/action/peruser.php:1192$actioncode = GETPOST("search_actioncode", "alpha", 3) ? GETPOST("search_actioncode", "alpha", 3) : (GETPOST("search_actioncode", "alpha") == '0' ? '0' : ((!getDolGlobalString('AGENDA_DEFAULT_FILTER_TYPE') || $disabledefaultvalues) ? '' : $conf->global->AGENDA_DEFAULT_FILTER_TYPE))
/htdocs/comm/action/document.php:20150$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/comm/action/document.php:943$usercancreate = $user->hasRight('agenda', 'allactions', 'create') || (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'create'))
/htdocs/comm/action/info.php:12450$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/comm/action/index.php:2741$listofextcals[] = array('src' => getDolGlobalString($source), 'name' => dol_string_nohtmltag(getDolGlobalString($name)), 'offsettz' => (int) getDolGlobalInt($offsettz, 0), 'color' => dol_string_nohtmltag(getDolGlobalString($color)), 'default' => dol_string_nohtmltag(getDolGlobalString($default)), 'buggedfile' => dol_string_nohtmltag(getDolGlobalString('buggedfile', '')))
/htdocs/comm/action/index.php:2223$parameters = array('socid' => $socid, 'status' => $status, 'year' => $year, 'month' => $month, 'day' => $day, 'type' => $type, 'maxprint' => $maxprint, 'filter' => $filter, 'filtert' => $filtert, 'showbirthday' => $showbirthday, 'canedit' => $canedit, 'optioncss' => $optioncss, 'actioncode' => $actioncode, 'pid' => $pid, 'resourceid' => $resourceid, 'usergroup' => $usergroup, )
/htdocs/comm/action/index.php:1372$actioncode = GETPOST("search_actioncode", "alpha", 3) ? GETPOST("search_actioncode", "alpha", 3) : (GETPOST("search_actioncode") == '0' ? '0' : ((!getDolGlobalString('AGENDA_DEFAULT_FILTER_TYPE') || $disabledefaultvalues) ? '' : $conf->global->AGENDA_DEFAULT_FILTER_TYPE))
/htdocs/comm/action/peruser.php:2083$parameters = array('socid' => $socid, 'status' => $status, 'year' => $year, 'month' => $month, 'day' => $day, 'type' => $type, 'maxprint' => $maxprint, 'filter' => $filter, 'filtert' => $filtert, 'showbirthday' => $showbirthday, 'canedit' => $canedit, 'optioncss' => $optioncss, 'actioncode' => $actioncode, 'pid' => $pid, 'resourceid' => $resourceid, 'usergroup' => $usergroup, )
/htdocs/product/card.php:1691$upload_dirold = $conf->service->multidir_output[$entity] . '/' . substr(substr("000" . $object->id, -2), 1, 1) . '/' . substr(substr("000" . $object->id, -2), 0, 1) . '/' . $object->id . "/photos"
/htdocs/product/card.php:2041$usercanread = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'read')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'lire')))
/htdocs/product/card.php:2055$usercancreate = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'creer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'creer')))
/htdocs/product/card.php:2063$usercandelete = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'supprimer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'supprimer')))
/htdocs/imports/import.php:11831$htmltext .= $langs->trans("SourceExample") . ': <b>' . $langs->trans("ExampleAnyCodeOrIdFoundIntoDictionary", $langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$tmpcode]['dict'])) . ($example ? ' (' . $langs->transnoentitiesnoconv("Example") . ': ' . str_replace('"', '', $example) . ')' : '') . '</b><br>'
/htdocs/imports/import.php:18612$parameters = array('step' => $step, 'datatoimport' => $datatoimport, 'obj' => &$obj, 'arrayrecord' => $arrayrecord, 'array_match_file_to_database' => $array_match_file_to_database, 'objimport' => $objimport, 'fieldssource' => $fieldssource, 'importid' => $importid, 'updatekeys' => $updatekeys, 'arrayoferrors' => &$arrayoferrors, 'arrayofwarnings' => &$arrayofwarnings, 'nbok' => &$nbok, )
/htdocs/imports/import.php:22722$parameters = array('step' => $step, 'datatoimport' => $datatoimport, 'obj' => &$obj, 'arrayrecord' => $arrayrecord, 'array_match_file_to_database' => $array_match_file_to_database, 'objimport' => $objimport, 'fieldssource' => $fieldssource, 'importid' => $importid, 'updatekeys' => $updatekeys, 'arrayoferrors' => &$arrayoferrors, 'arrayofwarnings' => &$arrayofwarnings, 'nbok' => &$nbok, )
/htdocs/product/card.php:1671$upload_dirold = $conf->product->multidir_output[$entity] . '/' . substr(substr("000" . $object->id, -2), 1, 1) . '/' . substr(substr("000" . $object->id, -2), 0, 1) . '/' . $object->id . "/photos"
/htdocs/user/class/usergroup.class.php:7152$lastname = (isset($this->lastname) ? $this->lastname : (isset($this->name) ? $this->name : (isset($this->nom) ? $this->nom : (isset($this->societe) ? $this->societe : (isset($this->company) ? $this->company : '')))))
/htdocs/user/class/usergroup.class.php:85514$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/imports/import.php:10881$optionsall[$code] = array('labelkey' => $line['label'], 'labelkeyarray' => $tmparray, 'label' => $labeltoshow, 'required' => (empty($line["required"]) ? 0 : 1), 'position' => !empty($line['position']) ? $line['position'] : 0)
/htdocs/imports/import.php:11811$htmltext .= $langs->trans("SourceExample") . ': <b>' . $langs->transnoentitiesnoconv("ExampleAnyRefFoundIntoElement", $entitylang) . ($example ? ' (' . $langs->transnoentitiesnoconv("Example") . ': ' . str_replace('"', '', $example) . ')' : '') . '</b><br>'
/htdocs/user/class/user.class.php:20612$sqltochecklogin = "SELECT COUNT(*) as nb FROM " . $this->db->prefix( ) . "user WHERE entity IN (" . $this->db->sanitize((int) $this->entity) . ", 0) AND email = '" . $this->db->escape($this->email) . "'"
/htdocs/user/class/user.class.php:29401$data['browser'] = '<br><b>' . $langs->trans("Browser") . ':</b> ' . dol_string_nohtmltag($conf->browser->name . ($conf->browser->version ? ' ' . $conf->browser->version : '') . ' (' . $_SERVER['HTTP_USER_AGENT'] . ')')
/htdocs/user/class/user.class.php:30582$picto = '<!-- picto photo user --><span class="nopadding userimg' . ($morecss ? ' ' . $morecss : '') . '"' . ($paddafterimage ? ' ' . $paddafterimage : '') . '>' . Form::showphoto('userphoto', $this, 0, 0, 0, 'userphoto' . ($withpictoimg == -3 ? 'small' : ''), 'mini', 0, 1) . '</span>'
/htdocs/user/class/user.class.php:31372$picto = '<!-- picto photo user --><span class="nopadding userimg' . ($morecss ? ' ' . $morecss : '') . '"' . ($paddafterimage ? ' ' . $paddafterimage : '') . '>' . Form::showphoto('userphoto', $this, 0, 0, 0, 'userphoto' . ($withpictoimg == -3 ? 'small' : ''), 'mini', 0, 1) . '</span>'
/htdocs/user/class/user.class.php:16612$sqltochecklogin = "SELECT COUNT(*) as nb FROM " . $this->db->prefix( ) . "user WHERE entity IN (" . $this->db->sanitize((int) $this->entity) . ", 0) AND email = '" . $this->db->escape($this->email) . "'"
/htdocs/user/class/user.class.php:16462$sqltochecklogin = "SELECT COUNT(*) as nb FROM " . $this->db->prefix( ) . "user WHERE entity IN (" . $this->db->sanitize((int) $this->entity) . ", 0) AND login = '" . $this->db->escape($this->login) . "'"
/htdocs/user/class/user.class.php:20472$sqltochecklogin = "SELECT COUNT(*) as nb FROM " . $this->db->prefix( ) . "user WHERE entity IN (" . $this->db->sanitize((int) $this->entity) . ", 0) AND login = '" . $this->db->escape($this->login) . "'"
/htdocs/user/class/user.class.php:16781$sql .= " VALUES('" . $this->db->idate($this->datec) . "', '" . $this->db->escape($this->login) . "', '" . $this->db->escape($this->ldap_sid) . "', " . ((int) $this->entity) . ")"
/htdocs/user/group/list.php:28653$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/user/group/list.php:28552$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/user/class/user.class.php:7351$result = $defaultValues->fetchAll('', '', 0, 0, '(t.user_id:in:0,' . $this->id . ') AND (entity:in:' . (isset($this->entity) ? $this->entity : $conf->entity) . ',' . $conf->entity . ')')
/htdocs/user/group/perms.php:4273$permlabel = (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && ($langs->trans("PermissionAdvanced" . $obj->id) != "PermissionAdvanced" . $obj->id) ? $langs->trans("PermissionAdvanced" . $obj->id) : (($langs->trans("Permission" . $obj->id) != "Permission" . $obj->id) ? $langs->trans("Permission" . $obj->id) : $langs->trans($obj->label)))
/htdocs/user/agenda.php:1672$out .= '&amp;originid=' . $objUser->id . ($objUser->id > 0 ? '&amp;userid=' . $objUser->id : '') . '&amp;backtopage=' . urlencode($_SERVER['PHP_SELF'] . ($objUser->id > 0 ? '?userid=' . $objUser->id : ''))
/htdocs/user/hierarchy.php:1762$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars paddingleft imgforviewmode', DOL_URL_ROOT . '/user/list.php?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/user/perms.php:7012$htmltext .= '<br>' . $langs->trans("Permission") . ': user->hasRight(\'' . dol_escape_htmltag($obj->module) . '\', \'' . dol_escape_htmltag($obj->perms) . '\'' . ($obj->subperms ? ', \'' . dol_escape_htmltag($obj->subperms) . '\'' : '') . ')'
/htdocs/user/perms.php:6673$permlabel = (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && ($langs->trans("PermissionAdvanced" . $obj->id) != "PermissionAdvanced" . $obj->id) ? $langs->trans("PermissionAdvanced" . $obj->id) : (($langs->trans("Permission" . $obj->id) != "Permission" . $obj->id) ? $langs->trans("Permission" . $obj->id) : $langs->trans($obj->label)))
/htdocs/user/list.php:1241$arrayfields = array('u.rowid' => array('label' => "TechnicalID", 'checked' => -1, 'position' => 5), 'u.login' => array('label' => "Login", 'checked' => 1, 'position' => 10), 'u.lastname' => array('label' => "Lastname", 'checked' => 1, 'position' => 15), 'u.firstname' => array('label' => "Firstname", 'checked' => 1, 'position' => 20), 'u.entity' => array('label' => "Entity", 'checked' => 1, 'position' => 50, 'enabled' => (isModEnabled('multicompany') && !getDolGlobalString('MULTICOMPANY_TRANSVERSE_MODE'))), 'u.gender' => array('label' => "Gender", 'checked' => 0, 'position' => 22), 'u.employee' => array('label' => "Employee", 'checked' => ($contextpage == 'employeelist' ? 1 : 0), 'position' => 25), 'u.fk_user' => array('label' => "HierarchicalResponsible", 'checked' => 1, 'position' => 27, 'csslist' => 'maxwidth150'), 'u.accountancy_code' => array('label' => "AccountancyCode", 'checked' => 0, 'position' => 30), 'u.office_phone' => array('label' => "PhonePro", 'checked' => 1, 'position' => 31), 'u.user_mobile' => array('label' => "PhoneMobile", 'checked' => 1, 'position' => 32), 'u.email' => array('label' => "EMail", 'checked' => 1, 'position' => 35), 'u.api_key' => array('label' => "ApiKey", 'checked' => 0, 'position' => 40, "enabled" => (isModEnabled('api') && $user->admin)), 'u.fk_soc' => array('label' => "Company", 'checked' => ($contextpage == 'employeelist' ? 0 : 1), 'position' => 45), 'u.ref_employee' => array('label' => "RefEmployee", 'checked' => -1, 'position' => 60, 'enabled' => (isModEnabled('hrm') && $permissiontoreadhr)), 'u.national_registration_number' => array('label' => "NationalRegistrationNumber", 'checked' => -1, 'position' => 61, 'enabled' => (isModEnabled('hrm') && $permissiontoreadhr)), 'u.job' => array('label' => "PostOrFunction", 'checked' => -1, 'position' => 50), 'u.salary' => array('label' => "Salary", 'checked' => -1, 'position' => 80, 'enabled' => (isModEnabled('salaries') && $user->hasRight("salaries", "readall")), 'isameasure' => 1), 'u.datelastlogin' => array('label' => "LastConnexion", 'checked' => 1, 'position' => 100), 'u.datepreviouslogin' => array('label' => "PreviousConnexion", 'checked' => 0, 'position' => 110), 'u.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 500), 'u.tms' => array('label' => "DateModificationShort", 'checked' => 0, 'position' => 500), 'u.statut' => array('label' => "Status", 'checked' => 1, 'position' => 1000), )
/htdocs/user/param_ihm.php:5003$tmplist = array('' => '&nbsp;', 'show_list' => $langs->trans("ViewList"), 'show_month' => $langs->trans("ViewCal"), 'show_week' => $langs->trans("ViewWeek"), 'show_day' => $langs->trans("ViewDay"), 'show_peruser' => $langs->trans("ViewPerUser"))
/htdocs/user/list.php:66053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/user/list.php:6582$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars paddingleft imgforviewmode', DOL_URL_ROOT . '/user/list.php?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/user/param_ihm.php:483$caneditfield = ((($user->id == $id) && $user->hasRight("user", "self", "write")) || (($user->id != $id) && $user->hasRight("user", "user", "write")))
/htdocs/user/param_ihm.php:3753$tmplist = array('' => '&nbsp;', 'show_list' => $langs->trans("ViewList"), 'show_month' => $langs->trans("ViewCal"), 'show_week' => $langs->trans("ViewWeek"), 'show_day' => $langs->trans("ViewDay"), 'show_peruser' => $langs->trans("ViewPerUser"))
/htdocs/user/document.php:641$caneditpassword = ((($user->id == $id) && $user->hasRight("user", "self", "password")) || (($user->id != $id) && $user->hasRight("user", "user", "password")))
/htdocs/user/messaging.php:1832$out .= '&amp;originid=' . $objUser->id . ($objUser->id > 0 ? '&amp;userid=' . $objUser->id : '') . '&amp;backtopage=' . urlencode($_SERVER['PHP_SELF'] . ($objUser->id > 0 ? '?userid=' . $objUser->id : ''))
/htdocs/user/card.php:24831$valuetoshow .= img_picto((getDolGlobalString('USER_PASSWORD_GENERATED') === 'none' ? $langs->trans('NoPasswordGenerationRuleConfigured') : $langs->trans('Generate')), 'refresh', 'id="generate_password" class="paddingleft' . (getDolGlobalString('USER_PASSWORD_GENERATED') === 'none' ? ' opacitymedium' : ' linkobject') . '"')
/htdocs/user/document.php:623$caneditfield = ((($user->id == $id) && $user->hasRight("user", "self", "write")) || (($user->id != $id) && $user->hasRight("user", "user", "write")))
/htdocs/user/card.php:7011$required_fields = array(getDolGlobalString('LDAP_KEY_USERS'), getDolGlobalString('LDAP_FIELD_NAME'), getDolGlobalString('LDAP_FIELD_FIRSTNAME'), getDolGlobalString('LDAP_FIELD_LOGIN'), getDolGlobalString('LDAP_FIELD_LOGIN_SAMBA'), getDolGlobalString('LDAP_FIELD_PASSWORD'), getDolGlobalString('LDAP_FIELD_PASSWORD_CRYPTED'), getDolGlobalString('LDAP_FIELD_PHONE'), getDolGlobalString('LDAP_FIELD_FAX'), getDolGlobalString('LDAP_FIELD_MOBILE'), getDolGlobalString('LDAP_FIELD_MAIL'), getDolGlobalString('LDAP_FIELD_TITLE'), getDolGlobalString('LDAP_FIELD_DESCRIPTION'), getDolGlobalString('LDAP_FIELD_SID'))
/htdocs/user/card.php:8151$required_fields = array($conf->global->LDAP_KEY_USERS, $conf->global->LDAP_FIELD_FULLNAME, $conf->global->LDAP_FIELD_NAME, $conf->global->LDAP_FIELD_FIRSTNAME, $conf->global->LDAP_FIELD_LOGIN, $conf->global->LDAP_FIELD_LOGIN_SAMBA, $conf->global->LDAP_FIELD_PASSWORD, $conf->global->LDAP_FIELD_PASSWORD_CRYPTED, $conf->global->LDAP_FIELD_PHONE, $conf->global->LDAP_FIELD_FAX, $conf->global->LDAP_FIELD_MOBILE, $conf->global->LDAP_FIELD_SKYPE, $conf->global->LDAP_FIELD_MAIL, $conf->global->LDAP_FIELD_TITLE, $conf->global->LDAP_FIELD_DESCRIPTION, $conf->global->LDAP_FIELD_SID)
/htdocs/user/card.php:1381$caneditpasswordandsee = ((($user->id == $id) && $user->hasRight("user", "self", "password")) || (($user->id != $id) && $user->hasRight("user", "user", "password") && $user->admin))
/htdocs/user/card.php:1391$caneditpasswordandsend = ((($user->id == $id) && $user->hasRight("user", "self", "password")) || (($user->id != $id) && $user->hasRight("user", "user", "password")))
/htdocs/user/card.php:1361$canedituser = (($user->id == $id) && $user->hasRight("user", "self", "write")) || (($user->id != $id) && $user->hasRight("user", "user", "write"))
/htdocs/user/card.php:1373$caneditfield = ((($user->id == $id) && $user->hasRight("user", "self", "write")) || (($user->id != $id) && $user->hasRight("user", "user", "write")))
/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php:1882$countryArray[$i]['label'] = ($obj->code_iso && $langs->transnoentitiesnoconv("Country" . $obj->code_iso) != "Country" . $obj->code_iso ? $langs->transnoentitiesnoconv("Country" . $obj->code_iso) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php:3761$label = ($langs->trans("Civility" . $obj->code) != "Civility" . $obj->code ? $langs->trans("Civility" . $obj->code) : ($obj->civilite != '-' ? $obj->civilite : ''))
/htdocs/comm/mailing/class/mailing.class.php:5141$target_array[] = array('fk_contact' => $obj->fk_contact, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'email' => $obj->email, 'other' => $obj->other, 'source_url' => $obj->source_url, 'source_id' => $obj->source_id, 'source_type' => $obj->source_type)
/htdocs/admin/emailcollector_card.php:7281$arrayoftypes = array('loadthirdparty' => $langs->trans('LoadThirdPartyFromName', $langs->transnoentities("ThirdPartyName") . '/' . $langs->transnoentities("AliasNameShort") . '/' . $langs->transnoentities("Email") . '/' . $langs->transnoentities("ID")), 'loadandcreatethirdparty' => $langs->trans('LoadThirdPartyFromNameOrCreate', $langs->transnoentities("ThirdPartyName") . '/' . $langs->transnoentities("AliasNameShort") . '/' . $langs->transnoentities("Email") . '/' . $langs->transnoentities("ID")), 'recordjoinpiece' => 'AttachJoinedDocumentsToObject', 'recordevent' => 'RecordEvent')
/htdocs/admin/oauth.php:2151$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?provider=' . GETPOST('provider') . '&label=' . GETPOST('label'), $langs->trans('OAuthServiceConfirmDeleteTitle'), $langs->trans('OAuthServiceConfirmDeleteMessage'), 'confirm_delete', $formquestion, 0, 1, 220)
/htdocs/admin/emailcollector_card.php:4991$client = $cm->make(['host' => $object->host, 'port' => $object->port, 'encryption' => 'ssl', 'validate_cert' => true, 'protocol' => 'imap', 'username' => $object->login, 'password' => $object->password, 'authentication' => "login", ])
/htdocs/admin/emailcollector_card.php:6311$arrayoftypes = array('from' => array('label' => 'MailFrom', 'data-placeholder' => $langs->trans('SearchString')), 'to' => array('label' => 'MailTo', 'data-placeholder' => $langs->trans('SearchString')), 'cc' => array('label' => 'Cc', 'data-placeholder' => $langs->trans('SearchString')), 'bcc' => array('label' => 'Bcc', 'data-placeholder' => $langs->trans('SearchString')), 'replyto' => array('label' => 'ReplyTo', 'data-placeholder' => $langs->trans('SearchString')), 'subject' => array('label' => 'Subject', 'data-placeholder' => $langs->trans('SearchString')), 'body' => array('label' => 'Body', 'data-placeholder' => $langs->trans('SearchString')), 'X2' => '---', 'seen' => array('label' => 'AlreadyRead', 'data-noparam' => 1), 'unseen' => array('label' => 'NotRead', 'data-noparam' => 1), 'unanswered' => array('label' => 'Unanswered', 'data-noparam' => 1), 'answered' => array('label' => 'Answered', 'data-noparam' => 1), 'smaller' => array('label' => $langs->trans("Size") . ' (' . $langs->trans("SmallerThan") . ")", 'data-placeholder' => $langs->trans('NumberOfBytes')), 'larger' => array('label' => $langs->trans("Size") . ' (' . $langs->trans("LargerThan") . ")", 'data-placeholder' => $langs->trans('NumberOfBytes')), 'X3' => '---', 'withtrackingid' => array('label' => 'WithDolTrackingID', 'data-noparam' => 1), 'withouttrackingid' => array('label' => 'WithoutDolTrackingID', 'data-noparam' => 1), 'withtrackingidinmsgid' => array('label' => 'WithDolTrackingIDInMsgId', 'data-noparam' => 1), 'withouttrackingidinmsgid' => array('label' => 'WithoutDolTrackingIDInMsgId', 'data-noparam' => 1), 'X4' => '---', 'isnotanswer' => array('label' => 'IsNotAnAnswer', 'data-noparam' => 1), 'isanswer' => array('label' => 'IsAnAnswer', 'data-noparam' => 1))
/htdocs/admin/mails.php:501$substitutionarrayfortest = array('__USER_LOGIN__' => $user->login, '__USER_EMAIL__' => $user->email, '__USER_FIRSTNAME__' => $user->firstname, '__USER_LASTNAME__' => $user->lastname, '__USER_SIGNATURE__' => (($user->signature && !getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? $usersignature : ''), '__SENDEREMAIL_SIGNATURE__' => (($user->signature && !getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? $usersignature : ''), '__LASTNAME__' => $langs->trans("Lastname") . ' (' . $langs->trans("Recipient") . ')', '__FIRSTNAME__' => $langs->trans("Firstname") . ' (' . $langs->trans("Recipient") . ')', '__DOL_MAIN_URL_ROOT__' => DOL_MAIN_URL_ROOT, '__CHECK_READ__' => '<img src="' . DOL_MAIN_URL_ROOT . '/public/emailing/mailing-read.php?tag=undefinedtag&securitykey=' . dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY') . "-undefinedtag", 'md5') . '" width="1" height="1" style="width:1px;height:1px" border="0" />', )
/htdocs/admin/mails_templates.php:1651$tabhelp[25] = array('label' => $langs->trans('EnterAnyCode'), 'type_template' => $langs->trans("TemplateForElement"), 'private' => $langs->trans("TemplateIsVisibleByOwnerOnly"), 'position' => $langs->trans("PositionIntoComboList"), 'topic' => '<span class="small">' . $helpsubstit . '</span>', 'email_from' => $langs->trans('ForceEmailFrom'), 'joinfiles' => $langs->trans('AttachMainDocByDefault'), 'defaultfortype' => $langs->trans("DefaultForTypeDesc"), 'content' => '<span class="small">' . $helpsubstit . '</span>', 'content_lines' => '<span class="small">' . $helpsubstitforlines . '</span>')
/htdocs/admin/fckeditor.php:641$conditions = array('NOTE_PUBLIC' => 1, 'NOTE_PRIVATE' => 1, 'SOCIETE' => 1, 'PRODUCTDESC' => (isModEnabled("product") || isModEnabled("service")), 'DETAILS' => (isModEnabled('invoice') || isModEnabled("propal") || isModEnabled('order') || isModEnabled('supplier_proposal') || isModEnabled("supplier_order") || isModEnabled("supplier_invoice")), 'USERSIGN' => 1, 'MAILING' => isModEnabled('mailing'), 'MAIL' => (isModEnabled('invoice') || isModEnabled("propal") || isModEnabled('order')), 'TICKET' => isModEnabled('ticket'), 'SPECIALCHAR' => 1, )
/htdocs/admin/mails_ticket.php:431$substitutionarrayfortest = array('__ID__' => 'TESTIdRecord', '__USER_LOGIN__' => $user->login, '__USER_EMAIL__' => $user->email, '__USER_SIGNATURE__' => (($user->signature && !getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? $usersignature : ''), '__SENDEREMAIL_SIGNATURE__' => (($user->signature && !getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? $usersignature : ''), '__LASTNAME__' => 'RecipientLastname', '__FIRSTNAME__' => 'RecipientFirstname', '__ADDRESS__' => 'RecipientAddress', '__ZIP__' => 'RecipientZip', '__TOWN_' => 'RecipientTown', '__COUNTRY__' => 'RecipientCountry', '__DOL_MAIN_URL_ROOT__' => DOL_MAIN_URL_ROOT, )
/htdocs/admin/company.php:8441$opcions = array($langs->trans("CalcLocaltax1") . ' ' . $langs->trans("CalcLocaltax1Desc"), $langs->trans("CalcLocaltax2") . ' - ' . $langs->trans("CalcLocaltax2Desc"), $langs->trans("CalcLocaltax3") . ' - ' . $langs->trans("CalcLocaltax3Desc"))
/htdocs/admin/invoice.php:6311$listtype = array(Facture::TYPE_STANDARD => $langs->trans("InvoiceStandard"), Facture::TYPE_REPLACEMENT => $langs->trans("InvoiceReplacement"), Facture::TYPE_CREDIT_NOTE => $langs->trans("InvoiceAvoir"), Facture::TYPE_DEPOSIT => $langs->trans("InvoiceDeposit"), )
/htdocs/admin/mails_templates.php:11421$doleditor = new DolEditor($tmpfieldlist . '-' . $rowid, (!empty($obj->{$tmpfieldlist}) ? $obj->{$tmpfieldlist} : ''), '', 500, 'dolibarr_mailings', 'In', 0, $acceptlocallinktomedia, $okforextended, ROWS_6, '90%', ($action != 'edit' ? 1 : 0))
/htdocs/admin/mails_templates.php:11973$url = $_SERVER["PHP_SELF"] . '?' . ($page ? 'page=' . $page . '&' : '') . 'sortfield=' . $sortfield . '&sortorder=' . $sortorder . '&rowid=' . (!empty($obj->rowid) ? $obj->rowid : (!empty($obj->code) ? $obj->code : '')) . '&code=' . (!empty($obj->code) ? urlencode($obj->code) : '')
/htdocs/admin/modules.php:8801$codeenabledisable .= '<a class="reposition valignmiddle" href="' . $_SERVER["PHP_SELF"] . '?id=' . $objMod->numero . '&amp;token=' . newToken( ) . '&amp;module_position=' . $module_position . '&amp;action=reset_confirm&amp;confirm_message_code=' . urlencode($objMod->warnings_unactivation[$mysoc->country_code]) . '&amp;value=' . $modName . '&amp;mode=' . $mode . $param . '">'
/htdocs/admin/modules.php:9302$codetoconfig .= '<a href="' . $urltouse . (preg_match('/\?/', $urltouse) ? '&' : '?') . 'save_lastsearch_values=1&backtopage=' . urlencode($backtourl) . '" title="' . $langs->trans("Setup") . '">' . img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"', false, 0, 0, '', 'fa-15') . '</a>'
/htdocs/admin/modules.php:811$familyinfo = array('hr' => array('position' => '001', 'label' => $langs->trans("ModuleFamilyHr")), 'crm' => array('position' => '006', 'label' => $langs->trans("ModuleFamilyCrm")), 'srm' => array('position' => '007', 'label' => $langs->trans("ModuleFamilySrm")), 'financial' => array('position' => '009', 'label' => $langs->trans("ModuleFamilyFinancial")), 'products' => array('position' => '012', 'label' => $langs->trans("ModuleFamilyProducts")), 'projects' => array('position' => '015', 'label' => $langs->trans("ModuleFamilyProjects")), 'ecm' => array('position' => '018', 'label' => $langs->trans("ModuleFamilyECM")), 'technic' => array('position' => '021', 'label' => $langs->trans("ModuleFamilyTechnic")), 'portal' => array('position' => '040', 'label' => $langs->trans("ModuleFamilyPortal")), 'interface' => array('position' => '050', 'label' => $langs->trans("ModuleFamilyInterface")), 'base' => array('position' => '060', 'label' => $langs->trans("ModuleFamilyBase")), 'other' => array('position' => '100', 'label' => $langs->trans("ModuleFamilyOther")), )
/htdocs/admin/modules.php:6091$moreforfilter .= dolGetButtonTitle($langs->trans('CheckForModuleUpdate'), $langs->trans('CheckForModuleUpdate') . '<br>' . $langs->trans('CheckForModuleUpdateHelp'), 'fa fa-sync', $_SERVER["PHP_SELF"] . '?action=checklastversion&token=' . newToken( ) . '&mode=' . $mode . $param, '', 1, array('morecss' => 'reposition'))
/htdocs/admin/ldap_users.php:4721$required_fields = array(getDolGlobalString('LDAP_KEY_USERS'), getDolGlobalString('LDAP_FIELD_FULLNAME'), getDolGlobalString('LDAP_FIELD_NAME'), getDolGlobalString('LDAP_FIELD_FIRSTNAME'), getDolGlobalString('LDAP_FIELD_LOGIN'), getDolGlobalString('LDAP_FIELD_LOGIN_SAMBA'), getDolGlobalString('LDAP_FIELD_PASSWORD'), getDolGlobalString('LDAP_FIELD_PASSWORD_CRYPTED'), getDolGlobalString('LDAP_FIELD_PHONE'), getDolGlobalString('LDAP_FIELD_FAX'), getDolGlobalString('LDAP_FIELD_SKYPE'), getDolGlobalString('LDAP_FIELD_MOBILE'), getDolGlobalString('LDAP_FIELD_MAIL'), getDolGlobalString('LDAP_FIELD_TITLE'), getDolGlobalString('LDAP_FIELD_DESCRIPTION'), getDolGlobalString('LDAP_FIELD_SID'))
/htdocs/admin/modules.php:9401$codetoconfig .= '<a class="valignmiddle" href="' . ((string) $objMod->config_page_url) . '?save_lastsearch_values=1&backtopage=' . urlencode($backtourl) . '" title="' . $langs->trans("Setup") . '">' . img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"', false, 0, 0, '', 'fa-15') . '</a>'
/htdocs/admin/modules.php:9381$codetoconfig .= '<a class="valignmiddle" href="' . dol_buildpath('/' . $regs[2] . '/admin/' . $regs[1], 1) . '?save_lastsearch_values=1&backtopage=' . urlencode($backtourl) . '" title="' . $langs->trans("Setup") . '">' . img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"', false, 0, 0, '', 'fa-15') . '</a>'
/htdocs/admin/modules.php:9332$codetoconfig .= '<a href="' . $urltouse . (preg_match('/\?/', $urltouse) ? '&' : '?') . 'save_lastsearch_values=1&backtopage=' . urlencode($backtourl) . '" title="' . $langs->trans("Setup") . '">' . img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"', false, 0, 0, '', 'fa-15') . '</a>'
/htdocs/admin/dict.php:7051$parameters = array('id' => $id, 'rowid' => $rowid, 'code' => $code, 'confirm' => $confirm, 'entity' => $entity, 'taborder' => $taborder, 'tabname' => $tabname, 'tablib' => $tablib, 'tabsql' => $tabsql, 'tabsqlsort' => $tabsqlsort, 'tabfield' => $tabfield, 'tabfieldvalue' => $tabfieldvalue, 'tabfieldinsert' => $tabfieldinsert, 'tabrowid' => $tabrowid, 'tabcond' => $tabcond, 'tabhelp' => $tabhelp, 'tabcomplete' => $tabcomplete)
/htdocs/admin/dict.php:6881$localtax_typeList = array("0" => $langs->trans("No"), "1" => $langs->trans("Yes") . ' (' . $langs->trans("Type") . " 1)", "2" => $langs->trans("Yes") . ' (' . $langs->trans("Type") . " 2)", "3" => $langs->trans("Yes") . ' (' . $langs->trans("Type") . " 3)", "4" => $langs->trans("Yes") . ' (' . $langs->trans("Type") . " 4)", "5" => $langs->trans("Yes") . ' (' . $langs->trans("Type") . " 5)", "6" => $langs->trans("Yes") . ' (' . $langs->trans("Type") . " 6)")
/htdocs/admin/dict.php:6451$elementList = array('' => '', 'agenda' => img_picto('', 'action', 'class="pictofixedwidth"') . $langs->trans('Agenda'), 'dolresource' => img_picto('', 'resource', 'class="pictofixedwidth"') . $langs->trans('Resource'), 'societe' => img_picto('', 'company', 'class="pictofixedwidth"') . $langs->trans('ThirdParty'), 'project' => img_picto('', 'project', 'class="pictofixedwidth"') . $langs->trans('Project'), 'project_task' => img_picto('', 'projecttask', 'class="pictofixedwidth"') . $langs->trans('Task'), 'propal' => img_picto('', 'propal', 'class="pictofixedwidth"') . $langs->trans('Proposal'), 'commande' => img_picto('', 'order', 'class="pictofixedwidth"') . $langs->trans('Order'), 'facture' => img_picto('', 'bill', 'class="pictofixedwidth"') . $langs->trans('Bill'), 'fichinter' => img_picto('', 'intervention', 'class="pictofixedwidth"') . $langs->trans('InterventionCard'), 'contrat' => img_picto('', 'contract', 'class="pictofixedwidth"') . $langs->trans('Contract'), 'ticket' => img_picto('', 'ticket', 'class="pictofixedwidth"') . $langs->trans('Ticket'), 'supplier_proposal' => img_picto('', 'supplier_proposal', 'class="pictofixedwidth"') . $langs->trans('SupplierProposal'), 'order_supplier' => img_picto('', 'supplier_order', 'class="pictofixedwidth"') . $langs->trans('SupplierOrder'), 'invoice_supplier' => img_picto('', 'supplier_invoice', 'class="pictofixedwidth"') . $langs->trans('SupplierBill'), )
/htdocs/admin/dict.php:5431$tabcomplete = array('c_forme_juridique' => array('picto' => 'company', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_departements' => array('picto' => 'state', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_regions' => array('picto' => 'region', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_country' => array('picto' => 'country', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_civility' => array('picto' => 'contact', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_actioncomm' => array('picto' => 'action', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'color' => $langs->trans("ColorFormat"), 'position' => $langs->trans("PositionIntoComboList"))), 'c_chargesociales' => array('picto' => 'bill', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_typent' => array('picto' => 'company', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'position' => $langs->trans("PositionIntoComboList"))), 'c_currencies' => array('picto' => 'multicurrency', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'unicode' => $langs->trans("UnicodeCurrency"))), 'c_tva' => array('picto' => 'bill', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'taux' => $langs->trans("SellTaxRate"), 'recuperableonly' => $langs->trans("RecuperableOnly"), 'localtax1_type' => $langs->trans("LocalTaxDesc"), 'localtax2_type' => $langs->trans("LocalTaxDesc"))), 'c_type_contact' => array('picto' => 'contact', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'position' => $langs->trans("PositionIntoComboList"))), 'c_payment_term' => array('picto' => 'bill', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'type_cdr' => $langs->trans("TypeCdr", $langs->transnoentitiesnoconv("NbOfDays"), $langs->transnoentitiesnoconv("Offset"), $langs->transnoentitiesnoconv("NbOfDays"), $langs->transnoentitiesnoconv("Offset")))), 'c_paiement' => array('picto' => 'bill', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_ecotaxe' => array('picto' => 'bill', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_paper_format' => array('picto' => 'generic', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_prospectlevel' => array('picto' => 'company', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_type_fees' => array('picto' => 'trip', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_shipment_mode' => array('picto' => 'shipment', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'tracking' => $langs->trans("UrlTrackingDesc"))), 'c_effectif' => array('picto' => 'company', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_input_method' => array('picto' => 'order', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_input_reason' => array('picto' => 'order', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'position' => $langs->trans("PositionIntoComboList"))), 'c_availability' => array('picto' => 'shipment', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_revenuestamp' => array('picto' => 'bill', 'help' => array('revenuestamp_type' => $langs->trans('FixedOrPercent'))), 'c_type_resource' => array('picto' => 'resource', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_type_container' => array('picto' => 'website', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_stcomm' => array('picto' => 'company', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'picto' => $langs->trans("PictoHelp"))), 'c_holiday_types' => array('picto' => 'holiday', 'help' => array('affect' => $langs->trans("FollowedByACounter"), 'delay' => $langs->trans("MinimumNoticePeriod"), 'newbymonth' => $langs->trans("NbAddedAutomatically"))), 'c_lead_status' => array('picto' => 'project', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'percent' => $langs->trans("OpportunityPercent"), 'position' => $langs->trans("PositionIntoComboList"))), 'c_format_cards' => array('picto' => 'generic', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'name' => $langs->trans("LabelName"), 'paper_size' => $langs->trans("LabelPaperSize"))), 'c_hrm_public_holiday' => array('picto' => 'holiday', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'dayrule' => "Keep empty for a date defined with month and day (most common case).<br>Use a keyword like 'easter', 'eastermonday', ... for a date predefined by complex rules.", 'country' => $langs->trans("CountryIfSpecificToOneCountry"), 'year' => $langs->trans("ZeroMeansEveryYear"))), 'c_hrm_department' => array('picto' => 'hrm', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_hrm_function' => array('picto' => 'hrm', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_exp_tax_cat' => array('picto' => 'expensereport', 'help' => array( )), 'c_exp_tax_range' => array('picto' => 'expensereport', 'help' => array('range_ik' => $langs->trans('PrevRangeToThisRange'))), 'c_units' => array('picto' => 'product', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'unit_type' => $langs->trans('Measuringtype_durationDesc'), 'scale' => $langs->trans('MeasuringScaleDesc'))), 'c_socialnetworks' => array('picto' => 'share-alt', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'url' => $langs->trans('UrlSocialNetworksDesc'), 'icon' => $langs->trans('FafaIconSocialNetworksDesc'))), 'c_prospectcontactlevel' => array('picto' => 'company', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_stcommcontact' => array('picto' => 'company', 'help' => array('code' => $langs->trans("EnterAnyCode"), 'picto' => $langs->trans("PictoHelp"))), 'c_transport_mode' => array('picto' => 'incoterm', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_product_nature' => array('picto' => 'product', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_productbatch_qcstatus' => array('picto' => 'lot', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_asset_disposal_type' => array('picto' => 'asset', 'help' => array('code' => $langs->trans("EnterAnyCode"))), 'c_invoice_subtype' => array('picto' => 'bill', 'help' => array('code' => $langs->trans("EnterAnyCode"))), )
/htdocs/admin/workflow.php:621$workflowcodes = array('WORKFLOW_PROPAL_AUTOCREATE_ORDER' => array('family' => 'create', 'position' => 10, 'enabled' => (isModEnabled("propal") && isModEnabled('order')), 'picto' => 'order'), 'WORKFLOW_ORDER_AUTOCREATE_INVOICE' => array('family' => 'create', 'position' => 20, 'enabled' => (isModEnabled('order') && isModEnabled('invoice')), 'picto' => 'bill'), 'WORKFLOW_TICKET_CREATE_INTERVENTION' => array('family' => 'create', 'position' => 25, 'enabled' => (isModEnabled('ticket') && isModEnabled('intervention')), 'picto' => 'ticket'), 'separator1' => array('family' => 'separator', 'position' => 25, 'title' => '', 'enabled' => ((isModEnabled("propal") && isModEnabled('order')) || (isModEnabled('order') && isModEnabled('invoice')) || (isModEnabled('ticket') && isModEnabled('intervention')))), 'WORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL' => array('family' => 'classify_proposal', 'position' => 30, 'enabled' => (isModEnabled("propal") && isModEnabled('order')), 'picto' => 'propal', 'warning' => ''), 'WORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL' => array('family' => 'classify_proposal', 'position' => 31, 'enabled' => (isModEnabled("propal") && isModEnabled('invoice')), 'picto' => 'propal', 'warning' => ''), 'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING' => array('family' => 'classify_order', 'position' => 40, 'enabled' => (isModEnabled("shipping") && isModEnabled('order')), 'picto' => 'order'), 'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING_CLOSED' => array('family' => 'classify_order', 'position' => 41, 'enabled' => (isModEnabled("shipping") && isModEnabled('order')), 'picto' => 'order'), 'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER' => array('family' => 'classify_order', 'position' => 42, 'enabled' => (isModEnabled('invoice') && isModEnabled('order')), 'picto' => 'order', 'warning' => ''), 'WORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL' => array('family' => 'classify_supplier_proposal', 'position' => 60, 'enabled' => (isModEnabled('supplier_proposal') && (isModEnabled("supplier_order") || isModEnabled("supplier_invoice"))), 'picto' => 'supplier_proposal', 'warning' => ''), 'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION' => array('family' => 'classify_supplier_order', 'position' => 63, 'enabled' => (getDolGlobalString('MAIN_FEATURES_LEVEL') && isModEnabled("reception") && isModEnabled('supplier_order')), 'picto' => 'supplier_order', 'warning' => ''), 'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION_CLOSED' => array('family' => 'classify_supplier_order', 'position' => 64, 'enabled' => (getDolGlobalString('MAIN_FEATURES_LEVEL') && isModEnabled("reception") && isModEnabled('supplier_order')), 'picto' => 'supplier_order', 'warning' => ''), 'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER' => array('family' => 'classify_supplier_order', 'position' => 65, 'enabled' => (isModEnabled("supplier_order") || isModEnabled("supplier_invoice")), 'picto' => 'supplier_order', 'warning' => ''), 'WORKFLOW_SHIPPING_CLASSIFY_BILLED_INVOICE' => array('family' => 'classify_shipping', 'position' => 91, 'enabled' => isModEnabled("shipping") && isModEnabled("invoice") && getDolGlobalString('WORKFLOW_BILL_ON_SHIPMENT') !== '0', 'picto' => 'shipment'), 'WORKFLOW_RECEPTION_CLASSIFY_BILLED_INVOICE' => array('family' => 'classify_reception', 'position' => 91, 'enabled' => isModEnabled("reception") && isModEnabled("supplier_invoice") && getDolGlobalString('WORKFLOW_BILL_ON_RECEPTION') !== '0', 'picto' => 'shipment'), 'separator2' => array('family' => 'separator', 'position' => 400, 'enabled' => (isModEnabled('ticket') && isModEnabled('contract'))), 'WORKFLOW_TICKET_LINK_CONTRACT' => array('family' => 'link_ticket', 'position' => 500, 'enabled' => (isModEnabled('ticket') && isModEnabled('contract')), 'picto' => 'ticket'), 'WORKFLOW_TICKET_USE_PARENT_COMPANY_CONTRACTS' => array('family' => 'link_ticket', 'position' => 501, 'enabled' => (isModEnabled('ticket') && isModEnabled('contract')), 'picto' => 'ticket'), )
/htdocs/admin/invoice_situation.php:811$arrayAvailableType = array(Facture::TYPE_SITUATION => $langs->trans("InvoiceSituation"), Facture::TYPE_STANDARD . '+' . Facture::TYPE_SITUATION => $langs->trans("InvoiceSituation") . ' + ' . $langs->trans("InvoiceStandard"), )
/htdocs/admin/resource.php:951$arrval = array($langs->trans("No"), $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 1) . ')', $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 2) . ')', $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 3) . ')', )
/htdocs/admin/dict.php:23883$TDurationTypes = array('y' => $langs->trans('Years'), 'm' => $langs->trans('Month'), 'w' => $langs->trans('Weeks'), 'd' => $langs->trans('Days'), 'h' => $langs->trans('Hours'), 'i' => $langs->trans('Minutes'))
/htdocs/admin/tools/listevents.php:4882$text = $langs->trans($val[0], isset($val[1]) ? $val[1] : '', isset($val[2]) ? $val[2] : '', isset($val[3]) ? $val[3] : '', isset($val[4]) ? $val[4] : '')
/htdocs/admin/perms.php:2672$htmltext .= '<br>' . $langs->trans("Permission") . ': user->hasRight(\'' . dol_escape_htmltag($obj->module) . '\', \'' . dol_escape_htmltag($obj->perms) . '\'' . ($obj->subperms ? ', \'' . dol_escape_htmltag($obj->subperms) . '\'' : '') . ')'
/htdocs/admin/perms.php:2533$permlabel = (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && ($langs->trans("PermissionAdvanced" . $obj->id) != "PermissionAdvanced" . $obj->id) ? $langs->trans("PermissionAdvanced" . $obj->id) : (($langs->trans("Permission" . $obj->id) != "Permission" . $obj->id) ? $langs->trans("Permission" . $obj->id) : $langs->trans($obj->label)))
/htdocs/admin/dav.php:441$arrayofparameters = array('DAV_RESTICT_ON_IP' => array('css' => 'minwidth200', 'enabled' => 1), 'DAV_ALLOW_PRIVATE_DIR' => array('css' => 'minwidth200', 'enabled' => 2), 'DAV_ALLOW_PUBLIC_DIR' => array('css' => 'minwidth200', 'enabled' => 1), 'DAV_ALLOW_ECM_DIR' => array('css' => 'minwidth200', 'enabled' => isModEnabled('ecm')))
/htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/MessagesCollector.php:2581return array("$name" => array('icon' => 'list-alt', "widget" => "PhpDebugBar.Widgets.MessagesWidget", "map" => "$name.messages", "default" => "[]"), "$name:badge" => array("map" => "$name.count", "default" => "null"))
/htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/ExceptionsCollector.php:1381return array('type' => get_class($e), 'message' => $e->getMessage( ), 'code' => $e->getCode( ), 'file' => $filePath, 'line' => $e->getLine( ), 'stack_trace' => $e->getTraceAsString( ), 'stack_trace_html' => $traceHtml, 'surrounding_lines' => $lines, 'xdebug_link' => $this->getXdebugLink($filePath, $e->getLine( )))
/htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/PDO/PDOCollector.php:1381$stmts[] = array('sql' => $this->renderSqlWithParams ? $stmt->getSqlWithParams($this->sqlQuotationChar) : $stmt->getSql( ), 'row_count' => $stmt->getRowCount( ), 'stmt_id' => $stmt->getPreparedId( ), 'prepared_stmt' => $stmt->getSql( ), 'params' => (object) $stmt->getParameters( ), 'duration' => $stmt->getDuration( ), 'duration_str' => $this->getDataFormatter( )->formatDuration($stmt->getDuration( )), 'memory' => $stmt->getMemoryUsage( ), 'memory_str' => $this->getDataFormatter( )->formatBytes($stmt->getMemoryUsage( )), 'end_memory' => $stmt->getEndMemory( ), 'end_memory_str' => $this->getDataFormatter( )->formatBytes($stmt->getEndMemory( )), 'is_success' => $stmt->isSuccess( ), 'error_code' => $stmt->getErrorCode( ), 'error_message' => $stmt->getErrorMessage( ))
/htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/PDO/PDOCollector.php:1591return array('nb_statements' => count($stmts), 'nb_failed_statements' => count($pdo->getFailedExecutedStatements( )), 'accumulated_duration' => $pdo->getAccumulatedStatementsDuration( ), 'accumulated_duration_str' => $this->getDataFormatter( )->formatDuration($pdo->getAccumulatedStatementsDuration( )), 'memory_usage' => $pdo->getMemoryUsage( ), 'memory_usage_str' => $this->getDataFormatter( )->formatBytes($pdo->getPeakMemoryUsage( )), 'peak_memory_usage' => $pdo->getPeakMemoryUsage( ), 'peak_memory_usage_str' => $this->getDataFormatter( )->formatBytes($pdo->getPeakMemoryUsage( )), 'statements' => $stmts)
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/PropelCollector.php:2141return array('nb_statements' => count($this->statements), 'nb_failed_statements' => 0, 'accumulated_duration' => $this->accumulatedTime, 'accumulated_duration_str' => $this->formatDuration($this->accumulatedTime), 'peak_memory_usage' => $this->peakMemory, 'peak_memory_usage_str' => $this->formatBytes($this->peakMemory), 'statements' => $this->statements)
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/NamespacedTwigProfileCollector.php:961return ['twig' => ['icon' => 'leaf', 'widget' => 'PhpDebugBar.Widgets.TemplatesWidget', 'map' => 'twig', 'default' => json_encode(['templates' => [ ]]), ], 'twig:badge' => ['map' => 'twig.badge', 'default' => 0, ], ]
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/NamespacedTwigProfileCollector.php:1321return ['nb_templates' => $this->templateCount, 'nb_blocks' => $this->blockCount, 'nb_macros' => $this->macroCount, 'templates' => $this->templates, 'accumulated_render_time' => $this->profile->getDuration( ), 'accumulated_render_time_str' => $this->getDataFormatter( )->formatDuration($this->profile->getDuration( )), 'memory_usage_str' => $this->getDataFormatter( )->formatBytes($this->profile->getMemoryUsage( )), 'callgraph' => $this->getHtmlCallGraph( ), 'badge' => implode('/', [$this->templateCount, $this->blockCount, $this->macroCount, ]), ]
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/NamespacedTwigProfileCollector.php:1921$this->templates[] = ['name' => $profile->getName( ), 'render_time' => $profile->getDuration( ), 'render_time_str' => $this->getDataFormatter( )->formatDuration($profile->getDuration( )), 'memory_str' => $this->getDataFormatter( )->formatBytes($profile->getMemoryUsage( )), 'xdebug_link' => $this->getXdebugLink($profile->getTemplate( )), ]
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/Propel2Collector.php:1991$statement = array('sql' => $message, 'is_success' => $isSuccess, 'duration' => $duration, 'duration_str' => $this->getDataFormatter( )->formatDuration($duration), 'memory' => $memory, 'memory_str' => $this->getDataFormatter( )->formatBytes($memory), )
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/Propel2Collector.php:2541return array('nb_statements' => $this->getQueryCount( ), 'nb_failed_statements' => $failedStatement, 'accumulated_duration' => $accumulatedDuration, 'accumulated_duration_str' => $this->getDataFormatter( )->formatDuration($accumulatedDuration), 'memory_usage' => $memoryUsage, 'memory_usage_str' => $this->getDataFormatter( )->formatBytes($memoryUsage), 'statements' => $statements)
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/Propel2Collector.php:2831return array($this->getName( ) => array('icon' => 'bolt', 'widget' => 'PhpDebugBar.Widgets.SQLQueriesWidget', 'map' => $this->getName( ), 'default' => '[]'), $this->getName( ) . ':badge' => array('map' => $this->getName( ) . '.nb_statements', 'default' => 0), )
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/MonologCollector.php:1051return array($name => array("icon" => "suitcase", "widget" => "PhpDebugBar.Widgets.MessagesWidget", "map" => "$name.records", "default" => "[]"), "$name:badge" => array("map" => "$name.count", "default" => "null"))
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/TwigProfileCollector.php:901return array('twig' => array('icon' => 'leaf', 'widget' => 'PhpDebugBar.Widgets.TemplatesWidget', 'map' => 'twig', 'default' => json_encode(array('templates' => array( ))), ), 'twig:badge' => array('map' => 'twig.badge', 'default' => 0, ), )
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/TwigProfileCollector.php:1261return array('nb_templates' => $this->templateCount, 'nb_blocks' => $this->blockCount, 'nb_macros' => $this->macroCount, 'templates' => $this->templates, 'accumulated_render_time' => $this->profile->getDuration( ), 'accumulated_render_time_str' => $this->getDataFormatter( )->formatDuration($this->profile->getDuration( )), 'memory_usage_str' => $this->getDataFormatter( )->formatBytes($this->profile->getMemoryUsage( )), 'callgraph' => $this->getHtmlCallGraph( ), 'badge' => implode('/', array($this->templateCount, $this->blockCount, $this->macroCount, )), )
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/TwigProfileCollector.php:1871$this->templates[] = array('name' => $profile->getName( ), 'render_time' => $profile->getDuration( ), 'render_time_str' => $this->getDataFormatter( )->formatDuration($profile->getDuration( )), 'memory_str' => $this->getDataFormatter( )->formatBytes($profile->getMemoryUsage( )), 'xdebug_link' => $this->getXdebugLink($profile->getTemplate( )), )
/htdocs/includes/maximebf/debugbar/src/DebugBar/Bridge/Twig/TwigCollector.php:681return array('twig' => array('icon' => 'leaf', 'widget' => 'PhpDebugBar.Widgets.TemplatesWidget', 'map' => 'twig', 'default' => json_encode(array('templates' => array( ))), ), 'twig:badge' => array('map' => 'twig.nb_templates', 'default' => 0))
/htdocs/admin/translation.php:4241$titleforvalue = $langs->trans("Translation") . ' en_US for key ' . $obj->transkey . ':<br>' . (!empty($langsenfileonly->tab_translate[$obj->transkey]) ? $langsenfileonly->trans($obj->transkey) : '<span class="opacitymedium">' . $langs->trans("None") . '</span>')
/htdocs/includes/maximebf/debugbar/src/DebugBar/Storage/RedisStorage.php:491return array_merge(unserialize($this->redis->hGet("$this->hash:data", $id)), array('__meta' => unserialize($this->redis->hGet("$this->hash:meta", $id))))
/htdocs/admin/mails_emailing.php:431$substitutionarrayfortest = array('__DOL_MAIN_URL_ROOT__' => DOL_MAIN_URL_ROOT, '__CHECK_READ__' => '<img src="' . DOL_MAIN_URL_ROOT . '/public/emailing/mailing-read.php?tag=undefinedtag&securitykey=' . dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY') . "-undefinedtag", 'md5') . '" width="1" height="1" style="width:1px;height:1px" border="0"/>', '__USER_LOGIN__' => $user->login, '__USER_EMAIL__' => $user->email, '__USER_SIGNATURE__' => (($user->signature && !getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? $usersignature : ''), '__SENDEREMAIL_SIGNATURE__' => (($user->signature && !getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? $usersignature : ''), '__ID__' => 'RecipientIdRecord', '__LASTNAME__' => 'RecipientLastname', '__FIRSTNAME__' => 'RecipientFirstname', '__ADDRESS__' => 'RecipientAddress', '__ZIP__' => 'RecipientZip', '__TOWN_' => 'RecipientTown', '__COUNTRY__' => 'RecipientCountry')
/htdocs/admin/translation.php:5731$titleforvalue = $langs->trans("Translation") . ' en_US for key ' . $key . ':<br>' . (!empty($langsenfileonly->tab_translate[$key]) ? $langsenfileonly->trans($key) : '<span class="opacitymedium">' . $langs->trans("None") . '</span>')
/htdocs/admin/eventorganization.php:1892$tooltiphelp .= (($langs->trans($constname . 'Tooltip2') && $langs->trans($constname . 'Tooltip2') != $constname . 'Tooltip2') ? '<br><br>' . "\n" . $langs->trans($constname . 'Tooltip2') : '')
/htdocs/admin/expensereport_ik.php:1311$title = ($Tab['active'] == 1) ? $langs->trans($Tab['label']) : $form->textwithpicto($langs->trans($Tab['label']), $langs->trans('expenseReportCatDisabled'), 1, 'help', '', 0, 3)
/htdocs/admin/oauthlogintokens.php:2461$expire = ($tokenobj->getEndOfLife( ) !== $tokenobj::EOL_NEVER_EXPIRES && $tokenobj->getEndOfLife( ) !== $tokenobj::EOL_UNKNOWN && time( ) > ($tokenobj->getEndOfLife( ) - 30))
/htdocs/admin/eventorganization.php:2722$tooltiphelp .= (($langs->trans($constname . 'Tooltip2') && $langs->trans($constname . 'Tooltip2') != $constname . 'Tooltip2') ? '<br><br>' . "\n" . $langs->trans($constname . 'Tooltip2') : '')
/htdocs/admin/website.php:6301$url = $_SERVER["PHP_SELF"] . '?' . ($page ? 'page=' . $page . '&' : '') . 'sortfield=' . $sortfield . '&sortorder=' . $sortorder . '&rowid=' . (!empty($obj->rowid) ? $obj->rowid : (!empty($obj->code) ? $obj->code : '')) . '&amp;code=' . (!empty($obj->code) ? urlencode($obj->code) : '') . '&amp;'
/htdocs/admin/website.php:1131$tabhelp[1] = array('ref' => $langs->trans("EnterAnyCode"), 'virtualhost' => $langs->trans("SetHereVirtualHost", DOL_DATA_ROOT . ($conf->entity > 1 ? '/' . $conf->entity : '') . '/website/<i>websiteref</i>'))
/htdocs/admin/emailcollector_list.php:12127$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/admin/agenda_other.php:3373$tmplist = array('' => '&nbsp;', 'show_list' => $langs->trans("ViewList"), 'show_month' => $langs->trans("ViewCal"), 'show_week' => $langs->trans("ViewWeek"), 'show_day' => $langs->trans("ViewDay"), 'show_peruser' => $langs->trans("ViewPerUser"))
/htdocs/admin/mails_senderprofile_list.php:1232$arrayfields["ef." . $key] = array('label' => $extrafields->attributes[$object->table_element]['label'][$key], 'checked' => (($extrafields->attributes[$object->table_element]['list'][$key] < 0) ? 0 : 1), 'position' => $extrafields->attributes[$object->table_element]['pos'][$key], 'enabled' => (abs($extrafields->attributes[$object->table_element]['list'][$key]) != 3 && $extrafields->attributes[$object->table_element]['perms'][$key]))
/htdocs/admin/mails_senderprofile_list.php:11027$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/admin/emailcollector_card.php:4841$client = $cm->make(['host' => $object->host, 'port' => $object->port, 'encryption' => 'ssl', 'validate_cert' => true, 'protocol' => 'imap', 'username' => $object->login, 'password' => $token, 'authentication' => "oauth", ])
/htdocs/admin/mails_senderprofile_list.php:4511$doleditor = new DolEditor('signature', (GETPOSTISSET('signature') ? GETPOST('signature', 'restricthtml') : $object->signature), '', 138, 'dolibarr_notes', 'In', true, true, !getDolGlobalString('FCKEDITOR_ENABLE_USERSIGN') ? 0 : 1, ROWS_4, '90%')
/htdocs/societe/canvas/actions_card_common.class.php:1751$this->tpl['select_customertype'] = Form::selectarray('client', array(0 => $langs->trans('NorProspectNorCustomer'), 1 => $langs->trans('Customer'), 2 => $langs->trans('Prospect'), 3 => $langs->trans('ProspectCustomer')), $this->object->client)
/htdocs/societe/class/client.class.php:1542$this->cacheprospectstatus[$obj->id] = array('id' => $obj->id, 'code' => $obj->code, 'label' => ($langs->trans("ST_" . strtoupper($obj->code)) == "ST_" . strtoupper($obj->code)) ? $obj->label : $langs->trans("ST_" . strtoupper($obj->code)), 'picto' => $obj->picto)
/htdocs/societe/admin/societe.php:7894$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 1) . ')', '2' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 2) . ')', '3' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 3) . ')', )
/htdocs/societe/admin/societe.php:8104$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 1) . ')', '2' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 2) . ')', '3' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 3) . ')', )
/htdocs/societe/price.php:5476$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1, 1, '1')), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/societe/agenda.php:1652$out .= '&amp;originid=' . $objthirdparty->id . ($objthirdparty->id > 0 ? '&amp;socid=' . $objthirdparty->id : '') . '&amp;backtopage=' . urlencode($_SERVER['PHP_SELF'] . ($objthirdparty->id > 0 ? '?socid=' . $objthirdparty->id : ''))
/htdocs/societe/list.php:114753$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/societe/list.php:19291$labelcountry = ($companystatic->country_code && ($langs->trans("Country" . $companystatic->country_code) != "Country" . $companystatic->country_code)) ? $langs->trans("Country" . $companystatic->country_code) : $obj->country_label
/htdocs/societe/class/societe.class.php:32141$contact_property[$obj->rowid] = trim(dolGetFirstLastname($obj->firstname, $obj->lastname)) . ($obj->poste ? " - " . $obj->poste : "") . (($mode != 'poste' && $property) ? " " . $sepa . $property . $sepb : '')
/htdocs/societe/class/societe.class.php:46922return img_action(($langs->trans("StatusProspect" . $status) != "StatusProspect" . $status) ? $langs->trans("StatusProspect" . $status) : $label, 0, $picto, 'class="inline-block valignmiddle"') . ' ' . (($langs->trans("StatusProspect" . $status) != "StatusProspect" . $status) ? $langs->trans("StatusProspect" . $status) : $label)
/htdocs/societe/class/societe.class.php:30102$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), (' class="' . (($withpicto != 2) ? 'paddingright' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/societe/class/societe.class.php:31291$contact_emails['thirdparty'] = ($addthirdparty == 2 ? '<span class="opacitymedium">' : '') . $langs->transnoentitiesnoconv("ThirdParty") . ($addthirdparty == 2 ? '</span>' : '') . ': ' . dol_trunc($this->name, 16) . " <" . $this->email . ">"
/htdocs/societe/class/societe.class.php:9951$sql .= ") VALUES ('" . $this->db->escape($this->name) . "', '" . $this->db->escape($this->name_alias) . "', " . ((int) $this->entity) . ", '" . $this->db->idate($now) . "'"
/htdocs/societe/class/societe.class.php:19511$this->country = $obj->country_id ? (($langs->transnoentities('Country' . $obj->country_code) != 'Country' . $obj->country_code) ? $langs->transnoentities('Country' . $obj->country_code) : $obj->country) : ''
/htdocs/societe/class/societeaccount.class.php:4795$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams . ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . $classfortooltip . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/societe/class/companypaymentmode.class.php:41366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/comm/action/card.php:6091$datep = dol_mktime($fulldayevent ? '00' : GETPOSTINT("aphour"), $fulldayevent ? '00' : GETPOSTINT("apmin"), $fulldayevent ? '00' : GETPOSTINT("apsec"), $firstdatearray['month'], $firstdatearray['first_day'], $firstdatearray['year'], $tzforfullday ? $tzforfullday : 'tzuserrel')
/htdocs/comm/action/card.php:1593$usercancreate = $user->hasRight('agenda', 'allactions', 'create') || (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'create'))
/htdocs/comm/action/card.php:1553$TDurationTypes = array('y' => $langs->trans('Years'), 'm' => $langs->trans('Month'), 'w' => $langs->trans('Weeks'), 'd' => $langs->trans('Days'), 'h' => $langs->trans('Hours'), 'i' => $langs->trans('Minutes'))
/htdocs/comm/remx.php:7112$formquestion = array('text' => $langs->trans('TypeAmountOfEachNewDiscount'), 0 => array('type' => 'text', 'name' => 'amount_ttc_1', 'label' => $langs->trans("AmountTTC") . ' 1', 'value' => $amount1, 'size' => '5'), 1 => array('type' => 'text', 'name' => 'amount_ttc_2', 'label' => $langs->trans("AmountTTC") . ' 2', 'value' => $amount2, 'size' => '5'))
/htdocs/comm/remx.php:5642$formquestion = array('text' => $langs->trans('TypeAmountOfEachNewDiscount'), 0 => array('type' => 'text', 'name' => 'amount_ttc_1', 'label' => $langs->trans("AmountTTC") . ' 1', 'value' => $amount1, 'size' => '5'), 1 => array('type' => 'text', 'name' => 'amount_ttc_2', 'label' => $langs->trans("AmountTTC") . ' 2', 'value' => $amount2, 'size' => '5'))
/htdocs/societe/ajax/ajaxcompanies.php:1461$label .= ($row['address'] ? ' - ' . $row['address'] : '') . ($row['zip'] ? ' - ' . $row['zip'] : '') . ($row['town'] ? ' ' . $row['town'] : '')
/htdocs/societe/class/societe.class.php:52981$tab[$i] = array('source' => $obj->source, 'socid' => $obj->socid, 'id' => $obj->id, 'nom' => $obj->lastname, 'civility' => $obj->civility, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'email' => $obj->email, 'login' => (empty($obj->login) ? '' : $obj->login), 'photo' => (empty($obj->photo) ? '' : $obj->photo), 'statuscontact' => $obj->statuscontact, 'rowid' => $obj->rowid, 'code' => $obj->code, 'element' => $obj->element, 'libelle' => $libelle_type, 'status' => $obj->statuslink, 'fk_c_type_contact' => $obj->fk_c_type_contact)
/htdocs/societe/class/societe.class.php:47202return img_action(($langs->trans("StatusProspect" . $status) != "StatusProspect" . $status) ? $langs->trans("StatusProspect" . $status) : $label, 0, $picto, 'class="inline-block valignmiddle"') . ' ' . (($langs->trans("StatusProspect" . $status) != "StatusProspect" . $status) ? $langs->trans("StatusProspect" . $status) : $label)
/htdocs/comm/action/info.php:563$usercancreate = $user->hasRight('agenda', 'allactions', 'create') || (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'create'))
/htdocs/comm/action/card.php:23561$listofuserid[$object->userownerid] = array('id' => $object->userownerid, 'transparency' => $object->transparency, 'answer_status' => $object->userassigned[$object->userownerid]['answer_status'], 'mandatory' => $object->userassigned[$object->userownerid]['mandatory'])
/htdocs/comm/action/card.php:226950$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/comm/action/card.php:19301$listofuserid[$object->userownerid] = array('id' => $object->userownerid, 'type' => 'user', 'transparency' => $object->transparency, 'answer_status' => $object->userassigned[$object->userownerid]['answer_status'], 'mandatory' => $object->userassigned[$object->userownerid]['mandatory'])
/htdocs/comm/action/card.php:11601$permissiontoadd = ($user->hasRight('agenda', 'allactions', 'create') || (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'read')))
/htdocs/comm/action/card.php:7731$datef = dol_mktime($fulldayevent ? '23' : GETPOSTINT("p2hour"), $fulldayevent ? '59' : GETPOSTINT("p2min"), $fulldayevent ? '59' : GETPOSTINT("apsec"), GETPOSTINT("p2month"), GETPOSTINT("p2day"), GETPOSTINT("p2year"), $tzforfullday ? $tzforfullday : 'tzuserrel')
/htdocs/comm/action/card.php:7721$datep = dol_mktime($fulldayevent ? '00' : GETPOSTINT("aphour"), $fulldayevent ? '00' : GETPOSTINT("apmin"), $fulldayevent ? '00' : GETPOSTINT("apsec"), GETPOSTINT("apmonth"), GETPOSTINT("apday"), GETPOSTINT("apyear"), $tzforfullday ? $tzforfullday : 'tzuserrel')
/htdocs/comm/action/card.php:6231$repeateventlimitdate = dol_mktime(23, 59, 59, GETPOSTISSET("limitmonth") ? GETPOSTINT("limitmonth") : 1, GETPOSTISSET("limitday") ? GETPOSTINT("limitday") : 1, GETPOSTISSET("limityear") && GETPOSTINT("limityear") < 2100 ? GETPOSTINT("limityear") : 2100, $tzforfullday ? $tzforfullday : 'tzuserrel')
/htdocs/admin/dolistore/class/dolistore.class.php:2241$html .= 'title="' . dol_escape_htmltag(strip_tags($cat->description->language[$this->lang - 1])) . '">' . dol_escape_htmltag($cat->name->language[$this->lang - 1]) . ' <sup>' . dol_escape_htmltag($cat->nb_products_recursive) . '</sup></a></h3>'
/htdocs/admin/dolistore/class/dolistore.class.php:3331$html .= '<small> ' . dol_print_date(dol_stringtotime($product->date_upd), 'dayhour') . ' - ' . $langs->trans('Ref') . ': ' . dol_escape_htmltag($product->reference) . ' - ' . dol_escape_htmltag($langs->trans('Id')) . ': ' . ((int) $product->id) . '</small><br><br>' . dol_escape_htmltag($product->description_short->language[$this->lang - 1]) . '</td>'
/htdocs/admin/system/constall.php:951$configfilelib = array($langs->trans("URLRoot"), $langs->trans("URLRoot") . ' (alt)', $langs->trans("DocumentRootServer"), $langs->trans("DocumentRootServer") . ' (alt)', $langs->trans("DataRootServer"), 'separator', $langs->trans("DatabaseServer"), $langs->trans("DatabasePort"), $langs->trans("DatabaseName"), $langs->trans("DriverType"), $langs->trans("DatabaseUser"), $langs->trans("DatabasePassword"), $langs->trans("DBStoringCharset"), $langs->trans("DBSortingCharset"), $langs->trans("Prefix"), 'separator', $langs->trans("AuthenticationMode"), 'separator', 'dolibarr_main_auth_ldap_login_attribute', 'dolibarr_main_auth_ldap_host', 'dolibarr_main_auth_ldap_port', 'dolibarr_main_auth_ldap_version', 'dolibarr_main_auth_ldap_dn', 'dolibarr_main_auth_ldap_admin_login', 'dolibarr_main_auth_ldap_admin_pass', 'dolibarr_main_auth_ldap_debug', 'separator', 'dolibarr_lib_TCPDF_PATH', 'dolibarr_lib_FPDI_PATH', 'dolibarr_lib_NUSOAP_PATH', 'dolibarr_lib_GEOIP_PATH', 'dolibarr_lib_ODTPHP_PATH', 'dolibarr_lib_ODTPHP_PATHTOPCLZIP', 'dolibarr_js_CKEDITOR', 'dolibarr_js_JQUERY', 'dolibarr_js_JQUERY_UI', 'dolibarr_font_DOL_DEFAULT_TTF', 'dolibarr_font_DOL_DEFAULT_TTF_BOLD', 'separator', 'Limit nb of email sent by page', 'Strict mode is on/off')
/htdocs/admin/system/filecheck.php:1892$errormsg = $langs->trans('XmlNotFound') . ': ' . $xmlremote . ' - ' . $xmlarray['http_code'] . (($xmlarray['http_code'] == 400 && $xmlarray['content']) ? ' ' . $xmlarray['content'] : '') . ' ' . $xmlarray['curl_error_no'] . ' ' . $xmlarray['curl_error_msg']
/htdocs/admin/tools/listevents.php:4922$text = $langs->trans($val[0], isset($val[1]) ? $val[1] : '', isset($val[2]) ? $val[2] : '', isset($val[3]) ? $val[3] : '', isset($val[4]) ? $val[4] : '')
/htdocs/admin/tools/dolibarr_export.php:6071$result = $formfile->list_of_documents($filearray, null, 'systemtools', '', 1, 'backup/', 1, 0, $langs->trans("NoBackupFileAvailable"), 0, $langs->trans("PreviousDumpFiles"), '', 0, -1, '', '', 'ASC', 1, 0, -1, 'style="height:250px; overflow: auto;"')
/htdocs/admin/tools/dolibarr_export.php:6861$result = $formfile->list_of_documents($filearray, null, 'systemtools', '', 1, 'documents/', 1, 0, $langs->trans("NoBackupFileAvailable"), 0, $langs->trans("PreviousArchiveFiles"), '', 0, -1, '', '', 'ASC', 1, 0, -1, 'style="height:250px; overflow: auto;"')
/htdocs/admin/dolistore/class/PSWebServiceLibrary.class.php:5161$url = (is_array($options['id'])) ? $this->url . '/api/' . $options['resource'] . '/?id=[' . implode(',', $options['id']) . ']' : $this->url . '/api/' . $options['resource'] . '/' . $options['id']
/htdocs/admin/menus/index.php:3171$data[] = array('rowid' => $menu['rowid'], 'module' => $menu['module'], 'fk_menu' => $menu['fk_menu'], 'title' => $titre, 'mainmenu' => $menu['mainmenu'], 'leftmenu' => $menu['leftmenu'], 'fk_mainmenu' => $menu['fk_mainmenu'], 'fk_leftmenu' => $menu['fk_leftmenu'], 'position' => $menu['position'], 'entry' => $entry, 'buttons' => $buttons)
/htdocs/eventorganization/conferenceorboothattendee_card.php:5671$linkback = '<a href="' . dol_buildpath('/eventorganization/conferenceorboothattendee_list.php', 1) . '?restore_lastsearch_values=1' . (!empty($confOrBooth->id) && $confOrBooth->id > 0 ? '&conforboothid=' . ((int) $confOrBooth->id) : '') . $moreparam . '">' . $langs->trans("BackToList") . '</a>'
/htdocs/eventorganization/conferenceorboothattendee_list.php:13027$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/eventorganization/conferenceorboothattendee_list.php:7561$urlnew = DOL_URL_ROOT . '/eventorganization/conferenceorboothattendee_card.php?action=create' . (!empty($confOrBooth->id) ? '&conforboothid=' . $confOrBooth->id : '') . (!empty($projectstatic->id) ? '&fk_project=' . $projectstatic->id : '') . $withProjectUrl . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?projectid=' . $projectstatic->id . (empty($confOrBooth->id) ? '' : '&conforboothid=' . $confOrBooth->id) . $withProjectUrl)
/htdocs/admin/system/modules.php:611$arrayfields = array('name' => array('label' => $langs->trans("Modules"), 'checked' => 1, 'position' => 10), 'version' => array('label' => $langs->trans("Version"), 'checked' => 1, 'position' => 20), 'id' => array('label' => $langs->trans("IdModule"), 'checked' => 1, 'position' => 30), 'module_position' => array('label' => $langs->trans("Position"), 'checked' => 1, 'position' => 35), 'permission' => array('label' => $langs->trans("IdPermissions"), 'checked' => 1, 'position' => 40))
/htdocs/admin/system/dolibarr.php:2761$val .= ' &nbsp; &nbsp; &nbsp; ' . $langs->trans("DaylingSavingTime") . ': ' . (is_null($daylight) ? 'unknown' : ($a == $c ? yn($daylight) : yn(0) . ($daylight ? ' &nbsp; &nbsp; (' . $langs->trans('YesInSummer') . ')' : '')))
/htdocs/admin/system/dolibarr.php:3221$configfileparameters = array('dolibarr_main_prod' => 'Production mode (Hide all error messages)', 'dolibarr_main_instance_unique_id' => $langs->trans("InstanceUniqueID"), 'separator0' => '', 'dolibarr_main_url_root' => $langs->trans("URLRoot"), '?dolibarr_main_url_root_alt' => $langs->trans("URLRoot") . ' (alt)', 'dolibarr_main_document_root' => $langs->trans("DocumentRootServer"), '?dolibarr_main_document_root_alt' => $langs->trans("DocumentRootServer") . ' (alt)', 'dolibarr_main_data_root' => $langs->trans("DataRootServer"), 'separator1' => '', 'dolibarr_main_db_host' => $langs->trans("DatabaseServer"), 'dolibarr_main_db_port' => $langs->trans("DatabasePort"), 'dolibarr_main_db_name' => $langs->trans("DatabaseName"), 'dolibarr_main_db_type' => $langs->trans("DriverType"), 'dolibarr_main_db_user' => $langs->trans("DatabaseUser"), 'dolibarr_main_db_pass' => $langs->trans("DatabasePassword"), 'dolibarr_main_db_character_set' => $langs->trans("DBStoringCharset"), 'dolibarr_main_db_collation' => $langs->trans("DBSortingCollation"), '?dolibarr_main_db_prefix' => $langs->trans("DatabasePrefix"), 'dolibarr_main_db_readonly' => $langs->trans("ReadOnlyMode"), 'separator2' => '', 'dolibarr_main_authentication' => $langs->trans("AuthenticationMode"), '?multicompany_transverse_mode' => $langs->trans("MultiCompanyMode"), 'separator' => '', '?dolibarr_main_auth_ldap_login_attribute' => 'dolibarr_main_auth_ldap_login_attribute', '?dolibarr_main_auth_ldap_host' => 'dolibarr_main_auth_ldap_host', '?dolibarr_main_auth_ldap_port' => 'dolibarr_main_auth_ldap_port', '?dolibarr_main_auth_ldap_version' => 'dolibarr_main_auth_ldap_version', '?dolibarr_main_auth_ldap_dn' => 'dolibarr_main_auth_ldap_dn', '?dolibarr_main_auth_ldap_admin_login' => 'dolibarr_main_auth_ldap_admin_login', '?dolibarr_main_auth_ldap_admin_pass' => 'dolibarr_main_auth_ldap_admin_pass', '?dolibarr_main_auth_ldap_debug' => 'dolibarr_main_auth_ldap_debug', 'separator3' => '', '?dolibarr_lib_FPDF_PATH' => 'dolibarr_lib_FPDF_PATH', '?dolibarr_lib_TCPDF_PATH' => 'dolibarr_lib_TCPDF_PATH', '?dolibarr_lib_FPDI_PATH' => 'dolibarr_lib_FPDI_PATH', '?dolibarr_lib_TCPDI_PATH' => 'dolibarr_lib_TCPDI_PATH', '?dolibarr_lib_NUSOAP_PATH' => 'dolibarr_lib_NUSOAP_PATH', '?dolibarr_lib_GEOIP_PATH' => 'dolibarr_lib_GEOIP_PATH', '?dolibarr_lib_ODTPHP_PATH' => 'dolibarr_lib_ODTPHP_PATH', '?dolibarr_lib_ODTPHP_PATHTOPCLZIP' => 'dolibarr_lib_ODTPHP_PATHTOPCLZIP', '?dolibarr_js_CKEDITOR' => 'dolibarr_js_CKEDITOR', '?dolibarr_js_JQUERY' => 'dolibarr_js_JQUERY', '?dolibarr_js_JQUERY_UI' => 'dolibarr_js_JQUERY_UI', '?dolibarr_font_DOL_DEFAULT_TTF' => 'dolibarr_font_DOL_DEFAULT_TTF', '?dolibarr_font_DOL_DEFAULT_TTF_BOLD' => 'dolibarr_font_DOL_DEFAULT_TTF_BOLD', 'separator4' => '', 'dolibarr_main_restrict_os_commands' => 'Restrict CLI commands for backups', 'dolibarr_main_restrict_ip' => 'Restrict access to some IPs only', '?dolibarr_mailing_limit_sendbyweb' => 'Limit nb of email sent by page', '?dolibarr_mailing_limit_sendbycli' => 'Limit nb of email sent by cli', '?dolibarr_mailing_limit_sendbyday' => 'Limit nb of email sent per day', '?dolibarr_strict_mode' => 'Strict mode is on/off', '?dolibarr_nocsrfcheck' => 'Disable CSRF security checks')
/htdocs/admin/system/security.php:5161$s = $langs->trans("SeeSetupPage", '{s1}' . $langs->transnoentities("Home") . ' - ' . $langs->transnoentities("Setup") . ' - ' . $langs->transnoentities("Security") . ' - ' . $langs->transnoentities("Audit") . '{s2}')
/htdocs/eventorganization/class/conferenceorbooth.class.php:59366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/eventorganization/class/conferenceorbooth.class.php:5731$picto = img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/eventorganization/class/conferenceorboothattendee.class.php:79866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/eventorganization/class/conferenceorboothattendee.class.php:5851$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'conferenceorboothattendee/" . $this->db->escape($this->newref) . "'"
/htdocs/eventorganization/conferenceorbooth_list.php:7661$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . (!empty($project->id) ? '&withproject=1&fk_project=' . $project->id : '') . (!empty($project->socid) ? '&fk_soc=' . $project->socid : '') . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/eventorganization/conferenceorbooth_list.php:12227$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/eventorganization/conferenceorbooth_list.php:7691$newcardbutton .= dolGetButtonTitle($langs->trans('New'), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/eventorganization/conferenceorbooth_card.php?action=create' . (!empty($project->id) ? '&withproject=1&fk_project=' . $project->id : '') . (!empty($project->socid) ? '&fk_soc=' . $project->socid : '') . '&backtopage=' . urlencode($_SERVER['PHP_SELF']) . (!empty($project->id) ? '?projectid=' . $project->id : ''), '', $permissiontoadd)
/htdocs/eventorganization/conferenceorbooth_list.php:7671$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . (!empty($project->id) ? '&withproject=1&fk_project=' . $project->id : '') . (!empty($project->socid) ? '&fk_soc=' . $project->socid : '') . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/societe/contact.php:2131$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . GETPOST('id') . '&socid=' . $object->id, $langs->trans('Delete'), $langs->trans('ConfirmDeleteContact', GETPOST('id', 'alpha')), 'confirm_delete', '', 0, 1)
/htdocs/societe/messaging.php:1632$out .= '&amp;originid=' . $objthirdparty->id . ($objthirdparty->id > 0 ? '&amp;socid=' . $objthirdparty->id : '') . '&amp;backtopage=' . urlencode($_SERVER['PHP_SELF'] . ($objthirdparty->id > 0 ? '?socid=' . $objthirdparty->id : ''))
/htdocs/societe/list.php:114652$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/societe/list.php:2721$arrayfields = array('s.rowid' => array('label' => "TechnicalID", 'position' => 1, 'checked' => -1, 'enabled' => 1), 's.nom' => array('label' => "ThirdPartyName", 'position' => 2, 'checked' => 1), 's.name_alias' => array('label' => "AliasNameShort", 'position' => 3, 'checked' => 1), 's.barcode' => array('label' => "Gencod", 'position' => 5, 'checked' => 1, 'enabled' => (isModEnabled('barcode'))), 's.code_client' => array('label' => "CustomerCodeShort", 'position' => 10, 'checked' => $checkedcustomercode), 's.code_fournisseur' => array('label' => "SupplierCodeShort", 'position' => 11, 'checked' => $checkedsuppliercode, 'enabled' => (isModEnabled("supplier_order") || isModEnabled("supplier_invoice"))), 's.code_compta' => array('label' => "CustomerAccountancyCodeShort", 'position' => 13, 'checked' => $checkedcustomeraccountcode), 's.code_compta_fournisseur' => array('label' => "SupplierAccountancyCodeShort", 'position' => 14, 'checked' => $checkedsupplieraccountcode, 'enabled' => (isModEnabled("supplier_order") || isModEnabled("supplier_invoice"))), 's.address' => array('label' => "Address", 'position' => 19, 'checked' => 0), 's.zip' => array('label' => "Zip", 'position' => 20, 'checked' => 1), 's.town' => array('label' => "Town", 'position' => 21, 'checked' => 0), 'state.nom' => array('label' => "State", 'position' => 22, 'checked' => 0), 'region.nom' => array('label' => "Region", 'position' => 23, 'checked' => 0), 'country.code_iso' => array('label' => "Country", 'position' => 24, 'checked' => 0), 's.email' => array('label' => "Email", 'position' => 25, 'checked' => 0), 's.url' => array('label' => "Url", 'position' => 26, 'checked' => 0), 's.phone' => array('label' => "Phone", 'position' => 27, 'checked' => 1), 's.fax' => array('label' => "Fax", 'position' => 28, 'checked' => 0), 'typent.code' => array('label' => "ThirdPartyType", 'position' => 29, 'checked' => $checkedtypetiers), 'staff.code' => array('label' => "Workforce", 'position' => 31, 'checked' => 0), 's.phone_mobile' => array('label' => "PhoneMobile", 'position' => 32, 'checked' => 0), 's.siren' => array('label' => "ProfId1Short", 'position' => 40, 'checked' => $checkedprofid1), 's.siret' => array('label' => "ProfId2Short", 'position' => 41, 'checked' => $checkedprofid2), 's.ape' => array('label' => "ProfId3Short", 'position' => 42, 'checked' => $checkedprofid3), 's.idprof4' => array('label' => "ProfId4Short", 'position' => 43, 'checked' => $checkedprofid4), 's.idprof5' => array('label' => "ProfId5Short", 'position' => 44, 'checked' => $checkedprofid5), 's.idprof6' => array('label' => "ProfId6Short", 'position' => 45, 'checked' => $checkedprofid6), 's.tva_intra' => array('label' => "VATIntraShort", 'position' => 50, 'checked' => 0), 'customerorsupplier' => array('label' => 'NatureOfThirdParty', 'position' => 61, 'checked' => 1), 's.fk_prospectlevel' => array('label' => "ProspectLevel", 'position' => 62, 'checked' => $checkprospectlevel), 's.fk_stcomm' => array('label' => "StatusProsp", 'position' => 63, 'checked' => $checkstcomm), 's2.nom' => array('label' => 'ParentCompany', 'position' => 64, 'checked' => 0), 's.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 500), 's.tms' => array('label' => "DateModificationShort", 'checked' => 0, 'position' => 500), 's.status' => array('label' => "Status", 'checked' => 1, 'position' => 1000), 's.import_key' => array('label' => "ImportId", 'checked' => 0, 'position' => 1100), )
/htdocs/eventorganization/lib/eventorganization_conferenceorbooth.lib.php:2051$head[$h][0] = DOL_URL_ROOT . "/eventorganization/conferenceorboothattendee_card.php?id=" . ((int) $object->id) . ($object->fk_actioncomm > 0 ? '&conforboothid=' . ((int) $object->fk_actioncomm) : '') . ($object->fk_project > 0 ? '&withproject=1&fk_project=' . ((int) $object->fk_project) : '')
/htdocs/eventorganization/class/conferenceorboothattendee.class.php:82066$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/societe/card.php:26211$formquestion = array(array('name' => 'soc_origin', 'label' => $langs->trans('MergeOriginThirdparty'), 'type' => 'other', 'value' => $form->select_company('', 'soc_origin', '', 'SelectThirdParty', 0, 0, array( ), 0, 'minwidth200', '', '', 1, null, false, array($object->id))))
/htdocs/societe/card.php:17521$selected = (GETPOSTISARRAY('commercial') ? GETPOST('commercial', 'array:int') : (GETPOSTINT('commercial') > 0 ? array(GETPOSTINT('commercial')) : (!$user->hasRight('societe', 'client', 'voir') ? array($user->id) : array( ))))
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php:23431$values = ['years' => $this->years, 'months' => $this->months, 'weeks' => (int) ($this->d / $daysPerWeek), 'dayz' => $this->d % $daysPerWeek, 'hours' => $this->hours, 'minutes' => $this->minutes, 'seconds' => $this->seconds, 'milliseconds' => (int) ($this->microseconds / Carbon::MICROSECONDS_PER_MILLISECOND), 'microseconds' => $this->microseconds % Carbon::MICROSECONDS_PER_MILLISECOND, ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php:16751$diffIntervalArray = [['value' => $intervalValues->years, 'unit' => 'year', 'unitShort' => 'y'], ['value' => $intervalValues->months, 'unit' => 'month', 'unitShort' => 'm'], ['value' => $intervalValues->weeks, 'unit' => 'week', 'unitShort' => 'w'], ['value' => $intervalValues->daysExcludeWeeks, 'unit' => 'day', 'unitShort' => 'd'], ['value' => $intervalValues->hours, 'unit' => 'hour', 'unitShort' => 'h'], ['value' => $intervalValues->minutes, 'unit' => 'minute', 'unitShort' => 'min'], ['value' => $intervalValues->seconds, 'unit' => 'second', 'unitShort' => 's'], ['value' => $intervalValues->milliseconds, 'unit' => 'millisecond', 'unitShort' => 'ms'], ['value' => $intervalValues->microExcludeMilli, 'unit' => 'microsecond', 'unitShort' => 'µs'], ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php:15031return ['years' => $this->years, 'months' => $this->months, 'weeks' => $this->weeks, 'days' => $this->daysExcludeWeeks, 'hours' => $this->hours, 'minutes' => $this->minutes, 'seconds' => $this->seconds, 'microseconds' => $this->microseconds, ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php:12281return $this->years === 0 && $this->months === 0 && $this->dayz === 0 && !$this->days && $this->hours === 0 && $this->minutes === 0 && $this->seconds === 0 && $this->microseconds === 0
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php:18531return $this->getStartDate( )->avoidMutation( )->add($this->getDateInterval( )->times($this->recurrences - ($this->isStartExcluded( ) ? 0 : 1)))
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php:15101return new $className($this->rawDate($this->getStartDate( )), $this->getDateInterval( ), $this->getEndDate( ) ? $this->rawDate($this->getIncludedEndDate( )) : $this->getRecurrences( ), $this->isStartExcluded( ) ? DatePeriod::EXCLUDE_START_DATE : 0)
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php:6441$arguments = [$arguments[0]->getStartDate( ), $arguments[0]->getEndDate( ) ?: $arguments[0]->getRecurrences( ), $arguments[0]->getDateInterval( ), $arguments[0]->getOptions( ), ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php:6371$arguments = [$arguments[0]->start, $arguments[0]->end ?: ($arguments[0]->recurrences - 1), $arguments[0]->interval, $arguments[0]->include_start_date ? 0 : static::EXCLUDE_START_DATE, ]
/htdocs/includes/webklex/php-imap/vendor/composer/autoload_psr4.php:81return array('voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'), 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'), 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), 'Webklex\\PHPIMAP\\' => array($baseDir . '/src'), 'Tests\\' => array($baseDir . '/tests'), 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), 'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), 'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'), 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'), 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'), 'Illuminate\\Support\\' => array($vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/support'), 'Illuminate\\Pagination\\' => array($vendorDir . '/illuminate/pagination'), 'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'), 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), 'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'), 'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'), )
/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/Experimental/Unifont/UnifontGlyphFactory.php:191return implode([chr((($in[0 * $chars + $idx] & 0x80)) | (($in[1 * $chars + $idx] & 0x80) >> 1) | (($in[2 * $chars + $idx] & 0x80) >> 2) | (($in[3 * $chars + $idx] & 0x80) >> 3) | (($in[4 * $chars + $idx] & 0x80) >> 4) | (($in[5 * $chars + $idx] & 0x80) >> 5) | (($in[6 * $chars + $idx] & 0x80) >> 6) | (($in[7 * $chars + $idx] & 0x80) >> 7)), chr((($in[8 * $chars + $idx] & 0x80)) | (($in[9 * $chars + $idx] & 0x80) >> 1) | (($in[10 * $chars + $idx] & 0x80) >> 2) | (($in[11 * $chars + $idx] & 0x80) >> 3) | (($in[12 * $chars + $idx] & 0x80) >> 4) | (($in[13 * $chars + $idx] & 0x80) >> 5) | (($in[14 * $chars + $idx] & 0x80) >> 6) | (($in[15 * $chars + $idx] & 0x80) >> 7)), chr(0), chr((($in[0 * $chars + $idx] & 0x40) << 1) | (($in[1 * $chars + $idx] & 0x40)) | (($in[2 * $chars + $idx] & 0x40) >> 1) | (($in[3 * $chars + $idx] & 0x40) >> 2) | (($in[4 * $chars + $idx] & 0x40) >> 3) | (($in[5 * $chars + $idx] & 0x40) >> 4) | (($in[6 * $chars + $idx] & 0x40) >> 5) | (($in[7 * $chars + $idx] & 0x40) >> 6)), chr((($in[8 * $chars + $idx] & 0x40) << 1) | (($in[9 * $chars + $idx] & 0x40) >> 0) | (($in[10 * $chars + $idx] & 0x40) >> 1) | (($in[11 * $chars + $idx] & 0x40) >> 2) | (($in[12 * $chars + $idx] & 0x40) >> 3) | (($in[13 * $chars + $idx] & 0x40) >> 4) | (($in[14 * $chars + $idx] & 0x40) >> 5) | (($in[15 * $chars + $idx] & 0x40) >> 6)), chr(0), chr((($in[0 * $chars + $idx] & 0x20) << 2) | (($in[1 * $chars + $idx] & 0x20) << 1) | (($in[2 * $chars + $idx] & 0x20)) | (($in[3 * $chars + $idx] & 0x20) >> 1) | (($in[4 * $chars + $idx] & 0x20) >> 2) | (($in[5 * $chars + $idx] & 0x20) >> 3) | (($in[6 * $chars + $idx] & 0x20) >> 4) | (($in[7 * $chars + $idx] & 0x20) >> 5)), chr((($in[8 * $chars + $idx] & 0x20) << 2) | (($in[9 * $chars + $idx] & 0x20) << 1) | (($in[10 * $chars + $idx] & 0x20)) | (($in[11 * $chars + $idx] & 0x20) >> 1) | (($in[12 * $chars + $idx] & 0x20) >> 2) | (($in[13 * $chars + $idx] & 0x20) >> 3) | (($in[14 * $chars + $idx] & 0x20) >> 4) | (($in[15 * $chars + $idx] & 0x20) >> 5)), chr(0), chr((($in[0 * $chars + $idx] & 0x10) << 3) | (($in[1 * $chars + $idx] & 0x10) << 2) | (($in[2 * $chars + $idx] & 0x10) << 1) | (($in[3 * $chars + $idx] & 0x10)) | (($in[4 * $chars + $idx] & 0x10) >> 1) | (($in[5 * $chars + $idx] & 0x10) >> 2) | (($in[6 * $chars + $idx] & 0x10) >> 3) | (($in[7 * $chars + $idx] & 0x10) >> 4)), chr((($in[8 * $chars + $idx] & 0x10) << 3) | (($in[9 * $chars + $idx] & 0x10) << 2) | (($in[10 * $chars + $idx] & 0x10) << 1) | (($in[11 * $chars + $idx] & 0x10)) | (($in[12 * $chars + $idx] & 0x10) >> 1) | (($in[13 * $chars + $idx] & 0x10) >> 2) | (($in[14 * $chars + $idx] & 0x10) >> 3) | (($in[15 * $chars + $idx] & 0x10) >> 4)), chr(0), chr((($in[0 * $chars + $idx] & 0x08) << 4) | (($in[1 * $chars + $idx] & 0x08) << 3) | (($in[2 * $chars + $idx] & 0x08) << 2) | (($in[3 * $chars + $idx] & 0x08) << 1) | (($in[4 * $chars + $idx] & 0x08)) | (($in[5 * $chars + $idx] & 0x08) >> 1) | (($in[6 * $chars + $idx] & 0x08) >> 2) | (($in[7 * $chars + $idx] & 0x08) >> 3)), chr((($in[8 * $chars + $idx] & 0x08) << 4) | (($in[9 * $chars + $idx] & 0x08) << 3) | (($in[10 * $chars + $idx] & 0x08) << 2) | (($in[11 * $chars + $idx] & 0x08) << 1) | (($in[12 * $chars + $idx] & 0x08)) | (($in[13 * $chars + $idx] & 0x08) >> 1) | (($in[14 * $chars + $idx] & 0x08) >> 2) | (($in[15 * $chars + $idx] & 0x08) >> 3)), chr(0), chr((($in[0 * $chars + $idx] & 0x04) << 5) | (($in[1 * $chars + $idx] & 0x04) << 4) | (($in[2 * $chars + $idx] & 0x04) << 3) | (($in[3 * $chars + $idx] & 0x04) << 2) | (($in[4 * $chars + $idx] & 0x04) << 1) | (($in[5 * $chars + $idx] & 0x04)) | (($in[6 * $chars + $idx] & 0x04) >> 1) | (($in[7 * $chars + $idx] & 0x04) >> 2)), chr((($in[8 * $chars + $idx] & 0x04) << 5) | (($in[9 * $chars + $idx] & 0x04) << 4) | (($in[10 * $chars + $idx] & 0x04) << 3) | (($in[11 * $chars + $idx] & 0x04) << 2) | (($in[12 * $chars + $idx] & 0x04) << 1) | (($in[13 * $chars + $idx] & 0x04)) | (($in[14 * $chars + $idx] & 0x04) >> 1) | (($in[15 * $chars + $idx] & 0x04) >> 2)), chr(0), chr((($in[0 * $chars + $idx] & 0x02) << 6) | (($in[1 * $chars + $idx] & 0x02) << 5) | (($in[2 * $chars + $idx] & 0x02) << 4) | (($in[3 * $chars + $idx] & 0x02) << 3) | (($in[4 * $chars + $idx] & 0x02) << 2) | (($in[5 * $chars + $idx] & 0x02) << 1) | (($in[6 * $chars + $idx] & 0x02)) | (($in[7 * $chars + $idx] & 0x02) >> 1)), chr((($in[8 * $chars + $idx] & 0x02) << 6) | (($in[9 * $chars + $idx] & 0x02) << 5) | (($in[10 * $chars + $idx] & 0x02) << 4) | (($in[11 * $chars + $idx] & 0x02) << 3) | (($in[12 * $chars + $idx] & 0x02) << 2) | (($in[13 * $chars + $idx] & 0x02) << 1) | (($in[14 * $chars + $idx] & 0x02)) | (($in[15 * $chars + $idx] & 0x02) >> 1)), chr(0), chr((($in[0 * $chars + $idx] & 0x01) << 7) | (($in[1 * $chars + $idx] & 0x01) << 6) | (($in[2 * $chars + $idx] & 0x01) << 5) | (($in[3 * $chars + $idx] & 0x01) << 4) | (($in[4 * $chars + $idx] & 0x01) << 3) | (($in[5 * $chars + $idx] & 0x01) << 2) | (($in[6 * $chars + $idx] & 0x01) << 1) | (($in[7 * $chars + $idx] & 0x01))), chr((($in[8 * $chars + $idx] & 0x01) << 7) | (($in[9 * $chars + $idx] & 0x01) << 6) | (($in[10 * $chars + $idx] & 0x01) << 5) | (($in[11 * $chars + $idx] & 0x01) << 4) | (($in[12 * $chars + $idx] & 0x01) << 3) | (($in[13 * $chars + $idx] & 0x01) << 2) | (($in[14 * $chars + $idx] & 0x01) >> 1) | (($in[15 * $chars + $idx] & 0x01))), chr(0)])
/htdocs/includes/restler/framework/Luracast/Restler/Filter/RateLimit.php:1561$units = array('week' => (int) ($secs / 86400 / 7), 'day' => $secs / 86400 % 7, 'hour' => $secs / 3600 % 24, 'minute' => $secs / 60 % 60, 'second' => $secs % 60)
/htdocs/includes/restler/framework/Luracast/Restler/UI/Forms.php:3511$r = array('tag' => $tag, 'name' => $name, 'type' => $type, 'label' => $p->label, 'value' => $p->value, 'default' => $p->default, 'options' => &$options, 'multiple' => $multiple, )
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php:2971return static::$cascadeFactors ?: ['milliseconds' => [Carbon::MICROSECONDS_PER_MILLISECOND, 'microseconds'], 'seconds' => [Carbon::MILLISECONDS_PER_SECOND, 'milliseconds'], 'minutes' => [Carbon::SECONDS_PER_MINUTE, 'seconds'], 'hours' => [Carbon::MINUTES_PER_HOUR, 'minutes'], 'dayz' => [Carbon::HOURS_PER_DAY, 'hours'], 'weeks' => [Carbon::DAYS_PER_WEEK, 'dayz'], 'months' => [Carbon::WEEKS_PER_MONTH, 'weeks'], 'years' => [Carbon::MONTHS_PER_YEAR, 'months'], ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/lazy/Carbon/PHPStan/AbstractMacroStatic.php:311return $this->reflectionFunction instanceof ReflectionMethod ? new Reflection\Adapter\ReflectionMethod(Reflection\ReflectionMethod::createFromName($this->reflectionFunction->getDeclaringClass( )->getName( ), $this->reflectionFunction->getName( ))) : null
/htdocs/includes/webklex/php-imap/vendor/composer/autoload_files.php:81return array('0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', '60799491728b879e74601d83e38b2cad' => $vendorDir . '/illuminate/collections/helpers.php', '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', '72579e7bd17821bb1321b87411366eae' => $vendorDir . '/illuminate/support/helpers.php', '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', )
/htdocs/includes/webklex/php-imap/vendor/composer/autoload_classmap.php:81return array('Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 'File_Iterator' => $vendorDir . '/phpunit/php-file-iterator/src/Iterator.php', 'File_Iterator_Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php', 'File_Iterator_Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php', 'PHPUnit\\Framework\\Assert' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/Assert.php', 'PHPUnit\\Framework\\AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/AssertionFailedError.php', 'PHPUnit\\Framework\\BaseTestListener' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/BaseTestListener.php', 'PHPUnit\\Framework\\Test' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/Test.php', 'PHPUnit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php', 'PHPUnit\\Framework\\TestListener' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestListener.php', 'PHPUnit\\Framework\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/ForwardCompatibility/TestSuite.php', 'PHPUnit_Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php', 'PHPUnit_Extensions_GroupTestSuite' => $vendorDir . '/phpunit/phpunit/src/Extensions/GroupTestSuite.php', 'PHPUnit_Extensions_PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Extensions/PhptTestCase.php', 'PHPUnit_Extensions_PhptTestSuite' => $vendorDir . '/phpunit/phpunit/src/Extensions/PhptTestSuite.php', 'PHPUnit_Extensions_RepeatedTest' => $vendorDir . '/phpunit/phpunit/src/Extensions/RepeatedTest.php', 'PHPUnit_Extensions_TestDecorator' => $vendorDir . '/phpunit/phpunit/src/Extensions/TestDecorator.php', 'PHPUnit_Extensions_TicketListener' => $vendorDir . '/phpunit/phpunit/src/Extensions/TicketListener.php', 'PHPUnit_Framework_Assert' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert.php', 'PHPUnit_Framework_AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/AssertionFailedError.php', 'PHPUnit_Framework_BaseTestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/BaseTestListener.php', 'PHPUnit_Framework_CodeCoverageException' => $vendorDir . '/phpunit/phpunit/src/Framework/CodeCoverageException.php', 'PHPUnit_Framework_Constraint' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint.php', 'PHPUnit_Framework_Constraint_And' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/And.php', 'PHPUnit_Framework_Constraint_ArrayHasKey' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php', 'PHPUnit_Framework_Constraint_ArraySubset' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php', 'PHPUnit_Framework_Constraint_Attribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Attribute.php', 'PHPUnit_Framework_Constraint_Callback' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', 'PHPUnit_Framework_Constraint_ClassHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php', 'PHPUnit_Framework_Constraint_ClassHasStaticAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php', 'PHPUnit_Framework_Constraint_Composite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Composite.php', 'PHPUnit_Framework_Constraint_Count' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Count.php', 'PHPUnit_Framework_Constraint_Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception.php', 'PHPUnit_Framework_Constraint_ExceptionCode' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php', 'PHPUnit_Framework_Constraint_ExceptionMessage' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php', 'PHPUnit_Framework_Constraint_ExceptionMessageRegExp' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php', 'PHPUnit_Framework_Constraint_FileExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/FileExists.php', 'PHPUnit_Framework_Constraint_GreaterThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php', 'PHPUnit_Framework_Constraint_IsAnything' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', 'PHPUnit_Framework_Constraint_IsEmpty' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php', 'PHPUnit_Framework_Constraint_IsEqual' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsEqual.php', 'PHPUnit_Framework_Constraint_IsFalse' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsFalse.php', 'PHPUnit_Framework_Constraint_IsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php', 'PHPUnit_Framework_Constraint_IsInstanceOf' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php', 'PHPUnit_Framework_Constraint_IsJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsJson.php', 'PHPUnit_Framework_Constraint_IsNull' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsNull.php', 'PHPUnit_Framework_Constraint_IsTrue' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsTrue.php', 'PHPUnit_Framework_Constraint_IsType' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsType.php', 'PHPUnit_Framework_Constraint_JsonMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', 'PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php', 'PHPUnit_Framework_Constraint_LessThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/LessThan.php', 'PHPUnit_Framework_Constraint_Not' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Not.php', 'PHPUnit_Framework_Constraint_ObjectHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/ObjectHasAttribute.php', 'PHPUnit_Framework_Constraint_Or' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Or.php', 'PHPUnit_Framework_Constraint_PCREMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php', 'PHPUnit_Framework_Constraint_SameSize' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/SameSize.php', 'PHPUnit_Framework_Constraint_StringContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringContains.php', 'PHPUnit_Framework_Constraint_StringEndsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php', 'PHPUnit_Framework_Constraint_StringMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringMatches.php', 'PHPUnit_Framework_Constraint_StringStartsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php', 'PHPUnit_Framework_Constraint_TraversableContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php', 'PHPUnit_Framework_Constraint_TraversableContainsOnly' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php', 'PHPUnit_Framework_Constraint_Xor' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Xor.php', 'PHPUnit_Framework_Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Error.php', 'PHPUnit_Framework_Error_Deprecated' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', 'PHPUnit_Framework_Error_Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Notice.php', 'PHPUnit_Framework_Error_Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Warning.php', 'PHPUnit_Framework_Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception.php', 'PHPUnit_Framework_ExceptionWrapper' => $vendorDir . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', 'PHPUnit_Framework_ExpectationFailedException' => $vendorDir . '/phpunit/phpunit/src/Framework/ExpectationFailedException.php', 'PHPUnit_Framework_IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTest.php', 'PHPUnit_Framework_IncompleteTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', 'PHPUnit_Framework_IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestError.php', 'PHPUnit_Framework_InvalidCoversTargetError' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php', 'PHPUnit_Framework_InvalidCoversTargetException' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidCoversTargetException.php', 'PHPUnit_Framework_MockObject_BadMethodCallException' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/BadMethodCallException.php', 'PHPUnit_Framework_MockObject_Builder_Identity' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Identity.php', 'PHPUnit_Framework_MockObject_Builder_InvocationMocker' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php', 'PHPUnit_Framework_MockObject_Builder_Match' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php', 'PHPUnit_Framework_MockObject_Builder_MethodNameMatch' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/MethodNameMatch.php', 'PHPUnit_Framework_MockObject_Builder_Namespace' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php', 'PHPUnit_Framework_MockObject_Builder_ParametersMatch' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/ParametersMatch.php', 'PHPUnit_Framework_MockObject_Builder_Stub' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Stub.php', 'PHPUnit_Framework_MockObject_Exception' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php', 'PHPUnit_Framework_MockObject_Generator' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php', 'PHPUnit_Framework_MockObject_Invocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation.php', 'PHPUnit_Framework_MockObject_InvocationMocker' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php', 'PHPUnit_Framework_MockObject_Invocation_Object' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Object.php', 'PHPUnit_Framework_MockObject_Invocation_Static' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php', 'PHPUnit_Framework_MockObject_Invokable' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invokable.php', 'PHPUnit_Framework_MockObject_Matcher' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php', 'PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php', 'PHPUnit_Framework_MockObject_Matcher_AnyParameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php', 'PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ConsecutiveParameters.php', 'PHPUnit_Framework_MockObject_Matcher_Invocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Invocation.php', 'PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php', 'PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php', 'PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php', 'PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtMostCount.php', 'PHPUnit_Framework_MockObject_Matcher_InvokedCount' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedCount.php', 'PHPUnit_Framework_MockObject_Matcher_InvokedRecorder' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedRecorder.php', 'PHPUnit_Framework_MockObject_Matcher_MethodName' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/MethodName.php', 'PHPUnit_Framework_MockObject_Matcher_Parameters' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php', 'PHPUnit_Framework_MockObject_Matcher_StatelessInvocation' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php', 'PHPUnit_Framework_MockObject_MockBuilder' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockBuilder.php', 'PHPUnit_Framework_MockObject_MockObject' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php', 'PHPUnit_Framework_MockObject_RuntimeException' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php', 'PHPUnit_Framework_MockObject_Stub' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub.php', 'PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ConsecutiveCalls.php', 'PHPUnit_Framework_MockObject_Stub_Exception' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php', 'PHPUnit_Framework_MockObject_Stub_MatcherCollection' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/MatcherCollection.php', 'PHPUnit_Framework_MockObject_Stub_Return' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Return.php', 'PHPUnit_Framework_MockObject_Stub_ReturnArgument' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php', 'PHPUnit_Framework_MockObject_Stub_ReturnCallback' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnCallback.php', 'PHPUnit_Framework_MockObject_Stub_ReturnSelf' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnSelf.php', 'PHPUnit_Framework_MockObject_Stub_ReturnValueMap' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnValueMap.php', 'PHPUnit_Framework_MockObject_Verifiable' => $vendorDir . '/phpunit/phpunit-mock-objects/src/Framework/MockObject/Verifiable.php', 'PHPUnit_Framework_OutputError' => $vendorDir . '/phpunit/phpunit/src/Framework/OutputError.php', 'PHPUnit_Framework_RiskyTest' => $vendorDir . '/phpunit/phpunit/src/Framework/RiskyTest.php', 'PHPUnit_Framework_RiskyTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/RiskyTestError.php', 'PHPUnit_Framework_SelfDescribing' => $vendorDir . '/phpunit/phpunit/src/Framework/SelfDescribing.php', 'PHPUnit_Framework_SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTest.php', 'PHPUnit_Framework_SkippedTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', 'PHPUnit_Framework_SkippedTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestError.php', 'PHPUnit_Framework_SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestSuiteError.php', 'PHPUnit_Framework_SyntheticError' => $vendorDir . '/phpunit/phpunit/src/Framework/SyntheticError.php', 'PHPUnit_Framework_Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Test.php', 'PHPUnit_Framework_TestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/TestCase.php', 'PHPUnit_Framework_TestFailure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestFailure.php', 'PHPUnit_Framework_TestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListener.php', 'PHPUnit_Framework_TestResult' => $vendorDir . '/phpunit/phpunit/src/Framework/TestResult.php', 'PHPUnit_Framework_TestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite.php', 'PHPUnit_Framework_TestSuite_DataProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite/DataProvider.php', 'PHPUnit_Framework_UnintentionallyCoveredCodeError' => $vendorDir . '/phpunit/phpunit/src/Framework/UnintentionallyCoveredCodeError.php', 'PHPUnit_Framework_Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Warning.php', 'PHPUnit_Runner_BaseTestRunner' => $vendorDir . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', 'PHPUnit_Runner_Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception.php', 'PHPUnit_Runner_Filter_Factory' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Factory.php', 'PHPUnit_Runner_Filter_GroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group.php', 'PHPUnit_Runner_Filter_Group_Exclude' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group/Exclude.php', 'PHPUnit_Runner_Filter_Group_Include' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Group/Include.php', 'PHPUnit_Runner_Filter_Test' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Test.php', 'PHPUnit_Runner_StandardTestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', 'PHPUnit_Runner_TestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', 'PHPUnit_Runner_Version' => $vendorDir . '/phpunit/phpunit/src/Runner/Version.php', 'PHPUnit_TextUI_Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command.php', 'PHPUnit_TextUI_ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', 'PHPUnit_TextUI_TestRunner' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestRunner.php', 'PHPUnit_Util_Blacklist' => $vendorDir . '/phpunit/phpunit/src/Util/Blacklist.php', 'PHPUnit_Util_Configuration' => $vendorDir . '/phpunit/phpunit/src/Util/Configuration.php', 'PHPUnit_Util_ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Util/ErrorHandler.php', 'PHPUnit_Util_Fileloader' => $vendorDir . '/phpunit/phpunit/src/Util/Fileloader.php', 'PHPUnit_Util_Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php', 'PHPUnit_Util_Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php', 'PHPUnit_Util_Getopt' => $vendorDir . '/phpunit/phpunit/src/Util/Getopt.php', 'PHPUnit_Util_GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php', 'PHPUnit_Util_InvalidArgumentHelper' => $vendorDir . '/phpunit/phpunit/src/Util/InvalidArgumentHelper.php', 'PHPUnit_Util_Log_JSON' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JSON.php', 'PHPUnit_Util_Log_JUnit' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JUnit.php', 'PHPUnit_Util_Log_TAP' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TAP.php', 'PHPUnit_Util_PHP' => $vendorDir . '/phpunit/phpunit/src/Util/PHP.php', 'PHPUnit_Util_PHP_Default' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/Default.php', 'PHPUnit_Util_PHP_Windows' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/Windows.php', 'PHPUnit_Util_Printer' => $vendorDir . '/phpunit/phpunit/src/Util/Printer.php', 'PHPUnit_Util_Regex' => $vendorDir . '/phpunit/phpunit/src/Util/Regex.php', 'PHPUnit_Util_String' => $vendorDir . '/phpunit/phpunit/src/Util/String.php', 'PHPUnit_Util_Test' => $vendorDir . '/phpunit/phpunit/src/Util/Test.php', 'PHPUnit_Util_TestDox_NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', 'PHPUnit_Util_TestDox_ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', 'PHPUnit_Util_TestDox_ResultPrinter_HTML' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php', 'PHPUnit_Util_TestDox_ResultPrinter_Text' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php', 'PHPUnit_Util_TestSuiteIterator' => $vendorDir . '/phpunit/phpunit/src/Util/TestSuiteIterator.php', 'PHPUnit_Util_Type' => $vendorDir . '/phpunit/phpunit/src/Util/Type.php', 'PHPUnit_Util_XML' => $vendorDir . '/phpunit/phpunit/src/Util/XML.php', 'PHP_CodeCoverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage.php', 'PHP_CodeCoverage_Driver' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Driver.php', 'PHP_CodeCoverage_Driver_HHVM' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/HHVM.php', 'PHP_CodeCoverage_Driver_PHPDBG' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/PHPDBG.php', 'PHP_CodeCoverage_Driver_Xdebug' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Driver/Xdebug.php', 'PHP_CodeCoverage_Exception' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Exception.php', 'PHP_CodeCoverage_Exception_UnintentionallyCoveredCode' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Exception/UnintentionallyCoveredCode.php', 'PHP_CodeCoverage_Filter' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Filter.php', 'PHP_CodeCoverage_Report_Clover' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Clover.php', 'PHP_CodeCoverage_Report_Crap4j' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Crap4j.php', 'PHP_CodeCoverage_Report_Factory' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Factory.php', 'PHP_CodeCoverage_Report_HTML' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML.php', 'PHP_CodeCoverage_Report_HTML_Renderer' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer.php', 'PHP_CodeCoverage_Report_HTML_Renderer_Dashboard' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Dashboard.php', 'PHP_CodeCoverage_Report_HTML_Renderer_Directory' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Directory.php', 'PHP_CodeCoverage_Report_HTML_Renderer_File' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/File.php', 'PHP_CodeCoverage_Report_Node' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php', 'PHP_CodeCoverage_Report_Node_Directory' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php', 'PHP_CodeCoverage_Report_Node_File' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php', 'PHP_CodeCoverage_Report_Node_Iterator' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Iterator.php', 'PHP_CodeCoverage_Report_PHP' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/PHP.php', 'PHP_CodeCoverage_Report_Text' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/Text.php', 'PHP_CodeCoverage_Report_XML' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML.php', 'PHP_CodeCoverage_Report_XML_Directory' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Directory.php', 'PHP_CodeCoverage_Report_XML_File' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File.php', 'PHP_CodeCoverage_Report_XML_File_Coverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Coverage.php', 'PHP_CodeCoverage_Report_XML_File_Method' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Method.php', 'PHP_CodeCoverage_Report_XML_File_Report' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Report.php', 'PHP_CodeCoverage_Report_XML_File_Unit' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Unit.php', 'PHP_CodeCoverage_Report_XML_Node' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Node.php', 'PHP_CodeCoverage_Report_XML_Project' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Project.php', 'PHP_CodeCoverage_Report_XML_Tests' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Tests.php', 'PHP_CodeCoverage_Report_XML_Totals' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Totals.php', 'PHP_CodeCoverage_Util' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Util.php', 'PHP_CodeCoverage_Util_InvalidArgumentHelper' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage/Util/InvalidArgumentHelper.php', 'PHP_Timer' => $vendorDir . '/phpunit/php-timer/src/Timer.php', 'PHP_Token' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_TokenWithScope' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_TokenWithScopeAndVisibility' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ABSTRACT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_AMPERSAND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_AND_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ARRAY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ARRAY_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_AS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ASYNC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_AT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_AWAIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_BACKTICK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_BAD_CHARACTER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_BOOLEAN_AND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_BOOLEAN_OR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_BOOL_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_BREAK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CALLABLE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CARET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CASE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CATCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CHARACTER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CLASS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CLASS_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CLASS_NAME_CONSTANT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CLONE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CLOSE_BRACKET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CLOSE_CURLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CLOSE_SQUARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CLOSE_TAG' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_COALESCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_COLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_COMMA' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_COMMENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_COMPILER_HALT_OFFSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CONCAT_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CONST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CONSTANT_ENCAPSED_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CONTINUE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_CURLY_OPEN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DEC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DECLARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DEFAULT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DIR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DIV' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DIV_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DNUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DOC_COMMENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DOLLAR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DOLLAR_OPEN_CURLY_BRACES' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DOT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DOUBLE_ARROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DOUBLE_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DOUBLE_COLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_DOUBLE_QUOTES' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ECHO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ELLIPSIS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ELSE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ELSEIF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_EMPTY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ENCAPSED_AND_WHITESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ENDDECLARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ENDFOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ENDFOREACH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ENDIF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ENDSWITCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ENDWHILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_END_HEREDOC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ENUM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_EQUALS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_EVAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_EXCLAMATION_MARK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_EXIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_EXTENDS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_FILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_FINAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_FINALLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_FOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_FOREACH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_FUNCTION' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_FUNC_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_GLOBAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_GOTO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_HALT_COMPILER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IMPLEMENTS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_INC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_INCLUDE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_INCLUDE_ONCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_INLINE_HTML' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_INSTANCEOF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_INSTEADOF' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_INTERFACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_INT_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ISSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IS_GREATER_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IS_IDENTICAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IS_NOT_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IS_NOT_IDENTICAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_IS_SMALLER_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_Includes' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_JOIN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LAMBDA_ARROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LAMBDA_CP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LAMBDA_OP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LINE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LIST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LNUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LOGICAL_AND' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LOGICAL_OR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LOGICAL_XOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_METHOD_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_MINUS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_MINUS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_MOD_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_MULT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_MUL_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_NAMESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_NEW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_NS_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_NS_SEPARATOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_NULLSAFE_OBJECT_OPERATOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_NUM_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_OBJECT_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_OBJECT_OPERATOR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_ONUMBER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_OPEN_BRACKET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_OPEN_CURLY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_OPEN_SQUARE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_OPEN_TAG' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_OPEN_TAG_WITH_ECHO' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_OR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PAAMAYIM_NEKUDOTAYIM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PERCENT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PIPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PLUS' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PLUS_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_POW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_POW_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PRINT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PRIVATE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PROTECTED' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_PUBLIC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_QUESTION_MARK' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_REQUIRE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_REQUIRE_ONCE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_RETURN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SEMICOLON' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SHAPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SL_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SPACESHIP' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_START_HEREDOC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_STATIC' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_STRING' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_STRING_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_STRING_VARNAME' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SUPER' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_SWITCH' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_Stream' => $vendorDir . '/phpunit/php-token-stream/src/Token/Stream.php', 'PHP_Token_Stream_CachingFactory' => $vendorDir . '/phpunit/php-token-stream/src/Token/Stream/CachingFactory.php', 'PHP_Token_THROW' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_TILDE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_TRAIT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_TRAIT_C' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_TRY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_TYPE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_TYPELIST_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_TYPELIST_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_UNSET' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_UNSET_CAST' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_USE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_USE_FUNCTION' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_VAR' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_VARIABLE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_WHERE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_WHILE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_WHITESPACE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_ATTRIBUTE' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_CATEGORY' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_CATEGORY_LABEL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_CHILDREN' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_LABEL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_REQUIRED' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_TAG_GT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_TAG_LT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XHP_TEXT' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_XOR_EQUAL' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_YIELD' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PHP_Token_YIELD_FROM' => $vendorDir . '/phpunit/php-token-stream/src/Token.php', 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'SebastianBergmann\\Comparator\\ArrayComparator' => $vendorDir . '/sebastian/comparator/src/ArrayComparator.php', 'SebastianBergmann\\Comparator\\Comparator' => $vendorDir . '/sebastian/comparator/src/Comparator.php', 'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php', 'SebastianBergmann\\Comparator\\DOMNodeComparator' => $vendorDir . '/sebastian/comparator/src/DOMNodeComparator.php', 'SebastianBergmann\\Comparator\\DateTimeComparator' => $vendorDir . '/sebastian/comparator/src/DateTimeComparator.php', 'SebastianBergmann\\Comparator\\DoubleComparator' => $vendorDir . '/sebastian/comparator/src/DoubleComparator.php', 'SebastianBergmann\\Comparator\\ExceptionComparator' => $vendorDir . '/sebastian/comparator/src/ExceptionComparator.php', 'SebastianBergmann\\Comparator\\Factory' => $vendorDir . '/sebastian/comparator/src/Factory.php', 'SebastianBergmann\\Comparator\\MockObjectComparator' => $vendorDir . '/sebastian/comparator/src/MockObjectComparator.php', 'SebastianBergmann\\Comparator\\NumericComparator' => $vendorDir . '/sebastian/comparator/src/NumericComparator.php', 'SebastianBergmann\\Comparator\\ObjectComparator' => $vendorDir . '/sebastian/comparator/src/ObjectComparator.php', 'SebastianBergmann\\Comparator\\ResourceComparator' => $vendorDir . '/sebastian/comparator/src/ResourceComparator.php', 'SebastianBergmann\\Comparator\\ScalarComparator' => $vendorDir . '/sebastian/comparator/src/ScalarComparator.php', 'SebastianBergmann\\Comparator\\SplObjectStorageComparator' => $vendorDir . '/sebastian/comparator/src/SplObjectStorageComparator.php', 'SebastianBergmann\\Comparator\\TypeComparator' => $vendorDir . '/sebastian/comparator/src/TypeComparator.php', 'SebastianBergmann\\Diff\\Chunk' => $vendorDir . '/sebastian/diff/src/Chunk.php', 'SebastianBergmann\\Diff\\Diff' => $vendorDir . '/sebastian/diff/src/Diff.php', 'SebastianBergmann\\Diff\\Differ' => $vendorDir . '/sebastian/diff/src/Differ.php', 'SebastianBergmann\\Diff\\LCS\\LongestCommonSubsequence' => $vendorDir . '/sebastian/diff/src/LCS/LongestCommonSubsequence.php', 'SebastianBergmann\\Diff\\LCS\\MemoryEfficientImplementation' => $vendorDir . '/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php', 'SebastianBergmann\\Diff\\LCS\\TimeEfficientImplementation' => $vendorDir . '/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php', 'SebastianBergmann\\Diff\\Line' => $vendorDir . '/sebastian/diff/src/Line.php', 'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php', 'SebastianBergmann\\Environment\\Console' => $vendorDir . '/sebastian/environment/src/Console.php', 'SebastianBergmann\\Environment\\Runtime' => $vendorDir . '/sebastian/environment/src/Runtime.php', 'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php', 'SebastianBergmann\\GlobalState\\Blacklist' => $vendorDir . '/sebastian/global-state/src/Blacklist.php', 'SebastianBergmann\\GlobalState\\CodeExporter' => $vendorDir . '/sebastian/global-state/src/CodeExporter.php', 'SebastianBergmann\\GlobalState\\Exception' => $vendorDir . '/sebastian/global-state/src/Exception.php', 'SebastianBergmann\\GlobalState\\Restorer' => $vendorDir . '/sebastian/global-state/src/Restorer.php', 'SebastianBergmann\\GlobalState\\RuntimeException' => $vendorDir . '/sebastian/global-state/src/RuntimeException.php', 'SebastianBergmann\\GlobalState\\Snapshot' => $vendorDir . '/sebastian/global-state/src/Snapshot.php', 'SebastianBergmann\\RecursionContext\\Context' => $vendorDir . '/sebastian/recursion-context/src/Context.php', 'SebastianBergmann\\RecursionContext\\Exception' => $vendorDir . '/sebastian/recursion-context/src/Exception.php', 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => $vendorDir . '/sebastian/recursion-context/src/InvalidArgumentException.php', 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php', 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', 'Text_Template' => $vendorDir . '/phpunit/php-text-template/src/Template.php', 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', )
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Converter.php:4751return ['year' => $this->year, 'month' => $this->month, 'day' => $this->day, 'dayOfWeek' => $this->dayOfWeek, 'dayOfYear' => $this->dayOfYear, 'hour' => $this->hour, 'minute' => $this->minute, 'second' => $this->second, 'micro' => $this->micro, 'timestamp' => $this->timestamp, 'formatted' => $this->rawFormat(\defined('static::DEFAULT_TO_STRING_FORMAT') ? static::DEFAULT_TO_STRING_FORMAT : CarbonInterface::DEFAULT_TO_STRING_FORMAT), 'timezone' => $this->timezone, ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:6481return ['year' => [1, 9999], 'month' => [1, static::MONTHS_PER_YEAR], 'day' => [1, $daysInMonth], 'hour' => [0, static::HOURS_PER_DAY - 1], 'minute' => [0, static::MINUTES_PER_HOUR - 1], 'second' => [0, static::SECONDS_PER_MINUTE - 1], ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php:5601return ($newLocale && (($y = static::translateWith($translator, 'y')) !== 'y' && $y !== static::translateWith($translator, 'year'))) || (($y = static::translateWith($translator, 'd')) !== 'd' && $y !== static::translateWith($translator, 'day')) || (($y = static::translateWith($translator, 'h')) !== 'h' && $y !== static::translateWith($translator, 'hour'))
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php:6471return $newLocale && $translator->trans('period_recurrences') !== 'period_recurrences' && $translator->trans('period_interval') !== 'period_interval' && $translator->trans('period_start_date') !== 'period_start_date' && $translator->trans('period_end_date') !== 'period_end_date'
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php:7351$formats = ['LT' => static::getTranslationMessageWith($translator, 'formats.LT', $locale, 'h:mm A'), 'LTS' => static::getTranslationMessageWith($translator, 'formats.LTS', $locale, 'h:mm:ss A'), 'L' => static::getTranslationMessageWith($translator, 'formats.L', $locale, 'MM/DD/YYYY'), 'LL' => static::getTranslationMessageWith($translator, 'formats.LL', $locale, 'MMMM D, YYYY'), 'LLL' => static::getTranslationMessageWith($translator, 'formats.LLL', $locale, 'MMMM D, YYYY h:mm A'), 'LLLL' => static::getTranslationMessageWith($translator, 'formats.LLLL', $locale, 'dddd, MMMM D, YYYY h:mm A'), ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Units.php:2751$canOverflow = (\in_array($unit, ['month', 'year', ]) && ($overflow === false || ($overflow === null && ($ucUnit = ucfirst($unit) . 's') && !($this->{'local' . $ucUnit . 'Overflow'} ?? static::{'shouldOverflow' . $ucUnit}( )))))
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:18741return ['LT' => $this->getTranslationMessage('formats.LT', $locale, 'h:mm A'), 'LTS' => $this->getTranslationMessage('formats.LTS', $locale, 'h:mm:ss A'), 'L' => $this->getTranslationMessage('formats.L', $locale, 'MM/DD/YYYY'), 'LL' => $this->getTranslationMessage('formats.LL', $locale, 'MMMM D, YYYY'), 'LLL' => $this->getTranslationMessage('formats.LLL', $locale, 'MMMM D, YYYY h:mm A'), 'LLLL' => $this->getTranslationMessage('formats.LLLL', $locale, 'dddd, MMMM D, YYYY h:mm A'), ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:18931return ['sameDay' => $this->getTranslationMessage('calendar.sameDay', $locale, '[Today at] LT'), 'nextDay' => $this->getTranslationMessage('calendar.nextDay', $locale, '[Tomorrow at] LT'), 'nextWeek' => $this->getTranslationMessage('calendar.nextWeek', $locale, 'dddd [at] LT'), 'lastDay' => $this->getTranslationMessage('calendar.lastDay', $locale, '[Yesterday at] LT'), 'lastWeek' => $this->getTranslationMessage('calendar.lastWeek', $locale, '[Last] dddd [at] LT'), 'sameElse' => $this->getTranslationMessage('calendar.sameElse', $locale, 'L'), ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Rounding.php:421$metaUnits = ['millennium' => [static::YEARS_PER_MILLENNIUM, 'year'], 'century' => [static::YEARS_PER_CENTURY, 'year'], 'decade' => [static::YEARS_PER_DECADE, 'year'], 'quarter' => [static::MONTHS_PER_QUARTER, 'month'], 'millisecond' => [1000, 'microsecond'], ]
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php:3771$value = (((($diff->m || $diff->y ? $diff->days : $diff->d) * static::HOURS_PER_DAY) + $diff->h) * static::MINUTES_PER_HOUR + $diff->i) * static::SECONDS_PER_MINUTE + $diff->s
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php:19771return $period !== null && $this->getDateInterval( )->eq($period->getDateInterval( )) && $this->getStartDate( )->eq($period->getStartDate( )) && ($end ? $end->eq($period->getEndDate( )) : $this->getRecurrences( ) === $period->getRecurrences( )) && ($this->getOptions( ) & (~static::IMMUTABLE)) === ($period->getOptions( ) & (~static::IMMUTABLE))
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/PHPStan/MacroExtension.php:631return $this->methodReflectionFactory->create($classReflection, null, $builtinMacro, $classReflection->getActiveTemplateTypeMap( ), [ ], TypehintHelper::decideTypeFromReflection($builtinMacro->getReturnType( )), null, null, $builtinMacro->isDeprecated( )->yes( ), $builtinMacro->isInternal( ), $builtinMacro->isFinal( ), $builtinMacro->getDocComment( ))
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php:11341$format = $diff < -6 ? 'sameElse' : ($diff < -1 ? 'lastWeek' : ($diff < 0 ? 'lastDay' : ($diff < 1 ? 'sameDay' : ($diff < 2 ? 'nextDay' : ($diff < 7 ? 'nextWeek' : 'sameElse')))))
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php:3721$$translationKey = array_merge($mode & CarbonInterface::TRANSLATE_MONTHS ? static::getTranslationArray($months, 12, $timeString) : [ ], $mode & CarbonInterface::TRANSLATE_MONTHS ? static::getTranslationArray($messages['months_short'] ?? [ ], 12, $timeString) : [ ], $mode & CarbonInterface::TRANSLATE_DAYS ? static::getTranslationArray($weekdays, 7, $timeString) : [ ], $mode & CarbonInterface::TRANSLATE_DAYS ? static::getTranslationArray($messages['weekdays_short'] ?? [ ], 7, $timeString) : [ ], $mode & CarbonInterface::TRANSLATE_DIFF ? static::translateWordsByKeys(['diff_now', 'diff_today', 'diff_yesterday', 'diff_tomorrow', 'diff_before_yesterday', 'diff_after_tomorrow', ], $messages, $key) : [ ], $mode & CarbonInterface::TRANSLATE_UNITS ? static::translateWordsByKeys(['year', 'month', 'week', 'day', 'hour', 'minute', 'second', ], $messages, $key) : [ ], $mode & CarbonInterface::TRANSLATE_MERIDIEM ? array_map(function ($hour) use ($meridiem) { /**/ } , range(0, 23)) : [ ])
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php:3961$value = (int) round(((((($diff->m || $diff->y ? $diff->days : $diff->d) * static::HOURS_PER_DAY) + $diff->h) * static::MINUTES_PER_HOUR + $diff->i) * static::SECONDS_PER_MINUTE + ($diff->f + $diff->s)) * static::MICROSECONDS_PER_SECOND)
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php:8341return $this->diffAsCarbonInterval($other, false)->setLocalTranslator($this->getLocalTranslator( ))->forHumans($syntax, (bool) $short, $parts, $options ?? $this->localHumanDiffOptions ?? static::getHumanDiffOptions( ))
/htdocs/includes/printipp/ExtendedPrintIPP.php:13951$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x03) . $this->meta->operation_id . $this->error_generation->request_body_malformed . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->jobname . $this->meta->username . $this->meta->fidelity . $this->meta->document_name . $this->meta->document_uri . $operationattributes . chr(0x02) . $this->meta->copies . $this->meta->sides . $this->meta->page_ranges . $jobattributes . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:12081$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x13) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . $this->meta->message . $operationattributes . chr(0x02) . $jobattributes . $this->meta->copies . $this->meta->sides . $this->meta->page_ranges . $this->meta->deleted_attributes . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:16301$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x07) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . chr(0x45) . self::_giveMeStringLength("job-uri") . "job-uri" . self::_giveMeStringLength($job) . $job . $this->meta->username . $this->meta->document_uri . $this->meta->fidelity . $this->meta->mime_media_type . $operationattributes . chr(0x22) . self::_giveMeStringLength("last-document") . "last-document" . self::_giveMeStringLength($is_last) . $is_last . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:15071$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x06) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . chr(0x45) . self::_giveMeStringLength("job-uri") . "job-uri" . self::_giveMeStringLength($job) . $job . $this->meta->username . $this->meta->document_name . $this->meta->fidelity . $this->meta->mime_media_type . $operationattributes . chr(0x22) . self::_giveMeStringLength("last-document") . "last-document" . self::_giveMeStringLength($is_last) . $is_last . chr(0x03)
/htdocs/includes/parsedown/Parsedown.php:14141$Inline = array('extent' => strlen($matches[0][0]), 'position' => $matches[0][1], 'element' => array('name' => 'a', 'text' => $url, 'attributes' => array('href' => $url, ), ), )
/htdocs/includes/parsedown/Parsedown.php:12401$Inline = array('extent' => $Link['extent'] + 1, 'element' => array('name' => 'img', 'attributes' => array('src' => $Link['element']['attributes']['href'], 'alt' => $Link['element']['text'], ), ), )
/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:2411return self::NTLMSIG . $this->createByte('03') . $lmSec . $ntlmSec . $domainSec . $userSec . $workSec . $this->createByte('000000009a', 8) . $this->createByte('01020000') . $this->convertTo16bit($domain) . $this->convertTo16bit($username) . $this->convertTo16bit($workstation) . $lmResponse . $ntlmResponse
/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Parser/DomainPart.php:841$thereIsNoDomain = $this->lexer->token['type'] === EmailLexer::S_EMPTY || ($this->lexer->token['type'] === EmailLexer::S_SP && !$this->lexer->isNextToken(EmailLexer::GENERIC))
/htdocs/includes/printipp/ExtendedPrintIPP.php:3071$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x05) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . $this->meta->jobname . $this->meta->fidelity . $this->meta->timeout . $operationattributes . chr(0x02) . $this->meta->copies . $this->meta->sides . $this->meta->page_ranges . $jobattributes . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:1581$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x12) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . chr(0x22) . self::_giveMeStringLength("purge-jobs") . "purge-jobs" . self::_giveMeStringLength(chr(0x01)) . chr(0x01) . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:6731$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x11) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:5711$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x10) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:8591$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x0D) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->job_uri . $this->meta->username . $this->meta->message . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:7731$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x0C) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->username . $this->meta->job_uri . $this->meta->message . $this->meta->job_hold_until . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:10631$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x14) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->job_uri . $this->meta->username . $this->meta->message . chr(0x02) . $jobattributes . $this->meta->copies . $this->meta->sides . $this->meta->page_ranges . $this->meta->deleted_attributes . chr(0x03)
/htdocs/includes/printipp/ExtendedPrintIPP.php:9481$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x0E) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->job_uri . $this->meta->username . $this->meta->message . $jobattributes . chr(0x03)
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:7181$v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array(PCLZIP_OPT_PATH => 'optional', PCLZIP_OPT_REMOVE_PATH => 'optional', PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', PCLZIP_OPT_ADD_PATH => 'optional', PCLZIP_CB_PRE_EXTRACT => 'optional', PCLZIP_CB_POST_EXTRACT => 'optional', PCLZIP_OPT_SET_CHMOD => 'optional', PCLZIP_OPT_BY_NAME => 'optional', PCLZIP_OPT_BY_EREG => 'optional', PCLZIP_OPT_BY_PREG => 'optional', PCLZIP_OPT_BY_INDEX => 'optional', PCLZIP_OPT_EXTRACT_AS_STRING => 'optional', PCLZIP_OPT_EXTRACT_IN_OUTPUT => 'optional', PCLZIP_OPT_REPLACE_NEWER => 'optional', PCLZIP_OPT_STOP_ON_ERROR => 'optional', PCLZIP_OPT_EXTRACT_DIR_RESTRICTION => 'optional', PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', PCLZIP_OPT_TEMP_FILE_ON => 'optional', PCLZIP_OPT_TEMP_FILE_OFF => 'optional'))
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:8771$v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array(PCLZIP_OPT_PATH => 'optional', PCLZIP_OPT_REMOVE_PATH => 'optional', PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', PCLZIP_OPT_EXTRACT_AS_STRING => 'optional', PCLZIP_OPT_ADD_PATH => 'optional', PCLZIP_CB_PRE_EXTRACT => 'optional', PCLZIP_CB_POST_EXTRACT => 'optional', PCLZIP_OPT_SET_CHMOD => 'optional', PCLZIP_OPT_REPLACE_NEWER => 'optional', PCLZIP_OPT_STOP_ON_ERROR => 'optional', PCLZIP_OPT_EXTRACT_DIR_RESTRICTION => 'optional', PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', PCLZIP_OPT_TEMP_FILE_ON => 'optional', PCLZIP_OPT_TEMP_FILE_OFF => 'optional'))
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:29451$v_binary_data = pack("VvvvvvVVVvv", 0x04034b50, $p_header['version_extracted'], $p_header['flag'], $p_header['compression'], $v_mtime, $v_mdate, $p_header['crc'], $p_header['compressed_size'], $p_header['size'], strlen($p_header['stored_filename']), $p_header['extra_len'])
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:29831$v_binary_data = pack("VvvvvvvVVVvvvvvVV", 0x02014b50, $p_header['version'], $p_header['version_extracted'], $p_header['flag'], $p_header['compression'], $v_mtime, $v_mdate, $p_header['crc'], $p_header['compressed_size'], $p_header['size'], strlen($p_header['stored_filename']), $p_header['extra_len'], $p_header['comment_len'], $p_header['disk'], $p_header['internal'], $p_header['external'], $p_header['offset'])
/htdocs/includes/restler/framework/Luracast/Restler/Resources.php:4031return $a->operations[0]->httpMethod == $b->operations[0]->httpMethod ? $a->path > $b->path : $order[$a->operations[0]->httpMethod] > $order[$b->operations[0]->httpMethod]
/htdocs/includes/restler/framework/Luracast/Restler/Routes.php:2321$call = array('url' => null, 'className' => $className, 'path' => rtrim($resourcePath, '/'), 'methodName' => $method->getName( ), 'arguments' => $arguments, 'defaults' => $defaults, 'metadata' => $metadata, 'accessLevel' => $accessLevel, )
/htdocs/includes/restler/framework/Luracast/Restler/UI/Tags.php:1241return static::$humanReadable ? "$this->prefix<{$this->tag}{$attributes}>" . "$children" . "</{$this->tag}>" : "<{$this->tag}{$attributes}>$children</{$this->tag}>"
/htdocs/includes/restler/framework/Luracast/Restler/UI/Forms.php:1191$info = $restler->url == $action && Util::getRequestMethod( ) == $method ? $restler->apiMethodInfo : Routes::find(trim($action, '/'), $method, $restler->getRequestedApiVersion( ), static::$preFill || ($restler->requestMethod == $method && $restler->url == $action) ? $restler->getRequestData( ) : array( ))
/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:4321$v = $this->castToByte(\ord($key[$i - 1]) << (7 + 1 - $i) | $this->uRShift(hexdec(dechex(hexdec($high) & 0xf) . dechex(hexdec($low) & 0xf)), $i))
/htdocs/includes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php:4401$needsParity = 0 == (($this->uRShift($b, 7) ^ $this->uRShift($b, 6) ^ $this->uRShift($b, 5) ^ $this->uRShift($b, 4) ^ $this->uRShift($b, 3) ^ $this->uRShift($b, 2) ^ $this->uRShift($b, 1)) & 0x01)
/htdocs/includes/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php:3781$params = ['a' => $this->hashAlgorithm, 'b' => chunk_split(base64_encode($this->getEncryptedHash( ) ?? ''), 73, ' '), 'c' => $this->canon, 'd' => $this->domainName, 'h' => implode(': ', $this->signedHeaders), 'q' => 'dns', 's' => $this->selector]
/htdocs/includes/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php:5131$params = ['v' => '1', 'a' => $this->hashAlgorithm, 'bh' => base64_encode($this->bodyHash ?? ''), 'd' => $this->domainName, 'h' => implode(': ', $this->signedHeaders), 'i' => $this->signerIdentity, 's' => $this->selector]
/htdocs/includes/odtphp/Segment.php:1831$values = array($hoy['mday'], $langs->transnoentitiesnoconv($hoy['wday']), $hoy['mon'], monthArray($langs)[$hoy['mon']], $nextMonth, monthArray($langs)[$nextMonth], $hoy['year'], $hoy['year'] + 1)
/htdocs/includes/odtphp/odf.php:3091$odtResult .= '<text:span text:style-name="customStyle' . $key . '">' . ($tag['children'] != null ? $this->_replaceHtmlWithOdtTag($tag['children'], $customStyles, $fontDeclarations, $encode) : $this->encode_chars($tag['innerText'], $encode, $charset)) . '</text:span>'
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:2971$v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array(PCLZIP_OPT_REMOVE_PATH => 'optional', PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', PCLZIP_OPT_ADD_PATH => 'optional', PCLZIP_CB_PRE_ADD => 'optional', PCLZIP_CB_POST_ADD => 'optional', PCLZIP_OPT_NO_COMPRESSION => 'optional', PCLZIP_OPT_COMMENT => 'optional', PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', PCLZIP_OPT_TEMP_FILE_ON => 'optional', PCLZIP_OPT_TEMP_FILE_OFF => 'optional'))
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:4721$v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array(PCLZIP_OPT_REMOVE_PATH => 'optional', PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', PCLZIP_OPT_ADD_PATH => 'optional', PCLZIP_CB_PRE_ADD => 'optional', PCLZIP_CB_POST_ADD => 'optional', PCLZIP_OPT_NO_COMPRESSION => 'optional', PCLZIP_OPT_COMMENT => 'optional', PCLZIP_OPT_ADD_COMMENT => 'optional', PCLZIP_OPT_PREPEND_COMMENT => 'optional', PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', PCLZIP_OPT_TEMP_FILE_ON => 'optional', PCLZIP_OPT_TEMP_FILE_OFF => 'optional'))
/htdocs/includes/nusoap/lib/nusoap.php:62781$xml = "<$name$elementNS xsi:nil=\"true\" xsi:type=\"" . $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/') . ":Array\" " . $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/') . ':arrayType="' . $this->getPrefixFromNamespace($this->getPrefix($typeDef['arrayType'])) . ':' . $this->getLocalPart($typeDef['arrayType']) . "[0]\"/>"
/htdocs/includes/nusoap/lib/nusoap.php:49051$this->bindings[$binding]['operations'][$operation]['output'] = isset($this->bindings[$binding]['operations'][$operation]['output']) ? array_merge($this->bindings[$binding]['operations'][$operation]['output'], $this->portTypes[$bindingData['portType']][$operation]['output']) : $this->portTypes[$bindingData['portType']][$operation]['output']
/htdocs/includes/nusoap/lib/nusoap.php:49011$this->bindings[$binding]['operations'][$operation]['input'] = isset($this->bindings[$binding]['operations'][$operation]['input']) ? array_merge($this->bindings[$binding]['operations'][$operation]['input'], $this->portTypes[$bindingData['portType']][$operation]['input']) : $this->portTypes[$bindingData['portType']][$operation]['input']
/htdocs/includes/nusoap/lib/nusoap.php:48812$url = $wsdlparts['scheme'] . '://' . $wsdlparts['host'] . (isset($wsdlparts['port']) ? ':' . $wsdlparts['port'] : '') . substr($wsdlparts['path'], 0, strrpos($wsdlparts['path'], '/') + 1) . $urlparts['path']
/htdocs/includes/nusoap/lib/nusoap.php:48552$url = $wsdlparts['scheme'] . '://' . $wsdlparts['host'] . (isset($wsdlparts['port']) ? ':' . $wsdlparts['port'] : '') . substr($wsdlparts['path'], 0, strrpos($wsdlparts['path'], '/') + 1) . $urlparts['path']
/htdocs/includes/nusoap/lib/nusoap.php:11021return '<?xml version="1.0" encoding="' . $this->soap_defencoding . '"?>' . '<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"' . $ns_string . ">\n" . '<SOAP-ENV:Body>' . '<SOAP-ENV:Fault>' . $this->serialize_val($this->faultcode, 'faultcode') . $this->serialize_val($this->faultstring, 'faultstring') . $this->serialize_val($this->faultactor, 'faultactor') . $this->serialize_val($this->faultdetail, 'detail') . '</SOAP-ENV:Fault>' . '</SOAP-ENV:Body>' . '</SOAP-ENV:Envelope>'
/htdocs/includes/mobiledetect/mobiledetectlib/export/exportToJSON.php:281$json = array('version' => $detect->getScriptVersion( ), 'headerMatch' => $detect->getMobileHeaders( ), 'uaHttpHeaders' => $detect->getUaHttpHeaders( ), 'uaMatch' => array('phones' => $detect->getPhoneDevices( ), 'tablets' => $detect->getTabletDevices( ), 'browsers' => $detect->getBrowsers( ), 'os' => $detect->getOperatingSystems( ), 'utilities' => $detect->getUtilities( )))
/htdocs/includes/symfony/var-dumper/Dumper/CliDumper.php:2621$prefix .= $this->style('ref', (Cursor::HASH_RESOURCE === $type ? '@' : '#') . (0 < $cursor->softRefHandle ? $cursor->softRefHandle : $cursor->softRefTo), array('count' => $cursor->softRefCount))
/htdocs/includes/symfony/var-dumper/Tests/Fixtures/dumb-var.php:171$var = array('number' => 1, null, 'const' => 1.1, true, false, NAN, INF, -INF, PHP_INT_MAX, 'str' => "déjà\n", "\xE9\x00", '[]' => array( ), 'res' => $g, 'obj' => $foo, 'closure' => function ($a, \PDO &$b = null) { /**/ } , 'line' => __LINE__ - 1, 'nobj' => array((object) array( )), )
/htdocs/includes/symfony/var-dumper/Tests/Caster/ExceptionCasterTest.php:1801$f = array(new FrameStub(array('file' => dirname(__DIR__) . '/Fixtures/Twig.php', 'line' => 20, 'class' => '__TwigTemplate_VarDumperFixture_u75a09', )), new FrameStub(array('file' => dirname(__DIR__) . '/Fixtures/Twig.php', 'line' => 21, 'class' => '__TwigTemplate_VarDumperFixture_u75a09', 'object' => new \__TwigTemplate_VarDumperFixture_u75a09(null, __FILE__), )), )
/htdocs/includes/symfony/var-dumper/Tests/Caster/CasterTest.php:511return array(array(0, array( ), ), array(Caster::EXCLUDE_PUBLIC, array('null' => null, 'empty' => false, 'public' => 'pub', ), ), array(Caster::EXCLUDE_NULL, array('null' => null, ), ), array(Caster::EXCLUDE_EMPTY, array('null' => null, 'empty' => false, ), ), array(Caster::EXCLUDE_VIRTUAL, array("\0~\0virtual" => 'virt', ), ), array(Caster::EXCLUDE_DYNAMIC, array("\0+\0dynamic" => 'dyn', ), ), array(Caster::EXCLUDE_PROTECTED, array("\0*\0protected" => 'prot', ), ), array(Caster::EXCLUDE_PRIVATE, array("\0Foo\0private" => 'priv', ), ), array(Caster::EXCLUDE_VERBOSE, array('public' => 'pub', "\0*\0protected" => 'prot', ), array('public', "\0*\0protected"), ), array(Caster::EXCLUDE_NOT_IMPORTANT, array('null' => null, 'empty' => false, "\0~\0virtual" => 'virt', "\0+\0dynamic" => 'dyn', "\0Foo\0private" => 'priv', ), array('public', "\0*\0protected"), ), array(Caster::EXCLUDE_VIRTUAL | Caster::EXCLUDE_DYNAMIC, array("\0~\0virtual" => 'virt', "\0+\0dynamic" => 'dyn', ), ), array(Caster::EXCLUDE_NOT_IMPORTANT | Caster::EXCLUDE_VERBOSE, $this->referenceArray, array('public', "\0*\0protected"), ), array(Caster::EXCLUDE_NOT_IMPORTANT | Caster::EXCLUDE_EMPTY, array('null' => null, 'empty' => false, "\0~\0virtual" => 'virt', "\0+\0dynamic" => 'dyn', "\0*\0protected" => 'prot', "\0Foo\0private" => 'priv', ), array('public', 'empty'), ), array(Caster::EXCLUDE_VERBOSE | Caster::EXCLUDE_EMPTY | Caster::EXCLUDE_STRICT, array('empty' => false, ), array('public', 'empty'), ), )
/htdocs/includes/symfony/var-dumper/Caster/XmlReaderCaster.php:461$info = array('localName' => $reader->localName, 'prefix' => $reader->prefix, 'nodeType' => new ConstStub(self::$nodeTypes[$reader->nodeType], $reader->nodeType), 'depth' => $reader->depth, 'isDefault' => $reader->isDefault, 'isEmptyElement' => \XmlReader::NONE === $reader->nodeType ? null : $reader->isEmptyElement, 'xmlLang' => $reader->xmlLang, 'attributeCount' => $reader->attributeCount, 'value' => $reader->value, 'namespaceURI' => $reader->namespaceURI, 'baseURI' => $reader->baseURI ? new LinkStub($reader->baseURI) : $reader->baseURI, $props => array('LOADDTD' => $reader->getParserProperty(\XmlReader::LOADDTD), 'DEFAULTATTRS' => $reader->getParserProperty(\XmlReader::DEFAULTATTRS), 'VALIDATE' => $reader->getParserProperty(\XmlReader::VALIDATE), 'SUBST_ENTITIES' => $reader->getParserProperty(\XmlReader::SUBST_ENTITIES), ), )
/htdocs/includes/symfony/var-dumper/Caster/DOMCaster.php:2721$a += array('publicId' => $dom->publicId, 'systemId' => $dom->systemId, 'notationName' => $dom->notationName, 'actualEncoding' => $dom->actualEncoding, 'encoding' => $dom->encoding, 'version' => $dom->version, )
/htdocs/includes/symfony/var-dumper/Caster/DOMCaster.php:2481$a += array('name' => $dom->name, 'entities' => $dom->entities, 'notations' => $dom->notations, 'publicId' => $dom->publicId, 'systemId' => $dom->systemId, 'internalSubset' => $dom->internalSubset, )
/htdocs/includes/symfony/var-dumper/Caster/DOMCaster.php:2351$a += array('lineNumber' => $dom->lineNumber, 'columnNumber' => $dom->columnNumber, 'offset' => $dom->offset, 'relatedNode' => $dom->relatedNode, 'uri' => $dom->uri ? new LinkStub($dom->uri, $dom->lineNumber) : $dom->uri, )
/htdocs/includes/symfony/var-dumper/Caster/DOMCaster.php:2211$a += array('severity' => $dom->severity, 'message' => $dom->message, 'type' => $dom->type, 'relatedException' => $dom->relatedException, 'related_data' => $dom->related_data, 'location' => $dom->location, )
/htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/TimeDataCollector.php:1181$this->measures[] = array('label' => $label, 'start' => $start, 'relative_start' => $start - $this->requestStartTime, 'end' => $end, 'relative_end' => $end - $this->requestEndTime, 'duration' => $end - $start, 'duration_str' => $this->getDataFormatter( )->formatDuration($end - $start), 'params' => $params, 'collector' => $collector)
/htdocs/includes/maximebf/debugbar/src/DebugBar/DataCollector/TimeDataCollector.php:2101return array('start' => $this->requestStartTime, 'end' => $this->requestEndTime, 'duration' => $this->getRequestDuration( ), 'duration_str' => $this->getDataFormatter( )->formatDuration($this->getRequestDuration( )), 'measures' => array_values($this->measures))
/htdocs/includes/maximebf/debugbar/src/DebugBar/DebugBar.php:2201$request_variables = array('method' => isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : null, 'uri' => isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : null, 'ip' => isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : null)
/htdocs/includes/maximebf/debugbar/src/DebugBar/JavascriptRenderer.php:11321$js .= sprintf("%s.addTab(\"%s\", new %s({%s%s}));\n", $varname, $name, isset($options['tab']) ? $options['tab'] : 'PhpDebugBar.DebugBar.Tab', substr(json_encode($opts, JSON_FORCE_OBJECT), 1, -1), isset($options['widget']) ? sprintf('%s"widget": new %s()', count($opts) ? ', ' : '', $options['widget']) : '')
/htdocs/includes/nusoap/lib/Mail/mime.php:4361$this->_parts[] = array('body' => $filedata, 'body_file' => $bodyfile, 'name' => $filename, 'c_type' => $c_type, 'charset' => $charset, 'encoding' => $encoding, 'language' => $language, 'location' => $location, 'disposition' => $disposition, 'description' => $description, 'add_headers' => $add_headers, 'name_encoding' => $n_encoding, 'filename_encoding' => $f_encoding, 'headers_charset' => $h_charset, )
/htdocs/includes/stripe/stripe-php/lib/ErrorObject.php:1931$values = \array_merge(['charge' => null, 'code' => null, 'decline_code' => null, 'doc_url' => null, 'message' => null, 'param' => null, 'payment_intent' => null, 'payment_method' => null, 'setup_intent' => null, 'source' => null, 'type' => null, ], $values)
/htdocs/includes/nusoap/lib/nusoap.php:74051$params['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$parent]['arrayType'], isset($this->message[$parent]['arrayTypeNamespace']) ? $this->message[$parent]['arrayTypeNamespace'] : '')
/htdocs/includes/nusoap/lib/nusoap.php:82901$evalStr .= "// $paramCommentStr function " . str_replace('.', '__', $operation) . "($paramStr) { \$params = array($paramArrayStr); return \$this->call('$operation', \$params, '" . $opData['namespace'] . "', '" . (isset($opData['soapAction']) ? $opData['soapAction'] : '') . "'); } "
/htdocs/includes/nusoap/lib/nusoap.php:71551$this->message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$parent]['arrayType'], isset($this->message[$parent]['arrayTypeNamespace']) ? $this->message[$parent]['arrayTypeNamespace'] : '')
/htdocs/includes/nusoap/lib/nusoap.php:74011$params['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos]['type'], isset($this->message[$pos]['type_namespace']) ? $this->message[$pos]['type_namespace'] : '')
/htdocs/includes/nusoap/lib/nusoap.php:71381$this->message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$parent]['arrayType'], isset($this->message[$parent]['arrayTypeNamespace']) ? $this->message[$parent]['arrayTypeNamespace'] : '')
/htdocs/includes/nusoap/lib/nusoap.php:71511$this->message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos]['type'], isset($this->message[$pos]['type_namespace']) ? $this->message[$pos]['type_namespace'] : '')
/htdocs/includes/nusoap/lib/nusoap.php:68451$startPos = max(stripos($substrXml, $attachment['boundaryStr']), (array_key_exists('Content-Type', $attachment) ? stripos($substrXml, $attachment['Content-Type']) : 0), (array_key_exists('Content-Id', $attachment) ? stripos($substrXml, $attachment['Content-Id']) : 0), (array_key_exists('Content-Transfer-Encoding', $attachment) ? stripos($substrXml, $attachment['Content-Transfer-Encoding']) : 0))
/htdocs/includes/nusoap/lib/nusoap.php:71341$this->message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos]['type'], isset($this->message[$pos]['type_namespace']) ? $this->message[$pos]['type_namespace'] : '')
/htdocs/includes/nusoap/lib/nusoap.php:63241$xml = "<$name$elementNS xsi:type=\"" . $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/') . ':Array" ' . $this->getPrefixFromNamespace('http://schemas.xmlsoap.org/soap/encoding/') . ':arrayType="' . $this->getPrefixFromNamespace($this->getPrefix($typeDef['arrayType'])) . ":" . $this->getLocalPart($typeDef['arrayType']) . "[$rows$cols]\">" . $contents . "</$name>"
/htdocs/includes/nusoap/lib/nusoap.php:66601$this->bindings[$this->serviceName . 'Binding']['operations'][$name] = array('name' => $name, 'binding' => $this->serviceName . 'Binding', 'endpoint' => $this->endpoint, 'soapAction' => $soapaction, 'style' => $style, 'input' => array('use' => $use, 'namespace' => $namespace, 'encodingStyle' => $encodingStyle, 'message' => $name, 'parts' => $in), 'output' => array('use' => $use, 'namespace' => $namespace, 'encodingStyle' => $encodingStyle, 'message' => $customResponseTagName, 'parts' => $out), 'namespace' => $namespace, 'transport' => 'http://schemas.xmlsoap.org/soap/http', 'documentation' => $documentation)
/htdocs/includes/webklex/php-imap/src/Query/Query.php:4231return new Message($uid, $msglist, $this->getClient( ), $this->getFetchOptions( ), $this->getFetchBody( ), $this->getFetchFlags( ), $sequence ? $sequence : $this->sequence)
/htdocs/includes/webklex/php-imap/src/Message.php:12141return $this->uid == $message->uid && $this->message_id->first( ) == $message->message_id->first( ) && $this->subject->first( ) == $message->subject->first( ) && $this->date->toDate( )->eq($message->date)
/htdocs/includes/symfony/var-dumper/Caster/ReflectionCaster.php:881$a += array($prefix . 'name' => $c instanceof \ReflectionNamedType ? $c->getName( ) : $c->__toString( ), $prefix . 'allowsNull' => $c->allowsNull( ), $prefix . 'isBuiltin' => $c->isBuiltin( ), )
/htdocs/includes/Psr/Log/Test/LoggerInterfaceTest.php:1041$context = array('bool' => true, 'null' => null, 'string' => 'Foo', 'int' => 0, 'float' => 0.5, 'nested' => array('with object' => new DummyTest), 'object' => new \DateTime, 'resource' => fopen('php://memory', 'r'), )
/htdocs/includes/webklex/php-imap/vendor/illuminate/support/Str.php:7561$parts = count($parts) > 1 ? $parts = array_map([static::class, 'title'], $parts) : $parts = array_map([static::class, 'title'], static::ucsplit(implode('_', $parts)))
/htdocs/includes/webklex/php-imap/vendor/illuminate/pagination/LengthAwarePaginator.php:1941return ['current_page' => $this->currentPage( ), 'data' => $this->items->toArray( ), 'first_page_url' => $this->url(1), 'from' => $this->firstItem( ), 'last_page' => $this->lastPage( ), 'last_page_url' => $this->url($this->lastPage( )), 'links' => $this->linkCollection( )->toArray( ), 'next_page_url' => $this->nextPageUrl( ), 'path' => $this->path( ), 'per_page' => $this->perPage( ), 'prev_page_url' => $this->previousPageUrl( ), 'to' => $this->lastItem( ), 'total' => $this->total( ), ]
/htdocs/includes/webklex/php-imap/vendor/illuminate/support/Testing/Fakes/BatchRepositoryFake.php:471return new Batch(new QueueFake(Facade::getFacadeApplication( )), $this, (string) Str::orderedUuid( ), $batch->name, count($batch->jobs), count($batch->jobs), 0, [ ], $batch->options, CarbonImmutable::now( ), null, null)
/htdocs/includes/webklex/php-imap/vendor/illuminate/support/ConfigurationUrlParser.php:631return array_filter(['driver' => $this->getDriver($url), 'database' => $this->getDatabase($url), 'host' => $url['host'] ?? null, 'port' => $url['port'] ?? null, 'username' => $url['user'] ?? null, 'password' => $url['pass'] ?? null, ], function ($value) { /**/ } )
/htdocs/includes/webklex/php-imap/vendor/illuminate/pagination/CursorPaginator.php:991return (is_null($this->cursor) && $this->hasMore) || (!is_null($this->cursor) && $this->cursor->pointsToNextItems( ) && $this->hasMore) || (!is_null($this->cursor) && $this->cursor->pointsToPreviousItems( ))
/htdocs/includes/webklex/php-imap/vendor/illuminate/pagination/Paginator.php:1431return ['current_page' => $this->currentPage( ), 'data' => $this->items->toArray( ), 'first_page_url' => $this->url(1), 'from' => $this->firstItem( ), 'next_page_url' => $this->nextPageUrl( ), 'path' => $this->path( ), 'per_page' => $this->perPage( ), 'prev_page_url' => $this->previousPageUrl( ), 'to' => $this->lastItem( ), ]
/htdocs/includes/webklex/php-imap/vendor/illuminate/pagination/LengthAwarePaginator.php:1041return collect($this->elements( ))->flatMap(function ($item) { /**/ } )->prepend(['url' => $this->previousPageUrl( ), 'label' => function_exists('__') ? __('pagination.previous') : 'Previous', 'active' => false, ])->push(['url' => $this->nextPageUrl( ), 'label' => function_exists('__') ? __('pagination.next') : 'Next', 'active' => false, ])
/htdocs/includes/webklex/php-imap/vendor/illuminate/pagination/CursorPaginator.php:1311return ['data' => $this->items->toArray( ), 'path' => $this->path( ), 'per_page' => $this->perPage( ), 'next_page_url' => $this->nextPageUrl( ), 'prev_page_url' => $this->previousPageUrl( ), ]
/htdocs/includes/webklex/php-imap/vendor/symfony/polyfill-mbstring/Mbstring.php:7661$s = \chr(0xF0 | $code >> 18) . \chr(0x80 | $code >> 12 & 0x3F) . \chr(0x80 | $code >> 6 & 0x3F) . \chr(0x80 | $code & 0x3F)
/htdocs/includes/webklex/php-imap/vendor/symfony/polyfill-mbstring/Mbstring.php:6971$info = ['internal_encoding' => self::$internalEncoding, 'http_output' => 'pass', 'http_output_conv_mimetypes' => '^(text/|application/xhtml\+xml)', 'func_overload' => 0, 'func_overload_list' => 'no overload', 'mail_charset' => 'UTF-8', 'mail_header_encoding' => 'BASE64', 'mail_body_encoding' => 'BASE64', 'illegal_chars' => 0, 'encoding_translation' => 'Off', 'language' => self::$language, 'detect_order' => self::$encodingList, 'substitute_character' => 'none', 'strict_detection' => 'Off', ]
/htdocs/includes/webklex/php-imap/vendor/symfony/polyfill-mbstring/Mbstring.php:8241$c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80
/htdocs/includes/webklex/php-imap/vendor/symfony/polyfill-mbstring/Mbstring.php:7881return (($code - 0xF0) << 18) + (($s[2] - 0x80) << 12) + (($s[3] - 0x80) << 6) + $s[4] - 0x80
/htdocs/includes/symfony/var-dumper/Caster/AmqpCaster.php:1711$a += array($prefix . 'delivery_tag' => $c->getDeliveryTag( ), $prefix . 'is_redelivery' => $c->isRedelivery( ), $prefix . 'exchange_name' => $c->getExchangeName( ), $prefix . 'routing_key' => $c->getRoutingKey( ), $prefix . 'content_type' => $c->getContentType( ), $prefix . 'content_encoding' => $c->getContentEncoding( ), $prefix . 'headers' => $c->getHeaders( ), $prefix . 'delivery_mode' => $deliveryMode, $prefix . 'priority' => $c->getPriority( ), $prefix . 'correlation_id' => $c->getCorrelationId( ), $prefix . 'reply_to' => $c->getReplyTo( ), $prefix . 'expiration' => $c->getExpiration( ), $prefix . 'message_id' => $c->getMessageId( ), $prefix . 'timestamp' => $c->getTimeStamp( ), $prefix . 'type' => $c->getType( ), $prefix . 'user_id' => $c->getUserId( ), $prefix . 'app_id' => $c->getAppId( ), )
/htdocs/includes/symfony/var-dumper/Caster/DOMCaster.php:951$a += array('nodeName' => $dom->nodeName, 'nodeValue' => new CutStub($dom->nodeValue), 'nodeType' => new ConstStub(self::$nodeTypes[$dom->nodeType], $dom->nodeType), 'parentNode' => new CutStub($dom->parentNode), 'childNodes' => $dom->childNodes, 'firstChild' => new CutStub($dom->firstChild), 'lastChild' => new CutStub($dom->lastChild), 'previousSibling' => new CutStub($dom->previousSibling), 'nextSibling' => new CutStub($dom->nextSibling), 'attributes' => $dom->attributes, 'ownerDocument' => new CutStub($dom->ownerDocument), 'namespaceURI' => $dom->namespaceURI, 'prefix' => $dom->prefix, 'localName' => $dom->localName, 'baseURI' => $dom->baseURI ? new LinkStub($dom->baseURI) : $dom->baseURI, 'textContent' => new CutStub($dom->textContent), )
/htdocs/includes/symfony/var-dumper/Caster/DOMCaster.php:1191$a += array('nodeName' => $dom->nodeName, 'nodeValue' => new CutStub($dom->nodeValue), 'nodeType' => new ConstStub(self::$nodeTypes[$dom->nodeType], $dom->nodeType), 'prefix' => $dom->prefix, 'localName' => $dom->localName, 'namespaceURI' => $dom->namespaceURI, 'ownerDocument' => new CutStub($dom->ownerDocument), 'parentNode' => new CutStub($dom->parentNode), )
/htdocs/includes/symfony/var-dumper/Caster/DOMCaster.php:1351$a += array('doctype' => $dom->doctype, 'implementation' => $dom->implementation, 'documentElement' => new CutStub($dom->documentElement), 'actualEncoding' => $dom->actualEncoding, 'encoding' => $dom->encoding, 'xmlEncoding' => $dom->xmlEncoding, 'standalone' => $dom->standalone, 'xmlStandalone' => $dom->xmlStandalone, 'version' => $dom->version, 'xmlVersion' => $dom->xmlVersion, 'strictErrorChecking' => $dom->strictErrorChecking, 'documentURI' => $dom->documentURI ? new LinkStub($dom->documentURI) : $dom->documentURI, 'config' => $dom->config, 'formatOutput' => $dom->formatOutput, 'validateOnParse' => $dom->validateOnParse, 'resolveExternals' => $dom->resolveExternals, 'preserveWhiteSpace' => $dom->preserveWhiteSpace, 'recover' => $dom->recover, 'substituteEntities' => $dom->substituteEntities, )
/htdocs/includes/symfony/var-dumper/Caster/AmqpCaster.php:671$a += array($prefix . 'is_connected' => $c->isConnected( ), $prefix . 'login' => $c->getLogin( ), $prefix . 'password' => $c->getPassword( ), $prefix . 'host' => $c->getHost( ), $prefix . 'vhost' => $c->getVhost( ), $prefix . 'port' => $c->getPort( ), $prefix . 'read_timeout' => $timeout, )
/htdocs/includes/symfony/var-dumper/Caster/AmqpCaster.php:1161$a += array($prefix . 'connection' => $c->getConnection( ), $prefix . 'channel' => $c->getChannel( ), $prefix . 'name' => $c->getName( ), $prefix . 'arguments' => $c->getArguments( ), )
/htdocs/includes/symfony/var-dumper/Caster/AmqpCaster.php:1341$type = isset(self::$exchangeTypes[$c->getType( )]) ? new ConstStub(self::$exchangeTypes[$c->getType( )], $c->getType( )) : $c->getType( )
/htdocs/includes/symfony/var-dumper/Caster/AmqpCaster.php:1431$a += array($prefix . 'connection' => $c->getConnection( ), $prefix . 'channel' => $c->getChannel( ), $prefix . 'name' => $c->getName( ), $prefix . 'type' => $type, $prefix . 'arguments' => $c->getArguments( ), )
/htdocs/includes/symfony/var-dumper/Caster/PgSqlCaster.php:1301$field = array('name' => pg_field_name($result, $i), 'table' => sprintf('%s (OID: %s)', pg_field_table($result, $i), pg_field_table($result, $i, true)), 'type' => sprintf('%s (OID: %s)', pg_field_type($result, $i), pg_field_type_oid($result, $i)), 'nullable' => (bool) pg_field_is_null($result, $i), 'storage' => pg_field_size($result, $i) . ' bytes', 'display' => pg_field_prtlen($result, $i) . ' chars', )
/htdocs/includes/symfony/var-dumper/Caster/SplCaster.php:361$b = array($prefix . 'flag::STD_PROP_LIST' => (bool) ($flags & \ArrayObject::STD_PROP_LIST), $prefix . 'flag::ARRAY_AS_PROPS' => (bool) ($flags & \ArrayObject::ARRAY_AS_PROPS), $prefix . 'iteratorClass' => new ClassStub($c->getIteratorClass( )), $prefix . 'storage' => $c->getArrayCopy( ), )
/htdocs/includes/symfony/var-dumper/Caster/SplCaster.php:731$a += array($prefix . 'mode' => new ConstStub((($mode & \SplDoublyLinkedList::IT_MODE_LIFO) ? 'IT_MODE_LIFO' : 'IT_MODE_FIFO') . ' | ' . (($mode & \SplDoublyLinkedList::IT_MODE_DELETE) ? 'IT_MODE_DELETE' : 'IT_MODE_KEEP'), $mode), $prefix . 'dllist' => iterator_to_array($c), )
/htdocs/includes/symfony/var-dumper/Caster/RedisCaster.php:511return $a + array($prefix . 'isConnected' => $connected, $prefix . 'host' => $c->getHost( ), $prefix . 'port' => $c->getPort( ), $prefix . 'auth' => $c->getAuth( ), $prefix . 'dbNum' => $c->getDbNum( ), $prefix . 'timeout' => $c->getTimeout( ), $prefix . 'persistentId' => $c->getPersistentID( ), $prefix . 'options' => new EnumStub(array('READ_TIMEOUT' => $c->getOption(\Redis::OPT_READ_TIMEOUT), 'SERIALIZER' => isset(self::$serializer[$ser]) ? new ConstStub(self::$serializer[$ser], $ser) : $ser, 'PREFIX' => $c->getOption(\Redis::OPT_PREFIX), 'SCAN' => new ConstStub($retry ? 'RETRY' : 'NORETRY', $retry), )), )
/htdocs/includes/symfony/var-dumper/Caster/ReflectionCaster.php:1051$frame = array('class' => isset($function->class) ? $function->class : null, 'type' => isset($function->class) ? ($function->isStatic( ) ? '::' : '->') : null, 'function' => $function->name, 'file' => $c->getExecutingFile( ), 'line' => $c->getExecutingLine( ), )
/htdocs/includes/symfony/var-dumper/Caster/ReflectionCaster.php:1771$a[$prefix . 'returnType'] = new ClassStub($a[$prefix . 'returnType']->allowsNull( ) ? '?' . $v : $v, array(class_exists($v, false) || interface_exists($v, false) || trait_exists($v, false) ? $v : '', ''))
/htdocs/includes/symfony/var-dumper/Caster/ExceptionCaster.php:991$lastCall = isset($frames[$i]['function']) ? (isset($frames[$i]['class']) ? $frames[0]['class'] . $frames[$i]['type'] : '') . $frames[$i]['function'] . '()' : ''
/htdocs/includes/symfony/var-dumper/Caster/ExceptionCaster.php:1071$frame = new FrameStub(array('object' => isset($f['object']) ? $f['object'] : null, 'class' => isset($f['class']) ? $f['class'] : null, 'type' => isset($f['type']) ? $f['type'] : null, 'function' => isset($f['function']) ? $f['function'] : null, ) + $frames[$i - 1], false, true)
/dev/initdata/generate-order.php:1941$result = $object->addline($product->description, $product->price, mt_rand(1, 5), 0, 0, 0, $prodids[$prodid], 0, 0, 0, $product->price_base_type, $product->price_ttc, '', '', $product->type)
/dev/initdata/generate-proposal.php:523$dates = array(mktime(12, 0, 0, 1, 3, $year), mktime(12, 0, 0, 1, 9, $year), mktime(12, 0, 0, 2, 13, $year), mktime(12, 0, 0, 2, 23, $year), mktime(12, 0, 0, 3, 30, $year), mktime(12, 0, 0, 4, 3, $year), mktime(12, 0, 0, 4, 3, $year), mktime(12, 0, 0, 5, 9, $year), mktime(12, 0, 0, 5, 1, $year), mktime(12, 0, 0, 5, 13, $year), mktime(12, 0, 0, 5, 19, $year), mktime(12, 0, 0, 5, 23, $year), mktime(12, 0, 0, 6, 3, $year), mktime(12, 0, 0, 6, 19, $year), mktime(12, 0, 0, 6, 24, $year), mktime(12, 0, 0, 7, 3, $year), mktime(12, 0, 0, 7, 9, $year), mktime(12, 0, 0, 7, 23, $year), mktime(12, 0, 0, 7, 30, $year), mktime(12, 0, 0, 8, 9, $year), mktime(12, 0, 0, 9, 23, $year), mktime(12, 0, 0, 10, 3, $year), mktime(12, 0, 0, 11, 12, $year), mktime(12, 0, 0, 11, 13, $year), mktime(12, 0, 0, 1, 3, ($year - 1)), mktime(12, 0, 0, 1, 9, ($year - 1)), mktime(12, 0, 0, 2, 13, ($year - 1)), mktime(12, 0, 0, 2, 23, ($year - 1)), mktime(12, 0, 0, 3, 30, ($year - 1)), mktime(12, 0, 0, 4, 3, ($year - 1)), mktime(12, 0, 0, 4, 3, ($year - 1)), mktime(12, 0, 0, 5, 9, ($year - 1)), mktime(12, 0, 0, 5, 1, ($year - 1)), mktime(12, 0, 0, 5, 13, ($year - 1)), mktime(12, 0, 0, 5, 19, ($year - 1)), mktime(12, 0, 0, 5, 23, ($year - 1)), mktime(12, 0, 0, 6, 3, ($year - 1)), mktime(12, 0, 0, 6, 19, ($year - 1)), mktime(12, 0, 0, 6, 24, ($year - 1)), mktime(12, 0, 0, 7, 3, ($year - 1)), mktime(12, 0, 0, 7, 9, ($year - 1)), mktime(12, 0, 0, 7, 23, ($year - 1)), mktime(12, 0, 0, 7, 30, ($year - 1)), mktime(12, 0, 0, 8, 9, ($year - 1)), mktime(12, 0, 0, 9, 23, ($year - 1)), mktime(12, 0, 0, 10, 3, ($year - 1)), mktime(12, 0, 0, 11, 12, $year), mktime(12, 0, 0, 11, 13, $year), mktime(12, 0, 0, 12, 12, $year), mktime(12, 0, 0, 12, 13, $year), )
/dev/initdata/generate-invoice.php:1621$result = $object->addline($product->description, $product->price, mt_rand(1, 5), 0, 0, 0, $prodids[$prodid], 0, '', '', 0, 0, '', $product->price_base_type, $product->price_ttc, $product->type)
/dev/initdata/generate-order.php:563$dates = array(mktime(12, 0, 0, 1, 3, $year), mktime(12, 0, 0, 1, 9, $year), mktime(12, 0, 0, 2, 13, $year), mktime(12, 0, 0, 2, 23, $year), mktime(12, 0, 0, 3, 30, $year), mktime(12, 0, 0, 4, 3, $year), mktime(12, 0, 0, 4, 3, $year), mktime(12, 0, 0, 5, 9, $year), mktime(12, 0, 0, 5, 1, $year), mktime(12, 0, 0, 5, 13, $year), mktime(12, 0, 0, 5, 19, $year), mktime(12, 0, 0, 5, 23, $year), mktime(12, 0, 0, 6, 3, $year), mktime(12, 0, 0, 6, 19, $year), mktime(12, 0, 0, 6, 24, $year), mktime(12, 0, 0, 7, 3, $year), mktime(12, 0, 0, 7, 9, $year), mktime(12, 0, 0, 7, 23, $year), mktime(12, 0, 0, 7, 30, $year), mktime(12, 0, 0, 8, 9, $year), mktime(12, 0, 0, 9, 23, $year), mktime(12, 0, 0, 10, 3, $year), mktime(12, 0, 0, 11, 12, $year), mktime(12, 0, 0, 11, 13, $year), mktime(12, 0, 0, 1, 3, ($year - 1)), mktime(12, 0, 0, 1, 9, ($year - 1)), mktime(12, 0, 0, 2, 13, ($year - 1)), mktime(12, 0, 0, 2, 23, ($year - 1)), mktime(12, 0, 0, 3, 30, ($year - 1)), mktime(12, 0, 0, 4, 3, ($year - 1)), mktime(12, 0, 0, 4, 3, ($year - 1)), mktime(12, 0, 0, 5, 9, ($year - 1)), mktime(12, 0, 0, 5, 1, ($year - 1)), mktime(12, 0, 0, 5, 13, ($year - 1)), mktime(12, 0, 0, 5, 19, ($year - 1)), mktime(12, 0, 0, 5, 23, ($year - 1)), mktime(12, 0, 0, 6, 3, ($year - 1)), mktime(12, 0, 0, 6, 19, ($year - 1)), mktime(12, 0, 0, 6, 24, ($year - 1)), mktime(12, 0, 0, 7, 3, ($year - 1)), mktime(12, 0, 0, 7, 9, ($year - 1)), mktime(12, 0, 0, 7, 23, ($year - 1)), mktime(12, 0, 0, 7, 30, ($year - 1)), mktime(12, 0, 0, 8, 9, ($year - 1)), mktime(12, 0, 0, 9, 23, ($year - 1)), mktime(12, 0, 0, 10, 3, ($year - 1)), mktime(12, 0, 0, 11, 12, $year), mktime(12, 0, 0, 11, 13, $year), mktime(12, 0, 0, 12, 12, $year), mktime(12, 0, 0, 12, 13, $year), )
/dev/tools/phan/config.php:2271return ['backward_compatibility_checks' => false, 'simplify_ast' => true, 'analyzed_file_extensions' => ['php', 'inc'], 'globals_type_map' => ['action' => 'string', 'actioncode' => 'string', 'badgeStatus0' => 'string', 'badgeStatus1' => 'string', 'badgeStatus11' => 'string', 'badgeStatus3' => 'string', 'badgeStatus4' => 'string', 'badgeStatus6' => 'string', 'badgeStatus8' => 'string', 'badgeStatus9' => 'string', 'classname' => 'string', 'conf' => '\Conf', 'conffile' => 'string', 'conffiletoshow' => 'string', 'conffiletoshowshort' => 'string', 'dateSelector' => 'int<0,1>', 'db' => '\DoliDB', 'disableedit' => 'int<0,1>', 'disablemove' => 'int<0,1>', 'disableremove' => 'int<0,1>', 'dolibarr_main_authentication' => 'string', 'dolibarr_main_data_root' => 'string', 'dolibarr_main_data_root' => 'string', 'dolibarr_main_db_encrypted_pass' => 'string', 'dolibarr_main_db_host' => 'string', 'dolibarr_main_db_pass' => 'string', 'dolibarr_main_demo' => 'string', 'dolibarr_main_document_root' => 'string', 'dolibarr_main_url_root' => 'string', 'errormsg' => 'string', 'extrafields' => '\ExtraFields', 'filter' => 'string', 'filtert' => 'int', 'forceall' => 'int<0,1>', 'form' => '\Form', 'hookmanager' => '\HookManager', 'inputalsopricewithtax' => 'int<0,1>', 'langs' => '\Translate', 'leftmenu' => 'string', 'mainmenu' => 'string', 'menumanager' => '\MenuManager', 'mysoc' => '\Societe', 'nblines' => '\int', 'obj' => '\CommonObject', 'object_rights' => 'int|stdClass', 'objectoffield' => '\CommonObject', 'senderissupplier' => 'int<0,2>', 'user' => '\User', 'website' => 'string', 'websitepage' => '\WebSitePage', 'websitepagefile' => 'string', ], "target_php_version" => '8.2', 'directory_list' => ['htdocs', PHAN_DIR . '/stubs/', ], "exclude_analysis_directory_list" => ['htdocs/includes/', 'htdocs/install/doctemplates/websites/', 'htdocs/core/class/lessc.class.php', PHAN_DIR . '/stubs/', ], 'exclude_file_regex' => '@^(' . 'dummy' . '|htdocs/.*/canvas/.*/tpl/.*.tpl.php' . '|htdocs/modulebuilder/template/.*' . '|htdocs/includes/restler/.*' . '|htdocs/includes/stripe/.*' . '|htdocs/conf/conf.php' . ')@', 'ParamMatchRegexPlugin' => ['/^GETPOST$/' => [1, $sanitizeRegex, 'GetPostUnknownSanitizeType'], '/^isModEnabled$/' => [0, $moduleNameRegex, 'UnknownModuleName'], '/^isModEnable[d]$/' => [0, $deprecatedModuleNameRegex, "DeprecatedModuleName"], '/^sanitizeVal$/' => [1, $sanitizeRegex, "UnknownSanitizeType"], '/^checkVal$/' => [1, $sanitizeRegex, "UnknownCheckValSanitizeType"], '/^\\\\ExtraFields::addExtraField$/' => [2, $extraFieldTypeRegex, "UnknownExtrafieldTypeBack"], '/^dol_now$/' => [0, '{^(?:auto|gmt|tz(?:server|ref|user(?:rel)?))$}', "InvalidDolNowArgument"], '/^dol_mktime$/' => [6, '{^(?:|0|1|auto|gmt|tz(?:server|ref|user(?:rel)?|,[+a-zA-Z-/]+))$}', "InvalidDolMktimeArgument"], '/^dol_print_date$/' => [2, '{^(?:|0|1|auto|gmt|tz(?:server|user(?:rel)?))$}', "InvalidDolMktimeArgument"], '/^GETPOSTFLOAT$/' => [1, '{^(?:|M[UTS]|C[UT]|\d+)$}', "InvalidGetPostFloatRounding"], '/^price2num$/' => [1, '{^(?:|M[UTS]|C[UT]|\d+)$}', "InvalidPrice2NumRounding"], ], 'plugins' => [__DIR__ . '/plugins/NoVarDumpPlugin.php', __DIR__ . '/plugins/ParamMatchRegexPlugin.php', 'DeprecateAliasPlugin', 'InvalidVariableIssetPlugin', 'NoAssertPlugin', 'NotFullyQualifiedUsagePlugin', 'PHPUnitNotDeadCodePlugin', 'PreferNamespaceUsePlugin', 'PrintfCheckerPlugin', 'RedundantAssignmentPlugin', 'ConstantVariablePlugin', 'NumericalComparisonPlugin', 'PHPDocInWrongCommentPlugin', 'UnknownClassElementAccessPlugin', 'UnknownElementTypePlugin', 'WhitespacePlugin', 'SuspiciousParamOrderPlugin', 'UnsafeCodePlugin', 'AlwaysReturnPlugin', 'DuplicateArrayKeyPlugin', 'DuplicateExpressionPlugin', 'PregRegexCheckerPlugin', 'PrintfCheckerPlugin', 'SleepCheckerPlugin', 'UnreachableCodePlugin', 'UseReturnValuePlugin', 'EmptyStatementListPlugin', 'LoopVariableReusePlugin', ], 'suppress_issue_types' => ['PhanDeprecatedProperty', 'PhanPluginConstantVariableNull', 'PhanTypeObjectUnsetDeclaredProperty', 'PhanPluginNonBoolBranch', 'PhanPluginShortArray', 'PhanPluginNumericalComparison', 'PhanPluginUnknownObjectMethodCall', 'PhanPluginNonBoolInLogicalArith', 'PhanPluginCanUseParamType', 'PhanPluginCanUseReturnType', 'PhanPluginCanUseNullableParamType', 'PhanPluginCanUseNullableReturnType', 'PhanPluginConstantVariableScalar', 'PhanPluginUnknownPropertyType', 'PhanPluginUnknownArrayMethodParamType', 'PhanPluginWhitespaceTab', 'PhanPluginUnknownArrayMethodReturnType', 'PhanTypeMismatchArgumentNullableInternal', 'PhanPluginDuplicateAdjacentStatement', 'PhanTypeInvalidLeftOperandOfNumericOp', 'PhanTypeMismatchProperty', 'PhanRedefinedClassReference', 'PhanPluginShortArrayList', 'PhanPluginUnknownArrayPropertyType', 'PhanTypeInvalidDimOffset', 'PhanPluginUnknownArrayFunctionReturnType', 'PhanPluginUnknownArrayFunctionParamType', 'PhanTypeExpectedObjectPropAccess', 'PhanPluginRedundantAssignmentInGlobalScope', 'PhanPluginDuplicateCatchStatementBody', 'PhanPluginUndeclaredVariableIsset', 'PhanPluginEmptyStatementIf', 'PhanPossiblyNullTypeMismatchProperty', 'PhanRedefineClass', 'PhanRedefineFunction', 'PhanEmptyFQSENInClasslike', 'PhanTypeComparisonFromArray', 'PhanPluginConstantVariableBool', 'PhanTypeMismatchDimFetch', 'PhanTypeMismatchDimFetchNullable', 'PhanTypeSuspiciousNonTraversableForeach', 'PhanEmptyForeach', 'PhanTypeInvalidRightOperandOfBitwiseOp', 'PhanPluginBothLiteralsBinaryOp', 'PhanTypeConversionFromArray', 'PhanTypeMismatchDimEmpty', 'PhanRedefineClassInternal', 'PhanInvalidFQSENInClasslike', 'PhanEmptyForeachBody', 'PhanPossiblyUnsetPropertyOfThis', 'PhanTypeMismatchArgumentReal', 'PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypePossiblyInvalidDimOffset', 'PhanUndeclaredGlobalVariable', 'PhanUndeclaredProperty', 'PhanPossiblyUndeclaredGlobalVariable', 'PhanPossiblyUndeclaredVariable', 'PhanTypeMismatchArgument', 'PhanUndeclaredMethod', 'PhanTypeMismatchArgumentProbablyReal', 'PhanPluginDuplicateExpressionAssignmentOperation', 'PhanTypeArraySuspiciousNullable', 'PhanTypeExpectedObjectPropAccessButGotNull', 'PhanPluginDuplicateConditionalTernaryDuplication', ], 'autoload_internal_extension_signatures' => ['brotli' => PHAN_DIR . '/stubs/brotli.phan_php', 'curl' => PHAN_DIR . '/stubs/curl.phan_php', 'calendar' => PHAN_DIR . '/stubs/calendar.phan_php', 'fileinfo' => PHAN_DIR . '/stubs/fileinfo.phan_php', 'ftp' => PHAN_DIR . '/stubs/ftp.phan_php', 'gd' => PHAN_DIR . '/stubs/gd.phan_php', 'geoip' => PHAN_DIR . '/stubs/geoip.phan_php', 'imagick' => PHAN_DIR . '/stubs/imagick.phan_php', 'imap' => PHAN_DIR . '/stubs/imap.phan_php', 'intl' => PHAN_DIR . '/stubs/intl.phan_php', 'ldap' => PHAN_DIR . '/stubs/ldap.phan_php', 'mcrypt' => PHAN_DIR . '/stubs/mcrypt.phan_php', 'memcache' => PHAN_DIR . '/stubs/memcache.phan_php', 'memcached' => PHAN_DIR . '/stubs/memcached.phan_php', 'mysqli' => PHAN_DIR . '/stubs/mysqli.phan_php', 'pdo_cubrid' => PHAN_DIR . '/stubs/pdo_cubrid.phan_php', 'pdo_mysql' => PHAN_DIR . '/stubs/pdo_mysql.phan_php', 'pdo_pgsql' => PHAN_DIR . '/stubs/pdo_pgsql.phan_php', 'pdo_sqlite' => PHAN_DIR . '/stubs/pdo_sqlite.phan_php', 'pgsql' => PHAN_DIR . '/stubs/pgsql.phan_php', 'session' => PHAN_DIR . '/stubs/session.phan_php', 'simplexml' => PHAN_DIR . '/stubs/SimpleXML.phan_php', 'soap' => PHAN_DIR . '/stubs/soap.phan_php', 'sockets' => PHAN_DIR . '/stubs/sockets.phan_php', 'tidy' => PHAN_DIR . '/stubs/tidy.phan_php', 'zip' => PHAN_DIR . '/stubs/zip.phan_php', ], ]
/dev/initdata/generate-invoice.php:503$dates = array(mktime(12, 0, 0, 1, 3, $year), mktime(12, 0, 0, 1, 9, $year), mktime(12, 0, 0, 2, 13, $year), mktime(12, 0, 0, 2, 23, $year), mktime(12, 0, 0, 3, 30, $year), mktime(12, 0, 0, 4, 3, $year), mktime(12, 0, 0, 4, 3, $year), mktime(12, 0, 0, 5, 9, $year), mktime(12, 0, 0, 5, 1, $year), mktime(12, 0, 0, 5, 13, $year), mktime(12, 0, 0, 5, 19, $year), mktime(12, 0, 0, 5, 23, $year), mktime(12, 0, 0, 6, 3, $year), mktime(12, 0, 0, 6, 19, $year), mktime(12, 0, 0, 6, 24, $year), mktime(12, 0, 0, 7, 3, $year), mktime(12, 0, 0, 7, 9, $year), mktime(12, 0, 0, 7, 23, $year), mktime(12, 0, 0, 7, 30, $year), mktime(12, 0, 0, 8, 9, $year), mktime(12, 0, 0, 9, 23, $year), mktime(12, 0, 0, 10, 3, $year), mktime(12, 0, 0, 11, 12, $year), mktime(12, 0, 0, 11, 13, $year), mktime(12, 0, 0, 1, 3, ($year - 1)), mktime(12, 0, 0, 1, 9, ($year - 1)), mktime(12, 0, 0, 2, 13, ($year - 1)), mktime(12, 0, 0, 2, 23, ($year - 1)), mktime(12, 0, 0, 3, 30, ($year - 1)), mktime(12, 0, 0, 4, 3, ($year - 1)), mktime(12, 0, 0, 4, 3, ($year - 1)), mktime(12, 0, 0, 5, 9, ($year - 1)), mktime(12, 0, 0, 5, 1, ($year - 1)), mktime(12, 0, 0, 5, 13, ($year - 1)), mktime(12, 0, 0, 5, 19, ($year - 1)), mktime(12, 0, 0, 5, 23, ($year - 1)), mktime(12, 0, 0, 6, 3, ($year - 1)), mktime(12, 0, 0, 6, 19, ($year - 1)), mktime(12, 0, 0, 6, 24, ($year - 1)), mktime(12, 0, 0, 7, 3, ($year - 1)), mktime(12, 0, 0, 7, 9, ($year - 1)), mktime(12, 0, 0, 7, 23, ($year - 1)), mktime(12, 0, 0, 7, 30, ($year - 1)), mktime(12, 0, 0, 8, 9, ($year - 1)), mktime(12, 0, 0, 9, 23, ($year - 1)), mktime(12, 0, 0, 10, 3, ($year - 1)), mktime(12, 0, 0, 11, 12, $year), mktime(12, 0, 0, 11, 13, $year), mktime(12, 0, 0, 12, 12, $year), mktime(12, 0, 0, 12, 13, $year), )
/scripts/members/sync_members_ldap2dolibarr.php:671$required_fields = array($conf->global->LDAP_KEY_MEMBERS, $conf->global->LDAP_FIELD_FULLNAME, $conf->global->LDAP_FIELD_LOGIN, $conf->global->LDAP_FIELD_LOGIN_SAMBA, $conf->global->LDAP_FIELD_PASSWORD, $conf->global->LDAP_FIELD_PASSWORD_CRYPTED, $conf->global->LDAP_FIELD_NAME, $conf->global->LDAP_FIELD_FIRSTNAME, $conf->global->LDAP_FIELD_MAIL, $conf->global->LDAP_FIELD_PHONE, $conf->global->LDAP_FIELD_PHONE_PERSO, $conf->global->LDAP_FIELD_MOBILE, $conf->global->LDAP_FIELD_FAX, $conf->global->LDAP_FIELD_ADDRESS, $conf->global->LDAP_FIELD_ZIP, $conf->global->LDAP_FIELD_TOWN, $conf->global->LDAP_FIELD_COUNTRY, $conf->global->LDAP_FIELD_DESCRIPTION, $conf->global->LDAP_FIELD_BIRTHDATE, $conf->global->LDAP_FIELD_MEMBER_STATUS, $conf->global->LDAP_FIELD_MEMBER_END_LASTSUBSCRIPTION, $conf->global->LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_DATE, $conf->global->LDAP_FIELD_MEMBER_FIRSTSUBSCRIPTION_AMOUNT, $conf->global->LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_DATE, $conf->global->LDAP_FIELD_MEMBER_LASTSUBSCRIPTION_AMOUNT)
/dev/tools/apstats.php:6411$html .= '<b>$' . formatNumber((empty($arraycocomo['proj']['currency']) ? 0 : $arraycocomo['proj']['currency']) + (empty($arraycocomo['dep']['currency']) ? 0 : $arraycocomo['dep']['currency']), 2) . '</b>'
/htdocs/barcode/printsheet.php:2111$substitutionarray = array('%LOGIN%' => $user->login, '%COMPANY%' => $mysoc->name, '%ADDRESS%' => $mysoc->address, '%ZIP%' => $mysoc->zip, '%TOWN%' => $mysoc->town, '%COUNTRY%' => $mysoc->country, '%COUNTRY_CODE%' => $mysoc->country_code, '%EMAIL%' => $mysoc->email, '%YEAR%' => $year, '%MONTH%' => $month, '%DAY%' => $day, '%DOL_MAIN_URL_ROOT%' => DOL_MAIN_URL_ROOT, '%SERVER%' => "http://" . $_SERVER["SERVER_NAME"] . "/", )
/htdocs/partnership/partnership_card.php:6698$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlcenter)
/htdocs/resource/class/html.formresource.class.php:3602$out .= $obj->region_name . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/resource/class/html.formresource.class.php:3622$out .= ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/resource/class/html.formresource.class.php:3542$out .= $obj->region_name . ' - ' . $obj->code . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/resource/class/html.formresource.class.php:3562$out .= $obj->code . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/resource/class/dolresource.class.php:1621$new_resource_values = [$this->ref, $this->address, $this->zip, $this->town, $this->country_id, $this->state_id, $this->description, $this->phone, $this->email, $this->max_users, $this->url, $this->fk_code_type_resource, $this->note_public, $this->note_private, ]
/htdocs/resource/class/dolresource.class.php:8781$label = ($langs->trans("ResourceTypeShort" . $obj->code) != "ResourceTypeShort" . $obj->code ? $langs->trans("ResourceTypeShort" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/resource/element_resource.php:5691$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $fichinter->id, $fichinter->socid, $fichinter->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/resource/list.php:991$arrayfields = array('t.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1, 'position' => 1), 'ty.label' => array('label' => $langs->trans("Type"), 'checked' => 1, 'position' => 2), 't.address' => array('label' => $langs->trans("Address"), 'checked' => 0, 'position' => 3), 't.zip' => array('label' => $langs->trans("Zip"), 'checked' => 0, 'position' => 4), 't.town' => array('label' => $langs->trans("Town"), 'checked' => 1, 'position' => 5), 'st.nom' => array('label' => $langs->trans("State"), 'checked' => 0, 'position' => 6), 'co.label' => array('label' => $langs->trans("Country"), 'checked' => 1, 'position' => 7), 't.phone' => array('label' => $langs->trans("Phone"), 'checked' => 0, 'position' => 8), 't.email' => array('label' => $langs->trans("Email"), 'checked' => 0, 'position' => 9), 't.max_users' => array('label' => $langs->trans("MaxUsersLabel"), 'checked' => 1, 'position' => 10), 't.url' => array('label' => $langs->trans("URL"), 'checked' => 0, 'position' => 11), )
/htdocs/dav/dav.class.php:2731$calevents[] = array('uri' => $obj->id . '-ev-' . constant('CDAV_URI_KEY'), 'lastmodified' => strtotime($obj->lastupd), 'etag' => '"' . md5($calendardata) . '"', 'calendarid' => $calendarId, 'size' => strlen($calendardata), 'component' => strpos($calendardata, 'BEGIN:VEVENT') > 0 ? 'vevent' : 'vtodo', )
/htdocs/resource/element_resource.php:39050$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/webportal/class/html.formlistwebportal.class.php:4801$html .= $this->form->selectarray('search_' . $key, $val['arrayofkeyval'], (isset($search[$key]) ? $search[$key] : ''), $val['notnull'], 0, 0, '', 1, 0, 0, '', '')
/htdocs/dav/dav.class.php:2631$calevents[] = array('calendardata' => $calendardata, 'uri' => $obj->id . '-ev-' . constant('CDAV_URI_KEY'), 'lastmodified' => strtotime($obj->lastupd), 'etag' => '"' . md5($calendardata) . '"', 'calendarid' => $calendarId, 'size' => strlen($calendardata), 'component' => strpos($calendardata, 'BEGIN:VEVENT') > 0 ? 'vevent' : 'vtodo', )
/htdocs/webportal/class/html.formlistwebportal.class.php:19127$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/webportal/class/html.formlistwebportal.class.php:3271$sql .= natural_search("t." . $this->db->escape($key), $search[$key], (($key == 'status' || $key == 'fk_statut') ? ($search[$key] < 0 ? 1 : 2) : $mode_search))
/htdocs/webportal/class/webportalpropal.class.php:2362$result .= img_object(($notooltip ? '' : $label), $this->picto, ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams . ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . $classfortooltip . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/webportal/class/webportalinvoice.class.php:2461$result .= img_object(($notooltip ? '' : $label), $picto, ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams . ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . $classfortooltip . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/webportal/class/webportalpartnership.class.php:31666$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/webportal/class/webportalpartnership.class.php:2945$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams . ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . $classfortooltip . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/api/class/api_setup.class.php:21132$errormsg = $langs->trans('XmlNotFound') . ': ' . $xmlremote . ' - ' . $xmlarray['http_code'] . (($xmlarray['http_code'] == 400 && $xmlarray['content']) ? ' ' . $xmlarray['content'] : '') . ' ' . $xmlarray['curl_error_no'] . ' ' . $xmlarray['curl_error_msg']
/htdocs/ticket/class/api_tickets.class.php:1671$messages[] = array('id' => $this->ticket->cache_msgs_ticket[$i]['id'], 'fk_user_action' => $this->ticket->cache_msgs_ticket[$i]['fk_user_author'], 'fk_user_action_socid' => $user_action->socid, 'fk_user_action_string' => dolGetFirstLastname($user_action->firstname, $user_action->lastname), 'message' => $this->ticket->cache_msgs_ticket[$i]['message'], 'datec' => $this->ticket->cache_msgs_ticket[$i]['datec'], 'private' => $this->ticket->cache_msgs_ticket[$i]['private'])
/htdocs/ticket/class/ticket.class.php:28511$array_external = array(array('firstname' => '', 'lastname' => $object->origin_email, 'email' => $object->thirdparty->email, 'libelle' => $langs->transnoentities('Customer'), 'socid' => $object->thirdparty->id))
/htdocs/ticket/class/ticket.class.php:28451$array_company = array(array('firstname' => '', 'lastname' => $object->thirdparty->name, 'email' => $object->thirdparty->email, 'libelle' => $langs->transnoentities('Customer'), 'socid' => $object->thirdparty->id))
/htdocs/ticket/class/ticket.class.php:23731$tab[$i] = array('source' => $obj->source, 'socid' => $obj->socid, 'id' => $obj->id, 'nom' => $obj->lastname, 'civility' => $obj->civility, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'email' => $obj->email, 'rowid' => $obj->rowid, 'code' => $obj->code, 'libelle' => $labelType, 'labeltype' => $labelType, 'status' => $obj->statuslink, 'statuscontact' => $obj->statuscontact, 'fk_c_type_contact' => $obj->fk_c_type_contact, 'phone' => $obj->phone, 'phone_mobile' => $obj->phone_mobile)
/htdocs/ticket/class/ticket.class.php:14561$label = ($langs->trans("TicketSeverityShort" . $obj->code) != "TicketSeverityShort" . $obj->code ? $langs->trans("TicketSeverityShort" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/ticket/class/ticket.class.php:14161$label = ($langs->trans("TicketCategoryShort" . $obj->code) != "TicketCategoryShort" . $obj->code ? $langs->trans("TicketCategoryShort" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/ticket/class/ticket.class.php:13601$label = ($langs->trans("TicketTypeShort" . $obj->code) != "TicketTypeShort" . $obj->code ? $langs->trans("TicketTypeShort" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/ticket/class/ticket.class.php:9612$label_severity = ($langs->trans("TicketSeverityShort" . $obj->severity_code) != "TicketSeverityShort" . $obj->severity_code ? $langs->trans("TicketSeverityShort" . $obj->severity_code) : ($obj->severity_label != '-' ? $obj->severity_label : ''))
/htdocs/ticket/class/ticket.class.php:9572$label_category = ($langs->trans("TicketCategoryShort" . $obj->category_code) != "TicketCategoryShort" . $obj->category_code ? $langs->trans("TicketCategoryShort" . $obj->category_code) : ($obj->category_label != '-' ? $obj->category_label : ''))
/htdocs/ticket/class/ticket.class.php:9532$label_type = ($langs->trans("TicketTypeShort" . $obj->type_code) != "TicketTypeShort" . $obj->type_code ? $langs->trans("TicketTypeShort" . $obj->type_code) : ($obj->type_label != '-' ? $obj->type_label : ''))
/htdocs/ticket/class/ticket.class.php:7672$label_severity = ($langs->trans("TicketSeverityShort" . $obj->severity_code) != "TicketSeverityShort" . $obj->severity_code ? $langs->trans("TicketSeverityShort" . $obj->severity_code) : ($obj->severity_label != '-' ? $obj->severity_label : ''))
/htdocs/ecm/search.php:1321$sectionauto[] = array('level' => 1, 'module' => 'contract', 'test' => isModEnabled('contract'), 'label' => $langs->trans("Contracts"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Contracts")))
/htdocs/ecm/search.php:1361$sectionauto[] = array('level' => 1, 'module' => 'order', 'test' => isModEnabled('order'), 'label' => $langs->trans("CustomersOrders"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Orders")))
/htdocs/ecm/search.php:1401$sectionauto[] = array('level' => 1, 'module' => 'invoice', 'test' => isModEnabled('invoice'), 'label' => $langs->trans("CustomersInvoices"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Invoices")))
/htdocs/ecm/search.php:1451$sectionauto[] = array('level' => 1, 'module' => 'supplier_proposal', 'test' => isModEnabled('supplier_proposal'), 'label' => $langs->trans("SupplierProposals"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("SupplierProposals")))
/htdocs/categories/class/categorie.class.php:178214$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/ecm/search.php:1201$sectionauto[] = array('level' => 1, 'module' => 'product', 'test' => (isModEnabled("product") || isModEnabled("service")), 'label' => $langs->trans("ProductsAndServices"), 'desc' => $langs->trans("ECMDocsByProducts"))
/htdocs/ecm/search.php:1241$sectionauto[] = array('level' => 1, 'module' => 'company', 'test' => isModEnabled('societe'), 'label' => $langs->trans("ThirdParties"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("ThirdParties")))
/htdocs/ecm/search.php:1281$sectionauto[] = array('level' => 1, 'module' => 'propal', 'test' => isModEnabled('propal'), 'label' => $langs->trans("Proposals"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Proposals")))
/htdocs/categories/class/categorie.class.php:3281$mapList[] = array('id' => $mapId, 'code' => $mapCode, 'cat_fk' => (empty($this->MAP_CAT_FK[$mapCode]) ? $mapCode : $this->MAP_CAT_FK[$mapCode]), 'cat_table' => (empty($this->MAP_CAT_TABLE[$mapCode]) ? $mapCode : $this->MAP_CAT_TABLE[$mapCode]), 'obj_class' => (empty($this->MAP_OBJ_CLASS[$mapCode]) ? $mapCode : $this->MAP_OBJ_CLASS[$mapCode]), 'obj_table' => (empty($this->MAP_OBJ_TABLE[$mapCode]) ? $mapCode : $this->MAP_OBJ_TABLE[$mapCode]))
/htdocs/categories/class/categorie.class.php:6641$arraydelete = array('categorie_account' => 'fk_categorie', 'categorie_actioncomm' => 'fk_categorie', 'categorie_contact' => 'fk_categorie', 'categorie_fournisseur' => 'fk_categorie', 'categorie_knowledgemanagement' => array('field' => 'fk_categorie', 'enabled' => isModEnabled('knowledgemanagement')), 'categorie_member' => 'fk_categorie', 'categorie_user' => 'fk_categorie', 'categorie_product' => 'fk_categorie', 'categorie_project' => 'fk_categorie', 'categorie_societe' => 'fk_categorie', 'categorie_ticket' => array('field' => 'fk_categorie', 'enabled' => isModEnabled('ticket')), 'categorie_warehouse' => 'fk_categorie', 'categorie_website_page' => array('field' => 'fk_categorie', 'enabled' => isModEnabled('website')), 'bank_class' => 'fk_categ', 'categorie_lang' => 'fk_category', 'categorie' => 'rowid', )
/htdocs/categories/class/categorie.class.php:12271$test = (preg_match('/' . $keyfilter1 . '/', $fullpath) || preg_match('/' . $keyfilter2 . '/', $fullpath) || preg_match('/' . $keyfilter3 . '/', $fullpath) || preg_match('/' . $keyfilter4 . '/', $fullpath))
/htdocs/categories/class/categorie.class.php:12761$this->cats[$id_categ]['fulllabel'] = (empty($this->cats[$this->motherof[$cursor_categ]]) ? 'NotFound' : $this->cats[$this->motherof[$cursor_categ]]['label']) . ' >> ' . $this->cats[$id_categ]['fulllabel']
/htdocs/categories/viewcat.php:8071$newcardbutton = dolGetButtonTitle($langs->trans("AddMember"), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/adherents/card.php?action=create&memcats[]=' . $object->id . '&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $object->id), '', $user->hasRight('adherent', 'creer'))
/htdocs/categories/viewcat.php:8951$newcardbutton = dolGetButtonTitle($langs->trans("AddContact"), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/contact/card.php?action=create&contcats[]=' . $object->id . '&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $object->id), '', $user->rights->societe->creer)
/htdocs/categories/index.php:2201$entry .= '<a class="deletefilelink" href="' . DOL_URL_ROOT . '/categories/viewcat.php?action=delete&token=' . newToken( ) . '&id=' . $val['id'] . '&type=' . $type . $moreparam . '&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?type=' . $type . $moreparam) . '&backtolist=' . urlencode($_SERVER["PHP_SELF"] . '?type=' . $type . $moreparam) . '">' . img_delete( ) . '</a>'
/htdocs/categories/edit.php:841$parameters = array('id' => $id, 'ref' => $ref, 'cancel' => $cancel, 'backtopage' => $backtopage, 'socid' => $socid, 'label' => $label, 'description' => $description, 'color' => $color, 'position' => $position, 'visible' => $visible, 'parent' => $parent)
/htdocs/categories/viewcat.php:5421$newcardbutton = dolGetButtonTitle($langs->trans("AddProduct"), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/product/card.php?action=create&categories[]=' . $object->id . '&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $object->id), '', $user->rights->societe->creer)
/htdocs/categories/viewcat.php:4481$entry .= '<a class="deletefilelink" href="' . DOL_URL_ROOT . '/categories/viewcat.php?action=delete&token=' . newToken( ) . '&id=' . $val['id'] . '&type=' . $type . '&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $id . '&type=' . $type) . '&backtolist=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $id . '&type=' . $type) . '">' . img_delete( ) . '</a>'
/htdocs/categories/viewcat.php:7181$newcardbutton = dolGetButtonTitle($langs->trans("AddSupplier"), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/societe/card.php?action=create&fournisseur=1&suppcats[]=' . $object->id . '&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $object->id), '', $user->rights->societe->creer)
/htdocs/categories/viewcat.php:6311$newcardbutton = dolGetButtonTitle($langs->trans("AddThirdParty"), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/societe/card.php?action=create&client=3&custcats[]=' . $object->id . '&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $object->id), '', $user->rights->societe->creer)
/htdocs/partnership/class/partnership_type.class.php:31666$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/partnership/class/partnership.class.php:105266$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/categories/card.php:1031$parameters = array('socid' => $socid, 'origin' => $origin, 'catorigin' => $catorigin, 'type' => $type, 'urlfrom' => $urlfrom, 'backtopage' => $backtopage, 'label' => $label, 'description' => $description, 'color' => $color, 'position' => $position, 'visible' => $visible, 'parent' => $parent)
/htdocs/partnership/class/partnership_type.class.php:33866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/partnership/class/partnership.class.php:6452$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'partnership/" . $this->db->escape($this->newref) . "'"
/htdocs/partnership/partnership_list.php:9841$textlate .= ' (' . $langs->trans("DateReference") . ' > ' . $langs->trans("DateToday") . ' ' . (ceil($conf->adherent->subscription->warning_delay / 60 / 60 / 24) >= 0 ? '+' : '') . ceil($conf->adherent->subscription->warning_delay / 60 / 60 / 24) . ' ' . $langs->trans("days") . ')'
/htdocs/partnership/class/partnership.class.php:10305$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams . ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . $classfortooltip . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/partnership/class/partnership.class.php:7772$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'partnership/" . $this->db->escape($this->newref) . "'"
/htdocs/partnership/partnership_list.php:6351$arrayofmassactions = array('approve' => img_picto('', 'check', 'class="pictofixedwidth"') . $langs->trans("ValidateAndApprove"), 'cancel' => img_picto('', 'close_title', 'class="pictofixedwidth"') . $langs->trans("Cancel"), 'presend' => img_picto('', 'email', 'class="pictofixedwidth"') . $langs->trans("SendMail"), )
/htdocs/partnership/partnership_list.php:13827$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/partnership/partnership_list.php:67353$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/partnership/partnership_list.php:67252$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/ecm/index_auto.php:3781$sectionauto[] = array('position' => 160, 'level' => 1, 'module' => 'expensereport', 'test' => isModEnabled('expensereport'), 'label' => $langs->trans("ExpenseReports"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("ExpenseReports")))
/htdocs/ecm/index_auto.php:3831$sectionauto[] = array('position' => 170, 'level' => 1, 'module' => 'holiday', 'test' => isModEnabled('holiday'), 'label' => $langs->trans("Holidays"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Holidays")))
/htdocs/ecm/index_auto.php:3681$sectionauto[] = array('position' => 140, 'level' => 1, 'module' => 'project_task', 'test' => isModEnabled('project'), 'label' => $langs->trans("Tasks"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Tasks")))
/htdocs/ecm/index_auto.php:3731$sectionauto[] = array('position' => 150, 'level' => 1, 'module' => 'fichinter', 'test' => isModEnabled('intervention'), 'label' => $langs->trans("Interventions"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Interventions")))
/htdocs/ecm/index_auto.php:3951$sectionauto[] = array('position' => 200, 'level' => 1, 'module' => 'mrp-mo', 'test' => isModEnabled('mrp'), 'label' => $langs->trans("MOs"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("ManufacturingOrders")))
/htdocs/ecm/index_auto.php:4001$sectionauto[] = array('position' => 210, 'level' => 1, 'module' => 'recruitment-recruitmentcandidature', 'test' => isModEnabled('recruitment'), 'label' => $langs->trans("Candidatures"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("JobApplications")))
/htdocs/ecm/index_auto.php:3881$sectionauto[] = array('position' => 180, 'level' => 1, 'module' => 'banque', 'test' => isModEnabled('bank'), 'label' => $langs->trans("BankAccount"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("BankAccount")))
/htdocs/ecm/index_auto.php:3901$sectionauto[] = array('position' => 190, 'level' => 1, 'module' => 'chequereceipt', 'test' => isModEnabled('bank'), 'label' => $langs->trans("CheckReceipt"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("CheckReceipt")))
/htdocs/ecm/index_auto.php:3461$sectionauto[] = array('position' => 80, 'level' => 1, 'module' => 'order_supplier', 'test' => isModEnabled("supplier_order"), 'label' => $langs->trans("SuppliersOrders"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("PurchaseOrders")))
/htdocs/ecm/index_auto.php:3501$sectionauto[] = array('position' => 90, 'level' => 1, 'module' => 'invoice_supplier', 'test' => isModEnabled("supplier_invoice"), 'label' => $langs->trans("SuppliersInvoices"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("SupplierInvoices")))
/htdocs/ecm/index_auto.php:3371$sectionauto[] = array('position' => 60, 'level' => 1, 'module' => 'invoice', 'test' => isModEnabled('invoice'), 'label' => $langs->trans("CustomersInvoices"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Invoices")))
/htdocs/ecm/index_auto.php:3421$sectionauto[] = array('position' => 70, 'level' => 1, 'module' => 'supplier_proposal', 'test' => isModEnabled('supplier_proposal'), 'label' => $langs->trans("SupplierProposals"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("SupplierProposals")))
/htdocs/ecm/index_auto.php:3621$sectionauto[] = array('position' => 120, 'level' => 1, 'module' => 'salaries', 'test' => isModEnabled('salaries'), 'label' => $langs->trans("Salaries"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Salaries")))
/htdocs/ecm/index_auto.php:3661$sectionauto[] = array('position' => 130, 'level' => 1, 'module' => 'project', 'test' => isModEnabled('project'), 'label' => $langs->trans("Projects"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Projects")))
/htdocs/ecm/index_auto.php:3551$sectionauto[] = array('position' => 100, 'level' => 1, 'module' => 'tax', 'test' => isModEnabled('tax'), 'label' => $langs->trans("SocialContributions"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("SocialContributions")))
/htdocs/ecm/index_auto.php:3571$sectionauto[] = array('position' => 110, 'level' => 1, 'module' => 'tax-vat', 'test' => isModEnabled('tax'), 'label' => $langs->trans("VAT"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("VAT")))
/htdocs/ecm/index_auto.php:3171$sectionauto[] = array('position' => 10, 'level' => 1, 'module' => 'product', 'test' => (isModEnabled("product") || isModEnabled("service")), 'label' => $langs->trans("ProductsAndServices"), 'desc' => $langs->trans("ECMDocsByProducts"))
/htdocs/ecm/index_medias.php:1141$backtopage = $_SERVER["PHP_SELF"] . '?file_manager=1&website=' . urlencode((string) ($websitekey)) . '&pageid=' . urlencode((string) ($pageid)) . (GETPOST('section_dir', 'alpha') ? '&section_dir=' . urlencode((string) (GETPOST('section_dir', 'alpha'))) : '')
/htdocs/ecm/search.php:1921$sectionauto[] = array('level' => 1, 'module' => 'recruitment-recruitmentcandidature', 'test' => isModEnabled('recruitment'), 'label' => $langs->trans("Candidatures"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("JobApplications")))
/htdocs/ecm/search.php:1871$sectionauto[] = array('level' => 1, 'module' => 'mrp-mo', 'test' => isModEnabled('mrp'), 'label' => $langs->trans("MOs"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("ManufacturingOrders")))
/htdocs/ecm/index_auto.php:3331$sectionauto[] = array('position' => 50, 'level' => 1, 'module' => 'order', 'test' => isModEnabled('order'), 'label' => $langs->trans("CustomersOrders"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Orders")))
/htdocs/ecm/index_auto.php:3291$sectionauto[] = array('position' => 40, 'level' => 1, 'module' => 'contract', 'test' => isModEnabled('contract'), 'label' => $langs->trans("Contracts"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Contracts")))
/htdocs/ecm/index_auto.php:3251$sectionauto[] = array('position' => 30, 'level' => 1, 'module' => 'propal', 'test' => isModEnabled('propal'), 'label' => $langs->trans("Proposals"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Proposals")))
/htdocs/ecm/index_auto.php:3211$sectionauto[] = array('position' => 20, 'level' => 1, 'module' => 'company', 'test' => isModEnabled('societe'), 'label' => $langs->trans("ThirdParties"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("ThirdParties")))
/htdocs/ecm/search.php:1621$sectionauto[] = array('level' => 1, 'module' => 'project', 'test' => isModEnabled('project'), 'label' => $langs->trans("Projects"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Projects")))
/htdocs/ecm/search.php:1581$sectionauto[] = array('level' => 1, 'module' => 'tax', 'test' => isModEnabled('tax'), 'label' => $langs->trans("SocialContributions"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("SocialContributions")))
/htdocs/ecm/search.php:1531$sectionauto[] = array('level' => 1, 'module' => 'invoice_supplier', 'test' => isModEnabled("supplier_invoice"), 'label' => $langs->trans("SuppliersInvoices"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("SupplierInvoices")))
/htdocs/ecm/search.php:1491$sectionauto[] = array('level' => 1, 'module' => 'order_supplier', 'test' => isModEnabled("supplier_order"), 'label' => $langs->trans("SuppliersOrders"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("PurchaseOrders")))
/htdocs/ecm/search.php:1821$sectionauto[] = array('level' => 1, 'module' => 'banque', 'test' => isModEnabled('bank'), 'label' => $langs->trans("BankAccount"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("BankAccount")))
/htdocs/ecm/search.php:1771$sectionauto[] = array('level' => 1, 'module' => 'holiday', 'test' => isModEnabled('holiday'), 'label' => $langs->trans("Holidays"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Holidays")))
/htdocs/ecm/search.php:1721$sectionauto[] = array('level' => 1, 'module' => 'expensereport', 'test' => isModEnabled('expensereport'), 'label' => $langs->trans("ExpenseReports"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("ExpenseReports")))
/htdocs/ecm/search.php:1671$sectionauto[] = array('level' => 1, 'module' => 'fichinter', 'test' => isModEnabled('intervention'), 'label' => $langs->trans("Interventions"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Interventions")))
/scripts/emailings/mailing-send.php:2421$substitutionarray['__CHECK_READ__'] = '<img src="' . DOL_MAIN_URL_ROOT . '/public/emailing/mailing-read.php?tag=' . urlencode($obj->tag) . '&securitykey=' . dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY') . "-" . $obj->tag . "-" . $obj->email . "-" . $obj->rowid, "md5") . '&email=' . urlencode($obj->email) . '&mtid=' . ((int) $obj->rowid) . '" width="1" height="1" style="width:1px;height:1px" border="0"/>'
/scripts/emailings/mailing-send.php:2431$substitutionarray['__UNSUBSCRIBE__'] = '<a href="' . DOL_MAIN_URL_ROOT . '/public/emailing/mailing-unsubscribe.php?tag=' . urlencode($obj->tag) . '&unsuscrib=1&securitykey=' . dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY') . "-" . $obj->tag . "-" . $obj->email . "-" . $obj->rowid, "md5") . '&email=' . urlencode($obj->email) . '&mtid=' . ((int) $obj->rowid) . '" target="_blank">' . $langs->trans("MailUnsubcribe") . '</a>'
/scripts/emailings/mailing-send.php:2441$substitutionarray['__UNSUBSCRIBE_URL__'] = DOL_MAIN_URL_ROOT . '/public/emailing/mailing-unsubscribe.php?tag=' . urlencode($obj->tag) . '&unsuscrib=1&securitykey=' . dol_hash(getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY') . "-" . $obj->tag . "-" . $obj->email . "-" . $obj->rowid, "md5") . '&email=' . urlencode($obj->email) . '&mtid=' . ((int) $obj->rowid)
/scripts/bank/export-bank-receipts.php:1381$array_fields = array('bankreceipt' => $outputlangs->transnoentitiesnoconv("AccountStatementShort"), 'bankaccount' => $outputlangs->transnoentitiesnoconv("BankAccount"), 'dateop' => $outputlangs->transnoentitiesnoconv("DateOperationShort"), 'dateval' => $outputlangs->transnoentitiesnoconv("DateValueShort"), 'type' => $outputlangs->transnoentitiesnoconv("Type"), 'description' => $outputlangs->transnoentitiesnoconv("Description"), 'thirdparty' => $outputlangs->transnoentitiesnoconv("Tiers"), 'accountelem' => $outputlangs->transnoentitiesnoconv("Piece"), 'debit' => $outputlangs->transnoentitiesnoconv("Debit"), 'credit' => $outputlangs->transnoentitiesnoconv("Credit"), 'soldbefore' => $outputlangs->transnoentitiesnoconv("BankBalanceBefore"), 'soldafter' => $outputlangs->transnoentitiesnoconv("BankBalanceAfter"), 'comment' => $outputlangs->transnoentitiesnoconv("Comment"))
/scripts/contracts/email_expire_services_to_customers.php:1871$message .= $outputlangs->trans("Contract") . " " . $obj->ref . ": " . $outputlangs->trans("Service") . " " . dol_concatdesc($obj->plabel, $obj->description) . " (" . price($obj->total_ttc, 0, $outputlangs, 0, 0, -1, $conf->currency) . "), " . $outputlangs->trans("DateEndPlannedShort") . " " . dol_print_date($db->jdate($obj->date_fin_validite), 'day') . "\n\n"
/scripts/contracts/email_expire_services_to_representatives.php:1421$message .= $outputlangs->trans("Contract") . " " . $obj->ref . ": " . $langs->trans("Service") . " " . dol_concatdesc($obj->plabel, $obj->description) . " (" . price($obj->total_ttc, 0, $outputlangs, 0, 0, -1, $conf->currency) . ") " . $obj->name . ", " . $outputlangs->trans("DateEndPlannedShort") . " " . dol_print_date($db->jdate($obj->date_fin_validite), 'day') . "\n\n"
/scripts/website/migrate-news-joomla2dolibarr.php:1731$sqlinsert .= " '" . $db->escape($htmltext) . "', '1', 'blogpost', '" . $db->escape($language) . "', '" . $db->escape($importid) . "', '" . $db->escape($image) . "', '" . $db->idate($date_creation) . "', '" . $db->escape($author_alias) . "')"
/scripts/user/sync_users_ldap2dolibarr.php:671$required_fields = array($conf->global->LDAP_KEY_USERS, $conf->global->LDAP_FIELD_FULLNAME, $conf->global->LDAP_FIELD_NAME, $conf->global->LDAP_FIELD_FIRSTNAME, $conf->global->LDAP_FIELD_LOGIN, $conf->global->LDAP_FIELD_LOGIN_SAMBA, $conf->global->LDAP_FIELD_PASSWORD, $conf->global->LDAP_FIELD_PASSWORD_CRYPTED, $conf->global->LDAP_FIELD_PHONE, $conf->global->LDAP_FIELD_FAX, $conf->global->LDAP_FIELD_MOBILE, $conf->global->LDAP_FIELD_MAIL, $conf->global->LDAP_FIELD_TITLE, $conf->global->LDAP_FIELD_DESCRIPTION, $conf->global->LDAP_FIELD_SID)
/htdocs/stripe/class/stripe.class.php:6101$sql .= " VALUES ('" . $this->db->idate($now) . "', " . ((int) $user->id) . ", '" . $this->db->escape($paymentintent->id) . "', " . ((int) $object->id) . ", '" . $this->db->escape($object->element) . "', " . ((int) $conf->entity) . ", '" . $this->db->escape($service) . "', " . ((float) $amount) . ")"
/htdocs/stripe/class/stripe.class.php:8791$dataforcard = array("source" => array('object' => 'card', 'exp_month' => $exp_date_month, 'exp_year' => $exp_date_year, 'number' => $number, 'cvc' => $cvc, 'name' => $cardholdername), "metadata" => array('dol_type' => $object->element, 'dol_id' => $object->id, 'dol_version' => DOL_VERSION, 'dol_entity' => $conf->entity, 'ipaddress' => $ipaddress))
/htdocs/stripe/class/stripe.class.php:10351$dataforcard = array('type' => 'sepa_debit', "sepa_debit" => array('iban' => $iban), 'billing_details' => array('name' => $soc->name, 'email' => !empty($soc->email) ? $soc->email : "", ), "metadata" => $metadata)
/htdocs/stripe/class/stripe.class.php:12171$metadata = array("dol_id" => (string) $item, "dol_type" => (string) $origin, "dol_thirdparty_id" => (string) $societe->id, 'dol_thirdparty_name' => $societe->name, 'dol_version' => DOL_VERSION, 'dol_entity' => $conf->entity, 'ipaddress' => $ipaddress)
/htdocs/stripe/class/stripe.class.php:12621$charge = \Stripe\Charge::create(array("amount" => "$stripeamount", "currency" => "$currency", "statement_descriptor_suffix" => dol_trunc($description, 10, 'right', 'UTF-8', 1), "description" => "Stripe payment: " . $description, "capture" => $capture, "metadata" => $metadata, "source" => "$source"))
/htdocs/stripe/class/stripe.class.php:12722$paymentarray = array("amount" => "$stripeamount", "currency" => "$currency", "statement_descriptor_suffix" => dol_trunc($description, 10, 'right', 'UTF-8', 1), "description" => "Stripe payment: " . $description, "capture" => $capture, "metadata" => $metadata, "source" => "$source", "customer" => "$customer")
/htdocs/stripe/class/stripe.class.php:13042$paymentarray = array("amount" => "$stripeamount", "currency" => "$currency", "statement_descriptor_suffix" => dol_trunc($description, 10, 'right', 'UTF-8', 1), "description" => "Stripe payment: " . $description, "capture" => $capture, "metadata" => $metadata, "source" => "$source", "customer" => "$customer")
/htdocs/stripe/ajax/ajax.php:1131$intent = $stripe->getPaymentIntent($json_obj->amount, $object->multicurrency_code, null, 'Stripe payment: ' . $fulltag . (is_object($object) ? ' ref=' . $object->ref : ''), $object, $customer, $stripeacc, $servicestatus, 1, 'terminal', false, null, 0, 1)
/htdocs/paybox/lib/paybox.lib.php:1311$msg = "PBX_IDENTIFIANT=" . $PBX_IDENTIFIANT . "&PBX_MODE=" . $IBS_MODE . "&PBX_SITE=" . $IBS_SITE . "&PBX_RANG=" . $IBS_RANG . "&PBX_TOTAL=" . $IBS_TOTAL . "&PBX_DEVISE=" . $IBS_DEVISE . "&PBX_CMD=" . $IBS_CMD . "&PBX_PORTEUR=" . $IBS_PORTEUR . "&PBX_RETOUR=" . $IBS_RETOUR . "&PBX_EFFECTUE=" . $IBS_EFFECTUE . "&PBX_ANNULE=" . $IBS_ANNULE . "&PBX_REFUSE=" . $IBS_REFUSE . "&PBX_TXT=" . $IBS_TXT . "&PBX_BKGD=" . $IBS_BKGD . "&PBX_WAIT=" . $IBS_WAIT . "&PBX_LANGUE=" . $IBS_LANG . "&PBX_OUTPUT=" . $IBS_OUTPUT . "&PBX_SOURCE=" . $PBX_SOURCE . "&PBX_TYPEPAIEMENT=" . $PBX_TYPEPAIEMENT
/htdocs/blockedlog/class/blockedlog.class.php:10401return $this->date_creation . '|' . $this->action . '|' . $this->amounts . '|' . $this->ref_object . '|' . $this->date_object . '|' . $this->user_fullname . '|' . print_r($this->object_data, true)
/htdocs/cron/class/cronjob.class.php:3671$sql .= " " . (!isset($this->datenextrun) || dol_strlen($this->datenextrun) == 0 ? 'NULL' : "'" . $this->db->idate($this->datenextrun) . "'") . ","
/htdocs/cron/class/cronjob.class.php:3661$sql .= " " . (!isset($this->datelastrun) || dol_strlen($this->datelastrun) == 0 ? 'NULL' : "'" . $this->db->idate($this->datelastrun) . "'") . ","
/htdocs/cron/class/cronjob.class.php:3691$sql .= " " . (!isset($this->datestart) || dol_strlen($this->datestart) == 0 ? 'NULL' : "'" . $this->db->idate($this->datestart) . "'") . ","
/htdocs/cron/class/cronjob.class.php:3681$sql .= " " . (!isset($this->dateend) || dol_strlen($this->dateend) == 0 ? 'NULL' : "'" . $this->db->idate($this->dateend) . "'") . ","
/htdocs/stripe/class/stripe.class.php:2671$sql .= " VALUES (" . ((int) $object->id) . ", '', '" . $this->db->escape($customer->id) . "', 'stripe', '" . $this->db->escape($stripearrayofkeysbyenv[$status]['publishable_key']) . "', " . ((int) $status) . ", " . ((int) $conf->entity) . ", '" . $this->db->idate(dol_now( )) . "', " . ((int) $user->id) . ")"
/htdocs/cron/class/cronjob.class.php:3711$sql .= " " . (!isset($this->datelastresult) || dol_strlen($this->datelastresult) == 0 ? 'NULL' : "'" . $this->db->idate($this->datelastresult) . "'") . ","
/htdocs/ecm/index_auto.php:4341$url = ((!empty($conf->use_javascript_ajax) && !getDolGlobalString('MAIN_ECM_DISABLE_JS')) ? '#' : ($_SERVER["PHP_SELF"] . '?action=refreshmanual' . ($module ? '&amp;module=' . $module : '') . ($section ? '&amp;section=' . $section : '')))
/htdocs/ecm/index_auto.php:4031$sectionauto[] = array('position' => 220, 'level' => 1, 'module' => 'user', 'test' => 1, 'label' => $langs->trans("Users"), 'desc' => $langs->trans("ECMDocsBy", $langs->transnoentitiesnoconv("Users")))
/htdocs/ecm/class/ecmfiles.class.php:3401$sql .= ' ' . (!isset($this->date_m) || dol_strlen($this->date_m) == 0 ? 'NULL' : "'" . $this->db->idate($this->date_m) . "'") . ','
/htdocs/ecm/class/ecmdirectory.class.php:5053$result .= img_object(($notooltip ? '' : $label), $this->picto, ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/blockedlog/admin/blockedlog.php:1541$countryArray[$obj->code_iso] = ($obj->code_iso && $langs->transnoentitiesnoconv("Country" . $obj->code_iso) != "Country" . $obj->code_iso ? $langs->transnoentitiesnoconv("Country" . $obj->code_iso) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/ecm/class/ecmfiles.class.php:7341$sql .= ' date_c = ' . (!isset($this->date_c) || dol_strlen($this->date_c) != 0 ? "'" . $this->db->idate($this->date_c) . "'" : 'null') . ','
/htdocs/blockedlog/class/blockedlog.class.php:10381return $this->date_creation . '|' . $this->action . '|' . $this->amounts . '|' . $this->ref_object . '|' . $this->date_object . '|' . $this->user_fullname . '|' . json_encode($this->object_data, JSON_FORCE_OBJECT)
/htdocs/blockedlog/class/blockedlog.class.php:4441$arrayoffieldstoexclude = array_merge($arrayoffieldstoexclude, array('name', 'lastname', 'firstname', 'region', 'region_id', 'region_code', 'state', 'state_id', 'state_code', 'country', 'country_id', 'country_code', 'total_ht', 'total_tva', 'total_ttc', 'total_localtax1', 'total_localtax2', 'barcode_type', 'barcode_type_code', 'barcode_type_label', 'barcode_type_coder', 'mode_reglement_id', 'cond_reglement_id', 'mode_reglement', 'cond_reglement', 'shipping_method_id', 'fk_incoterms', 'label_incoterms', 'location_incoterms', 'lines'))
/htdocs/hrm/class/skilldet.class.php:5351$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'skilldet/" . $this->db->escape($this->newref) . "'"
/htdocs/hrm/class/skilldet.class.php:73066$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/skilldet.class.php:75266$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/evaluationdet.class.php:5481$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'evaluationline/" . $this->db->escape($this->newref) . "'"
/htdocs/hrm/skill_list.php:44053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/hrm/class/position.class.php:5531$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'position/" . $this->db->escape($this->newref) . "'"
/htdocs/hrm/class/position.class.php:74866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/position.class.php:77066$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/job.class.php:77866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/job.class.php:80066$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/evaluation.class.php:5691$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'evaluation/" . $this->db->escape($this->newref) . "'"
/htdocs/hrm/class/evaluation.class.php:77366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/evaluationdet.class.php:74366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/evaluationdet.class.php:76566$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/establishment.class.php:49766$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/job.class.php:5461$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'job/" . $this->db->escape($this->newref) . "'"
/htdocs/hrm/class/skill.class.php:81866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/skill.class.php:6121$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'skill/" . $this->db->escape($this->newref) . "'"
/htdocs/hrm/lib/hrm_evaluation.lib.php:1041$legendSkills = '<div style="font-style:italic;"> ' . $langs->trans('legend') . ' <table class="border" width="100%"> <tr> <td><span style="vertical-align:middle" class="toohappy diffnote little"></span> ' . $langs->trans('CompetenceAcquiredByOneOrMore') . '</td> </tr> <tr> <td><span style="vertical-align:middle" class="veryhappy diffnote little"></span> ' . $langs->trans('MaxlevelGreaterThan') . '</td> </tr> <tr> <td><span style="vertical-align:middle" class="happy diffnote little"></span> ' . $langs->trans('MaxLevelEqualTo') . '</td> </tr> <tr> <td><span style="vertical-align:middle" class="sad diffnote little"></span> ' . $langs->trans('MaxLevelLowerThan') . '</td> </tr> <tr> <td><span style="vertical-align:middle" class="toosad diffnote little"></span> ' . $langs->trans('SkillNotAcquired') . '</td> </tr> </table> </div>'
/htdocs/hrm/class/skill.class.php:84066$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/skillrank.class.php:5861$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'skillrank/" . $this->db->escape($this->newref) . "'"
/htdocs/hrm/class/evaluation.class.php:79566$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/skillrank.class.php:80366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/hrm/class/skillrank.class.php:78166$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/theme/md/style.css.php:1812$colorbacktabcard1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BACKTABCARD1') ? $colorbacktabcard1 : $conf->global->THEME_ELDY_BACKTABCARD1) : (empty($user->conf->THEME_ELDY_BACKTABCARD1) ? $colorbacktabcard1 : $user->conf->THEME_ELDY_BACKTABCARD1)
/htdocs/theme/md/style.css.php:1802$colorbacktitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BACKTITLE1') ? $colorbacktitle1 : $conf->global->THEME_ELDY_BACKTITLE1) : (empty($user->conf->THEME_ELDY_BACKTITLE1) ? $colorbacktitle1 : $user->conf->THEME_ELDY_BACKTITLE1)
/htdocs/theme/md/style.css.php:1832$colorbacklineimpair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEIMPAIR1') ? $colorbacklineimpair1 : $conf->global->THEME_ELDY_LINEIMPAIR1) : (empty($user->conf->THEME_ELDY_LINEIMPAIR1) ? $colorbacklineimpair1 : $user->conf->THEME_ELDY_LINEIMPAIR1)
/htdocs/theme/md/style.css.php:1822$colorbacktabactive = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BACKTABACTIVE') ? $colorbacktabactive : $conf->global->THEME_ELDY_BACKTABACTIVE) : (empty($user->conf->THEME_ELDY_BACKTABACTIVE) ? $colorbacktabactive : $user->conf->THEME_ELDY_BACKTABACTIVE)
/htdocs/theme/md/style.css.php:1775$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TOPMENU_BACK1') ? $colorbackhmenu1 : $conf->global->THEME_ELDY_TOPMENU_BACK1) : (empty($user->conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->conf->THEME_ELDY_TOPMENU_BACK1)
/htdocs/hrm/lib/hrm_evaluation.lib.php:1401$results = array('greater' => array('title' => $langs->trans('MaxlevelGreaterThanShort'), 'style' => 'background-color: #c3e6cb; border:5px solid #3097D1; color: #555; font-weight: 700;'), 'equal' => array('title' => $langs->trans('MaxLevelEqualToShort'), 'style' => 'background-color: #c3e6cb; color: #555; font-weight: 700;'), 'lesser' => array('title' => $langs->trans('MaxLevelLowerThanShort'), 'style' => 'background-color: #bd4147; color: #FFFFFF; font-weight: 700;'))
/htdocs/theme/md/style.css.php:1792$colortopbordertitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TOPBORDER_TITLE1') ? $colortopbordertitle1 : $conf->global->THEME_ELDY_TOPBORDER_TITLE1) : (empty($user->conf->THEME_ELDY_TOPBORDER_TITLE1) ? $colortopbordertitle1 : $user->conf->THEME_ELDY_TOPBORDER_TITLE1)
/htdocs/theme/md/style.css.php:1782$colorbackvmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_VERMENU_BACK1') ? $colorbackvmenu1 : $conf->global->THEME_ELDY_VERMENU_BACK1) : (empty($user->conf->THEME_ELDY_VERMENU_BACK1) ? $colorbackvmenu1 : $user->conf->THEME_ELDY_VERMENU_BACK1)
/htdocs/theme/md/style.css.php:1901$colortexttitle = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTTITLE') ? $colortext : $conf->global->THEME_ELDY_TEXTTITLE) : (empty($user->conf->THEME_ELDY_TEXTTITLE) ? $colortexttitle : $user->conf->THEME_ELDY_TEXTTITLE)
/htdocs/theme/md/style.css.php:1912$colortexttitlelink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTTITLELINK') ? $colortexttitlelink : $conf->global->THEME_ELDY_TEXTTITLELINK) : (empty($user->conf->THEME_ELDY_TEXTTITLELINK) ? $colortexttitlelink : $user->conf->THEME_ELDY_TEXTTITLELINK)
/htdocs/theme/md/style.css.php:1882$colorbackbody = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BACKBODY') ? $colorbackbody : $conf->global->THEME_ELDY_BACKBODY) : (empty($user->conf->THEME_ELDY_BACKBODY) ? $colorbackbody : $user->conf->THEME_ELDY_BACKBODY)
/htdocs/theme/md/style.css.php:1892$colortexttitlenotab = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTTITLENOTAB') ? $colortexttitlenotab : $conf->global->THEME_ELDY_TEXTTITLENOTAB) : (empty($user->conf->THEME_ELDY_TEXTTITLENOTAB) ? $colortexttitlenotab : $user->conf->THEME_ELDY_TEXTTITLENOTAB)
/htdocs/theme/md/style.css.php:1862$colorbacklinepair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEPAIR2') ? $colorbacklinepair2 : $conf->global->THEME_ELDY_LINEPAIR2) : (empty($user->conf->THEME_ELDY_LINEPAIR2) ? $colorbacklinepair2 : $user->conf->THEME_ELDY_LINEPAIR2)
/htdocs/theme/md/style.css.php:1872$colorbacklinebreak = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEBREAK') ? $colorbacklinebreak : $conf->global->THEME_ELDY_LINEBREAK) : (empty($user->conf->THEME_ELDY_LINEBREAK) ? $colorbacklinebreak : $user->conf->THEME_ELDY_LINEBREAK)
/htdocs/theme/md/style.css.php:1842$colorbacklineimpair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEIMPAIR2') ? $colorbacklineimpair2 : $conf->global->THEME_ELDY_LINEIMPAIR2) : (empty($user->conf->THEME_ELDY_LINEIMPAIR2) ? $colorbacklineimpair2 : $user->conf->THEME_ELDY_LINEIMPAIR2)
/htdocs/theme/md/style.css.php:1852$colorbacklinepair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEPAIR1') ? $colorbacklinepair1 : $conf->global->THEME_ELDY_LINEPAIR1) : (empty($user->conf->THEME_ELDY_LINEPAIR1) ? $colorbacklinepair1 : $user->conf->THEME_ELDY_LINEPAIR1)
/htdocs/theme/md/style.css.php:2011$colorbacklinepairhover = ((!isset($conf->global->THEME_ELDY_USE_HOVER) || (string) $conf->global->THEME_ELDY_USE_HOVER === '255,255,255') ? '' : ($conf->global->THEME_ELDY_USE_HOVER === '1' ? 'edf4fb' : $conf->global->THEME_ELDY_USE_HOVER))
/htdocs/theme/md/style.css.php:2021$colorbacklinepairchecked = ((!isset($conf->global->THEME_ELDY_USE_CHECKED) || (string) $conf->global->THEME_ELDY_USE_CHECKED === '255,255,255') ? '' : ($conf->global->THEME_ELDY_USE_CHECKED === '1' ? 'edf4fb' : $conf->global->THEME_ELDY_USE_CHECKED))
/htdocs/theme/md/style.css.php:1962$fontsize = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_FONT_SIZE1') ? $fontsize : $conf->global->THEME_ELDY_FONT_SIZE1) : (empty($user->conf->THEME_ELDY_FONT_SIZE1) ? $fontsize : $user->conf->THEME_ELDY_FONT_SIZE1)
/htdocs/theme/md/style.css.php:1972$fontsizesmaller = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_FONT_SIZE2') ? $fontsize : $conf->global->THEME_ELDY_FONT_SIZE2) : (empty($user->conf->THEME_ELDY_FONT_SIZE2) ? $fontsize : $user->conf->THEME_ELDY_FONT_SIZE2)
/htdocs/theme/md/style.css.php:1942$butactionbg = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BTNACTION') ? $butactionbg : $conf->global->THEME_ELDY_BTNACTION) : (empty($user->conf->THEME_ELDY_BTNACTION) ? $butactionbg : $user->conf->THEME_ELDY_BTNACTION)
/htdocs/theme/md/style.css.php:1952$textbutaction = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTBTNACTION') ? $textbutaction : $conf->global->THEME_ELDY_TEXTBTNACTION) : (empty($user->conf->THEME_ELDY_TEXTBTNACTION) ? $textbutaction : $user->conf->THEME_ELDY_TEXTBTNACTION)
/htdocs/theme/md/style.css.php:1922$colortext = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXT') ? $colortext : $conf->global->THEME_ELDY_TEXT) : (empty($user->conf->THEME_ELDY_TEXT) ? $colortext : $user->conf->THEME_ELDY_TEXT)
/htdocs/theme/md/style.css.php:1931$colortextlink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTLINK') ? $colortext : $conf->global->THEME_ELDY_TEXTLINK) : (empty($user->conf->THEME_ELDY_TEXTLINK) ? $colortextlink : $user->conf->THEME_ELDY_TEXTLINK)
/htdocs/theme/eldy/style.css.php:1735$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TOPMENU_BACK1') ? $colorbackhmenu1 : $conf->global->THEME_ELDY_TOPMENU_BACK1) : (empty($user->conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->conf->THEME_ELDY_TOPMENU_BACK1)
/htdocs/theme/eldy/style.css.php:1722$colorbackbody = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BACKBODY') ? $colorbackbody : $conf->global->THEME_ELDY_BACKBODY) : (empty($user->conf->THEME_ELDY_BACKBODY) ? $colorbackbody : $user->conf->THEME_ELDY_BACKBODY)
/htdocs/theme/md/style.css.php:2508$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0)
/htdocs/theme/md/style.css.php:2368$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0)
/htdocs/theme/md/style.css.php:2248$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0)
/htdocs/theme/md/style.css.php:2158$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0)
/htdocs/theme/md/style.css.php:2051$colorbacklinepairchecked = ((!isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED === '255,255,255') ? '' : ($user->conf->THEME_ELDY_USE_CHECKED === '1' ? 'edf4fb' : $user->conf->THEME_ELDY_USE_CHECKED))
/htdocs/theme/md/style.css.php:2041$colorbacklinepairhover = ((!isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER === '255,255,255') ? '' : ($user->conf->THEME_ELDY_USE_HOVER === '1' ? 'edf4fb' : $user->conf->THEME_ELDY_USE_HOVER))
/htdocs/theme/eldy/style.css.php:1812$colorbacklinepair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEPAIR1') ? $colorbacklinepair1 : $conf->global->THEME_ELDY_LINEPAIR1) : (empty($user->conf->THEME_ELDY_LINEPAIR1) ? $colorbacklinepair1 : $user->conf->THEME_ELDY_LINEPAIR1)
/htdocs/theme/eldy/style.css.php:1802$colorbacklineimpair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEIMPAIR2') ? $colorbacklineimpair2 : $conf->global->THEME_ELDY_LINEIMPAIR2) : (empty($user->conf->THEME_ELDY_LINEIMPAIR2) ? $colorbacklineimpair2 : $user->conf->THEME_ELDY_LINEIMPAIR2)
/htdocs/theme/eldy/style.css.php:1792$colorbacklineimpair1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEIMPAIR1') ? $colorbacklineimpair1 : $conf->global->THEME_ELDY_LINEIMPAIR1) : (empty($user->conf->THEME_ELDY_LINEIMPAIR1) ? $colorbacklineimpair1 : $user->conf->THEME_ELDY_LINEIMPAIR1)
/htdocs/theme/eldy/style.css.php:1782$colorbacktabactive = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BACKTABACTIVE') ? $colorbacktabactive : $conf->global->THEME_ELDY_BACKTABACTIVE) : (empty($user->conf->THEME_ELDY_BACKTABACTIVE) ? $colorbacktabactive : $user->conf->THEME_ELDY_BACKTABACTIVE)
/htdocs/theme/eldy/style.css.php:1772$colorbacktabcard1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BACKTABCARD1') ? $colorbacktabcard1 : $conf->global->THEME_ELDY_BACKTABCARD1) : (empty($user->conf->THEME_ELDY_BACKTABCARD1) ? $colorbacktabcard1 : $user->conf->THEME_ELDY_BACKTABCARD1)
/htdocs/theme/eldy/style.css.php:1762$colorbacktitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BACKTITLE1') ? $colorbacktitle1 : $conf->global->THEME_ELDY_BACKTITLE1) : (empty($user->conf->THEME_ELDY_BACKTITLE1) ? $colorbacktitle1 : $user->conf->THEME_ELDY_BACKTITLE1)
/htdocs/theme/eldy/style.css.php:1752$colortopbordertitle1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TOPBORDER_TITLE1') ? $colortopbordertitle1 : $conf->global->THEME_ELDY_TOPBORDER_TITLE1) : (empty($user->conf->THEME_ELDY_TOPBORDER_TITLE1) ? $colortopbordertitle1 : $user->conf->THEME_ELDY_TOPBORDER_TITLE1)
/htdocs/theme/eldy/style.css.php:1742$colorbackvmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_VERMENU_BACK1') ? $colorbackvmenu1 : $conf->global->THEME_ELDY_VERMENU_BACK1) : (empty($user->conf->THEME_ELDY_VERMENU_BACK1) ? $colorbackvmenu1 : $user->conf->THEME_ELDY_VERMENU_BACK1)
/htdocs/theme/eldy/style.css.php:1822$colorbacklinepair2 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEPAIR2') ? $colorbacklinepair2 : $conf->global->THEME_ELDY_LINEPAIR2) : (empty($user->conf->THEME_ELDY_LINEPAIR2) ? $colorbacklinepair2 : $user->conf->THEME_ELDY_LINEPAIR2)
/htdocs/theme/eldy/style.css.php:1832$colorbacklinebreak = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_LINEBREAK') ? $colorbacklinebreak : $conf->global->THEME_ELDY_LINEBREAK) : (empty($user->conf->THEME_ELDY_LINEBREAK) ? $colorbacklinebreak : $user->conf->THEME_ELDY_LINEBREAK)
/htdocs/theme/eldy/style.css.php:1842$colortexttitlenotab = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTTITLENOTAB') ? $colortexttitlenotab : $conf->global->THEME_ELDY_TEXTTITLENOTAB) : (empty($user->conf->THEME_ELDY_TEXTTITLENOTAB) ? $colortexttitlenotab : $user->conf->THEME_ELDY_TEXTTITLENOTAB)
/htdocs/theme/eldy/style.css.php:1851$colortexttitle = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTTITLE') ? $colortexttitle : $conf->global->THEME_ELDY_TEXTTITLE) : (empty($user->conf->THEME_ELDY_TEXTTITLE) ? $colortexttitle : $user->conf->THEME_ELDY_TEXTTITLE)
/htdocs/theme/eldy/style.css.php:1862$colortexttitlelink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTTITLELINK') ? $colortexttitlelink : $conf->global->THEME_ELDY_TEXTTITLELINK) : (empty($user->conf->THEME_ELDY_TEXTTITLELINK) ? $colortexttitlelink : $user->conf->THEME_ELDY_TEXTTITLELINK)
/htdocs/theme/eldy/style.css.php:1872$colortext = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXT') ? $colortext : $conf->global->THEME_ELDY_TEXT) : (empty($user->conf->THEME_ELDY_TEXT) ? $colortext : $user->conf->THEME_ELDY_TEXT)
/htdocs/theme/eldy/style.css.php:1881$colortextlink = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTLINK') ? $colortextlink : $conf->global->THEME_ELDY_TEXTLINK) : (empty($user->conf->THEME_ELDY_TEXTLINK) ? $colortextlink : $user->conf->THEME_ELDY_TEXTLINK)
/htdocs/theme/eldy/style.css.php:1892$butactionbg = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_BTNACTION') ? $butactionbg : $conf->global->THEME_ELDY_BTNACTION) : (empty($user->conf->THEME_ELDY_BTNACTION) ? $butactionbg : $user->conf->THEME_ELDY_BTNACTION)
/htdocs/theme/eldy/style.css.php:1902$textbutaction = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TEXTBTNACTION') ? $textbutaction : $conf->global->THEME_ELDY_TEXTBTNACTION) : (empty($user->conf->THEME_ELDY_TEXTBTNACTION) ? $textbutaction : $user->conf->THEME_ELDY_TEXTBTNACTION)
/htdocs/theme/eldy/style.css.php:1912$fontsize = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_FONT_SIZE1') ? $fontsize : $conf->global->THEME_ELDY_FONT_SIZE1) : (empty($user->conf->THEME_ELDY_FONT_SIZE1) ? $fontsize : $user->conf->THEME_ELDY_FONT_SIZE1)
/htdocs/theme/eldy/style.css.php:1922$fontsizesmaller = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_FONT_SIZE2') ? $fontsize : $conf->global->THEME_ELDY_FONT_SIZE2) : (empty($user->conf->THEME_ELDY_FONT_SIZE2) ? $fontsize : $user->conf->THEME_ELDY_FONT_SIZE2)
/htdocs/theme/eldy/style.css.php:1951$colorbacklinepairhover = ((!isset($conf->global->THEME_ELDY_USE_HOVER) || (string) $conf->global->THEME_ELDY_USE_HOVER === '255,255,255') ? '' : ($conf->global->THEME_ELDY_USE_HOVER === '1' ? 'e6edf0' : $conf->global->THEME_ELDY_USE_HOVER))
/htdocs/theme/eldy/style.css.php:1961$colorbacklinepairchecked = ((!isset($conf->global->THEME_ELDY_USE_CHECKED) || (string) $conf->global->THEME_ELDY_USE_CHECKED === '255,255,255') ? '' : ($conf->global->THEME_ELDY_USE_CHECKED === '1' ? 'e6edf0' : $conf->global->THEME_ELDY_USE_CHECKED))
/htdocs/theme/eldy/style.css.php:1981$colorbacklinepairhover = ((!isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER === '0') ? '' : ($user->conf->THEME_ELDY_USE_HOVER === '1' ? 'e6edf0' : $user->conf->THEME_ELDY_USE_HOVER))
/htdocs/theme/eldy/style.css.php:1991$colorbacklinepairchecked = ((!isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED === '0') ? '' : ($user->conf->THEME_ELDY_USE_CHECKED === '1' ? 'e6edf0' : $user->conf->THEME_ELDY_USE_CHECKED))
/htdocs/theme/eldy/style.css.php:2068$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0)
/htdocs/theme/eldy/style.css.php:2278$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0)
/htdocs/theme/eldy/style.css.php:2158$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0)
/htdocs/fichinter/card.php:11771$formquestion = array(array('type' => 'other', 'name' => 'socid', 'label' => $langs->trans("SelectThirdParty"), 'value' => $form->select_company(GETPOSTINT('socid'), 'socid', '', '', 0, 0, null, 0, 'minwidth200')))
/htdocs/theme/eldy/style.css.php:2418$tmpval = (!empty($tmppart[0]) ? $tmppart[0] : 0) + (!empty($tmppart[1]) ? $tmppart[1] : 0) + (!empty($tmppart[2]) ? $tmppart[2] : 0)
/htdocs/fichinter/document.php:13750$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fichinter/card.php:122150$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fichinter/contact.php:14050$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fichinter/note.php:10050$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fichinter/list.php:52452$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/fichinter/list.php:1311$arrayfields = array('f.ref' => array('label' => 'Ref', 'checked' => 1), 'f.ref_client' => array('label' => 'RefCustomer', 'checked' => 1), 's.nom' => array('label' => 'ThirdParty', 'checked' => 1), 'pr.ref' => array('label' => 'Project', 'checked' => 1, 'enabled' => (!isModEnabled('project') ? 0 : 1)), 'c.ref' => array('label' => 'Contract', 'checked' => 1, 'enabled' => (empty($conf->contrat->enabled) ? 0 : 1)), 'f.description' => array('label' => 'Description', 'checked' => 1), 'f.datec' => array('label' => 'DateCreation', 'checked' => 0, 'position' => 500), 'f.tms' => array('label' => 'DateModificationShort', 'checked' => 0, 'position' => 500), 'f.note_public' => array('label' => 'NotePublic', 'checked' => 0, 'position' => 510, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PUBLIC_NOTES'))), 'f.note_private' => array('label' => 'NotePrivate', 'checked' => 0, 'position' => 511, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PRIVATE_NOTES'))), 'f.fk_statut' => array('label' => 'Status', 'checked' => 1, 'position' => 1000), 'fd.description' => array('label' => "DescriptionOfLine", 'checked' => 1, 'enabled' => !getDolGlobalString('FICHINTER_DISABLE_DETAILS') ? 1 : 0), 'fd.date' => array('label' => 'DateOfLine', 'checked' => 1, 'enabled' => !getDolGlobalString('FICHINTER_DISABLE_DETAILS') ? 1 : 0), 'fd.duree' => array('label' => 'DurationOfLine', 'type' => 'duration', 'checked' => 1, 'enabled' => !getDolGlobalString('FICHINTER_DISABLE_DETAILS') ? 1 : 0), )
/htdocs/fichinter/list.php:6431$liststatus = [$object::STATUS_DRAFT => $langs->transnoentitiesnoconv('Draft'), $object::STATUS_VALIDATED => $langs->transnoentitiesnoconv('Validated'), $object::STATUS_BILLED => $langs->transnoentitiesnoconv('StatusInterInvoiced'), $object::STATUS_CLOSED => $langs->transnoentitiesnoconv('Done'), ]
/htdocs/fichinter/list.php:52553$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/fichinter/class/fichinterrec.class.php:2391$result_insert = $this->addLineRec($fichintsrc->lines[$i]->desc, $fichintsrc->lines[$i]->duration, $fichintsrc->lines[$i]->date, $fichintsrc->lines[$i]->rang, $fichintsrc->lines[$i]->subprice, $fichintsrc->lines[$i]->qty, $fichintsrc->lines[$i]->tva_tx, $fichintsrc->lines[$i]->fk_product, $fichintsrc->lines[$i]->remise_percent, 'HT', 0, '', 0, $fichintsrc->lines[$i]->product_type, $fichintsrc->lines[$i]->special_code, !empty($fichintsrc->lines[$i]->label) ? $fichintsrc->lines[$i]->label : "", $fichintsrc->lines[$i]->fk_unit)
/htdocs/fichinter/agenda.php:15850$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fichinter/class/fichinter.class.php:96514$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/fichinter/class/fichinter.class.php:6601$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'ficheinter/" . $this->db->escape($this->newref) . "'"
/htdocs/datapolicy/admin/setup.php:391$arrayofparameters['ThirdParty'] = array('DATAPOLICY_TIERS_CLIENT' => array('css' => 'minwidth200', 'picto' => img_picto('', 'company', 'class="pictofixedwidth"')), 'DATAPOLICY_TIERS_PROSPECT' => array('css' => 'minwidth200', 'picto' => img_picto('', 'company', 'class="pictofixedwidth"')), 'DATAPOLICY_TIERS_PROSPECT_CLIENT' => array('css' => 'minwidth200', 'picto' => img_picto('', 'company', 'class="pictofixedwidth"')), 'DATAPOLICY_TIERS_NIPROSPECT_NICLIENT' => array('css' => 'minwidth200', 'picto' => img_picto('', 'company', 'class="pictofixedwidth"')), 'DATAPOLICY_TIERS_FOURNISSEUR' => array('css' => 'minwidth200', 'picto' => img_picto('', 'supplier', 'class="pictofixedwidth"')), )
/htdocs/datapolicy/admin/setup.php:471$arrayofparameters['Contact'] = array('DATAPOLICY_CONTACT_CLIENT' => array('css' => 'minwidth200', 'picto' => img_picto('', 'contact', 'class="pictofixedwidth"')), 'DATAPOLICY_CONTACT_PROSPECT' => array('css' => 'minwidth200', 'picto' => img_picto('', 'contact', 'class="pictofixedwidth"')), 'DATAPOLICY_CONTACT_PROSPECT_CLIENT' => array('css' => 'minwidth200', 'picto' => img_picto('', 'contact', 'class="pictofixedwidth"')), 'DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT' => array('css' => 'minwidth200', 'picto' => img_picto('', 'contact', 'class="pictofixedwidth"')), 'DATAPOLICY_CONTACT_FOURNISSEUR' => array('css' => 'minwidth200', 'picto' => img_picto('', 'contact', 'class="pictofixedwidth"')), )
/htdocs/ai/admin/custom_prompt.php:1971$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?key=' . urlencode(GETPOST('key', 'alpha')), $langs->trans('Delete'), $langs->trans('ConfirmDeleteSetup', GETPOST('key', 'alpha')), 'confirm_deleteproperty', '', 0, 1)
/htdocs/ai/class/ai.class.php:1661return array('error' => true, 'message' => $errormessage, 'code' => (empty($response['http_code']) ? 0 : $response['http_code']), 'curl_error_no' => (empty($response['curl_error_no']) ? $response['curl_error_no'] : ''))
/htdocs/datapolicy/class/datapolicy.class.php:2791$substitutionarray = array('__LINKACCEPT__' => '<a href="' . dol_buildpath('/public/datapolicy/index.php?action=1&s=' . $societe->id . '&l=' . $l . '&key=' . $code, 3) . '" target="_blank" rel="noopener noreferrer">' . $linka . '</a>', '__LINKREFUSED__' => '<a href="' . dol_buildpath('/public/datapolicy/index.php?action=2&s=' . $societe->id . '&l=' . $l . '&key=' . $code, 3) . '" target="_blank" rel="noopener noreferrer">' . $linkr . '</a>', )
/htdocs/datapolicy/class/datapolicy.class.php:3541$substitutionarray = array('__LINKACCEPT__' => '<a href="' . dol_buildpath('/public/datapolicy/index.php?action=1&a=' . $adherent->id . '&l=' . $l . '&key=' . $code, 3) . '" target="_blank" rel="noopener noreferrer">' . $linka . '</a>', '__LINKREFUSED__' => '<a href="' . dol_buildpath('/public/datapolicy/index.php?action=2&a=' . $adherent->id . '&l=' . $l . '&key=' . $code, 3) . '" target="_blank" rel="noopener noreferrer">' . $linkr . '</a>', )
/htdocs/datapolicy/admin/setup.php:611$valTab = array('' => $langs->trans('Never'), '6' => $langs->trans('NB_MONTHS', 6), '12' => $langs->trans('ONE_YEAR'), '24' => $langs->trans('NB_YEARS', 2), '36' => $langs->trans('NB_YEARS', 3), '48' => $langs->trans('NB_YEARS', 4), '60' => $langs->trans('NB_YEARS', 5), '120' => $langs->trans('NB_YEARS', 10), '180' => $langs->trans('NB_YEARS', 15), '240' => $langs->trans('NB_YEARS', 20), )
/htdocs/datapolicy/class/datapolicy.class.php:2001$substitutionarray = array('__LINKACCEPT__' => '<a href="' . dol_buildpath('/public/datapolicy/index.php?action=1&c=' . $contact->id . '&l=' . $l . '&key=' . $code, 3) . '" target="_blank" rel="noopener noreferrer">' . $linka . '</a>', '__LINKREFUSED__' => '<a href="' . dol_buildpath('/public/datapolicy/index.php?action=2&c=' . $contact->id . '&l=' . $l . '&key=' . $code, 3) . '" target="_blank" rel="noopener noreferrer">' . $linkr . '</a>', '__FIRSTNAME__' => $contact->firstname, '__NAME__' => $contact->lastname, '__CIVILITY__' => $contact->civility, )
/htdocs/emailcollector/class/emailcollector.class.php:12291$client = $cm->make(['host' => $this->host, 'port' => $this->port, 'encryption' => !empty($this->imap_encryption) ? $this->imap_encryption : false, 'validate_cert' => true, 'protocol' => 'imap', 'username' => $this->login, 'password' => $this->password, 'authentication' => "login", ])
/htdocs/emailcollector/class/emailcollector.class.php:32751$parameters = array('connection' => $connection, 'imapemail' => $imapemail, 'overview' => $overview, 'from' => $from, 'fromtext' => $fromtext, 'actionparam' => $operation['actionparam'], 'thirdpartyid' => $thirdpartyid, 'objectid' => $objectid, 'objectemail' => $objectemail, 'messagetext' => $messagetext, 'subject' => $subject, 'header' => $header, 'attachments' => $attachments, )
/htdocs/emailcollector/class/emailcollector.class.php:60966$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/emailcollector/class/emailcollector.class.php:12141$client = $cm->make(['host' => $this->host, 'port' => $this->port, 'encryption' => !empty($this->imap_encryption) ? $this->imap_encryption : false, 'validate_cert' => true, 'protocol' => 'imap', 'username' => $this->login, 'password' => $token, 'authentication' => "oauth", ])
/htdocs/emailcollector/class/emailcollectorfilter.class.php:34566$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/delivery/card.php:3291$morehtmlref .= $form->editfieldval("RefCustomer", '', $expedition->ref_customer, $expedition, $user->hasRight('expedition', 'creer'), 'string' . (getDolGlobalString('THIRDPARTY_REF_INPUT_SIZE') ? ':' . getDolGlobalString('THIRDPARTY_REF_INPUT_SIZE') : ''), '', null, null, '', 1)
/htdocs/emailcollector/class/emailcollector.class.php:36621$stringinutf8 = (in_array(strtoupper($elements[$i]->charset), array('DEFAULT', 'UTF-8')) ? $elements[$i]->text : iconv_mime_decode($elements[$i]->text, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, $elements[$i]->charset))
/htdocs/emailcollector/class/emailcollectoraction.class.php:33166$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/ticket/document.php:18350$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/ticket/card.php:100350$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/delivery/class/delivery.class.php:4811$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'expedition/receipt/" . $this->db->escape($this->newref) . "'"
/htdocs/delivery/card.php:3426$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $objectsrc->socid, $objectsrc->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/ticket/list.php:4131$mode_search = ((!empty($object->fields[$key]) && ($object->isInt($object->fields[$key]) || $object->isFloat($object->fields[$key]))) ? 1 : 0)
/htdocs/ticket/list.php:14627$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/ticket/contact.php:24750$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/ticket/messaging.php:21550$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/ticket/class/ticket.class.php:5571$sql .= " " . (!isset($this->fk_user_create) ? ($user->id > 0 ? $user->id : 'NULL') : ($this->fk_user_create > 0 ? $this->fk_user_create : 'NULL')) . ","
/htdocs/ticket/agenda.php:21850$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/ticket/list.php:76053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/ticket/list.php:75952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/ticket/class/ticket.class.php:7632$label_category = ($langs->trans("TicketCategoryShort" . $obj->category_code) != "TicketCategoryShort" . $obj->category_code ? $langs->trans("TicketCategoryShort" . $obj->category_code) : ($obj->category_label != '-' ? $obj->category_label : ''))
/htdocs/ticket/class/ticket.class.php:7592$label_type = ($langs->trans("TicketTypeShort" . $obj->type_code) != "TicketTypeShort" . $obj->type_code ? $langs->trans("TicketTypeShort" . $obj->type_code) : ($obj->type_label != '-' ? $obj->type_label : ''))
/htdocs/ticket/class/ticket.class.php:5711$sql .= " " . (!isset($this->date_read) || dol_strlen($this->date_read) == 0 ? 'NULL' : "'" . $this->db->idate($this->date_read) . "'") . ","
/htdocs/ticket/class/ticket.class.php:5702$sql .= " " . (!isset($this->datec) || dol_strlen($this->datec) == 0 ? 'NULL' : "'" . $this->db->idate($this->datec) . "'") . ","
/htdocs/reception/card.php:145917$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/reception/card.php:10321$dispatchLines[$numAsked] = array('prod' => GETPOSTINT($prod), 'qty' => price2num(GETPOST($qty), 'MS'), 'ent' => GETPOSTINT($ent), 'pu' => price2num(GETPOST($pu), 'MU'), 'comment' => GETPOST($comment), 'fk_commandefourndet' => GETPOSTINT($fk_commandefourndet), 'DLC' => $dDLC, 'DLUO' => $dDLUO, 'lot' => GETPOSTINT($lot))
/htdocs/reception/document.php:16717$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/reception/card.php:18441$alreadysent[$obj->rowid][$obj->receptionline_id] = array('reception_ref' => $obj->reception_ref, 'reception_id' => $obj->reception_id, 'warehouse' => $obj->fk_entrepot, 'qty' => $obj->qty, 'date_valid' => $obj->date_valid, 'date_delivery' => $obj->date_delivery)
/htdocs/supplier_proposal/class/supplier_proposal.class.php:18321$values = array("'" . $this->db->idate($now) . "'", $product->fk_product, $this->thirdparty->id, "'" . $product->ref_fourn . "'", $price, $qty, $unitPrice, $product->tva_tx, $user->id)
/htdocs/supplier_proposal/class/supplier_proposal.class.php:18041$sql = 'UPDATE ' . MAIN_DB_PREFIX . 'product_fournisseur_price SET ' . (!empty($product->ref_fourn) ? 'ref_fourn = "' . $this->db->escape($product->ref_fourn) . '", ' : '') . ' price =' . ((float) $price) . ', unitprice =' . ((float) $unitPrice) . ' WHERE rowid = ' . ((int) $idProductFournPrice)
/htdocs/reception/card.php:10101$dispatchLines[$numAsked] = array('paramSuffix' => $paramSuffix, 'prod' => GETPOSTINT($prod), 'qty' => price2num(GETPOST($qty), 'MS'), 'ent' => GETPOSTINT($ent), 'pu' => price2num(GETPOST($pu), 'MU'), 'comment' => GETPOST('comment'), 'fk_commandefourndet' => GETPOSTINT($fk_commandefourndet), 'DLC' => $dDLC, 'DLUO' => $dDLUO, 'lot' => GETPOSTINT($lot))
/htdocs/reception/card.php:9891$dispatchLines[$numAsked] = array('paramSuffix' => $paramSuffix, 'prod' => GETPOSTINT($prod), 'qty' => price2num(GETPOST($qty), 'MS'), 'ent' => GETPOSTINT($ent), 'pu' => price2num(GETPOST($pu), 'MU'), 'comment' => GETPOST('comment'), 'fk_commandefourndet' => GETPOSTINT($fk_commandefourndet))
/htdocs/supplier_proposal/list.php:65053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/supplier_proposal/list.php:64952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/supplier_proposal/class/supplier_proposal.class.php:14501$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'supplier_proposal/" . $this->db->escape($this->newref) . "'"
/htdocs/supplier_proposal/class/supplier_proposal.class.php:10131$result = $this->addline($this->lines[$i]->desc, $this->lines[$i]->subprice, $this->lines[$i]->qty, $this->lines[$i]->tva_tx, $this->lines[$i]->localtax1_tx, $this->lines[$i]->localtax2_tx, $this->lines[$i]->fk_product, $this->lines[$i]->remise_percent, 'HT', 0, 0, $this->lines[$i]->product_type, $this->lines[$i]->rang, $this->lines[$i]->special_code, $fk_parent_line, $this->lines[$i]->fk_fournprice, $this->lines[$i]->pa_ht, empty($this->lines[$i]->label) ? '' : $this->lines[$i]->label, $this->lines[$i]->array_options, $this->lines[$i]->ref_fourn, $this->lines[$i]->fk_unit, 'supplier_proposal', $this->lines[$i]->rowid)
/htdocs/supplier_proposal/note.php:12050$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/supplier_proposal/document.php:13450$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/supplier_proposal/list.php:1721$arrayfields = array('sp.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1), 's.nom' => array('label' => $langs->trans("Supplier"), 'checked' => 1), 's.name_alias' => array('label' => "AliasNameShort", 'checked' => 0), 's.town' => array('label' => $langs->trans("Town"), 'checked' => 1), 's.zip' => array('label' => $langs->trans("Zip"), 'checked' => 1), 'state.nom' => array('label' => $langs->trans("StateShort"), 'checked' => 0), 'country.code_iso' => array('label' => $langs->trans("Country"), 'checked' => 0), 'typent.code' => array('label' => $langs->trans("ThirdPartyType"), 'checked' => $checkedtypetiers), 'sp.date_valid' => array('label' => $langs->trans("DateValidation"), 'checked' => 1), 'sp.date_livraison' => array('label' => $langs->trans("DateEnd"), 'checked' => 1), 'sp.total_ht' => array('label' => $langs->trans("AmountHT"), 'checked' => 1), 'sp.total_tva' => array('label' => $langs->trans("AmountVAT"), 'checked' => 0), 'sp.total_ttc' => array('label' => $langs->trans("AmountTTC"), 'checked' => 0), 'sp.multicurrency_code' => array('label' => 'Currency', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'sp.multicurrency_tx' => array('label' => 'CurrencyRate', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'sp.multicurrency_total_ht' => array('label' => 'MulticurrencyAmountHT', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'sp.multicurrency_total_vat' => array('label' => 'MulticurrencyAmountVAT', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'sp.multicurrency_total_ttc' => array('label' => 'MulticurrencyAmountTTC', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'u.login' => array('label' => $langs->trans("Author"), 'checked' => 1, 'position' => 10), 'sp.datec' => array('label' => $langs->trans("DateCreation"), 'checked' => 0, 'position' => 500), 'sp.tms' => array('label' => $langs->trans("DateModificationShort"), 'checked' => 0, 'position' => 500), 'sp.fk_statut' => array('label' => $langs->trans("Status"), 'checked' => 1, 'position' => 1000), )
/htdocs/supplier_proposal/contact.php:16117$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/reception/class/receptionlinebatch.class.php:2192$sql .= " " . (!isset($this->eatby) || dol_strlen($this->eatby) == 0 ? 'NULL' : "'" . $this->db->idate($this->eatby) . "'") . ","
/htdocs/reception/class/receptionlinebatch.class.php:2202$sql .= " " . (!isset($this->sellby) || dol_strlen($this->sellby) == 0 ? 'NULL' : "'" . $this->db->idate($this->sellby) . "'") . ","
/htdocs/reception/class/reception.class.php:6051$result = $mouvS->reception($user, $obj->fk_product, $obj->fk_entrepot, $qty, $obj->cost_price, $langs->trans("ReceptionValidatedInDolibarr", $numref), $this->db->jdate($obj->eatby), $this->db->jdate($obj->sellby), $obj->batch, '', 0, $inventorycode)
/htdocs/reception/class/reception.class.php:6591$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'reception/" . $this->db->escape($this->newref) . "'"
/htdocs/reception/list.php:4731$result = $objecttmp->addline($desc, $lines[$i]->subprice, $lines[$i]->tva_tx, $lines[$i]->localtax1_tx, $lines[$i]->localtax2_tx, $lines[$i]->qty, $lines[$i]->fk_product, $lines[$i]->remise_percent, $date_start, $date_end, 0, $lines[$i]->info_bits, 'HT', $product_type, $rang, false, 0, null, $lines[$i]->rowid, 0, $lines[$i]->ref_supplier)
/htdocs/reception/list.php:87452$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/reception/list.php:87553$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/reception/class/receptionlinebatch.class.php:2152$sql .= " " . (!isset($this->datec) || dol_strlen($this->datec) == 0 ? 'NULL' : "'" . $this->db->idate($this->datec) . "'") . ","
/htdocs/reception/dispatch.php:7572$dluodatesuffix = !empty($objd->eatby) ? dol_stringtotime($objd->eatby) : dol_mktime(0, 0, 0, GETPOST('dluo' . $suffix . 'month'), GETPOST('dluo' . $suffix . 'day'), GETPOST('dluo' . $suffix . 'year'))
/htdocs/reception/note.php:14417$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/reception/contact.php:17817$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/reception/list.php:1221$arrayfields = array('e.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1), 'e.ref_supplier' => array('label' => $langs->trans("RefSupplier"), 'checked' => 1), 's.nom' => array('label' => $langs->trans("ThirdParty"), 'checked' => 1), 's.town' => array('label' => $langs->trans("Town"), 'checked' => 1), 's.zip' => array('label' => $langs->trans("Zip"), 'checked' => 1), 'state.nom' => array('label' => $langs->trans("StateShort"), 'checked' => 0), 'country.code_iso' => array('label' => $langs->trans("Country"), 'checked' => 0), 'typent.code' => array('label' => $langs->trans("ThirdPartyType"), 'checked' => $checkedtypetiers), 'e.date_delivery' => array('label' => $langs->trans("DateDeliveryPlanned"), 'checked' => 1), 'e.datec' => array('label' => $langs->trans("DateCreation"), 'checked' => 0, 'position' => 500), 'e.tms' => array('label' => $langs->trans("DateModificationShort"), 'checked' => 0, 'position' => 500), 'e.fk_statut' => array('label' => $langs->trans("Status"), 'checked' => 1, 'position' => 1000), 'e.billed' => array('label' => $langs->trans("Billed"), 'checked' => 1, 'position' => 1000, 'enabled' => 'getDolGlobalString("WORKFLOW_BILL_ON_RECEPTION") !== "0"'))
/htdocs/reception/dispatch.php:1653$dDLUO = dol_mktime(12, 0, 0, GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'month'), GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'day'), GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'year'))
/htdocs/reception/dispatch.php:1663$dDLC = dol_mktime(12, 0, 0, GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'month'), GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'day'), GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'year'))
/htdocs/reception/dispatch.php:37117$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/reception/dispatch.php:7512$dlcdatesuffix = !empty($objd->sellby) ? dol_stringtotime($objd->sellby) : dol_mktime(0, 0, 0, GETPOST('dlc' . $suffix . 'month'), GETPOST('dlc' . $suffix . 'day'), GETPOST('dlc' . $suffix . 'year'))
/htdocs/projet/card.php:9791$formquestion = array('text' => $langs->trans("ConfirmClone"), 0 => array('type' => 'other', 'name' => 'socid', 'label' => $langs->trans("SelectThirdParty"), 'value' => $form->select_company(GETPOSTINT('socid') > 0 ? GETPOSTINT('socid') : $object->socid, 'socid', '', "None", 0, 0, null, 0, 'minwidth200 maxwidth250')), 1 => array('type' => 'checkbox', 'name' => 'clone_contacts', 'label' => $langs->trans("CloneContacts"), 'value' => true), 2 => array('type' => 'checkbox', 'name' => 'clone_tasks', 'label' => $langs->trans("CloneTasks"), 'value' => true), 3 => array('type' => 'checkbox', 'name' => 'move_date', 'label' => $langs->trans("CloneMoveDate"), 'value' => true), 4 => array('type' => 'checkbox', 'name' => 'clone_notes', 'label' => $langs->trans("CloneNotes"), 'value' => true), 5 => array('type' => 'checkbox', 'name' => 'clone_project_files', 'label' => $langs->trans("CloneProjectFiles"), 'value' => false), 6 => array('type' => 'checkbox', 'name' => 'clone_task_files', 'label' => $langs->trans("CloneTaskFiles"), 'value' => false))
/htdocs/projet/card.php:5721$title = $object->ref . (!empty($object->thirdparty->name) ? ' - ' . $object->thirdparty->name : '') . (!empty($object->title) ? ' - ' . $object->title : '')
/htdocs/projet/card.php:5701$title = $langs->trans("Project") . ' - ' . $object->ref . (!empty($object->thirdparty->name) ? ' - ' . $object->thirdparty->name : '') . (!empty($object->title) ? ' - ' . $object->title : '')
/htdocs/knowledgemanagement/class/knowledgerecord.class.php:8475$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams . ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . $classfortooltip . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/knowledgemanagement/class/knowledgerecord.class.php:6091$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'knowledgerecord/" . $this->db->escape($this->newref) . "'"
/htdocs/knowledgemanagement/knowledgerecord_agenda.php:851$upload_dir = (!empty($conf->knowledgemanagement->multidir_output[$object->entity]) ? $conf->knowledgemanagement->multidir_output[$object->entity] : $conf->knowledgemanagement->dir_output) . "/" . $object->id
/htdocs/knowledgemanagement/knowledgerecord_list.php:46453$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/knowledgemanagement/knowledgerecord_list.php:46352$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/knowledgemanagement/knowledgerecord_list.php:12327$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/knowledgemanagement/knowledgerecord_card.php:5608$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlcenter)
/htdocs/exports/class/export.class.php:1671$bool = isset($user->rights->{$perm[0]}->{$perm[1]}->{$perm[2]}) ? $user->rights->{$perm[0]}->{$perm[1]}->{$perm[2]} : false
/htdocs/reception/stats/index.php:631$dir = (!empty($conf->reception->multidir_temp[$conf->entity]) ? $conf->reception->multidir_temp[$conf->entity] : $conf->service->multidir_temp[$conf->entity])
/htdocs/reception/class/reception.class.php:19931$result = $mouvS->livraison($user, $obj->fk_product, $obj->fk_entrepot, $qty, $obj->cost_price, $langs->trans("ReceptionBackToDraftInDolibarr", $this->ref), '', $this->db->jdate($obj->eatby), $this->db->jdate($obj->sellby), $obj->batch, 0, $inventorycode)
/htdocs/reception/class/reception.class.php:18601$result = $mouvS->livraison($user, $obj->fk_product, $obj->fk_entrepot, $qty, $obj->cost_price, $langs->trans("ReceptionUnClassifyCloseddInDolibarr", $numref), '', $this->db->jdate($obj->eatby), $this->db->jdate($obj->sellby), $obj->batch, $obj->fk_origin_stock, $inventorycode)
/htdocs/reception/class/reception.class.php:17001$result = $mouvS->reception($user, $obj->fk_product, $obj->fk_entrepot, $qty, $obj->cost_price, $langs->trans("ReceptionClassifyClosedInDolibarr", $this->ref), $this->db->jdate($obj->eatby), $this->db->jdate($obj->sellby), $obj->batch, '', 0, $inventorycode)
/htdocs/reception/class/reception.class.php:10881$result = $mouvS->livraison($user, $obj->fk_product, $obj->fk_entrepot, $obj->qty, 0, $langs->trans("ReceptionDeletedInDolibarr", $this->ref), '', $obj->eatby, $obj->sellby, $obj->batch)
/htdocs/projet/tasks/time.php:12501$urlafterconfirm = $_SERVER["PHP_SELF"] . "?" . ($projectstatic->id > 0 ? 'projectid=' . $projectstatic->id : ($object->id > 0 ? "id=" . $object->id : '')) . '&lineid=' . GETPOSTINT('lineid') . ($withproject ? '&withproject=1' : '') . "&contextpage=" . urlencode($contextpage)
/htdocs/projet/tasks/time.php:12861$arrayfields['valuebilled'] = array('label' => $langs->trans("Billed"), 'checked' => 1, 'enabled' => (((getDolGlobalInt('PROJECT_HIDE_TASKS') || !getDolGlobalInt('PROJECT_BILL_TIME_SPENT')) ? 0 : 1) && $projectstatic->usage_bill_time))
/htdocs/projet/tasks/time.php:11292$urlafterconfirm = $_SERVER["PHP_SELF"] . "?" . ($object->id > 0 ? "id=" . $object->id : 'projectid=' . $projectstatic->id) . '&lineid=' . GETPOSTINT("lineid") . ($withproject ? '&withproject=1' : '')
/htdocs/projet/tasks/time.php:12362$urlafterconfirm = $_SERVER["PHP_SELF"] . "?" . ($object->id > 0 ? "id=" . $object->id : 'projectid=' . $projectstatic->id) . '&lineid=' . GETPOSTINT("lineid") . ($withproject ? '&withproject=1' : '')
/htdocs/projet/tasks/time.php:8481$lineid = $tmpinter->addline($user, $tmpinter->id, $ftask->label . (!empty($value['note']) ? ' - ' . $value['note'] : ''), $value['date'], $value['timespent'])
/htdocs/projet/tasks/time.php:10841$linktocreatetimeUrl = $_SERVER['PHP_SELF'] . '?' . ($withproject ? 'withproject=1' : '') . ($object->id > 0 ? '&id=' . $object->id : '&projectid=' . $projectstatic->id) . '&action=createtime&token=' . newToken( ) . $param . '&backtopage=' . urlencode($backtourl)
/htdocs/projet/ganttview.php:2551$linktocreatetask = dolGetButtonTitle($langs->trans('AddTask'), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/projet/tasks.php?id=' . $object->id . '&action=create' . $param . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $object->id), '', $linktocreatetaskUserRight, $linktocreatetaskParam)
/htdocs/projet/tasks/time.php:7501$lineid = $tmpinvoice->addline($lineName, $pu_ht_for_task, price2num($qtyhour / $prodDurationHours, 'MS'), $txtvaline, $localtax1line, $localtax2line, ($idprodline > 0 ? $idprodline : 0), 0, $date_start, $date_end, 0, 0, '', 'HT', 0, 1, -1, 0, '', 0, 0, null, $pa_ht)
/htdocs/projet/ganttchart.inc.php:1261$tmpt = array('task_id' => '-' . $t['task_project_id'], 'task_alternate_id' => '-' . $t['task_project_id'], 'task_name' => $projecttmp->ref . ' ' . $projecttmp->title, 'task_resources' => '', 'task_start_date' => '', 'task_end_date' => '', 'task_is_group' => 1, 'task_position' => 0, 'task_css' => 'ggroupblack', 'task_milestone' => 0, 'task_parent' => 0, 'task_parent_alternate_id' => 0, 'task_notes' => '', 'task_planned_workload' => 0)
/htdocs/projet/ganttchart.inc.php:2711$s .= "g.AddTaskItem(new JSGantt.TaskItem('" . $taskid . "', '" . dol_escape_js(trim($name)) . "', '" . $start_date . "', '" . $end_date . "', '" . $css . "', '" . $link . "', " . $task['task_milestone'] . ", '" . dol_escape_js($resources) . "', " . ($percent >= 0 ? $percent : 0) . ", " . $line_is_auto_group . ", '" . $parent . "', 1, '" . $dependency . "', '" . (empty($task["task_is_group"]) ? (($percent >= 0 && $percent != '') ? $percent . '%' : '') : '') . "', '" . dol_escape_js($note) . "', g));"
/htdocs/projet/list.php:105152$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/projet/list.php:105253$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/projet/contact.php:1281$formquestion[] = array('type' => 'other', 'name' => 'person_' . $key . ',person_role_' . $key, 'label' => '<input type="checkbox" class="flat' . (in_array($key, $task_to_affect) ? ' taskcheckboxes"' : '" checked disabled') . ' id="person_' . $key . '" name="person_' . $key . '" value="1"> <label for="person_' . $key . '">' . $val . '<label>', 'value' => $formcompany->selectTypeContact($taskstatic, '', 'person_role_' . $key, $source, 'position', 0, 'minwidth100imp', 0, 1))
/htdocs/projet/list.php:2301$arrayfields['p.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1, 1, '1')), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/projet/card.php:16471$arrayforbutaction = array(10 => array('lang' => 'propal', 'enabled' => isModEnabled("propal"), 'perm' => $user->hasRight('propal', 'creer'), 'label' => 'AddProp', 'url' => '/comm/propal/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 20 => array('lang' => 'orders', 'enabled' => isModEnabled("order"), 'perm' => $user->hasRight('commande', 'creer'), 'label' => 'CreateOrder', 'url' => '/commande/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 30 => array('lang' => 'bills', 'enabled' => isModEnabled("invoice"), 'perm' => $user->hasRight('facture', 'creer'), 'label' => 'CreateBill', 'url' => '/compta/facture/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 40 => array('lang' => 'supplier_proposal', 'enabled' => isModEnabled("supplier_proposal"), 'perm' => $user->hasRight('supplier_proposal', 'creer'), 'label' => 'AddSupplierProposal', 'url' => '/supplier_proposal/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 50 => array('lang' => 'suppliers', 'enabled' => isModEnabled("supplier_order"), 'perm' => $user->hasRight('fournisseur', 'commande', 'creer'), 'label' => 'AddSupplierOrder', 'url' => '/fourn/commande/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 60 => array('lang' => 'suppliers', 'enabled' => isModEnabled("supplier_invoice"), 'perm' => $user->hasRight('fournisseur', 'facture', 'creer'), 'label' => 'AddSupplierInvoice', 'url' => '/fourn/facture/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 70 => array('lang' => 'interventions', 'enabled' => isModEnabled("intervention"), 'perm' => $user->hasRight('fichinter', 'creer'), 'label' => 'AddIntervention', 'url' => '/fichinter/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 80 => array('lang' => 'contracts', 'enabled' => isModEnabled("contract"), 'perm' => $user->hasRight('contrat', 'creer'), 'label' => 'AddContract', 'url' => '/contrat/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 90 => array('lang' => 'trips', 'enabled' => isModEnabled("expensereport"), 'perm' => $user->hasRight('expensereport', 'creer'), 'label' => 'AddTrip', 'url' => '/expensereport/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), 100 => array('lang' => 'donations', 'enabled' => isModEnabled("don"), 'perm' => $user->hasRight('don', 'creer'), 'label' => 'AddDonation', 'url' => '/don/card.php?action=create&amp;projectid=' . $object->id . '&amp;socid=' . $object->socid), )
/htdocs/projet/element.php:3831$listofreferent = array('entrepot' => array('name' => "Warehouse", 'title' => "ListWarehouseAssociatedProject", 'class' => 'Entrepot', 'table' => 'entrepot', 'datefieldname' => 'date_entrepot', 'urlnew' => DOL_URL_ROOT . '/product/stock/card.php?action=create&projectid=' . $id . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'entrepot', 'buttonnew' => 'AddWarehouse', 'project_field' => 'fk_project', 'testnew' => $user->hasRight('stock', 'creer'), 'test' => isModEnabled('stock') && $user->hasRight('stock', 'lire') && getDolGlobalString('WAREHOUSE_ASK_WAREHOUSE_DURING_PROJECT')), 'propal' => array('name' => "Proposals", 'title' => "ListProposalsAssociatedProject", 'class' => 'Propal', 'table' => 'propal', 'datefieldname' => 'datep', 'urlnew' => DOL_URL_ROOT . '/comm/propal/card.php?action=create&origin=project&originid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'propal', 'buttonnew' => 'AddProp', 'testnew' => $user->hasRight('propal', 'creer'), 'test' => isModEnabled('propal') && $user->hasRight('propal', 'lire')), 'order' => array('name' => "CustomersOrders", 'title' => "ListOrdersAssociatedProject", 'class' => 'Commande', 'table' => 'commande', 'datefieldname' => 'date_commande', 'urlnew' => DOL_URL_ROOT . '/commande/card.php?action=create&projectid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'orders', 'buttonnew' => 'CreateOrder', 'testnew' => $user->hasRight('commande', 'creer'), 'test' => isModEnabled('order') && $user->hasRight('commande', 'lire')), 'invoice' => array('name' => "CustomersInvoices", 'title' => "ListInvoicesAssociatedProject", 'class' => 'Facture', 'margin' => 'add', 'table' => 'facture', 'datefieldname' => 'datef', 'urlnew' => DOL_URL_ROOT . '/compta/facture/card.php?action=create&projectid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'bills', 'buttonnew' => 'CreateBill', 'testnew' => $user->hasRight('facture', 'creer'), 'test' => isModEnabled('invoice') && $user->hasRight('facture', 'lire')), 'invoice_predefined' => array('name' => "PredefinedInvoices", 'title' => "ListPredefinedInvoicesAssociatedProject", 'class' => 'FactureRec', 'table' => 'facture_rec', 'datefieldname' => 'datec', 'urlnew' => DOL_URL_ROOT . '/compta/facture/card.php?action=create&projectid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'bills', 'buttonnew' => 'CreateBill', 'testnew' => $user->hasRight('facture', 'creer'), 'test' => isModEnabled('invoice') && $user->hasRight('facture', 'lire')), 'proposal_supplier' => array('name' => "SupplierProposals", 'title' => "ListSupplierProposalsAssociatedProject", 'class' => 'SupplierProposal', 'table' => 'supplier_proposal', 'datefieldname' => 'date_valid', 'urlnew' => DOL_URL_ROOT . '/supplier_proposal/card.php?action=create&projectid=' . $id . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'supplier_proposal', 'buttonnew' => 'AddSupplierProposal', 'testnew' => $user->hasRight('supplier_proposal', 'creer'), 'test' => isModEnabled('supplier_proposal') && $user->hasRight('supplier_proposal', 'lire')), 'order_supplier' => array('name' => "SuppliersOrders", 'title' => "ListSupplierOrdersAssociatedProject", 'class' => 'CommandeFournisseur', 'table' => 'commande_fournisseur', 'datefieldname' => 'date_commande', 'urlnew' => DOL_URL_ROOT . '/fourn/commande/card.php?action=create&projectid=' . $id . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'suppliers', 'buttonnew' => 'AddSupplierOrder', 'testnew' => $user->hasRight('fournisseur', 'commande', 'creer') || $user->hasRight('supplier_order', 'creer'), 'test' => isModEnabled('supplier_order') && $user->hasRight('fournisseur', 'commande', 'lire') || $user->hasRight('supplier_order', 'lire')), 'invoice_supplier' => array('name' => "BillsSuppliers", 'title' => "ListSupplierInvoicesAssociatedProject", 'class' => 'FactureFournisseur', 'margin' => 'minus', 'table' => 'facture_fourn', 'datefieldname' => 'datef', 'urlnew' => DOL_URL_ROOT . '/fourn/facture/card.php?action=create&projectid=' . $id . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'suppliers', 'buttonnew' => 'AddSupplierInvoice', 'testnew' => $user->hasRight('fournisseur', 'facture', 'creer') || $user->hasRight('supplier_invoice', 'creer'), 'test' => isModEnabled('supplier_invoice') && $user->hasRight('fournisseur', 'facture', 'lire') || $user->hasRight('supplier_invoice', 'lire')), 'contract' => array('name' => "Contracts", 'title' => "ListContractAssociatedProject", 'class' => 'Contrat', 'table' => 'contrat', 'datefieldname' => 'date_contrat', 'urlnew' => DOL_URL_ROOT . '/contrat/card.php?action=create&projectid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'contracts', 'buttonnew' => 'AddContract', 'testnew' => $user->hasRight('contrat', 'creer'), 'test' => isModEnabled('contract') && $user->hasRight('contrat', 'lire')), 'intervention' => array('name' => "Interventions", 'title' => "ListFichinterAssociatedProject", 'class' => 'Fichinter', 'table' => 'fichinter', 'datefieldname' => 'date_valid', 'disableamount' => 0, 'margin' => '', 'urlnew' => DOL_URL_ROOT . '/fichinter/card.php?action=create&origin=project&originid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'interventions', 'buttonnew' => 'AddIntervention', 'testnew' => $user->hasRight('ficheinter', 'creer'), 'test' => isModEnabled('intervention') && $user->hasRight('ficheinter', 'lire')), 'shipping' => array('name' => "Shippings", 'title' => "ListShippingAssociatedProject", 'class' => 'Expedition', 'table' => 'expedition', 'datefieldname' => 'date_valid', 'urlnew' => DOL_URL_ROOT . '/expedition/card.php?action=create&origin=project&originid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'sendings', 'buttonnew' => 'CreateShipment', 'testnew' => 0, 'test' => isModEnabled('shipping') && $user->hasRight('expedition', 'lire')), 'mrp' => array('name' => "MO", 'title' => "ListMOAssociatedProject", 'class' => 'Mo', 'table' => 'mrp_mo', 'datefieldname' => 'date_valid', 'urlnew' => DOL_URL_ROOT . '/mrp/mo_card.php?action=create&origin=project&originid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'mrp', 'buttonnew' => 'CreateMO', 'testnew' => $user->hasRight('mrp', 'write'), 'project_field' => 'fk_project', 'nototal' => 1, 'test' => isModEnabled('mrp') && $user->hasRight('mrp', 'read')), 'trip' => array('name' => "TripsAndExpenses", 'title' => "ListExpenseReportsAssociatedProject", 'class' => 'Deplacement', 'table' => 'deplacement', 'datefieldname' => 'dated', 'margin' => 'minus', 'disableamount' => 1, 'urlnew' => DOL_URL_ROOT . '/deplacement/card.php?action=create&projectid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'trips', 'buttonnew' => 'AddTrip', 'testnew' => $user->hasRight('deplacement', 'creer'), 'test' => isModEnabled('deplacement') && $user->hasRight('deplacement', 'lire')), 'expensereport' => array('name' => "ExpenseReports", 'title' => "ListExpenseReportsAssociatedProject", 'class' => 'ExpenseReportLine', 'table' => 'expensereport_det', 'datefieldname' => 'date', 'margin' => 'minus', 'disableamount' => 0, 'urlnew' => DOL_URL_ROOT . '/expensereport/card.php?action=create&projectid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'trips', 'buttonnew' => 'AddTrip', 'testnew' => $user->hasRight('expensereport', 'creer'), 'test' => isModEnabled('expensereport') && $user->hasRight('expensereport', 'lire')), 'donation' => array('name' => "Donation", 'title' => "ListDonationsAssociatedProject", 'class' => 'Don', 'margin' => 'add', 'table' => 'don', 'datefieldname' => 'datedon', 'disableamount' => 0, 'urlnew' => DOL_URL_ROOT . '/don/card.php?action=create&projectid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'donations', 'buttonnew' => 'AddDonation', 'testnew' => $user->hasRight('don', 'creer'), 'test' => isModEnabled('don') && $user->hasRight('don', 'lire')), 'loan' => array('name' => "Loan", 'title' => "ListLoanAssociatedProject", 'class' => 'Loan', 'margin' => 'add', 'table' => 'loan', 'datefieldname' => 'datestart', 'disableamount' => 0, 'urlnew' => DOL_URL_ROOT . '/loan/card.php?action=create&projectid=' . $id . '&socid=' . $socid . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'loan', 'buttonnew' => 'AddLoan', 'testnew' => $user->hasRight('loan', 'write'), 'test' => isModEnabled('loan') && $user->hasRight('loan', 'read')), 'chargesociales' => array('name' => "SocialContribution", 'title' => "ListSocialContributionAssociatedProject", 'class' => 'ChargeSociales', 'margin' => 'minus', 'table' => 'chargesociales', 'datefieldname' => 'date_ech', 'disableamount' => 0, 'urlnew' => DOL_URL_ROOT . '/compta/sociales/card.php?action=create&projectid=' . $id . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'compta', 'buttonnew' => 'AddSocialContribution', 'testnew' => $user->hasRight('tax', 'charges', 'lire'), 'test' => isModEnabled('tax') && $user->hasRight('tax', 'charges', 'lire')), 'project_task' => array('name' => "TaskTimeSpent", 'title' => "ListTaskTimeUserProject", 'class' => 'Task', 'margin' => 'minus', 'table' => 'projet_task', 'datefieldname' => 'element_date', 'disableamount' => 0, 'urlnew' => DOL_URL_ROOT . '/projet/tasks/time.php?withproject=1&action=createtime&projectid=' . $id . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'buttonnew' => 'AddTimeSpent', 'testnew' => $user->hasRight('project', 'creer'), 'test' => isModEnabled('project') && $user->hasRight('projet', 'lire') && !getDolGlobalString('PROJECT_HIDE_TASKS')), 'stock_mouvement' => array('name' => "MouvementStockAssociated", 'title' => "ListMouvementStockProject", 'class' => 'StockTransfer', 'table' => 'stocktransfer_stocktransfer', 'datefieldname' => 'datem', 'margin' => 'minus', 'project_field' => 'fk_project', 'disableamount' => 0, 'test' => isModEnabled('stock') && $user->hasRight('stock', 'mouvement', 'lire') && getDolGlobalString('STOCK_MOVEMENT_INTO_PROJECT_OVERVIEW')), 'salaries' => array('name' => "Salaries", 'title' => "ListSalariesAssociatedProject", 'class' => 'Salary', 'table' => 'salary', 'datefieldname' => 'datesp', 'margin' => 'minus', 'disableamount' => 0, 'urlnew' => DOL_URL_ROOT . '/salaries/card.php?action=create&projectid=' . $id . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'salaries', 'buttonnew' => 'AddSalary', 'testnew' => $user->hasRight('salaries', 'write'), 'test' => isModEnabled('salaries') && $user->hasRight('salaries', 'read')), 'variouspayment' => array('name' => "VariousPayments", 'title' => "ListVariousPaymentsAssociatedProject", 'class' => 'PaymentVarious', 'table' => 'payment_various', 'datefieldname' => 'datev', 'margin' => 'minus', 'disableamount' => 0, 'urlnew' => DOL_URL_ROOT . '/compta/bank/various_payment/card.php?action=create&projectid=' . $id . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . $id), 'lang' => 'banks', 'buttonnew' => 'AddVariousPayment', 'testnew' => $user->hasRight('banque', 'modifier'), 'test' => isModEnabled("bank") && $user->hasRight('banque', 'lire') && !getDolGlobalString('BANK_USE_OLD_VARIOUS_PAYMENT')), )
/htdocs/projet/activity/perweek.php:3352$param .= ($day ? '&day=' . urlencode((string) ($day)) : '') . ($month ? '&month=' . urlencode((string) ($month)) : '') . ($year ? '&year=' . urlencode((string) ($year)) : '')
/htdocs/projet/activity/perweek.php:1462$arrayfields["efpt." . $key] = array('label' => $extrafields->attributes['projet_task']['label'][$key], 'checked' => (($extrafields->attributes['projet_task']['list'][$key] < 0) ? 0 : 1), 'position' => $extrafields->attributes['projet_task']['pos'][$key], 'enabled' => (abs((int) $extrafields->attributes['projet_task']['list'][$key]) != 3 && $extrafields->attributes['projet_task']['perms'][$key]))
/htdocs/projet/activity/permonth.php:1422$arrayfields["efpt." . $key] = array('label' => $extrafields->attributes['projet_task']['label'][$key], 'checked' => (($extrafields->attributes['projet_task']['list'][$key] < 0) ? 0 : 1), 'position' => $extrafields->attributes['projet_task']['pos'][$key], 'enabled' => (abs((int) $extrafields->attributes['projet_task']['list'][$key]) != 3 && $extrafields->attributes['projet_task']['perms'][$key]))
/htdocs/projet/activity/perweek.php:5653$moreforfilter .= img_picto($langs->trans('Filter') . ' ' . $langs->trans('User'), 'user', 'class="paddingright pictofixedwidth"') . $form->select_dolusers($search_usertoprocessid ? $search_usertoprocessid : $usertoprocess->id, 'search_usertoprocessid', 0, null, 0, $includeonly, null, 0, 0, 0, '', 0, '', 'maxwidth200')
/htdocs/projet/activity/permonth.php:5263$moreforfilter .= img_picto($langs->trans('Filter') . ' ' . $langs->trans('User'), 'user', 'class="paddingright pictofixedwidth"') . $form->select_dolusers($search_usertoprocessid ? $search_usertoprocessid : $usertoprocess->id, 'search_usertoprocessid', 0, null, 0, $includeonly, null, 0, 0, 0, '', 0, '', 'maxwidth200')
/htdocs/projet/activity/permonth.php:3312$param .= ($day ? '&day=' . urlencode((string) ($day)) : '') . ($month ? '&month=' . urlencode((string) ($month)) : '') . ($year ? '&year=' . urlencode((string) ($year)) : '')
/htdocs/projet/class/taskstats.class.php:1492$sqlwhere[] = " t.datec BETWEEN '" . $this->db->idate(dol_get_first_day($this->year, $this->month)) . "' AND '" . $this->db->idate(dol_get_last_day($this->year, $this->month)) . "'"
/htdocs/projet/admin/project.php:8024$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 1) . ')', '2' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 2) . ')', '3' => $langs->trans("Yes") . ' (' . $langs->trans("NumberOfKeyToSearch", 3) . ')', )
/htdocs/projet/tasks/task.php:4231$formquestion = array('text' => $langs->trans("ConfirmClone"), 0 => array('type' => 'checkbox', 'name' => 'clone_change_dt', 'label' => $langs->trans("CloneChanges"), 'value' => true), 1 => array('type' => 'checkbox', 'name' => 'clone_affectation', 'label' => $langs->trans("CloneAffectation"), 'value' => true), 2 => array('type' => 'checkbox', 'name' => 'clone_prog', 'label' => $langs->trans("CloneProgression"), 'value' => true), 3 => array('type' => 'checkbox', 'name' => 'clone_time', 'label' => $langs->trans("CloneTimes"), 'value' => true), 4 => array('type' => 'checkbox', 'name' => 'clone_file', 'label' => $langs->trans("CloneFile"), 'value' => true), )
/htdocs/projet/tasks/task.php:541$planned_workload = ((GETPOST('planned_workloadhour') != '' || GETPOST('planned_workloadmin') != '') ? (GETPOSTINT('planned_workloadhour') > 0 ? GETPOSTINT('planned_workloadhour') * 3600 : 0) + (GETPOSTINT('planned_workloadmin') > 0 ? GETPOSTINT('planned_workloadmin') * 60 : 0) : '')
/htdocs/projet/tasks/list.php:74753$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/projet/tasks/list.php:74652$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/projet/activity/index.php:1831$sql .= " AND element_date BETWEEN '" . $db->idate(dol_time_plus_duree(dol_mktime(0, 0, 0, $month, $day, $year), -1, 'd')) . "' AND '" . $db->idate(dol_time_plus_duree(dol_mktime(23, 59, 59, $month, $day, $year), -1, 'd')) . "'"
/htdocs/projet/tasks/comment.php:481$planned_workload = ((GETPOSTINT('planned_workloadhour') != '' || GETPOSTINT('planned_workloadmin') != '') ? (GETPOSTINT('planned_workloadhour') > 0 ? GETPOSTINT('planned_workloadhour') * 3600 : 0) + (GETPOSTINT('planned_workloadmin') > 0 ? GETPOSTINT('planned_workloadmin') * 60 : 0) : '')
/htdocs/projet/activity/perday.php:5173$moreforfilter .= img_picto($langs->trans('Filter') . ' ' . $langs->trans('User'), 'user', 'class="paddingright pictofixedwidth"') . $form->select_dolusers($search_usertoprocessid ? $search_usertoprocessid : $usertoprocess->id, 'search_usertoprocessid', 0, null, 0, $includeonly, null, 0, 0, 0, '', 0, '', 'maxwidth200')
/htdocs/projet/activity/perday.php:1441$arrayfields["efpt." . $key] = array('label' => $extrafields->attributes[$object->table_element]['label'][$key], 'checked' => (($extrafields->attributes[$object->table_element]['list'][$key] < 0) ? 0 : 1), 'position' => $extrafields->attributes[$object->table_element]['pos'][$key], 'enabled' => (abs((int) $extrafields->attributes[$object->table_element]['list'][$key]) != 3 && $extrafields->attributes[$object->table_element]['perms'][$key]))
/htdocs/public/payment/newpayment.php:5791$charge = \Stripe\Charge::create(array('amount' => price2num($amountstripe, 'MU'), 'currency' => $currency, 'capture' => true, 'description' => 'Stripe payment: ' . $FULLTAG . ' ref=' . $ref, 'metadata' => $metadata, 'customer' => $customer->id, 'source' => $card, 'statement_descriptor_suffix' => dol_trunc($FULLTAG, 10, 'right', 'UTF-8', 1), ), array("idempotency_key" => "$FULLTAG", "stripe_account" => "$stripeacc"))
/htdocs/public/payment/newpayment.php:6481$charge = \Stripe\Charge::create(array('customer' => $customer->id, 'amount' => price2num($amountstripe, 'MU'), 'currency' => $currency, 'capture' => true, 'description' => 'Stripe payment: ' . $FULLTAG . ' ref=' . $ref, 'metadata' => $metadata, 'statement_descriptor' => dol_trunc($FULLTAG, 10, 'right', 'UTF-8', 1), ), array("idempotency_key" => "$FULLTAG", "stripe_account" => "$stripeacc"))
/htdocs/public/payment/newpayment.php:14241$dur = array("h" => $langs->trans("Hours"), "d" => $langs->trans("DurationDays"), "w" => $langs->trans("DurationWeeks"), "m" => $langs->trans("DurationMonths"), "y" => $langs->trans("DurationYears"))
/htdocs/public/payment/newpayment.php:14261$dur = array("h" => $langs->trans("Hour"), "d" => $langs->trans("DurationDay"), "w" => $langs->trans("DurationWeek"), "m" => $langs->trans("DurationMonth"), "y" => $langs->trans("DurationYear"))
/htdocs/public/payment/newpayment.php:22801$paymentintent = $stripe->getPaymentIntent($amount, $currency, ($tag ? $tag : $fulltag), 'Stripe payment: ' . $fulltag . (is_object($object) ? ' ref=' . $object->ref : ''), $object, $stripecu, $stripeacc, $servicestatus, 0, 'automatic', false, null, 0, $noidempotency_key)
/htdocs/public/payment/newpayment.php:23821$arrayforcheckout = array('payment_method_types' => array('card'), 'line_items' => array(array('name' => $langs->transnoentitiesnoconv("Payment") . ' ' . $TAG, 'description' => 'Stripe payment: ' . $FULLTAG . ($ref ? ' ref=' . $ref : ''), 'amount' => $amountstripe, 'currency' => $currency, 'quantity' => 1, )), 'client_reference_id' => $FULLTAG, 'success_url' => $urlok, 'cancel_url' => $urlko, 'payment_intent_data' => $arrayforpaymentintent)
/htdocs/public/payment/paymentok.php:7111$sql .= " VALUES (" . ((int) $object->fk_soc) . ", '', '" . $db->escape($stripecu) . "', 'stripe', '" . $db->escape($stripearrayofkeysbyenv[$servicestatus]['publishable_key']) . "', " . ((int) $servicestatus) . ", " . ((int) $conf->entity) . ", '" . $db->idate(dol_now( )) . "', 0)"
/htdocs/public/emailing/mailing-unsubscribe.php:1591$sql = "INSERT INTO " . MAIN_DB_PREFIX . "mailing_unsubscribe (date_creat, entity, email, unsubscribegroup, ip) VALUES ('" . $db->idate(dol_now( )) . "', " . ((int) $obj->entity) . ", '" . $db->escape($obj->email) . "', '', '" . $db->escape(getUserRemoteIP( )) . "')"
/htdocs/projet/class/project.class.php:13431$datas['visibility'] .= ($this->public ? img_picto($langs->trans('SharedProject'), 'world', 'class="pictofixedwidth"') . $langs->trans("SharedProject") : img_picto($langs->trans('PrivateProject'), 'private', 'class="pictofixedwidth"') . $langs->trans("PrivateProject"))
/htdocs/projet/class/projectstats.class.php:1992$sqlwhere[] = " t.datec BETWEEN '" . $this->db->idate(dol_get_first_day($this->year, $this->month)) . "' AND '" . $this->db->idate(dol_get_last_day($this->year, $this->month)) . "'"
/htdocs/projet/class/projectstats.class.php:3112$newpathofdestfile = $conf->user->dir_temp . '/' . get_class($this) . '_' . __FUNCTION__ . '_' . (empty($this->cachefilesuffix) ? '' : $this->cachefilesuffix . '_') . $langs->defaultlang . '_user' . $user->id . '.cache'
/htdocs/projet/class/projectstats.class.php:4222$newpathofdestfile = $conf->user->dir_temp . '/' . get_class($this) . '_' . __FUNCTION__ . '_' . (empty($this->cachefilesuffix) ? '' : $this->cachefilesuffix . '_') . $langs->defaultlang . '_user' . $user->id . '.cache'
/htdocs/projet/class/task.class.php:4901$sql .= " ref=" . (isset($this->ref) ? "'" . $this->db->escape($this->ref) . "'" : "'" . $this->db->escape($this->id) . "'") . ","
/htdocs/public/demo/index.php:781$demoprofiles = array(array('default' => '1', 'key' => 'profdemoservonly', 'label' => 'DemoCompanyServiceOnly', 'disablemodules' => 'adherent,barcode,bom,cashdesk,don,expedition,externalsite,ftp,incoterm,mailmanspip,margin,mrp,prelevement,product,productbatch,stock,takepos', 'icon' => DOL_URL_ROOT . '/public/demo/demo-profile-service.jpg', 'url' => $url), array('default' => '0', 'key' => 'profmanufacture', 'label' => 'DemoCompanyManufacturing', 'disablemodules' => 'adherent,contrat,don,externalsite,ficheinter,ftp,mailmanspip,prelevement,service', 'icon' => DOL_URL_ROOT . '/public/demo/demo-profile-manufacturing.jpg', 'url' => $url), array('default' => '0', 'key' => 'profdemoprodstock', 'label' => 'DemoCompanyProductAndStocks', 'disablemodules' => 'adherent,bom,contrat,don,externalsite,ficheinter,ftp,mailmanspip,mrp,prelevement,service', 'icon' => DOL_URL_ROOT . '/public/demo/demo-profile-product.jpg', 'url' => $url), array('default' => '0', 'key' => 'profdemofun2', 'label' => 'DemoFundation2', 'disablemodules' => 'barcode,cashdesk,bom,commande,commercial,compta,comptabilite,contrat,expedition,externalsite,ficheinter,ftp,incoterm,mailmanspip,margin,mrp,prelevement,product,productbatch,projet,propal,propale,service,societe,stock,tax,takepos', 'icon' => DOL_URL_ROOT . '/public/demo/demo-profile-foundation.jpg', 'url' => $url), array('default' => '0', 'key' => 'profdemoall', 'label' => 'ChooseYourDemoProfilMore', 'disablemodules' => 'adherent,cashdesk,don,externalsite,mailmanspip', 'icon' => DOL_URL_ROOT . '/public/demo/demo-profile-all.jpg'))
/htdocs/public/opensurvey/studs.php:2031$sql .= " VALUES ('" . $db->escape($nom) . "', '" . $db->escape($numsondage) . "','" . $db->escape($nouveauchoix) . "', '" . $db->escape($user_ip) . "', '" . $db->idate($now) . "')"
/htdocs/public/payment/newpayment.php:553$entity = (!empty($_GET['entity']) ? (int) $_GET['entity'] : (!empty($_POST['entity']) ? (int) $_POST['entity'] : (!empty($_GET['e']) ? (int) $_GET['e'] : (!empty($_POST['e']) ? (int) $_POST['e'] : 1))))
/htdocs/bookmarks/bookmarks.lib.php:1161$bookmarkList .= '<a class="dropdown-item bookmark-item' . (strpos($obj->url, 'http') === 0 ? ' bookmark-item-external' : '') . '" id="bookmark-item-' . $obj->rowid . '" data-id="' . $obj->rowid . '" ' . ($obj->target == 1 ? ' target="_blank" rel="noopener noreferrer"' : '') . ' href="' . dol_escape_htmltag($obj->url) . '" >'
/htdocs/public/stripe/ipn.php:2851$message = "A bank transfer of " . price2num($event->data->object->amount / 100) . " " . $event->data->object->currency . " has been done to your account the " . dol_print_date($event->data->object->arrival_date, 'dayhour')
/htdocs/public/stripe/ipn.php:1951$message = "A bank transfer of " . price2num($event->data->object->amount / 100) . " " . $event->data->object->currency . " should arrive in your account the " . dol_print_date($event->data->object->arrival_date, 'dayhour')
/htdocs/public/webportal/lib/webportal.lib.php:961$menu .= '<li data-deep="' . $deep . '" class="' . $item['class'] . ' ' . ($deep > 0 ? 'dropdown-item' : 'nav-item ') . ' ' . ($item['active'] ? 'active' : '') . '"><a href="' . $item['url'] . '" class="' . ($deep > 0 ? '' : 'nav-link') . '" >' . $item['name'] . '</a></li>'
/htdocs/hrm/skill_card.php:5706$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1, 1, '1')), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/hrm/index.php:1732$out .= ' - ' . ($langs->trans($val['code']) != $val['code'] ? $langs->trans($val['code']) : $val['label']) . ': <strong>' . ($nb_type ? price2num($nb_type) : 0) . '</strong><br>'
/htdocs/hrm/position.php:1276$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1, 1, '1')), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/bookmarks/class/bookmark.class.php:33666$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/public/ticket/list.php:2411$arrayfields = array('t.datec' => array('label' => $langs->trans("Date"), 'checked' => 1), 't.date_read' => array('label' => $langs->trans("TicketReadOn"), 'checked' => 0), 't.date_close' => array('label' => $langs->trans("TicketCloseOn"), 'checked' => 0), 't.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1), 't.fk_statut' => array('label' => $langs->trans("Status"), 'checked' => 1), 't.subject' => array('label' => $langs->trans("Subject"), 'checked' => 1), 'type.code' => array('label' => $langs->trans("Type"), 'checked' => 1), 'category.code' => array('label' => $langs->trans("Category"), 'checked' => 1), 'severity.code' => array('label' => $langs->trans("Severity"), 'checked' => 1), 't.progress' => array('label' => $langs->trans("Progression"), 'checked' => 0), 't.fk_user_create' => array('label' => $langs->trans("Author"), 'checked' => 1), 't.fk_user_assign' => array('label' => $langs->trans("AssignedTo"), 'checked' => 0), )
/htdocs/public/project/viewandvote.php:403$entity = (!empty($_GET['entity']) ? (int) $_GET['entity'] : (!empty($_POST['entity']) ? (int) $_POST['entity'] : (!empty($_GET['e']) ? (int) $_GET['e'] : (!empty($_POST['e']) ? (int) $_POST['e'] : 1))))
/htdocs/public/project/suggestbooth.php:4561$result = $facture->addline($langs->trans("BoothLocationFee", $conforbooth->label, dol_print_date($conforbooth->datep, '%d/%m/%y %H:%M:%S'), dol_print_date($conforbooth->datep2, '%d/%m/%y %H:%M:%S')), (float) $project->price_booth, 1, $vattouse, 0, 0, $productforinvoicerow->id, 0, dol_now( ), '', 0, 0, '', 'HT', 0, 1)
/htdocs/public/project/index.php:403$entity = (!empty($_GET['entity']) ? (int) $_GET['entity'] : (!empty($_POST['entity']) ? (int) $_POST['entity'] : (!empty($_GET['e']) ? (int) $_GET['e'] : (!empty($_POST['e']) ? (int) $_POST['e'] : 1))))
/htdocs/public/webportal/tpl/menu.tpl.php:901$navGroupMenu = array('administrative' => array('id' => 'administrative', 'rank' => -1, 'url' => '', 'name' => $langs->trans('WebPortalGroupMenuAdmin'), 'children' => array( )), 'technical' => array('id' => 'technical', 'rank' => -1, 'url' => '', 'name' => $langs->trans('WebPortalGroupMenuTechnical'), 'children' => array( )), )
/htdocs/public/webportal/webportal.main.inc.php:1151$langcode = (GETPOST('lang', 'aZ09', 1) ? GETPOST('lang', 'aZ09', 1) : (empty($logged_user->conf->MAIN_LANG_DEFAULT) ? (!getDolGlobalString('MAIN_LANG_DEFAULT') ? 'auto' : $conf->global->MAIN_LANG_DEFAULT) : $logged_user->conf->MAIN_LANG_DEFAULT))
/htdocs/public/members/new.php:4121$mailfile = new CMailFile('[' . $appli . '] ' . getDolGlobalString('ADHERENT_AUTOREGISTER_NOTIF_MAIL_SUBJECT'), $to, $from, $adh->makeSubstitution($conf->global->ADHERENT_AUTOREGISTER_NOTIF_MAIL), array( ), array( ), array( ), "", "", 0, -1)
/htdocs/public/ticket/list.php:2731$arrayfields["ef." . $key] = array('label' => $extrafields->attributes[$object->table_element]['label'][$key], 'checked' => ($extrafields->attributes[$object->table_element]['list'][$key] < 0) ? 0 : 1, 'position' => $extrafields->attributes[$object->table_element]['pos'][$key], 'enabled' => $enabled && $extrafields->attributes[$object->table_element]['perms'][$key])
/htdocs/hrm/evaluation_list.php:45253$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/hrm/position_list.php:12127$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/hrm/evaluation_list.php:12127$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/hrm/evaluation_list.php:45152$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/hrm/skill_list.php:12827$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/hrm/skill_list.php:43952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/hrm/position_list.php:44052$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/hrm/position_list.php:44153$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/hrm/evaluation_card.php:7138$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlcenter)
/htdocs/hrm/job_list.php:12027$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/hrm/skill_card.php:8678$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlcenter)
/htdocs/hrm/position_card.php:3998$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlcenter)
/htdocs/hrm/job_card.php:3361$formquestion = array(array('type' => 'text', 'name' => 'clone_label', 'label' => $langs->trans("Label"), 'value' => $langs->trans("CopyOf") . ' ' . $object->label), array('type' => 'checkbox', 'name' => 'clone_skills_required', 'label' => $langs->trans("RequiredSkills"), 'value' => '', ), )
/htdocs/hrm/job_card.php:5268$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlcenter)
/htdocs/hrm/job_list.php:42952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/hrm/job_list.php:43053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/core/ajax/selectsearchbox.php:1481$arrayresult['searchintomiscpayments'] = array('position' => 180, 'img' => 'object_payment', 'label' => $langs->trans("SearchIntoMiscPayments", $search_boxvalue), 'text' => img_picto('', 'object_payment', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoMiscPayments", $search_boxvalue), 'url' => DOL_URL_ROOT . '/compta/bank/various_payment/list.php?leftmenu=tax_various' . ($search_boxvalue ? '&search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1381$arrayresult['searchintovendorpayments'] = array('position' => 175, 'img' => 'object_payment', 'label' => $langs->trans("SearchIntoVendorPayments", $search_boxvalue), 'text' => img_picto('', 'object_payment', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoVendorPayments", $search_boxvalue), 'url' => DOL_URL_ROOT . '/fourn/paiement/list.php?leftmenu=suppliers_bills_payment' . ($search_boxvalue ? '&search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1601$arrayresult['searchintointervention'] = array('position' => 140, 'img' => 'object_intervention', 'label' => $langs->trans("SearchIntoInterventions", $search_boxvalue), 'text' => img_picto('', 'object_intervention', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoInterventions", $search_boxvalue), 'url' => DOL_URL_ROOT . '/fichinter/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1571$arrayresult['searchintocontract'] = array('position' => 130, 'img' => 'object_contract', 'label' => $langs->trans("SearchIntoContracts", $search_boxvalue), 'text' => img_picto('', 'object_contract', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoContracts", $search_boxvalue), 'url' => DOL_URL_ROOT . '/contrat/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1201$arrayresult['searchintosupplierorder'] = array('position' => 110, 'img' => 'object_supplier_order', 'label' => $langs->trans("SearchIntoSupplierOrders", $search_boxvalue), 'text' => img_picto('', 'object_supplier_order', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoSupplierOrders", $search_boxvalue), 'url' => DOL_URL_ROOT . '/fourn/commande/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1171$arrayresult['searchintosupplierpropal'] = array('position' => 100, 'img' => 'object_supplier_proposal', 'label' => $langs->trans("SearchIntoSupplierProposals", $search_boxvalue), 'text' => img_picto('', 'object_supplier_proposal', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoSupplierProposals", $search_boxvalue), 'url' => DOL_URL_ROOT . '/supplier_proposal/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1281$arrayresult['searchintocustomerpayments'] = array('position' => 170, 'img' => 'object_payment', 'label' => $langs->trans("SearchIntoCustomerPayments", $search_boxvalue), 'text' => img_picto('', 'object_payment', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoCustomerPayments", $search_boxvalue), 'url' => DOL_URL_ROOT . '/compta/paiement/list.php?leftmenu=customers_bills_payment' . ($search_boxvalue ? '&search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1231$arrayresult['searchintosupplierinvoice'] = array('position' => 120, 'img' => 'object_supplier_invoice', 'label' => $langs->trans("SearchIntoSupplierInvoices", $search_boxvalue), 'text' => img_picto('', 'object_supplier_invoice', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoSupplierInvoices", $search_boxvalue), 'url' => DOL_URL_ROOT . '/fourn/facture/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/ziptown.php:1141$country = $row['country_id'] ? ($langs->transnoentitiesnoconv('Country' . $row['country_code']) != 'Country' . $row['country_code'] ? $langs->transnoentitiesnoconv('Country' . $row['country_code']) : $row['country_label']) : ''
/htdocs/core/ajax/selectsearchbox.php:1771$arrayresult['searchintoleaves'] = array('position' => 220, 'img' => 'object_holiday', 'label' => $langs->trans("SearchIntoLeaves", $search_boxvalue), 'text' => img_picto('', 'object_holiday', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoLeaves", $search_boxvalue), 'url' => DOL_URL_ROOT . '/holiday/list.php?mainmenu=hrm' . ($search_boxvalue ? '&search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/boxes/box_activity.php:551$this->hidden = !((isModEnabled('invoice') && $user->hasRight('facture', 'read')) || (isModEnabled('order') && $user->hasRight('commande', 'read')) || (isModEnabled('propal') && $user->hasRight('propal', 'read')))
/htdocs/core/ajax/ziptown.php:1151$county = $row['state_id'] ? ($langs->transnoentitiesnoconv($row['state_code']) != $row['state_code'] ? $langs->transnoentitiesnoconv($row['state_code']) : ($row['state_label'] != '-' ? $row['state_label'] : '')) : ''
/htdocs/core/ajax/selectsearchbox.php:1661$arrayresult['searchintotickets'] = array('position' => 146, 'img' => 'object_ticket', 'label' => $langs->trans("SearchIntoTickets", $search_boxvalue), 'text' => img_picto('', 'object_ticket', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoTickets", $search_boxvalue), 'url' => DOL_URL_ROOT . '/ticket/list.php?mainmenu=ticket' . ($search_boxvalue ? '&search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1631$arrayresult['searchintoknowledgemanagement'] = array('position' => 145, 'img' => 'object_knowledgemanagement', 'label' => $langs->trans("SearchIntoKM", $search_boxvalue), 'text' => img_picto('', 'object_knowledgemanagement', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoKM", $search_boxvalue), 'url' => DOL_URL_ROOT . '/knowledgemanagement/knowledgerecord_list.php?mainmenu=ticket' . ($search_boxvalue ? '&search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1741$arrayresult['searchintoexpensereport'] = array('position' => 210, 'img' => 'object_trip', 'label' => $langs->trans("SearchIntoExpenseReports", $search_boxvalue), 'text' => img_picto('', 'object_trip', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoExpenseReports", $search_boxvalue), 'url' => DOL_URL_ROOT . '/expensereport/list.php?mainmenu=hrm' . ($search_boxvalue ? '&search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1711$arrayresult['searchintouser'] = array('position' => 200, 'shortcut' => 'U', 'img' => 'object_user', 'label' => $langs->trans("SearchIntoUsers", $search_boxvalue), 'text' => img_picto('', 'object_user', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoUsers", $search_boxvalue), 'url' => DOL_URL_ROOT . '/user/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/boxes/box_activity.php:3151$this->info_box_contents[$line][0] = array('td' => 'class="left" width="16"', 'tooltip' => $langs->trans('Bills') . '&nbsp;' . $facturestatic->LibStatut(1, $data[$j]->fk_statut, 0), 'url' => DOL_URL_ROOT . "/compta/facture/list.php?" . $billurl . "&mainmenu=accountancy&leftmenu=customers_bills", 'logo' => 'bill', )
/htdocs/core/boxes/box_activity.php:3271$this->info_box_contents[$line][2] = array('td' => 'class="right"', 'tooltip' => $langs->trans('Bills') . '&nbsp;' . $facturestatic->LibStatut(1, $data[$j]->fk_statut, 0), 'text' => $data[$j]->nb, 'url' => DOL_URL_ROOT . "/compta/facture/list.php?" . $billurl . "&mainmenu=accountancy&leftmenu=customers_bills", )
/htdocs/core/boxes/box_activity.php:3881$this->info_box_contents[$line][0] = array('td' => 'class="left" width="16"', 'tooltip' => $langs->trans('Bills') . '&nbsp;' . $facturestatic->LibStatut(0, $data[$j]->fk_statut, 0), 'url' => DOL_URL_ROOT . "/compta/facture/list.php?" . $billurl . "&mainmenu=accountancy&leftmenu=customers_bills", 'logo' => 'bill', )
/htdocs/core/boxes/box_activity.php:4001$this->info_box_contents[$line][2] = array('td' => 'class="right"', 'text' => $data[$j]->nb, 'tooltip' => $langs->trans('Bills') . '&nbsp;' . $facturestatic->LibStatut(0, $data[$j]->fk_statut, 0), 'url' => DOL_URL_ROOT . "/compta/facture/list.php?" . $billurl . "&amp;mainmenu=accountancy&amp;leftmenu=customers_bills", )
/htdocs/core/boxes/box_activity.php:1431$this->info_box_contents[$line][0] = array('td' => 'class="left" width="16"', 'url' => DOL_URL_ROOT . "/comm/propal/list.php?mainmenu=commercial&leftmenu=propals&search_status=" . ((int) $data[$j]->fk_statut), 'tooltip' => $langs->trans("Proposals") . "&nbsp;" . $propalstatic->LibStatut($data[$j]->fk_statut, 0), 'logo' => 'object_propal')
/htdocs/core/boxes/box_activity.php:1551$this->info_box_contents[$line][2] = array('td' => 'class="right"', 'text' => $data[$j]->nb, 'tooltip' => $langs->trans("Proposals") . "&nbsp;" . $propalstatic->LibStatut($data[$j]->fk_statut, 0), 'url' => DOL_URL_ROOT . "/comm/propal/list.php?mainmenu=commercial&leftmenu=propals&search_status=" . ((int) $data[$j]->fk_statut), )
/htdocs/core/boxes/box_activity.php:2291$this->info_box_contents[$line][0] = array('td' => 'class="left" width="16"', 'url' => DOL_URL_ROOT . "/commande/list.php?mainmenu=commercial&amp;leftmenu=orders&amp;search_status=" . $data[$j]->fk_statut, 'tooltip' => $langs->trans("Orders") . "&nbsp;" . $commandestatic->LibStatut($data[$j]->fk_statut, 0, 0), 'logo' => 'object_order', )
/htdocs/core/boxes/box_activity.php:2411$this->info_box_contents[$line][2] = array('td' => 'class="right"', 'text' => $data[$j]->nb, 'tooltip' => $langs->trans("Orders") . "&nbsp;" . $commandestatic->LibStatut($data[$j]->fk_statut, 0, 0), 'url' => DOL_URL_ROOT . "/commande/list.php?mainmenu=commercial&amp;leftmenu=orders&amp;search_status=" . $data[$j]->fk_statut, )
/htdocs/core/boxes/box_graph_propales_permonth.php:797$this->info_box_head = array('text' => $text, 'limit' => dol_strlen($text), 'graph' => 1, 'sublink' => '', 'subtext' => $langs->trans("Filter"), 'subpicto' => 'filter.png', 'subclass' => 'linkobject boxfilter', 'target' => 'none')
/htdocs/core/boxes/box_members_by_type.php:1562$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_draft']) && $data['members_draft'] > 0 ? $data['members_draft'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_DRAFT, 1, 0, 3), 'asis' => 1, )
/htdocs/core/boxes/box_members_by_type.php:1612$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_pending']) && $data['members_pending'] > 0 ? $data['members_pending'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_VALIDATED, 1, 0, 3), 'asis' => 1, )
/htdocs/core/boxes/box_members_by_type.php:1661$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_uptodate']) && $data['members_uptodate'] > 0 ? $data['members_uptodate'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_VALIDATED, 0, 0, 3), 'asis' => 1, )
/htdocs/core/boxes/box_project_opportunities.php:1491$this->info_box_contents[$i][] = array('td' => 'class="nowraponall"', 'asis' => 1, 'text' => ($projectstatic->opp_status_code ? $langs->trans("OppStatus" . $projectstatic->opp_status_code) . ' ' : '') . '<span class="opacitymedium small">(' . round($projectstatic->opp_percent) . '%)</span>')
/htdocs/core/boxes/box_graph_product_distribution.php:511$this->hidden = !((isModEnabled('invoice') && $user->hasRight('facture', 'lire')) || (isModEnabled('order') && $user->hasRight('commande', 'lire')) || (isModEnabled('propal') && $user->hasRight('propal', 'lire')))
/htdocs/core/boxes/box_graph_product_distribution.php:1267$this->info_box_head = array('text' => $text, 'limit' => dol_strlen($text), 'graph' => 1, 'sublink' => '', 'subtext' => $langs->trans("Filter"), 'subpicto' => 'filter.png', 'subclass' => 'linkobject boxfilter', 'target' => 'none')
/htdocs/core/boxes/box_external_rss.php:1021$this->info_box_head = array('text' => $title, 'sublink' => $link, 'subtext' => $langs->trans("LastRefreshDate") . ': ' . ($rssparser->getLastFetchDate( ) ? dol_print_date($rssparser->getLastFetchDate( ), "dayhourtext") : $langs->trans("Unknown")), 'subpicto' => 'globe', 'target' => '_blank', )
/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php:15131$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 1, 0.5, 1.5), ), 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php:93412$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php:9163$lib_availability = $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) != 'AvailabilityType' . $object->availability_code ? $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) : $outputlangs->convToOutputCharset(isset($object->availability) ? $object->availability : '')
/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php:8611$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc)
/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php:9341$listofreferent = array('propal' => array('title' => "ListProposalsAssociatedProject", 'class' => 'Propal', 'table' => 'propal', 'test' => isModEnabled('propal') && $user->hasRight('propal', 'lire')), 'order' => array('title' => "ListOrdersAssociatedProject", 'class' => 'Commande', 'table' => 'commande', 'test' => isModEnabled('order') && $user->hasRight('commande', 'lire')), 'invoice' => array('title' => "ListInvoicesAssociatedProject", 'class' => 'Facture', 'table' => 'facture', 'test' => isModEnabled('invoice') && $user->hasRight('facture', 'lire')), 'invoice_predefined' => array('title' => "ListPredefinedInvoicesAssociatedProject", 'class' => 'FactureRec', 'table' => 'facture_rec', 'test' => isModEnabled('invoice') && $user->hasRight('facture', 'lire')), 'proposal_supplier' => array('title' => "ListSupplierProposalsAssociatedProject", 'class' => 'SupplierProposal', 'table' => 'supplier_proposal', 'test' => isModEnabled('supplier_proposal') && $user->hasRight('supplier_proposal', 'lire')), 'order_supplier' => array('title' => "ListSupplierOrdersAssociatedProject", 'table' => 'commande_fournisseur', 'class' => 'CommandeFournisseur', 'test' => (isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'commande', 'lire')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire'))), 'invoice_supplier' => array('title' => "ListSupplierInvoicesAssociatedProject", 'table' => 'facture_fourn', 'class' => 'FactureFournisseur', 'test' => (isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'facture', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))), 'contract' => array('title' => "ListContractAssociatedProject", 'class' => 'Contrat', 'table' => 'contrat', 'test' => isModEnabled('contract') && $user->hasRight('contrat', 'lire')), 'intervention' => array('title' => "ListFichinterAssociatedProject", 'class' => 'Fichinter', 'table' => 'fichinter', 'disableamount' => 1, 'test' => isModEnabled('intervention') && $user->hasRight('ficheinter', 'lire')), 'shipping' => array('title' => "ListShippingAssociatedProject", 'class' => 'Expedition', 'table' => 'expedition', 'disableamount' => 1, 'test' => isModEnabled('shipping') && $user->hasRight('expedition', 'lire')), 'trip' => array('title' => "ListTripAssociatedProject", 'class' => 'Deplacement', 'table' => 'deplacement', 'disableamount' => 1, 'test' => isModEnabled('deplacement') && $user->hasRight('deplacement', 'lire')), 'expensereport' => array('title' => "ListExpenseReportsAssociatedProject", 'class' => 'ExpenseReportLine', 'table' => 'expensereport_det', 'test' => isModEnabled('expensereport') && $user->hasRight('expensereport', 'lire')), 'donation' => array('title' => "ListDonationsAssociatedProject", 'class' => 'Don', 'table' => 'don', 'test' => isModEnabled('don') && $user->hasRight('don', 'lire')), 'loan' => array('title' => "ListLoanAssociatedProject", 'class' => 'Loan', 'table' => 'loan', 'test' => isModEnabled('loan') && $user->hasRight('loan', 'read')), 'chargesociales' => array('title' => "ListSocialContributionAssociatedProject", 'class' => 'ChargeSociales', 'table' => 'chargesociales', 'urlnew' => DOL_URL_ROOT . '/compta/sociales/card.php?action=create&projectid=' . $object->id, 'test' => isModEnabled('tax') && $user->hasRight('tax', 'charges', 'lire')), 'stock_mouvement' => array('title' => "ListMouvementStockProject", 'class' => 'MouvementStock', 'table' => 'stock_mouvement', 'test' => (isModEnabled('stock') && $user->hasRight('stock', 'mouvement', 'lire') && getDolGlobalString('STOCK_MOVEMENT_INTO_PROJECT_OVERVIEW'))), 'agenda' => array('title' => "ListActionsAssociatedProject", 'class' => 'ActionComm', 'table' => 'actioncomm', 'disableamount' => 1, 'test' => isModEnabled('agenda') && $user->hasRight('agenda', 'allactions', 'lire')), )
/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php:3491return array('tasktime_rowid' => $tasktime['rowid'], 'tasktime_task_date' => dol_print_date($tasktime['task_date'], 'day'), 'tasktime_task_duration_sec' => $tasktime['task_duration'], 'tasktime_task_duration' => convertSecondToTime($tasktime['task_duration'], 'all'), 'tasktime_note' => $tasktime['note'], 'tasktime_fk_user' => $tasktime['fk_user'], 'tasktime_user_name' => $tasktime['name'], 'tasktime_user_first' => $tasktime['firstname'], 'tasktime_fullcivname' => $tasktime['fullcivname'], 'tasktime_amountht' => $tasktime['amountht'], 'tasktime_amountttc' => $tasktime['amountttc'], 'tasktime_thm' => $tasktime['thm'], )
/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php:3272return array('taskressource_rowid' => $taskresource['rowid'], 'taskressource_role' => $taskresource['libelle'], 'taskressource_lastname' => $taskresource['lastname'], 'taskressource_firstname' => $taskresource['firstname'], 'taskressource_fullcivname' => $taskresource['fullname'], 'taskressource_socname' => $taskresource['socname'], 'taskressource_email' => $taskresource['email'])
/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php:3032return array('projref_type' => $refdetail['type'], 'projref_ref' => $refdetail['ref'], 'projref_date' => dol_print_date($refdetail['date'], 'day'), 'projref_socname' => $refdetail['socname'], 'projref_amountht' => price($refdetail['amountht'], 0, $outputlangs), 'projref_amountttc' => price($refdetail['amountttc'], 0, $outputlangs), 'projref_status' => $refdetail['status'])
/htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php:15097$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 0.5, 0.5, 0.5), ), 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php:89812$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php:8829$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/delivery/doc/pdf_storm.modules.php:9359$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/delivery/doc/pdf_storm.modules.php:9181$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 0.5, 0.5, 0.5), ), 'content' => array('align' => 'L', ), )
/htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php:5691$voltxt = round($object->lines[$i]->volume * $object->lines[$i]->qty, 5) . ' ' . measuringUnitString(0, "volume", $object->lines[$i]->volume_units ? $object->lines[$i]->volume_units : 0, 1)
/htdocs/core/modules/stocktransfer/doc/pdf_eagle.modules.php:5651$weighttxt = round($object->lines[$i]->weight * $object->lines[$i]->qty, 5) . ' ' . measuringUnitString(0, "weight", $object->lines[$i]->weight_units, 1)
/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php:15319$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/ajax/selectsearchbox.php:821$arrayresult['searchintocontact'] = array('position' => 15, 'shortcut' => 'A', 'img' => 'object_contact', 'label' => $langs->trans("SearchIntoContacts", $search_boxvalue), 'text' => img_picto('', 'object_contact', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoContacts", $search_boxvalue), 'url' => DOL_URL_ROOT . '/contact/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:861$arrayresult['searchintoproduct'] = array('position' => 30, 'shortcut' => 'P', 'img' => 'object_product', 'label' => $langs->trans("SearchIntoProductsOrServices", $search_boxvalue), 'text' => img_picto('', 'object_product', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoProductsOrServices", $search_boxvalue), 'url' => DOL_URL_ROOT . '/product/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:741$arrayresult['searchintomember'] = array('position' => 8, 'shortcut' => 'M', 'img' => 'object_member', 'label' => $langs->trans("SearchIntoMembers", $search_boxvalue), 'text' => img_picto('', 'object_member', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoMembers", $search_boxvalue), 'url' => DOL_URL_ROOT . '/adherents/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:781$arrayresult['searchintothirdparty'] = array('position' => 10, 'shortcut' => 'T', 'img' => 'object_company', 'label' => $langs->trans("SearchIntoThirdparties", $search_boxvalue), 'text' => img_picto('', 'object_company', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoThirdparties", $search_boxvalue), 'url' => DOL_URL_ROOT . '/societe/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php:77512$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/login/functions_googleoauth.php:551$_SESSION['datafromloginform'] = array('entity' => GETPOSTINT('entity'), 'backtopage' => GETPOST('backtopage'), 'tz' => GETPOST('tz'), 'tz_string' => GETPOST('tz_string'), 'dst_observed' => GETPOST('dst_observed'), 'dst_first' => GETPOST('dst_first'), 'dst_second' => GETPOST('dst_second'), 'dol_screenwidth' => GETPOST('screenwidth'), 'dol_screenheight' => GETPOST('screenheight'), 'dol_hide_topmenu' => GETPOST('dol_hide_topmenu'), 'dol_hide_leftmenu' => GETPOST('dol_hide_leftmenu'), 'dol_optimize_smallscreen' => GETPOST('dol_optimize_smallscreen'), 'dol_no_mouse_hover' => GETPOST('dol_no_mouse_hover'), 'dol_use_jmobile' => GETPOST('dol_use_jmobile'))
/htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php:15279$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/supplier_order/doc/pdf_muscadet.modules.php:7599$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/ajax/selectsearchbox.php:1101$arrayresult['searchintoshipment'] = array('position' => 80, 'img' => 'object_shipment', 'label' => $langs->trans("SearchIntoCustomerShipments", $search_boxvalue), 'text' => img_picto('', 'object_shipment', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoCustomerShipments", $search_boxvalue), 'url' => DOL_URL_ROOT . '/expedition/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1131$arrayresult['searchintoinvoice'] = array('position' => 90, 'img' => 'object_bill', 'label' => $langs->trans("SearchIntoCustomerInvoices", $search_boxvalue), 'text' => img_picto('', 'object_bill', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoCustomerInvoices", $search_boxvalue), 'url' => DOL_URL_ROOT . '/compta/facture/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1041$arrayresult['searchintopropal'] = array('position' => 60, 'img' => 'object_propal', 'label' => $langs->trans("SearchIntoCustomerProposals", $search_boxvalue), 'text' => img_picto('', 'object_propal', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoCustomerProposals", $search_boxvalue), 'url' => DOL_URL_ROOT . '/comm/propal/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1071$arrayresult['searchintoorder'] = array('position' => 70, 'img' => 'object_order', 'label' => $langs->trans("SearchIntoCustomerOrders", $search_boxvalue), 'text' => img_picto('', 'object_order', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoCustomerOrders", $search_boxvalue), 'url' => DOL_URL_ROOT . '/commande/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:971$arrayresult['searchintoprojects'] = array('position' => 40, 'shortcut' => 'Q', 'img' => 'object_project', 'label' => $langs->trans("SearchIntoProjects", $search_boxvalue), 'text' => img_picto('', 'object_project', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoProjects", $search_boxvalue), 'url' => DOL_URL_ROOT . '/projet/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:1001$arrayresult['searchintotasks'] = array('position' => 45, 'img' => 'object_projecttask', 'label' => $langs->trans("SearchIntoTasks", $search_boxvalue), 'text' => img_picto('', 'object_projecttask', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoTasks", $search_boxvalue), 'url' => DOL_URL_ROOT . '/projet/tasks/list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:891$arrayresult['searchintobatch'] = array('position' => 32, 'shortcut' => 'B', 'img' => 'object_lot', 'label' => $langs->trans("SearchIntoBatch", $search_boxvalue), 'text' => img_picto('', 'object_lot', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoBatch", $search_boxvalue), 'url' => DOL_URL_ROOT . '/product/stock/productlot_list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/ajax/selectsearchbox.php:941$arrayresult['searchintomo'] = array('position' => 35, 'shortcut' => '', 'img' => 'object_mrp', 'label' => $langs->trans("SearchIntoMO", $search_boxvalue), 'text' => img_picto('', 'object_mrp', 'class="pictofixedwidth"') . ' ' . $langs->trans("SearchIntoMO", $search_boxvalue), 'url' => DOL_URL_ROOT . '/mrp/mo_list.php' . ($search_boxvalue ? '?search_all=' . urlencode($search_boxvalue) : ''))
/htdocs/core/modules/propale/doc/pdf_azur.modules.php:9722$lib_condition_paiement = $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/propale/doc/pdf_azur.modules.php:9312$lib_availability = ($outputlangs->transnoentities("AvailabilityType" . $object->availability_code) != 'AvailabilityType' . $object->availability_code) ? $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) : $outputlangs->convToOutputCharset($object->availability)
/htdocs/core/modules/propale/doc/pdf_azur.modules.php:11087$tvaisnull = ((!empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false)
/htdocs/core/modules/propale/doc/pdf_azur.modules.php:99312$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/mrp/doc/pdf_vinci.modules.php:72512$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/mrp/doc/pdf_vinci.modules.php:7099$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/mrp/doc/pdf_vinci.modules.php:14019$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/mrp/doc/pdf_vinci.modules.php:13821$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 1, 0.5, 1.5), ), 'border-left' => true, 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/member/doc/pdf_standard.class.php:3291$arrayofmembers[] = array('textleft' => $textleft, 'textheader' => $textheader, 'textfooter' => $textfooter, 'textright' => $textright, 'id' => (isset($object->id) ? $object->id : ""), 'photo' => (isset($object->photo) ? $object->photo : ""))
/htdocs/core/modules/member/doc/pdf_standard.class.php:2921$substitutionarray = array('__ID__' => $object->id, '__REF__' => $object->ref, '__LOGIN__' => empty($object->login) ? '' : $object->login, '__FIRSTNAME__' => empty($object->firstname) ? '' : $object->firstname, '__LASTNAME__' => empty($object->lastname) ? '' : $object->lastname, '__FULLNAME__' => $object->getFullName($langs), '__COMPANY__' => empty($object->company) ? '' : $object->company, '__ADDRESS__' => empty($object->address) ? '' : $object->address, '__ZIP__' => empty($object->zip) ? '' : $object->zip, '__TOWN__' => empty($object->town) ? '' : $object->town, '__COUNTRY__' => empty($object->country) ? '' : $object->country, '__COUNTRY_CODE__' => empty($object->country_code) ? '' : $object->country_code, '__EMAIL__' => empty($object->email) ? '' : $object->email, '__BIRTH__' => dol_print_date($object->birth, 'day'), '__TYPE__' => empty($object->type) ? '' : $object->type, '__YEAR__' => $year, '__MONTH__' => $month, '__DAY__' => $day, '__DOL_MAIN_URL_ROOT__' => DOL_MAIN_URL_ROOT, '__SERVER__' => "https://" . $_SERVER["SERVER_NAME"] . "/")
/htdocs/core/modules/printing/printgcp.modules.php:2401$html .= '<a href="' . $_SERVER["PHP_SELF"] . '?action=setvalue&token=' . newToken( ) . '&mode=test&varname=PRINTING_GCP_DEFAULT&driver=printgcp&value=' . urlencode($printer_det['id']) . '" alt="' . $langs->trans("Default") . '">' . img_picto($langs->trans("Disabled"), 'off') . '</a>'
/htdocs/core/modules/printing/printgcp.modules.php:1621$this->conf[] = array('varname' => 'PRINTGCP_TOKEN_ACCESS', 'info' => $access, 'type' => 'info', 'renew' => $urlwithroot . '/core/modules/oauth/google_oauthcallback.php?state=userinfo_email,userinfo_profile,cloud_print&backtourl=' . urlencode(DOL_URL_ROOT . '/printing/admin/printing.php?mode=setup&driver=printgcp'), 'delete' => ($storage->hasAccessToken($this->OAUTH_SERVICENAME_GOOGLE) ? $urlwithroot . '/core/modules/oauth/google_oauthcallback.php?action=delete&token=' . newToken( ) . '&backtourl=' . urlencode(DOL_URL_ROOT . '/printing/admin/printing.php?mode=setup&driver=printgcp') : ''))
/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php:7859$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/product/doc/pdf_standard.modules.php:3001$texttoshow = $langs->trans("Length") . ' x ' . $langs->trans("Width") . ' x ' . $langs->trans("Height") . ': ' . ($object->length != '' ? $object->length : '?') . ' x ' . ($object->width != '' ? $object->width : '?') . ' x ' . ($object->height != '' ? $object->height : '?')
/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php:9127$tvaisnull = ((!empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false)
/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php:80312$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php:8799$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php:89512$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php:14787$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 0.5, 0.5, 0.5), ), 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/supplier_proposal/doc/pdf_zenith.modules.php:14969$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/reception/doc/pdf_squille.modules.php:5091$weighttxt = round($object->lines[$i]->product->weight * $object->lines[$i]->qty, 5) . ' ' . measuringUnitString(0, "weight", $object->lines[$i]->product->weight_units, 1)
/htdocs/core/modules/reception/doc/pdf_squille.modules.php:5131$voltxt = round($object->lines[$i]->product->volume * $object->lines[$i]->qty, 5) . ' ' . measuringUnitString(0, "volume", $object->lines[$i]->product->volume_units ? $object->lines[$i]->product->volume_units : 0, 1)
/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php:1512$resarray = array($array_key . '_id' => $object->id, $array_key . '_ref' => $object->ref, $array_key . '_title' => $object->title, $array_key . '_description' => $object->description, $array_key . '_date_creation' => dol_print_date($object->date_c, 'day'), $array_key . '_date_modification' => dol_print_date($object->date_m, 'day'), $array_key . '_date_start' => dol_print_date($object->date_start, 'day'), $array_key . '_date_end' => dol_print_date($object->date_end, 'day'), $array_key . '_note_private' => $object->note_private, $array_key . '_note_public' => $object->note_public, $array_key . '_public' => $object->public, $array_key . '_statut' => $object->getLibStatut( ))
/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php:1901$resarray = array('task_ref' => $task->ref, 'task_fk_project' => $task->fk_project, 'task_projectref' => $task->projectref, 'task_projectlabel' => $task->projectlabel, 'task_label' => $task->label, 'task_description' => $task->description, 'task_fk_parent' => $task->fk_task_parent, 'task_duration' => $task->duration_effective, 'task_duration_formated' => convertSecondToTime($task->duration_effective, 'allhourmin'), 'task_planned_workload' => $task->planned_workload, 'task_planned_workload_formated' => convertSecondToTime($task->planned_workload, 'allhourmin'), 'task_progress' => $task->progress, 'task_public' => $task->public, 'task_date_start' => dol_print_date($task->date_start, 'day'), 'task_date_end' => dol_print_date($task->date_end, 'day'), 'task_note_private' => $task->note_private, 'task_note_public' => $task->note_public)
/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php:2311return array('projcontacts_id' => $contact['id'], 'projcontacts_rowid' => $contact['rowid'], 'projcontacts_role' => $contact['libelle'], 'projcontacts_lastname' => $contact['lastname'], 'projcontacts_firstname' => $contact['firstname'], 'projcontacts_fullcivname' => $contact['fullname'], 'projcontacts_socname' => $contact['socname'], 'projcontacts_email' => $contact['email'])
/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php:2722return array('projref_type' => $refdetail['type'], 'projref_ref' => $refdetail['ref'], 'projref_date' => dol_print_date($refdetail['date'], 'day'), 'projref_socname' => $refdetail['socname'], 'projref_amountht' => price($refdetail['amountht'], 0, $outputlangs), 'projref_amountttc' => price($refdetail['amountttc'], 0, $outputlangs), 'projref_status' => $refdetail['status'])
/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php:2962return array('taskressource_rowid' => $taskresource['rowid'], 'taskressource_role' => $taskresource['libelle'], 'taskressource_lastname' => $taskresource['lastname'], 'taskressource_firstname' => $taskresource['firstname'], 'taskressource_fullcivname' => $taskresource['fullname'], 'taskressource_socname' => $taskresource['socname'], 'taskressource_email' => $taskresource['email'])
/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php:3201return array('tasktime_rowid' => $tasktime['rowid'], 'tasktime_task_date' => dol_print_date($tasktime['task_date'], 'day'), 'tasktime_task_duration' => convertSecondToTime($tasktime['task_duration'], 'all'), 'tasktime_note' => $tasktime['note'], 'tasktime_fk_user' => $tasktime['fk_user'], 'tasktime_user_name' => $tasktime['name'], 'tasktime_user_first' => $tasktime['firstname'], 'tasktime_fullcivname' => $tasktime['fullcivname'])
/htdocs/core/modules/project/doc/pdf_beluga.modules.php:3201$listofreferent = array('propal' => array('name' => "Proposals", 'title' => "ListProposalsAssociatedProject", 'class' => 'Propal', 'table' => 'propal', 'datefieldname' => 'datep', 'test' => isModEnabled('propal') && $user->hasRight('propal', 'lire'), 'lang' => 'propal'), 'order' => array('name' => "CustomersOrders", 'title' => "ListOrdersAssociatedProject", 'class' => 'Commande', 'table' => 'commande', 'datefieldname' => 'date_commande', 'test' => isModEnabled('order') && $user->hasRight('commande', 'lire'), 'lang' => 'orders'), 'invoice' => array('name' => "CustomersInvoices", 'title' => "ListInvoicesAssociatedProject", 'class' => 'Facture', 'margin' => 'add', 'table' => 'facture', 'datefieldname' => 'datef', 'test' => isModEnabled('invoice') && $user->hasRight('facture', 'lire'), 'lang' => 'bills'), 'invoice_predefined' => array('name' => "PredefinedInvoices", 'title' => "ListPredefinedInvoicesAssociatedProject", 'class' => 'FactureRec', 'table' => 'facture_rec', 'datefieldname' => 'datec', 'test' => isModEnabled('invoice') && $user->hasRight('facture', 'lire'), 'lang' => 'bills'), 'order_supplier' => array('name' => "SuppliersOrders", 'title' => "ListSupplierOrdersAssociatedProject", 'class' => 'CommandeFournisseur', 'table' => 'commande_fournisseur', 'datefieldname' => 'date_commande', 'test' => (isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'commande', 'lire')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')), 'lang' => 'orders'), 'invoice_supplier' => array('name' => "BillsSuppliers", 'title' => "ListSupplierInvoicesAssociatedProject", 'class' => 'FactureFournisseur', 'margin' => 'minus', 'table' => 'facture_fourn', 'datefieldname' => 'datef', 'test' => (isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'facture', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire')), 'lang' => 'bills'), 'contract' => array('name' => "Contracts", 'title' => "ListContractAssociatedProject", 'class' => 'Contrat', 'table' => 'contrat', 'datefieldname' => 'date_contrat', 'test' => isModEnabled('contract') && $user->hasRight('contrat', 'lire'), 'lang' => 'contract'), 'intervention' => array('name' => "Interventions", 'title' => "ListFichinterAssociatedProject", 'class' => 'Fichinter', 'table' => 'fichinter', 'datefieldname' => 'date_valid', 'disableamount' => 1, 'test' => isModEnabled('intervention') && $user->hasRight('ficheinter', 'lire'), 'lang' => 'interventions'), 'trip' => array('name' => "TripsAndExpenses", 'title' => "ListExpenseReportsAssociatedProject", 'class' => 'Deplacement', 'table' => 'deplacement', 'datefieldname' => 'dated', 'margin' => 'minus', 'disableamount' => 1, 'test' => isModEnabled('deplacement') && $user->hasRight('deplacement', 'lire'), 'lang' => 'trip'), 'expensereport' => array('name' => "ExpensesReports", 'title' => "ListExpenseReportsAssociatedProject", 'class' => 'ExpenseReport', 'table' => 'expensereport', 'datefieldname' => 'dated', 'margin' => 'minus', 'disableamount' => 1, 'test' => isModEnabled('expensereport') && $user->hasRight('expensereport', 'lire'), 'lang' => 'trip'), 'agenda' => array('name' => "Agenda", 'title' => "ListActionsAssociatedProject", 'class' => 'ActionComm', 'table' => 'actioncomm', 'datefieldname' => 'datep', 'disableamount' => 1, 'test' => isModEnabled('agenda') && $user->hasRight('agenda', 'allactions', 'read'), 'lang' => 'agenda'))
/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php:1492$resarray = array($array_key . '_id' => $object->id, $array_key . '_ref' => $object->ref, $array_key . '_title' => $object->title, $array_key . '_description' => $object->description, $array_key . '_date_creation' => dol_print_date($object->date_c, 'day'), $array_key . '_date_modification' => dol_print_date($object->date_m, 'day'), $array_key . '_date_start' => dol_print_date($object->date_start, 'day'), $array_key . '_date_end' => dol_print_date($object->date_end, 'day'), $array_key . '_note_private' => $object->note_private, $array_key . '_note_public' => $object->note_public, $array_key . '_public' => $object->public, $array_key . '_statut' => $object->getLibStatut( ))
/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php:1851$resarray = array('task_ref' => $task->ref, 'task_fk_project' => $task->fk_project, 'task_projectref' => $task->projectref, 'task_projectlabel' => $task->projectlabel, 'task_label' => $task->label, 'task_description' => $task->description, 'task_fk_parent' => $task->fk_task_parent, 'task_duration' => $task->duration, 'task_duration_hour' => convertSecondToTime($task->duration, 'all'), 'task_planned_workload' => $task->planned_workload, 'task_planned_workload_hour' => convertSecondToTime($task->planned_workload, 'all'), 'task_progress' => $task->progress, 'task_public' => $task->public, 'task_date_start' => dol_print_date($task->date_start, 'day'), 'task_date_end' => dol_print_date($task->date_end, 'day'), 'task_note_private' => $task->note_private, 'task_note_public' => $task->note_public)
/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php:2281$ret = array($pc . 'id' => $contact['id'], $pc . 'rowid' => $contact['rowid'], $pc . 'role' => $contact['libelle'], $pc . 'lastname' => $contact['lastname'], $pc . 'firstname' => $contact['firstname'], $pc . 'civility' => $contact['civility'], $pc . 'fullcivname' => $contact['fullname'], $pc . 'socname' => $contact['socname'], $pc . 'email' => $contact['email'])
/htdocs/core/modules/asset/doc/pdf_standard_asset.modules.php:11837$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 0.5, 0.5, 0.5), ), 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php:5202$voltxt = round($object->lines[$i]->volume * $object->lines[$i]->qty_shipped, 5) . ' ' . measuringUnitString(0, "volume", $object->lines[$i]->volume_units ? $object->lines[$i]->volume_units : 0, 1)
/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php:5162$weighttxt = round($object->lines[$i]->weight * $object->lines[$i]->qty_shipped, 5) . ' ' . measuringUnitString(0, "weight", $object->lines[$i]->weight_units, 1)
/htdocs/core/modules/expedition/doc/pdf_espadon.modules.php:13421$this->cols['unit_order'] = array('rank' => $rank, 'width' => 15, 'status' => !getDolGlobalString('PRODUCT_USE_UNITS') ? 0 : 1, 'title' => array('textkey' => 'Unit'), 'border-left' => true, 'content' => array('align' => 'C', ), )
/htdocs/core/modules/commande/doc/pdf_einstein.modules.php:7833$lib_availability = $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) != 'AvailabilityType' . $object->availability_code ? $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) : $outputlangs->convToOutputCharset(isset($object->availability) ? $object->availability : '')
/htdocs/core/modules/commande/doc/pdf_einstein.modules.php:7249$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php:1141$pattern = $this->Min . (!empty($this->NbMaj) ? $this->Maj : '') . (!empty($this->NbNum) ? $this->Nb : '') . (!empty($this->NbSpe) ? $this->Spe : '')
/htdocs/core/modules/asset/doc/pdf_standard_asset.modules.php:12029$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php:9893$lib_availability = $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) != 'AvailabilityType' . $object->availability_code ? $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) : $outputlangs->convToOutputCharset(isset($object->availability) ? $object->availability : '')
/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php:9319$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/commande/doc/pdf_einstein.modules.php:9237$tvaisnull = ((!empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false)
/htdocs/core/modules/commande/doc/pdf_einstein.modules.php:80112$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php:17832$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalInt('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : getDolGlobalInt('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH')), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php:17647$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 0.5, 0.5, 0.5), ), 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php:11267$tvaisnull = ((!empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false)
/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php:100712$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/facture/doc/pdf_crabe.modules.php:11509$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/facture/doc/pdf_crabe.modules.php:120412$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/facture/modules_facture.php:1201$address = SwissQrBill\DataGroup\Element\CombinedAddress::create($this->emetteur->name, $this->emetteur->address, $this->emetteur->zip . " " . $this->emetteur->town, $this->emetteur->country_code)
/htdocs/core/modules/facture/modules_facture.php:1751$address = SwissQrBill\DataGroup\Element\CombinedAddress::create($object->thirdparty->name, $object->thirdparty->address, $object->thirdparty->zip . " " . $object->thirdparty->town, $object->thirdparty->country_code)
/htdocs/core/modules/facture/doc/pdf_sponge.modules.php:129812$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/facture/doc/pdf_sponge.modules.php:16587$tvaisnull = ((!empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false)
/htdocs/core/modules/facture/doc/pdf_crabe.modules.php:13977$tvaisnull = ((!empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false)
/htdocs/core/modules/facture/doc/pdf_sponge.modules.php:12449$lib_condition_paiement = ($outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code) ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/propale/doc/pdf_cyan.modules.php:10242$lib_availability = ($outputlangs->transnoentities("AvailabilityType" . $object->availability_code) != 'AvailabilityType' . $object->availability_code) ? $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) : $outputlangs->convToOutputCharset($object->availability)
/htdocs/core/modules/propale/doc/pdf_cyan.modules.php:10652$lib_condition_paiement = $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code ? $outputlangs->transnoentities("PaymentCondition" . $object->cond_reglement_code) : $outputlangs->convToOutputCharset($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement_label)
/htdocs/core/modules/facture/doc/pdf_sponge.modules.php:25067$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 0.5, 0.5, 0.5), ), 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/facture/doc/pdf_sponge.modules.php:25259$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/propale/doc/pdf_cyan.modules.php:18967$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 0.5, 0.5, 0.5), ), 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/propale/doc/pdf_cyan.modules.php:19159$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/propale/doc/pdf_cyan.modules.php:108612$lib_mode_reg = $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentities("PaymentType" . $object->mode_reglement_code) : $outputlangs->convToOutputCharset($object->mode_reglement)
/htdocs/core/modules/propale/doc/pdf_cyan.modules.php:12077$tvaisnull = ((!empty($this->tva) && count($this->tva) == 1 && isset($this->tva['0.000']) && is_float($this->tva['0.000'])) ? true : false)
/htdocs/fourn/class/fournisseur.facture-rec.class.php:3801$result_insert = $this->addline($facfourn_src->lines[$i]->fk_product, $facfourn_src->lines[$i]->ref_supplier, $facfourn_src->lines[$i]->label, $facfourn_src->lines[$i]->desc ? $facfourn_src->lines[$i]->desc : $facfourn_src->lines[$i]->description, $facfourn_src->lines[$i]->pu_ht, $facfourn_src->lines[$i]->pu_ttc, $facfourn_src->lines[$i]->qty, $facfourn_src->lines[$i]->remise_percent, $tva_tx, $facfourn_src->lines[$i]->localtax1_tx, $facfourn_src->lines[$i]->localtax2_tx, 'HT', $facfourn_src->lines[$i]->product_type, $facfourn_src->lines[$i]->date_start, $facfourn_src->lines[$i]->date_end, $facfourn_src->lines[$i]->info_bits, $facfourn_src->lines[$i]->special_code, $facfourn_src->lines[$i]->rang, $facfourn_src->lines[$i]->fk_unit)
/htdocs/fourn/class/fournisseur.facture-rec.class.php:148466$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/fourn/class/fournisseur.product.class.php:10981$out = ($showunitprice ? price($this->fourn_unitprice * (1 - $this->fourn_remise_percent / 100) + $this->fourn_remise, 0, $langs, 1, -1, -1, $conf->currency) . ' ' . $langs->trans("HT") . ' &nbsp; <span class="opacitymedium">(</span>' : '')
/htdocs/fourn/class/fournisseur.product.class.php:10991$out .= ($showsuptitle ? '<span class="opacitymedium">' . $langs->trans("Supplier") . '</span>: ' : '') . $this->getSocNomUrl(1, 'supplier', $maxlen, $notooltip) . ' / <span class="opacitymedium">' . $langs->trans("SupplierRef") . '</span>: ' . $this->ref_supplier
/htdocs/fourn/class/fournisseur.facture.class.php:19251$listoffiles = dol_dir_list($conf->fournisseur->facture->dir_output . '/' . get_exdir($this->id, 2, 0, 0, $this, 'invoice_supplier') . $this->newref, 'files', 1, '^' . preg_quote($oldref, '/'))
/htdocs/fourn/class/fournisseur.facture.class.php:20061$result = $mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans("InvoiceBackToDraftInDolibarr", $this->ref))
/htdocs/fourn/class/fournisseur.facture.class.php:20082$result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans("InvoiceBackToDraftInDolibarr", $this->ref))
/htdocs/fourn/class/fournisseur.facture.class.php:290814$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/fourn/class/fournisseur.facture.class.php:7601$result_insert = $this->addline($_facrec->lines[$i]->desc ? $_facrec->lines[$i]->desc : $_facrec->lines[$i]->description, $_facrec->lines[$i]->pu_ht, $tva_tx, $localtax1_tx, $localtax2_tx, $_facrec->lines[$i]->qty, $_facrec->lines[$i]->fk_product, $_facrec->lines[$i]->remise_percent, ($_facrec->lines[$i]->date_start == 1 && $this->date) ? $this->date : '', ($_facrec->lines[$i]->date_end == 1 && $previousdaynextdatewhen) ? $previousdaynextdatewhen : '', 0, $_facrec->lines[$i]->info_bits, 'HT', 0, $_facrec->lines[$i]->rang, false, $_facrec->lines[$i]->array_options, $_facrec->lines[$i]->fk_unit, 0, 0, $_facrec->lines[$i]->ref_supplier, $_facrec->lines[$i]->special_code, 0, 0)
/htdocs/fourn/class/fournisseur.facture.class.php:18052$this->error = $langs->trans('ErrorProdIdIsMandatory', $langs->transcountry('ProfId' . $i, $this->thirdparty->country_code)) . ' (' . $langs->trans("ForbiddenBySetupRules") . ') [' . $langs->trans('Company') . ' : ' . $this->thirdparty->name . ']'
/htdocs/fourn/class/fournisseur.facture.class.php:19001$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'fournisseur/facture/" . get_exdir($this->id, 2, 0, 0, $this, 'invoice_supplier') . $this->db->escape($this->newref) . "'"
/htdocs/fourn/class/fournisseur.facture.class.php:19011$sql .= " WHERE filename LIKE '" . $this->db->escape($this->ref) . "%' AND filepath = 'fournisseur/facture/" . get_exdir($this->id, 2, 0, 0, $this, 'invoice_supplier') . $this->db->escape($this->ref) . "' and entity = " . $conf->entity
/htdocs/fourn/class/paiementfourn.class.php:70766$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/fourn/class/fournisseur.facture.class.php:6292$sql .= " VALUES (" . ((int) $this->id) . ", " . ((int) $this->lines[$i]->special_code) . ", " . ($this->lines[$i]->fk_remise_except > 0 ? ((int) $this->lines[$i]->fk_remise_except) : 'NULL') . ')'
/htdocs/fourn/class/fournisseur.facture.class.php:6351$res = $this->updateline($idligne, $this->lines[$i]->desc ? $this->lines[$i]->desc : $this->lines[$i]->description, $this->lines[$i]->subprice, $this->lines[$i]->tva_tx . ($this->lines[$i]->vat_src_code ? ' (' . $this->lines[$i]->vat_src_code . ')' : ''), $this->lines[$i]->localtax1_tx, $this->lines[$i]->localtax2_tx, $this->lines[$i]->qty, $this->lines[$i]->fk_product, 'HT', (!empty($this->lines[$i]->info_bits) ? $this->lines[$i]->info_bits : ''), $this->lines[$i]->product_type, $this->lines[$i]->remise_percent, false, $this->lines[$i]->date_start, $this->lines[$i]->date_end, $this->lines[$i]->array_options, $this->lines[$i]->fk_unit, $this->lines[$i]->multicurrency_subprice, $this->lines[$i]->ref_supplier)
/htdocs/fourn/class/fournisseur.facture.class.php:6742$sql .= " VALUES (" . ((int) $this->id) . ", " . ((int) $this->lines[$i]->special_code) . ", " . ($this->lines[$i]->fk_remise_except > 0 ? ((int) $this->lines[$i]->fk_remise_except) : 'NULL') . ')'
/htdocs/commande/card.php:4311$result = $object->addline($desc, $lines[$i]->subprice, $lines[$i]->qty, $tva_tx, $lines[$i]->localtax1_tx, $lines[$i]->localtax2_tx, $lines[$i]->fk_product, $lines[$i]->remise_percent, $lines[$i]->info_bits, $lines[$i]->fk_remise_except, 'HT', 0, $date_start, $date_end, $product_type, $lines[$i]->rang, $lines[$i]->special_code, $fk_parent_line, $lines[$i]->fk_fournprice, $lines[$i]->pa_ht, $label, $array_options, $lines[$i]->fk_unit, $object->origin, $lines[$i]->rowid)
/htdocs/don/paiement/list.php:911$arrayfields = array('pd.rowid' => array('label' => "RefPayment", 'checked' => 1, 'position' => 10), 'pd.datep' => array('label' => "Date", 'checked' => 1, 'position' => 20), 's.nom' => array('label' => "ThirdParty", 'checked' => 1, 'position' => 30), 'c.code' => array('label' => "Type", 'checked' => 1, 'position' => 40), 'pd.num_paiement' => array('label' => "Numero", 'checked' => 1, 'position' => 50, 'tooltip' => "ChequeOrTransferNumber"), 'transaction' => array('label' => "BankTransactionLine", 'checked' => 1, 'position' => 60, 'enabled' => (isModEnabled("bank"))), 'ba.label' => array('label' => "BankAccount", 'checked' => 1, 'position' => 70, 'enabled' => (isModEnabled("bank"))), 'pd.amount' => array('label' => "Amount", 'checked' => 1, 'position' => 80), )
/htdocs/commande/card.php:6761$result = $object->updateline($line->id, $line->desc, $line->subprice, $line->qty, $remise_percent, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->date_start, $line->date_end, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->fk_unit, $line->multicurrency_subprice)
/htdocs/commande/card.php:6691$result = $object->updateline($line->id, $line->desc, $line->subprice, $line->qty, $line->remise_percent, $vat_rate, $localtax1_rate, $localtax2_rate, 'HT', $line->info_bits, $line->date_start, $line->date_end, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->fk_unit, $line->multicurrency_subprice)
/htdocs/don/list.php:3541$liststatus = array(Don::STATUS_DRAFT => $langs->trans("DonationStatusPromiseNotValidated"), Don::STATUS_VALIDATED => $langs->trans("DonationStatusPromiseValidated"), Don::STATUS_PAID => $langs->trans("DonationStatusPaid"), Don::STATUS_CANCELED => $langs->trans("Canceled"))
/htdocs/don/list.php:29353$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/don/class/don.class.php:9543$result .= img_object(($notooltip ? '' : $label), $this->picto, ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/don/class/paymentdonation.class.php:2001$sql .= " " . ($this->ext_payment_id ? "'" . $this->db->escape($this->ext_payment_id) . "'" : "null") . ", " . ($this->ext_payment_site ? "'" . $this->db->escape($this->ext_payment_site) . "'" : "null") . ","
/htdocs/fourn/paiement/document.php:1181$morehtmlref .= $form->editfieldval("Date", 'datep', $object->date, $object, $object->statut == 0 && ($user->hasRight("fournisseur", "facture", "creer") || $user->hasRight("supplier_invoice", "creer")), 'datehourpicker', '', null, $langs->trans('PaymentDateUpdateSucceeded'))
/htdocs/fourn/paiement/document.php:1171$morehtmlref .= $form->editfieldkey("Date", 'datep', $object->date, $object, $object->statut == 0 && ($user->hasRight("fournisseur", "facture", "creer") || $user->hasRight("supplier_invoice", "creer")), 'datehourpicker', '', null, 3) . ': '
/htdocs/don/list.php:29252$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/fourn/paiement/list.php:1011$arrayfields = array('p.ref' => array('label' => "RefPayment", 'checked' => 1, 'position' => 10), 'p.datep' => array('label' => "Date", 'checked' => 1, 'position' => 20), 's.nom' => array('label' => "ThirdParty", 'checked' => 1, 'position' => 30), 'c.libelle' => array('label' => "Type", 'checked' => 1, 'position' => 40), 'p.num_paiement' => array('label' => "Numero", 'checked' => 1, 'position' => 50, 'tooltip' => "ChequeOrTransferNumber"), 'ba.label' => array('label' => "BankAccount", 'checked' => 1, 'position' => 60, 'enable' => (isModEnabled("bank"))), 'p.amount' => array('label' => "Amount", 'checked' => 1, 'position' => 70), )
/htdocs/fourn/class/api_supplier_orders.class.php:6781$result = $this->order->dispatchProduct(DolibarrApiAccess::$user, $lineObj->fk_product, $lineObj->qty, $lineObj->warehouse, $lineObj->price, $lineObj->comment, $lineObj->eatby, $lineObj->sellby, $lineObj->batch, $lineObj->id, $lineObj->notrigger)
/htdocs/fourn/class/fournisseur.product.class.php:138366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/fourn/ajax/getSupplierPrices.php:1361$prices[] = array("id" => 'costprice', "price" => price2num($price), "label" => $langs->trans("CostPrice") . ': ' . price($price, 0, $langs, 0, 0, -1, $conf->currency), "title" => $langs->trans("PMPValueShort") . ': ' . price($price, 0, $langs, 0, 0, -1, $conf->currency))
/htdocs/fourn/ajax/getSupplierPrices.php:1171$prices[] = array("id" => 'pmpprice', "price" => price2num($price), "label" => $langs->trans("PMPValueShort") . ': ' . price($price, 0, $langs, 0, 0, -1, $conf->currency), "title" => $langs->trans("PMPValueShort") . ': ' . price($price, 0, $langs, 0, 0, -1, $conf->currency))
/htdocs/fourn/facture/card-rec.php:9531$substitutionarray['__INVOICE_DATE_NEXT_INVOICE_AFTER_GEN__'] = $langs->trans("DateNextInvoiceAfterGen") . (isset($object->date_when) ? ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($object->date_when, $object->frequency, $object->unit_frequency), 'dayhour') . ')' : '')
/htdocs/fourn/facture/card-rec.php:13282$substitutionarray['__INVOICE_DATE_NEXT_INVOICE_AFTER_GEN__'] = $langs->trans("DateNextInvoiceAfterGen") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree(($object->date_when ? $object->date_when : dol_now( )), $object->frequency, $object->unit_frequency), 'dayhour') . ')'
/htdocs/fourn/facture/card-rec.php:52410$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/fourn/facture/card-rec.php:52510$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/fourn/facture/document.php:12817$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/facture/note.php:12417$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/facture/card.php:323517$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/facture/info.php:9417$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/facture/card.php:31352$formquestion = array('text' => $langs->trans("ConfirmCancelBillQuestion"), 0 => array('type' => 'radio', 'name' => 'close_code', 'label' => $langs->trans("Reason"), 'values' => $arrayreasons), 1 => array('type' => 'text', 'name' => 'close_note', 'label' => $langs->trans("Comment"), 'value' => '', 'morecss' => 'minwidth300'))
/htdocs/fourn/facture/card.php:31821$formquestion = array(array('type' => 'select', 'name' => 'revertstock', 'label' => $langs->trans("RevertProductsToStock"), 'select_show_empty' => 0, 'values' => $selectyesno), array('type' => 'other', 'name' => 'idwarehouse', 'label' => $label, 'value' => $selectwarehouse, 'tdclass' => 'questionrevertstock hidden'))
/htdocs/fourn/facture/card.php:29851$formquestion = array(array('type' => 'text', 'name' => 'newsupplierref', 'label' => $langs->trans("RefSupplierBill"), 'value' => $langs->trans("CopyOf") . ' ' . $object->ref_supplier), array('type' => 'date', 'name' => 'newdate', 'label' => $langs->trans("Date"), 'value' => dol_now( )))
/htdocs/fourn/facture/card.php:31142$formquestion = array('text' => $langs->trans("ConfirmClassifyPaidPartiallyQuestion"), 0 => array('type' => 'radio', 'name' => 'close_code', 'label' => $langs->trans("Reason"), 'values' => $arrayreasons), 1 => array('type' => 'text', 'name' => 'close_note', 'label' => $langs->trans("Comment"), 'value' => '', 'morecss' => 'minwidth300'))
/htdocs/fourn/facture/card.php:24592$arraylist = array('amount' => $langs->transnoentitiesnoconv('FixAmount', $langs->transnoentitiesnoconv('Deposit')), 'variable' => $langs->transnoentitiesnoconv('VarAmountOneLine', $langs->transnoentitiesnoconv('Deposit')), 'variablealllines' => $langs->transnoentitiesnoconv('VarAmountAllLines'))
/htdocs/fourn/facture/card.php:27512$substitutionarray = array('__TOTAL_HT__' => $langs->trans("AmountHT") . ' (' . $langs->trans("Example") . ': ' . price($exampletemplateinvoice->total_ht) . ')', '__TOTAL_TTC__' => $langs->trans("AmountTTC") . ' (' . $langs->trans("Example") . ': ' . price($exampletemplateinvoice->total_ttc) . ')', '__INVOICE_PREVIOUS_MONTH__' => $langs->trans("PreviousMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, -1, 'm'), '%m') . ')', '__INVOICE_MONTH__' => $langs->trans("MonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date($dateexample, '%m') . ')', '__INVOICE_NEXT_MONTH__' => $langs->trans("NextMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, 1, 'm'), '%m') . ')', '__INVOICE_PREVIOUS_MONTH_TEXT__' => $langs->trans("TextPreviousMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, -1, 'm'), '%B') . ')', '__INVOICE_MONTH_TEXT__' => $langs->trans("TextMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date($dateexample, '%B') . ')', '__INVOICE_NEXT_MONTH_TEXT__' => $langs->trans("TextNextMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, 1, 'm'), '%B') . ')', '__INVOICE_PREVIOUS_YEAR__' => $langs->trans("PreviousYearOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, -1, 'y'), '%Y') . ')', '__INVOICE_YEAR__' => $langs->trans("YearOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date($dateexample, '%Y') . ')', '__INVOICE_NEXT_YEAR__' => $langs->trans("NextYearOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, 1, 'y'), '%Y') . ')')
/htdocs/fourn/facture/card.php:156310$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/fourn/facture/card.php:17451$result = $object->addline($desc, $pu, $tva_tx, $localtax1_tx, $localtax2_tx, $qty, $idprod, $remise_percent, $date_start, $date_end, 0, $tva_npr, $price_base_type, $type, min($rank, count($object->lines) + 1), 0, $array_options, $productsupplier->fk_unit, 0, $pu_devise, GETPOST('fourn_ref', 'alpha'), '')
/htdocs/fourn/class/paiementfourn.class.php:2741$sql .= " VALUES (" . ((int) $facid) . ", " . ((int) $this->id) . ", " . ((float) $amount) . ', ' . ((float) $this->multicurrency_amounts[$key]) . ', ' . ($currencyofpayment ? "'" . $this->db->escape($currencyofpayment) . "'" : 'NULL') . ', ' . (!empty($currencytxofpayment) ? (float) $currencytxofpayment : 1) . ')'
/htdocs/fourn/class/paiementfourn.class.php:2621$sql .= " '" . $this->db->idate($this->datepaye) . "', " . ((float) $total) . ", " . ((float) $mtotal) . ", " . ((int) $this->paiementid) . ", '" . $this->db->escape($this->num_payment) . "', '" . $this->db->escape($this->note_private) . "', " . ((int) $user->id) . ", 0)"
/htdocs/fourn/class/fournisseur.commande.class.php:35121$text .= ' ' . ($conf->commande->fournisseur->warning_delay > 0 ? '+' : '-') . ' ' . round(abs($conf->commande->fournisseur->warning_delay) / 3600 / 24, 1) . ' ' . $langs->trans("days") . ' < ' . $langs->trans("Today")
/htdocs/fourn/class/fournisseur.commande.class.php:28131$sql .= ", " . price2num($comclient->lines[$i]->qty, 'MS') . ", " . price2num($comclient->lines[$i]->tva_tx, 5) . ", " . price2num($comclient->lines[$i]->localtax1_tx, 5) . ", " . price2num($comclient->lines[$i]->localtax2_tx, 5) . ", " . price2num($comclient->lines[$i]->remise_percent, 3)
/htdocs/fourn/class/fournisseur.commande.class.php:22571$sql .= ($eatby ? "'" . $this->db->idate($eatby) . "'" : "null") . ", " . ($sellby ? "'" . $this->db->idate($sellby) . "'" : "null") . ", " . ($batch ? "'" . $this->db->escape($batch) . "'" : "null") . ", " . ($fk_reception > 0 ? "'" . $this->db->escape($fk_reception) . "'" : "null")
/htdocs/fourn/class/fournisseur.commande.class.php:22561$sql .= " ('" . $this->id . "','" . $product . "','" . $qty . "'," . ($entrepot > 0 ? "'" . $entrepot . "'" : "null") . ",'" . $user->id . "','" . $this->db->idate($now) . "','" . $fk_commandefourndet . "', " . $dispatchstatus . ", '" . $this->db->escape($comment) . "', "
/htdocs/fourn/class/fournisseur.commande.class.php:16111$result = $this->addline($line->desc, $line->subprice, $line->qty, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, $line->fk_product, 0, $line->ref_fourn, $line->remise_percent, 'HT', 0, $line->product_type, $line->info_bits, false, $line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $line->multicurrency_subprice, $line->origin, $line->origin_id, $line->rang, $line->special_code)
/htdocs/fourn/class/fournisseur.commande.class.php:8091$sql = 'UPDATE ' . $this->db->prefix( ) . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'fournisseur/commande/" . $this->db->escape($this->newref) . "'"
/htdocs/fourn/class/api_supplier_invoices.class.php:6391$updateRes = $this->invoice->updateline($lineid, $request_data->description, $request_data->pu_ht, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->qty, $request_data->fk_product, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->info_bits, $request_data->product_type, $request_data->remise_percent, false, $request_data->date_start, $request_data->date_end, $request_data->array_options, $request_data->fk_unit, $request_data->multicurrency_subprice, $request_data->ref_supplier, $request_data->rang)
/htdocs/fourn/class/api_supplier_invoices.class.php:5721$updateRes = $this->invoice->addline($request_data->description, $request_data->pu_ht, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->qty, $request_data->fk_product, $request_data->remise_percent, $request_data->date_start, $request_data->date_end, $request_data->fk_code_ventilation, $request_data->info_bits, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->product_type, $request_data->rang, false, $request_data->array_options, $request_data->fk_unit, $request_data->origin_id, $request_data->multicurrency_subprice, $request_data->ref_supplier, $request_data->special_code)
/htdocs/fourn/product/list.php:1404$arrayofmassactions = array('generate_doc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("ReGeneratePDF"), 'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("PDFMerge"), 'presend' => img_picto('', 'email', 'class="pictofixedwidth"') . $langs->trans("SendByMail"), )
/htdocs/fourn/facture/list.php:10971$typearray = array(FactureFournisseur::TYPE_STANDARD => $langs->trans("InvoiceStandard"), FactureFournisseur::TYPE_REPLACEMENT => $langs->trans("InvoiceReplacement"), FactureFournisseur::TYPE_CREDIT_NOTE => $langs->trans("InvoiceAvoir"), FactureFournisseur::TYPE_DEPOSIT => $langs->trans("InvoiceDeposit"), )
/htdocs/fourn/facture/list.php:99253$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/fourn/facture/list.php:99152$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/fourn/facture/list.php:1711$arrayfields = array('f.ref' => array('label' => "Ref", 'checked' => 1), 'f.ref_supplier' => array('label' => "RefSupplier", 'checked' => 1), 'f.type' => array('label' => "Type", 'checked' => 0), 'f.subtype' => array('label' => "InvoiceSubtype", 'checked' => 0, ), 'f.label' => array('label' => "Label", 'checked' => 0), 'f.datef' => array('label' => "DateInvoice", 'checked' => 1), 'f.date_lim_reglement' => array('label' => "DateDue", 'checked' => 1), 'p.ref' => array('label' => "ProjectRef", 'checked' => 0), 's.nom' => array('label' => "ThirdParty", 'checked' => 1, 'position' => 41), 's.name_alias' => array('label' => "AliasNameShort", 'checked' => 0, 'position' => 42), 's.town' => array('label' => "Town", 'checked' => -1, 'position' => 43), 's.zip' => array('label' => "Zip", 'checked' => 1, 'position' => 44), 'state.nom' => array('label' => "StateShort", 'checked' => 0, 'position' => 45), 'country.code_iso' => array('label' => "Country", 'checked' => 0, 'position' => 46), 'typent.code' => array('label' => "ThirdPartyType", 'checked' => $checkedtypetiers, 'position' => 49), 'f.fk_mode_reglement' => array('label' => "PaymentMode", 'checked' => 1, 'position' => 52), 'f.fk_cond_reglement' => array('label' => "PaymentConditionsShort", 'checked' => 1, 'position' => 50), 'f.total_ht' => array('label' => "AmountHT", 'checked' => 1, 'position' => 105), 'f.total_vat' => array('label' => "AmountVAT", 'checked' => 0, 'position' => 110), 'f.total_localtax1' => array('label' => $langs->transcountry("AmountLT1", $mysoc->country_code), 'checked' => 0, 'enabled' => $mysoc->localtax1_assuj == "1", 'position' => 95), 'f.total_localtax2' => array('label' => $langs->transcountry("AmountLT2", $mysoc->country_code), 'checked' => 0, 'enabled' => $mysoc->localtax2_assuj == "1", 'position' => 100), 'f.total_ttc' => array('label' => "AmountTTC", 'checked' => 0, 'position' => 115), 'dynamount_payed' => array('label' => "Paid", 'checked' => 0, 'position' => 116), 'rtp' => array('label' => "Rest", 'checked' => 0, 'position' => 117), 'f.multicurrency_code' => array('label' => 'Currency', 'checked' => 0, 'position' => 205, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'f.multicurrency_tx' => array('label' => 'CurrencyRate', 'checked' => 0, 'position' => 206, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'f.multicurrency_total_ht' => array('label' => 'MulticurrencyAmountHT', 'position' => 207, 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'f.multicurrency_total_vat' => array('label' => 'MulticurrencyAmountVAT', 'position' => 208, 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'f.multicurrency_total_ttc' => array('label' => 'MulticurrencyAmountTTC', 'position' => 209, 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'multicurrency_dynamount_payed' => array('label' => 'MulticurrencyAlreadyPaid', 'position' => 210, 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'multicurrency_rtp' => array('label' => 'MulticurrencyRemainderToPay', 'checked' => 0, 'position' => 211, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1)), 'u.login' => array('label' => "Author", 'checked' => 1, 'position' => 500), 'f.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 501), 'f.tms' => array('label' => "DateModificationShort", 'checked' => 0, 'position' => 502), 'f.fk_statut' => array('label' => "Status", 'checked' => 1, 'position' => 1000), 'f.nb_docs' => array('label' => "Documents", 'checked' => 1, 'position' => 510), )
/htdocs/fourn/facture/contact.php:16417$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/commande/card.php:20281$formconfirm = $form->formconfirm($_SERVER['PHP_SELF'] . "?id=" . $object->id . "&datecommande=" . $date_com . "&methode=" . GETPOST("methodecommande") . "&comment=" . urlencode(GETPOST("comment")), $langs->trans("MakeOrder"), $langs->trans("ConfirmMakeOrder", dol_print_date($date_com, 'day')), "confirm_commande", '', 0, 2)
/htdocs/fourn/commande/card.php:20551$morehtmlref .= $form->editfieldval("RefSupplier", 'ref_supplier', $object->ref_supplier, $object, $usercancreate, 'string' . (isset($conf->global->THIRDPARTY_REF_INPUT_SIZE) ? ':' . getDolGlobalString('THIRDPARTY_REF_INPUT_SIZE') : ''), '', null, null, '', 1)
/htdocs/fourn/commande/card.php:20861$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 1, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/commande/info.php:691$actioncode = GETPOST("actioncode", "alpha", 3) ? GETPOST("actioncode", "alpha", 3) : (GETPOST("actioncode") == '0' ? '0' : (!getDolGlobalString('AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECTS') ? '' : $conf->global->AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECTS))
/htdocs/fourn/commande/info.php:15717$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/commande/document.php:14317$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/commande/dispatch.php:3173$dDLUO = dol_mktime(12, 0, 0, GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'month'), GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'day'), GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'year'))
/htdocs/fourn/commande/dispatch.php:3183$dDLC = dol_mktime(12, 0, 0, GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'month'), GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'day'), GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'year'))
/htdocs/fourn/commande/card.php:4181$result = $object->updateline($line->id, $line->desc, $line->subprice, $line->qty, $line->remise_percent, $vat_rate, $localtax1_rate, $localtax2_rate, 'HT', $line->info_bits, $line->product_type, 0, $line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $line->multicurrency_subprice, $line->ref_supplier)
/htdocs/fourn/commande/card.php:42910$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/fourn/commande/card.php:43010$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/fourn/commande/card.php:6061$result = $object->addline($desc, ($price_base_type == 'HT' ? $pu : 0), $qty, $tva_tx, $localtax1_tx, $localtax2_tx, $idprod, $productsupplier->product_fourn_price_id, $ref_supplier, $remise_percent, $price_base_type, ($price_base_type == 'TTC' ? $pu : 0), $type, $tva_npr, '', $date_start, $date_end, $array_options, $productsupplier->fk_unit, $pu_devise, '', 0, min($rank, count($object->lines) + 1))
/htdocs/fourn/commande/card.php:8081$result = $object->updateline($lineid, GETPOST('product_desc', 'restricthtml'), $ht, price2num(GETPOST('qty'), 'MS'), price2num(GETPOST('remise_percent'), '', 2), $vat_rate, $localtax1_rate, $localtax2_rate, $price_base_type, 0, GETPOSTISSET("type") ? GETPOST("type") : $line->product_type, false, $date_start, $date_end, $array_options, GETPOST('units'), $pu_ht_devise, GETPOST('fourn_ref', 'alpha'))
/htdocs/fourn/commande/card.php:13521$result = $object->addline($desc, $lines[$i]->subprice, $lines[$i]->qty, $tva_tx, $lines[$i]->localtax1_tx, $lines[$i]->localtax2_tx, $lines[$i]->fk_product > 0 ? $lines[$i]->fk_product : 0, $product_fourn_price_id, $ref_supplier, $lines[$i]->remise_percent, 'HT', 0, $lines[$i]->product_type, '', '', null, null, $array_option, $lines[$i]->fk_unit, 0, $element, !empty($lines[$i]->id) ? $lines[$i]->id : $lines[$i]->rowid, -1, $lines[$i]->special_code)
/htdocs/fourn/commande/card.php:14741$order_lines[] = array('desc' => $line->product_desc, 'type' => $line->product_type, 'product_id' => $result_product["product"]["id"], 'vat_rate' => $line->tva_tx, 'qty' => $line->qty, 'price' => $line->price, 'unitprice' => $line->subprice, 'total_net' => $line->total_ht, 'total_vat' => $line->total_tva, 'total' => $line->total_ttc, 'date_start' => $line->date_start, 'date_end' => $line->date_end, )
/htdocs/fourn/commande/card.php:19731$formquestion = array(array('type' => 'other', 'name' => 'idwarehouse', 'label' => $langs->trans("SelectWarehouseForStockIncrease"), 'value' => $formproduct->selectWarehouses(GETPOSTINT('idwarehouse'), 'idwarehouse', '', 1, 0, 0, '', 0, $forcecombo)))
/htdocs/fourn/facture/list-rec.php:9487$dur = array("i" => $langs->trans("Minutes"), "h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/fourn/commande/list.php:121853$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/fourn/facture/card.php:12461$result = $object->addline($descline, $amount, $tva, 0, 0, 1, getDolGlobalInt('SUPPLIER_INVOICE_PRODUCTID_DEPOSIT', getDolGlobalInt('INVOICE_PRODUCTID_DEPOSIT')), 0, 0, 0, 0, 0, 'HT', 0, 1, 0, array( ), null, $object->origin, 0, '', '0', 0, 0)
/htdocs/fourn/facture/list-rec.php:9508$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/fourn/facture/card.php:14921$result = $object->updateline(GETPOSTINT('lineid'), $label, $up, $tva_tx, $localtax1_tx, $localtax2_tx, price2num(GETPOST('qty'), 'MS'), GETPOSTINT('productid'), $price_base_type, $info_bits, $type, $remise_percent, 0, $date_start, $date_end, $array_options, GETPOST('units', 'alpha'), $pu_devise, GETPOST('fourn_ref', 'alpha'))
/htdocs/fourn/facture/card.php:13541$result = $object->addline($desc, $pu, $lines[$i]->tva_tx, $lines[$i]->localtax1_tx, $lines[$i]->localtax2_tx, $lines[$i]->qty, $lines[$i]->fk_product, $lines[$i]->remise_percent, $date_start, $date_end, 0, $lines[$i]->info_bits, 'HT', $product_type, $lines[$i]->rang, 0, $lines[$i]->array_options, $lines[$i]->fk_unit, $lines[$i]->id, $pu_currency, $lines[$i]->ref_supplier, $lines[$i]->special_code)
/htdocs/fourn/facture/card.php:156210$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/fourn/facture/card.php:15431$result = $object->updateline($line->id, $line->desc, $line->subprice, $vat_rate, $localtax1_rate, $localtax2_rate, $line->qty, $line->fk_product, 'HT', $line->info_bits, $line->product_type, $line->remise_percent, 0, $line->date_start, $line->date_end, $line->array_options, $line->fk_unit, $line->multicurrency_subprice, $line->ref_supplier, $line->rang)
/htdocs/fourn/commande/note.php:12517$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/commande/dispatch.php:57717$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/commande/list.php:1841$arrayfields = array('u.login' => array('label' => "AuthorRequest", 'enabled' => 1, 'position' => 41), 's.name_alias' => array('label' => "AliasNameShort", 'position' => 51, 'checked' => 0), 's.town' => array('label' => "Town", 'enabled' => 1, 'position' => 55, 'checked' => 1), 's.zip' => array('label' => "Zip", 'enabled' => 1, 'position' => 56, 'checked' => 1), 'state.nom' => array('label' => "StateShort", 'enabled' => 1, 'position' => 57), 'country.code_iso' => array('label' => "Country", 'enabled' => 1, 'position' => 58), 'typent.code' => array('label' => "ThirdPartyType", 'enabled' => $checkedtypetiers, 'position' => 59), 'cf.total_localtax1' => array('label' => $langs->transcountry("AmountLT1", $mysoc->country_code), 'checked' => 0, 'enabled' => ($mysoc->localtax1_assuj == "1"), 'position' => 140), 'cf.total_localtax2' => array('label' => $langs->transcountry("AmountLT2", $mysoc->country_code), 'checked' => 0, 'enabled' => ($mysoc->localtax2_assuj == "1"), 'position' => 145), 'cf.note_public' => array('label' => 'NotePublic', 'checked' => 0, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PUBLIC_NOTES')), 'position' => 750), 'cf.note_private' => array('label' => 'NotePrivate', 'checked' => 0, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PRIVATE_NOTES')), 'position' => 760), )
/htdocs/fourn/commande/contact.php:16217$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/fourn/commande/list.php:5081$result = $objecttmp->addline($desc, $lines[$i]->subprice, $lines[$i]->tva_tx, $lines[$i]->localtax1_tx, $lines[$i]->localtax2_tx, $lines[$i]->qty, $lines[$i]->fk_product, $lines[$i]->remise_percent, $date_start, $date_end, 0, $lines[$i]->info_bits, 'HT', $product_type, -1, false, $lines[$i]->array_options, $lines[$i]->fk_unit, $lines[$i]->fk_commande, $lines[$i]->pa_ht, $lines[$i]->ref_supplier, $lines[$i]->special_code, $fk_parent_line)
/htdocs/fourn/commande/list.php:2011$arrayfields['cf.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/fourn/commande/list.php:121752$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/fourn/commande/list.php:11864$arrayofmassactions = array('generate_doc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("ReGeneratePDF"), 'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("PDFMerge"), 'presend' => img_picto('', 'email', 'class="pictofixedwidth"') . $langs->trans("SendByMail"), )
/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php:767$this->info_box_head = array('text' => $text, 'limit' => dol_strlen($text), 'graph' => 1, 'sublink' => '', 'subtext' => $langs->trans("Filter"), 'subpicto' => 'filter.png', 'subclass' => 'linkobject boxfilter', 'target' => 'none')
/htdocs/core/boxes/box_graph_orders_permonth.php:777$this->info_box_head = array('text' => $text, 'limit' => dol_strlen($text), 'graph' => 1, 'sublink' => '', 'subtext' => $langs->trans("Filter"), 'subpicto' => 'filter.png', 'subclass' => 'linkobject boxfilter', 'target' => 'none')
/htdocs/core/boxes/box_graph_invoices_peryear.php:757$this->info_box_head = array('text' => $text, 'limit' => dol_strlen($text), 'graph' => 1, 'sublink' => '', 'subtext' => $langs->trans("Filter"), 'subpicto' => 'filter.png', 'subclass' => 'linkobject boxfilter', 'target' => 'none')
/htdocs/core/boxes/box_scheduled_jobs.php:1511$this->info_box_contents[$line][] = array('td' => 'class="right"', 'textnoformat' => (empty($resultarray[$line][2]) ? '' : $form->textwithpicto(dol_print_date($resultarray[$line][2], "dayhoursec", 'tzserver'), $langs->trans("CurrentTimeZone"))))
/htdocs/core/boxes/box_members_by_tags.php:1612$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_pending']) && $data['members_pending'] > 0 ? $data['members_pending'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_VALIDATED, 1, 0, 3), 'asis' => 1, )
/htdocs/core/boxes/box_members_by_tags.php:1661$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_uptodate']) && $data['members_uptodate'] > 0 ? $data['members_uptodate'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_VALIDATED, 0, $now + 86400, 3), 'asis' => 1, )
/htdocs/core/boxes/box_members_by_tags.php:1511$this->info_box_contents[$line][] = array('td' => 'class="tdoverflowmax150 maxwidth150onsmartphone"', 'text' => '<a href="' . DOL_MAIN_URL_ROOT . '/adherents/list.php?search_categ=' . $adhtag->id . '&sortfield=d.datefin,t.subscription&sortorder=desc,desc&backtopage=' . urlencode($_SERVER['PHP_SELF']) . '">' . dol_trunc(($adhtag->ref ? $adhtag->ref : $adhtag->label), dol_size(32)) . '</a>', 'asis' => 1, )
/htdocs/core/boxes/box_members_by_tags.php:1562$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_draft']) && $data['members_draft'] > 0 ? $data['members_draft'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_DRAFT, 1, 0, 3), 'asis' => 1, )
/htdocs/core/boxes/box_members_by_type.php:1812$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_resiliated']) && $data['members_resiliated'] > 0 ? $data['members_resiliated'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_RESILIATED, 1, 0, 3), 'asis' => 1, )
/htdocs/core/boxes/box_factures_fourn.php:1641$this->info_box_contents[$line][] = array('td' => 'class="tdoverflowmax150"', 'text' => $objp->ref_supplier, 'tooltip' => $langs->trans('SupplierInvoice') . ': ' . ($objp->ref ? $objp->ref : $objp->facid) . '<br>' . $langs->trans('RefSupplier') . ': ' . $objp->ref_supplier, 'url' => DOL_URL_ROOT . "/fourn/facture/card.php?facid=" . $objp->facid, )
/htdocs/core/boxes/box_members_by_type.php:1711$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_expired']) && $data['members_expired'] > 0 ? $data['members_expired'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_VALIDATED, 1, 1, 3), 'asis' => 1, )
/htdocs/core/boxes/box_members_by_type.php:1762$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_excluded']) && $data['members_excluded'] > 0 ? $data['members_excluded'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_EXCLUDED, 1, $now, 3), 'asis' => 1, )
/htdocs/core/boxes/box_dolibarr_state_board.php:1041$conditions = array('users' => $user->hasRight('user', 'user', 'lire'), 'members' => isModEnabled('member') && $user->hasRight('adherent', 'lire'), 'customers' => isModEnabled('societe') && $user->hasRight('societe', 'lire') && !getDolGlobalString('SOCIETE_DISABLE_CUSTOMERS') && !getDolGlobalString('SOCIETE_DISABLE_CUSTOMERS_STATS'), 'prospects' => isModEnabled('societe') && $user->hasRight('societe', 'lire') && !getDolGlobalString('SOCIETE_DISABLE_PROSPECTS') && !getDolGlobalString('SOCIETE_DISABLE_PROSPECTS_STATS'), 'suppliers' => ((isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'lire')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) && !getDolGlobalString('SOCIETE_DISABLE_SUPPLIERS_STATS'), 'contacts' => isModEnabled('societe') && $user->hasRight('societe', 'contact', 'lire'), 'products' => isModEnabled('product') && $user->hasRight('product', 'read'), 'services' => isModEnabled('service') && $user->hasRight('service', 'read'), 'proposals' => isModEnabled('propal') && $user->hasRight('propal', 'read'), 'orders' => isModEnabled('order') && $user->hasRight('commande', 'lire'), 'invoices' => isModEnabled('invoice') && $user->hasRight('facture', 'lire'), 'donations' => isModEnabled('don') && $user->hasRight('don', 'lire'), 'contracts' => isModEnabled('contract') && $user->hasRight('contrat', 'lire'), 'interventions' => isModEnabled('intervention') && $user->hasRight('ficheinter', 'lire'), 'supplier_orders' => isModEnabled('supplier_order') && $user->hasRight('fournisseur', 'commande', 'lire') && !getDolGlobalString('SOCIETE_DISABLE_SUPPLIERS_ORDERS_STATS'), 'supplier_invoices' => isModEnabled('supplier_invoice') && $user->hasRight('fournisseur', 'facture', 'lire') && !getDolGlobalString('SOCIETE_DISABLE_SUPPLIERS_INVOICES_STATS'), 'supplier_proposals' => isModEnabled('supplier_proposal') && $user->hasRight('supplier_proposal', 'lire') && !getDolGlobalString('SOCIETE_DISABLE_SUPPLIERS_PROPOSAL_STATS'), 'projects' => isModEnabled('project') && $user->hasRight('projet', 'lire'), 'expensereports' => isModEnabled('expensereport') && $user->hasRight('expensereport', 'lire'), 'holidays' => isModEnabled('holiday') && $user->hasRight('holiday', 'read'), 'ticket' => isModEnabled('ticket') && $user->hasRight('ticket', 'read'), 'dolresource' => isModEnabled('resource') && $user->hasRight('resource', 'read'))
/htdocs/core/boxes/box_graph_orders_supplier_permonth.php:767$this->info_box_head = array('text' => $text, 'limit' => dol_strlen($text), 'graph' => 1, 'sublink' => '', 'subtext' => $langs->trans("Filter"), 'subpicto' => 'filter.png', 'subclass' => 'linkobject boxfilter', 'target' => 'none')
/htdocs/core/boxes/box_members_last_subscriptions.php:1501$this->info_box_contents[$line][] = array('td' => 'class="right tdoverflowmax150 maxwidth150onsmartphone" title="' . dol_escape_htmltag($langs->trans("DateModification") . ': ' . dol_print_date($obj->datem, 'dayhour', 'tzuserrel')) . '"', 'text' => dol_print_date($this->db->jdate($obj->datem ? $obj->datem : $obj->datec), 'dayhour', 'tzuserrel'), )
/htdocs/core/boxes/box_funnel_of_prospection.php:2851$this->info_box_contents[$line][] = array('tr' => 'class="oddeven"', 'td' => 'class="left "', 'maxlength' => 500, 'text' => $form->textwithpicto($langs->trans("OpportunityPonderatedAmount") . ' (' . $langs->trans("WonLostExcluded") . ')', $langs->trans("OpportunityPonderatedAmountDesc"), 1))
/htdocs/asset/class/assetdepreciationoptions.class.php:2421$value = dol_mktime(GETPOSTINT($html_name . 'hour'), GETPOSTINT($html_name . 'min'), GETPOSTINT($html_name . 'sec'), GETPOSTINT($html_name . 'month'), GETPOSTINT($html_name . 'day'), GETPOSTINT($html_name . 'year'), 'tzuserrel')
/htdocs/asset/class/asset.class.php:138766$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/asset/class/asset.class.php:136566$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/asset/class/asset.class.php:6781$this->depreciation_lines[$obj->depreciation_mode][] = array('id' => $obj->rowid, 'ref' => $obj->ref, 'depreciation_date' => $this->db->jdate($obj->depreciation_date), 'depreciation_ht' => $obj->depreciation_ht, 'cumulative_depreciation_ht' => $obj->cumulative_depreciation_ht, 'bookkeeping' => $obj->bookkeeping, )
/htdocs/fourn/commande/card.php:1431$usercandelete = (($user->hasRight("fournisseur", "commande", "supprimer") || $user->hasRight("supplier_order", "supprimer")) || ($usercancreate && isset($object->statut) && $object->statut == $object::STATUS_DRAFT))
/htdocs/asset/class/assetmodel.class.php:65366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/asset/class/assetmodel.class.php:63166$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/asset/class/assetdepreciationoptions.class.php:4091return array('base_depreciation_ht' => $this->deprecation_options[$mode]['amount_base_depreciation_ht'], 'duration' => $this->deprecation_options[$mode]['duration'], 'duration_type' => $duration_type_list[$this->deprecation_options[$mode]['duration_type']], 'rate' => $this->getRate($mode), )
/htdocs/asset/card.php:2851$formquestion = array(array('type' => 'date', 'name' => 'disposal_date', 'tdclass' => 'fieldrequired', 'label' => $langs->trans("AssetDisposalDate"), 'value' => $disposal_date), array('type' => 'text', 'name' => 'disposal_amount', 'tdclass' => 'fieldrequired', 'label' => $langs->trans("AssetDisposalAmount"), 'value' => $disposal_amount), array('type' => 'other', 'name' => 'fk_disposal_type', 'tdclass' => 'fieldrequired', 'label' => $langs->trans("AssetDisposalType"), 'value' => $disposal_type_form), array('type' => 'other', 'name' => 'disposal_invoice_id', 'label' => $langs->trans("InvoiceCustomer"), 'value' => $disposal_invoice_form), array('type' => 'checkbox', 'name' => 'disposal_depreciated', 'label' => $langs->trans("AssetDisposalDepreciated"), 'value' => $disposal_depreciated), array('type' => 'checkbox', 'name' => 'disposal_subject_to_vat', 'label' => $langs->trans("AssetDisposalSubjectToVat"), 'value' => $disposal_subject_to_vat), )
/htdocs/core/boxes/box_members_by_tags.php:1812$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_resiliated']) && $data['members_resiliated'] > 0 ? $data['members_resiliated'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_RESILIATED, 1, 0, 3), 'asis' => 1, )
/htdocs/core/boxes/box_members_by_tags.php:1762$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_excluded']) && $data['members_excluded'] > 0 ? $data['members_excluded'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_EXCLUDED, 1, $now, 3), 'asis' => 1, )
/htdocs/core/boxes/box_members_by_tags.php:1711$this->info_box_contents[$line][] = array('td' => 'class="right"', 'text' => (isset($data['members_expired']) && $data['members_expired'] > 0 ? $data['members_expired'] : '') . ' ' . $staticmember->LibStatut(Adherent::STATUS_VALIDATED, 1, $now - 86400, 3), 'asis' => 1, )
/htdocs/asset/model/list.php:1092$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/asset/model/card.php:781$permissiontodelete = ((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight('asset', 'delete')) || (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight('asset', 'model_advance', 'delete'))) || ($permissiontoadd && isset($object->status) && $object->status == $object::STATUS_DRAFT)
/htdocs/asset/list.php:1092$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/asset/card.php:2931$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('AssetDisposal'), $langs->trans('AssetConfirmDisposalAsk', $object->ref . ' - ' . $object->label), 'confirm_disposal', $formquestion, 'yes', 1)
/htdocs/core/modules/modEventOrganization.class.php:2471$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=project,fk_leftmenu=eventorganization', 'type' => 'left', 'titre' => 'New', 'url' => '/projet/card.php?leftmenu=projects&action=create&usage_organize_event=1&usage_opportunity=0', 'langs' => 'eventorganization@eventorganization', 'position' => 1000 + $r, 'enabled' => 'isModEnabled("eventorganization")', 'perms' => '$user->hasRight("eventorganization", "write")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modEventOrganization.class.php:2591$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=project,fk_leftmenu=eventorganization', 'type' => 'left', 'titre' => 'List', 'url' => '/projet/list.php?search_usage_event_organization=1&search_status=99&mainmenu=project&contextpage=organizedevents', 'langs' => 'eventorganization@eventorganization', 'position' => 1000 + $r, 'enabled' => 'isModEnabled("eventorganization")', 'perms' => '$user->hasRight("eventorganization", "write")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modFTP.class.php:1131$this->menu[$r] = array('fk_menu' => 0, 'type' => 'top', 'titre' => 'FTP', 'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth em092"'), 'mainmenu' => 'ftp', 'url' => '/ftp/index.php', 'langs' => 'ftp', 'position' => 100, 'enabled' => '$conf->ftp->enabled', 'perms' => '$user->rights->ftp->read || $user->rights->ftp->write || $user->rights->ftp->setup', 'target' => '', 'user' => 2)
/htdocs/core/modules/modEventOrganization.class.php:2321$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=project', 'type' => 'left', 'titre' => 'EventOrganizationMenuLeft', 'prefix' => img_picto('', 'eventorganization', 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'project', 'leftmenu' => 'eventorganization', 'url' => '', 'langs' => 'eventorganization', 'position' => 1000 + $r, 'enabled' => 'isModEnabled("eventorganization")', 'perms' => '$user->hasRight("eventorganization", "read")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modCommande.class.php:3511$this->import_convertvalue_array[$r] = array('c.ref' => array('rule' => 'getrefifauto', 'class' => (!getDolGlobalString('COMMANDE_ADDON') ? 'mod_commande_marbre' : $conf->global->COMMANDE_ADDON), 'path' => "/core/modules/commande/" . (!getDolGlobalString('COMMANDE_ADDON') ? 'mod_commande_marbre' : $conf->global->COMMANDE_ADDON) . '.php', 'classobject' => 'Commande', 'pathobject' => '/commande/class/commande.class.php', ), 'c.fk_soc' => array('rule' => 'fetchidfromref', 'file' => '/societe/class/societe.class.php', 'class' => 'Societe', 'method' => 'fetch', 'element' => 'ThirdParty'), 'c.fk_user_valid' => array('rule' => 'fetchidfromref', 'file' => '/user/class/user.class.php', 'class' => 'User', 'method' => 'fetch', 'element' => 'user'), 'c.fk_mode_reglement' => array('rule' => 'fetchidfromcodeorlabel', 'file' => '/compta/paiement/class/cpaiement.class.php', 'class' => 'Cpaiement', 'method' => 'fetch', 'element' => 'cpayment'), )
/htdocs/core/modules/modCommande.class.php:4731$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'order' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "', 'order', " . ((int) $conf->entity) . ")")
/htdocs/core/modules/modECM.class.php:1221$this->menu[$r] = array('fk_menu' => 0, 'type' => 'top', 'titre' => 'MenuECM', 'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth"'), 'mainmenu' => 'ecm', 'url' => '/ecm/index.php', 'langs' => 'ecm', 'position' => 82, 'perms' => '$user->rights->ecm->read || $user->rights->ecm->upload || $user->rights->ecm->setup', 'enabled' => 'isModEnabled("ecm")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modECM.class.php:1391$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=ecm', 'type' => 'left', 'titre' => 'ECMArea', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'ecm', 'leftmenu' => 'ecm', 'url' => '/ecm/index.php?mainmenu=ecm&leftmenu=ecm', 'langs' => 'ecm', 'position' => 101, 'perms' => '$user->rights->ecm->read || $user->rights->ecm->upload', 'enabled' => '$user->rights->ecm->read || $user->rights->ecm->upload', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modTicket.class.php:1371$this->dictionaries = array('langs' => 'ticket', 'tabname' => array("c_ticket_type", "c_ticket_severity", "c_ticket_category", "c_ticket_resolution"), 'tablib' => array("TicketDictType", "TicketDictSeverity", "TicketDictCategory", "TicketDictResolution"), 'tabsql' => array('SELECT f.rowid as rowid, f.code, f.pos, f.label, f.active, f.use_default, f.entity FROM ' . MAIN_DB_PREFIX . 'c_ticket_type as f WHERE f.entity IN (' . getEntity('c_ticket_type') . ')', 'SELECT f.rowid as rowid, f.code, f.pos, f.label, f.active, f.use_default, f.entity FROM ' . MAIN_DB_PREFIX . 'c_ticket_severity as f WHERE f.entity IN (' . getEntity('c_ticket_severity') . ')', 'SELECT f.rowid as rowid, f.code, f.pos, f.label, f.active, f.use_default, f.public, f.fk_parent, f.entity FROM ' . MAIN_DB_PREFIX . 'c_ticket_category as f WHERE f.entity IN (' . getEntity('c_ticket_category') . ')', 'SELECT f.rowid as rowid, f.code, f.pos, f.label, f.active, f.use_default, f.entity FROM ' . MAIN_DB_PREFIX . 'c_ticket_resolution as f WHERE f.entity IN (' . getEntity('c_ticket_resolution') . ')'), 'tabsqlsort' => array("pos ASC", "pos ASC", "pos ASC", "pos ASC"), 'tabfield' => array("code,label,pos,use_default", "code,label,pos,use_default", "code,label,pos,use_default,public,fk_parent", "code,label,pos,use_default"), 'tabfieldvalue' => array("code,label,pos,use_default", "code,label,pos,use_default", "code,label,pos,use_default,public,fk_parent", "code,label,pos,use_default"), 'tabfieldinsert' => array("code,label,pos,use_default,entity", "code,label,pos,use_default,entity", "code,label,pos,use_default,public,fk_parent,entity", "code,label,pos,use_default,entity"), 'tabrowid' => array("rowid", "rowid", "rowid", "rowid"), 'tabcond' => array(isModEnabled("ticket"), isModEnabled("ticket"), isModEnabled("ticket"), isModEnabled("ticket") && getDolGlobalString('TICKET_ENABLE_RESOLUTION')), 'tabhelp' => array(array('code' => $langs->trans("EnterAnyCode"), 'use_default' => $langs->trans("Enter0or1")), array('code' => $langs->trans("EnterAnyCode"), 'use_default' => $langs->trans("Enter0or1")), array('code' => $langs->trans("EnterAnyCode"), 'use_default' => $langs->trans("Enter0or1"), 'public' => $langs->trans("Enter0or1") . '<br>' . $langs->trans("TicketGroupIsPublicDesc"), 'fk_parent' => $langs->trans("IfThisCategoryIsChildOfAnother")), array('code' => $langs->trans("EnterAnyCode"), 'use_default' => $langs->trans("Enter0or1"))), )
/htdocs/core/modules/modTicket.class.php:2491$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=ticket', 'type' => 'left', 'titre' => 'Ticket', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth em092"'), 'mainmenu' => 'ticket', 'leftmenu' => 'ticket', 'url' => '/ticket/index.php', 'langs' => 'ticket', 'position' => 101, 'enabled' => 'isModEnabled("ticket")', 'perms' => '$user->rights->ticket->read', 'target' => '', 'user' => 2)
/htdocs/core/modules/modPrelevement.class.php:1471$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'bankaccount' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "','bankaccount'," . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modTicket.class.php:1091$this->const = array(1 => array('TICKET_ENABLE_PUBLIC_INTERFACE', 'chaine', '0', 'Enable ticket public interface', 0), 2 => array('TICKET_ADDON', 'chaine', 'mod_ticket_simple', 'Ticket ref module', 0), 3 => array('TICKET_ADDON_PDF_ODT_PATH', 'chaine', 'DOL_DATA_ROOT/doctemplates/tickets', 'Ticket templates ODT/ODS directory for templates', 0), 4 => array('TICKET_AUTO_READ_WHEN_CREATED_FROM_BACKEND', 'chaine', 0, 'Automatically mark ticket as read when created from backend', 0), 5 => array('TICKET_DELAY_BEFORE_FIRST_RESPONSE', 'chaine', '0', 'Maximum wanted elapsed time before a first answer to a ticket (in hours). Display a warning in tickets list if not respected.', 0), 6 => array('TICKET_DELAY_SINCE_LAST_RESPONSE', 'chaine', '0', 'Maximum wanted elapsed time between two answers on the same ticket (in hours). Display a warning in tickets list if not respected.', 0), 7 => array('TICKET_NOTIFY_AT_CLOSING', 'chaine', '0', 'Default notify contacts when closing a module', 0), 8 => array('TICKET_PRODUCT_CATEGORY', 'chaine', 0, 'The category of product that is being used for ticket accounting', 0), 9 => array('TICKET_NOTIFICATION_EMAIL_FROM', 'chaine', getDolGlobalString('MAIN_MAIL_EMAIL_FROM'), 'Email to use by default as sender for messages sent from Dolibarr', 0), 10 => array('TICKET_MESSAGE_MAIL_INTRO', 'chaine', $langs->trans('TicketMessageMailIntroText'), 'Introduction text of ticket replies sent from Dolibarr', 0), 11 => array('TICKET_MESSAGE_MAIL_SIGNATURE', 'chaine', $default_footer, 'Signature to use by default for messages sent from Dolibarr', 0), 12 => array('MAIN_EMAILCOLLECTOR_MAIL_WITHOUT_HEADER', 'chaine', "1", 'Disable the rendering of headers in tickets', 0), 13 => array('MAIN_SECURITY_ENABLECAPTCHA_TICKET', 'chaine', getDolGlobalInt('MAIN_SECURITY_ENABLECAPTCHA_TICKET'), 'Enable captcha code by default', 0), 14 => array('TICKET_SHOW_COMPANY_LOGO', 'chaine', getDolGlobalInt('TICKET_SHOW_COMPANY_LOGO'), 'Enable logo header on ticket public page', 0), 15 => array('TICKET_SHOW_COMPANY_FOOTER', 'chaine', getDolGlobalInt('TICKET_SHOW_COMPANY_FOOTER'), 'Enable footer on ticket public page', 0))
/htdocs/core/modules/modEventOrganization.class.php:2981$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=project,fk_leftmenu=eventorganizationconforbooth', 'type' => 'left', 'titre' => 'List', 'url' => '/eventorganization/conferenceorbooth_list.php?mainmenu=project', 'langs' => 'eventorganization', 'position' => 1000 + $r, 'enabled' => 'isModEnabled("eventorganization")', 'perms' => '$user->hasRight("eventorganization", "read")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modEventOrganization.class.php:4723$sql = array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . $this->db->escape(strtolower($myTmpObjectKey)) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/modEventOrganization.class.php:2711$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=project', 'type' => 'left', 'titre' => 'ConferenceOrBooth', 'prefix' => img_picto('', 'conferenceorbooth', 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'project', 'leftmenu' => 'eventorganizationconforbooth', 'url' => '', 'langs' => 'eventorganization', 'position' => 1000 + $r, 'enabled' => 'isModEnabled("eventorganization")', 'perms' => '$user->hasRight("eventorganization", "read")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modEventOrganization.class.php:2861$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=project,fk_leftmenu=eventorganizationconforbooth', 'type' => 'left', 'titre' => 'New', 'url' => '/eventorganization/conferenceorbooth_card.php?leftmenu=projects&action=create', 'langs' => 'eventorganization', 'position' => 1000 + $r, 'enabled' => 'isModEnabled("eventorganization")', 'perms' => '$user->hasRight("eventorganization", "write")', 'target' => '', 'user' => 2, )
/htdocs/core/menus/standard/eldy.lib.php:4061$tmpentry = array('enabled' => (isModEnabled('ticket') || isModEnabled('knowledgemanagement')), 'perms' => ($user->hasRight('ticket', 'read') || $user->hasRight('knowledgemanagement', 'knowledgerecord', 'read')), 'module' => 'ticket|knowledgemanagement')
/htdocs/core/menus/standard/eldy.lib.php:3861$menu_arr[] = array('name' => 'HRM', 'link' => '/hrm/index.php?mainmenu=hrm&amp;leftmenu=', 'title' => "HRM", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "hrm", 'leftmenu' => '', 'position' => 80, 'id' => $id, 'idsel' => 'hrm', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "hrm") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'hrm', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "hrm") ? 0 : 1), 'loadLangs' => array("hrm", "holiday"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:3801$tmpentry = array('enabled' => (isModEnabled('hrm') || (isModEnabled('holiday')) || isModEnabled('deplacement') || isModEnabled('expensereport') || isModEnabled('recruitment')), 'perms' => ($user->hasRight('user', 'user', 'lire') || $user->hasRight('holiday', 'read') || $user->hasRight('deplacement', 'lire') || $user->hasRight('expensereport', 'lire') || $user->hasRight('recruitment', 'recruitmentjobposition', 'read')), 'module' => 'hrm|holiday|deplacement|expensereport|recruitment')
/htdocs/core/menus/standard/eldy.lib.php:3601$menu_arr[] = array('name' => 'Accounting', 'link' => '/accountancy/index.php?mainmenu=accountancy&amp;leftmenu=', 'title' => "MenuAccountancy", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "accountancy", 'leftmenu' => '', 'position' => 54, 'id' => $id, 'idsel' => 'accountancy', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "accountancy") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'accountancy', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "accountancy") ? 0 : 1), 'loadLangs' => array("compta", "accountancy", "assets", "intracommreport"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:3551$tmpentry = array('enabled' => (isModEnabled('comptabilite') || isModEnabled('accounting') || isModEnabled('asset') || isModEnabled('intracommreport')), 'perms' => ($user->hasRight('compta', 'resultat', 'lire') || $user->hasRight('accounting', 'comptarapport', 'lire') || $user->hasRight('accounting', 'mouvements', 'lire') || $user->hasRight('asset', 'read') || $user->hasRight('intracommreport', 'read')), 'module' => 'comptabilite|accounting|asset|intracommreport')
/htdocs/core/menus/standard/eldy.lib.php:3351$menu_arr[] = array('name' => 'Bank', 'link' => '/compta/bank/list.php?mainmenu=bank&amp;leftmenu=', 'title' => "MenuBankCash", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "bank", 'leftmenu' => '', 'position' => 52, 'id' => $id, 'idsel' => 'bank', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "bank") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'bank_account', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "bank") ? 0 : 1), 'loadLangs' => array("compta", "banks"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:3301$tmpentry = array('enabled' => (isModEnabled('bank') || isModEnabled('prelevement')), 'perms' => ($user->hasRight('banque', 'lire') || $user->hasRight('prelevement', 'lire') || $user->hasRight('paymentbybanktransfer', 'read')), 'module' => 'banque|prelevement|paymentbybanktransfer')
/htdocs/core/menus/standard/eldy.lib.php:3101$menu_arr[] = array('name' => 'Compta', 'link' => '/compta/index.php?mainmenu=billing&amp;leftmenu=', 'title' => "MenuFinancial", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "billing", 'leftmenu' => '', 'position' => 50, 'id' => $id, 'idsel' => 'billing', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "billing") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'bill', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "billing") ? 0 : 1), 'loadLangs' => array("compta"), 'submenus' => array( ), )
/htdocs/core/modules/modMrp.class.php:4561$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape('vinci') . "' AND type = 'mrp' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape('vinci') . "','mrp'," . ((int) $conf->entity) . ")")
/htdocs/core/db/mysqli.class.php:10201$sqlbis = "UPDATE " . $this->sanitize($table) . " SET " . $this->sanitize($field_name) . " = " . ((float) $this->escape(isset($field_desc['default']) ? $field_desc['default'] : 0)) . " WHERE " . $this->sanitize($field_name) . " IS NULL"
/htdocs/core/db/mysqli.class.php:10171$sqlbis = "UPDATE " . $this->sanitize($table) . " SET " . $this->sanitize($field_name) . " = '" . $this->escape(isset($field_desc['default']) ? $field_desc['default'] : '') . "' WHERE " . $this->sanitize($field_name) . " IS NULL"
/htdocs/core/db/pgsql.class.php:12651$sqlbis = "UPDATE " . $this->sanitize($table) . " SET " . $this->escape($field_name) . " = " . ((float) $this->escape(isset($field_desc['default']) ? $field_desc['default'] : 0)) . " WHERE " . $this->escape($field_name) . " IS NULL"
/htdocs/core/db/pgsql.class.php:12621$sqlbis = "UPDATE " . $this->sanitize($table) . " SET " . $this->escape($field_name) . " = '" . $this->escape(isset($field_desc['default']) ? $field_desc['default'] : '') . "' WHERE " . $this->escape($field_name) . " IS NULL"
/htdocs/core/db/DoliDB.class.php:3691$date = dol_mktime((int) substr($tmp, 8, 2), (int) substr($tmp, 10, 2), (int) substr($tmp, 12, 2), (int) substr($tmp, 4, 2), (int) substr($tmp, 6, 2), (int) substr($tmp, 0, 4), $gm)
/htdocs/core/menus/standard/eldy.lib.php:4421$menu_arr[] = array('name' => 'Tools', 'link' => '/core/tools.php?mainmenu=tools&amp;leftmenu=', 'title' => "Tools", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "tools", 'leftmenu' => '', 'position' => 90, 'id' => $id, 'idsel' => 'tools', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "tools") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'tools', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "tools") ? 0 : 1), 'loadLangs' => array("other"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:4171$menu_arr[] = array('name' => 'Ticket', 'link' => $link, 'title' => isModEnabled('ticket') ? "Tickets" : "MenuKnowledgeRecordShort", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "ticket", 'leftmenu' => '', 'position' => 88, 'id' => $id, 'idsel' => 'ticket', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "ticket") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'ticket', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "ticket") ? 0 : 1), 'loadLangs' => array("ticket", "knowledgemanagement"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:781$menu_arr[] = array('name' => 'Home', 'link' => '/index.php?mainmenu=home&amp;leftmenu=home', 'title' => "Home", 'level' => 0, 'enabled' => $showmode = 1, 'target' => $atarget, 'mainmenu' => "home", 'leftmenu' => '', 'position' => 10, 'id' => $id, 'idsel' => 'home', 'classname' => $classname = (empty($_SESSION["mainmenu"]) || $_SESSION["mainmenu"] == "home") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => '<span class="fas fa-home fa-fw"></span>', 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "home") ? 0 : 1), 'loadLangs' => array( ), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:1031$menu_arr[] = array('name' => 'Members', 'link' => '/adherents/index.php?mainmenu=members&amp;leftmenu=', 'title' => "MenuMembers", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "members", 'leftmenu' => '', 'position' => 18, 'id' => $id, 'idsel' => 'members', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "members") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'member', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "members") ? 0 : 1), 'loadLangs' => array("members"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:1231$tmpentry = array('enabled' => ((isModEnabled('societe') && (!getDolGlobalString('SOCIETE_DISABLE_PROSPECTS') || !getDolGlobalString('SOCIETE_DISABLE_CUSTOMERS'))) || (isModEnabled('supplier_proposal') || isModEnabled('supplier_order') || isModEnabled('supplier_invoice'))), 'perms' => ($user->hasRight('societe', 'lire') || $user->hasRight('fournisseur', 'lire') || $user->hasRight('supplier_order', 'lire') || $user->hasRight('supplier_invoice', 'lire') || $user->hasRight('supplier_proposal', 'lire')), 'module' => 'societe|fournisseur')
/htdocs/core/menus/standard/eldy.lib.php:1341$menu_arr[] = array('name' => 'Companies', 'link' => '/societe/index.php?mainmenu=companies&amp;leftmenu=', 'title' => "ThirdParties", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "companies", 'leftmenu' => '', 'position' => 20, 'id' => $id, 'idsel' => 'companies', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "companies") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'company', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "companies") ? 0 : 1), 'loadLangs' => array("companies", "suppliers"), 'submenus' => array( ), )
/htdocs/core/lib/pdf.lib.php:17351$period = '(' . $outputlangs->transnoentitiesnoconv('DateFromTo', dol_print_date($object->lines[$i]->date_start, $format, false, $outputlangs), dol_print_date($object->lines[$i]->date_end, $format, false, $outputlangs)) . ')'
/htdocs/core/lib/pdf.lib.php:20481$result .= price($sign * (($object->lines[$i]->subprice) + ($object->lines[$i]->subprice) * ($object->lines[$i]->tva_tx) / 100), 0, $outputlangs)
/htdocs/core/lib/pdf.lib.php:24971$object->note_public = dol_concatdesc($object->note_public, $outputlangs->transnoentities($elementobject->ref) . (empty($elementobject->ref_client) ? '' : ' (' . $elementobject->ref_client . ')') . (empty($elementobject->ref_supplier) ? '' : ' (' . $elementobject->ref_supplier . ')') . ' ')
/htdocs/core/lib/pdf.lib.php:25031$linkedobjects[$objecttype]['ref_value'] = $outputlangs->transnoentities($elementobject->ref) . (!empty($elementobject->ref_client) ? ' (' . $elementobject->ref_client . ')' : '') . (!empty($elementobject->ref_supplier) ? ' (' . $elementobject->ref_supplier . ')' : '')
/htdocs/core/menus/standard/eldy.lib.php:2441$tmpentry = array('enabled' => (isModEnabled('propal') || isModEnabled('order') || isModEnabled('fournisseur') || isModEnabled('supplier_proposal') || isModEnabled('supplier_order') || isModEnabled('contract') || isModEnabled('intervention')) ? 1 : 0, 'perms' => ($user->hasRight('propal', 'read') || $user->hasRight('commande', 'lire') || $user->hasRight('supplier_proposal', 'lire') || $user->hasRight('fournisseur', 'lire') || $user->hasRight('fournisseur', 'commande', 'lire') || $user->hasRight('supplier_order', 'lire') || $user->hasRight('contrat', 'lire') || $user->hasRight('ficheinter', 'lire')), 'module' => 'propal|commande|supplier_proposal|supplier_order|contrat|ficheinter')
/htdocs/core/menus/standard/eldy.lib.php:2671$onlysupplierorder = $user->hasRight('fournisseur', 'commande', 'lire') && !$user->hasRight('propal', 'lire') && !$user->hasRight('commande', 'lire') && !$user->hasRight('supplier_order', 'lire') && !$user->hasRight('supplier_proposal', 'lire') && !$user->hasRight('contrat', 'lire') && !$user->hasRight('ficheinter', 'lire')
/htdocs/core/menus/standard/eldy.lib.php:2751$menu_arr[] = array('name' => 'Commercial', 'link' => ($onlysupplierorder ? '/fourn/commande/index.php?mainmenu=commercial&amp;leftmenu=' : '/comm/index.php?mainmenu=commercial&amp;leftmenu='), 'title' => "Commercial", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "commercial", 'leftmenu' => '', 'position' => 40, 'id' => $id, 'idsel' => 'commercial', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "commercial") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'contract', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "commercial") ? 0 : 1), 'loadLangs' => array("commercial"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:2951$tmpentry = array('enabled' => (isModEnabled('invoice') || isModEnabled('don') || isModEnabled('tax') || isModEnabled('salaries') || isModEnabled('supplier_invoice') || isModEnabled('loan') || isModEnabled('margin')) ? 1 : 0, 'perms' => ($user->hasRight('facture', 'lire') || $user->hasRight('don', 'contact', 'lire') || $user->hasRight('tax', 'charges', 'lire') || $user->hasRight('salaries', 'read') || $user->hasRight('fournisseur', 'facture', 'lire') || $user->hasRight('loan', 'read') || $user->hasRight('margins', 'liretous')), 'module' => 'facture|supplier_invoice|don|tax|salaries|loan')
/htdocs/core/menus/standard/eldy.lib.php:1541$tmpentry = array('enabled' => (isModEnabled('product') || isModEnabled('service') || isModEnabled('shipping')), 'perms' => ($user->hasRight('product', 'read') || $user->hasRight('service', 'read') || $user->hasRight('expedition', 'lire')), 'module' => 'product|service')
/htdocs/core/menus/standard/eldy.lib.php:1591$menu_arr[] = array('name' => 'Products', 'link' => '/product/index.php?mainmenu=products&amp;leftmenu=', 'title' => (isModEnabled('product') && isModEnabled('service')) ? (array("TMenuProducts", " | ", "TMenuServices")) : (isModEnabled('product') ? "TMenuProducts" : "TMenuServices"), 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "products", 'leftmenu' => '', 'position' => 30, 'id' => $id, 'idsel' => 'products', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "products") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'product', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "products") ? 0 : 1), 'loadLangs' => array("products", "stocks"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:1861$menu_arr[] = array('name' => 'TMenuMRP', 'link' => '/mrp/index.php?mainmenu=mrp&amp;leftmenu=', 'title' => "TMenuMRP", 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "mrp", 'leftmenu' => '', 'position' => 31, 'id' => $id, 'idsel' => 'mrp', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "mrp") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'mrp', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "mrp") ? 0 : 1), 'loadLangs' => array("mrp"), 'submenus' => array( ), )
/htdocs/core/menus/standard/eldy.lib.php:2241$menu_arr[] = array('name' => 'Project', 'link' => '/projet/index.php?mainmenu=project&amp;leftmenu=', 'title' => $titleboth, 'level' => 0, 'enabled' => $showmode = isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal), 'target' => $atarget, 'mainmenu' => "project", 'leftmenu' => '', 'position' => 35, 'id' => $id, 'idsel' => 'project', 'classname' => $classname = (!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "project") ? 'class="tmenusel"' : 'class="tmenu"', 'prefix' => img_picto('', 'project', 'class="fa-fw pictofixedwidth"'), 'session' => ((!empty($_SESSION["mainmenu"]) && $_SESSION["mainmenu"] == "project") ? 0 : 1), 'loadLangs' => array("projects"), 'submenus' => array( ), )
/htdocs/core/lib/functions.lib.php:139881$TParam = array_merge($TParam, array($prefix . 'hour' => intval(dol_print_date($timestamp, '%H')), $prefix . 'minute' => intval(dol_print_date($timestamp, '%M')), $prefix . 'second' => intval(dol_print_date($timestamp, '%S'))))
/htdocs/core/lib/functions.lib.php:139821$TParam = array($prefix . 'day' => intval(dol_print_date($timestamp, '%d')), $prefix . 'month' => intval(dol_print_date($timestamp, '%m')), $prefix . 'year' => intval(dol_print_date($timestamp, '%Y')), )
/htdocs/core/lib/project.lib.php:23961$tableCell .= '<input type="text" alt="' . ($disabledtaskweek ? '' : $alttitle) . '" title="' . ($disabledtaskweek ? '' : $alttitle) . '" ' . ($disabledtaskweek ? 'disabled' : $placeholder) . ' class="center smallpadd width40" id="timeadded[' . $inc . '][' . ((int) $weekNb) . ']" name="task[' . $lines[$i]->id . '][' . ($TFirstDay[$weekNb] - 1) . ']" value="" cols="2" maxlength="5"'
/htdocs/core/lib/project.lib.php:21071$tableCell .= '<input type="text" alt="' . ($disabledtaskday ? '' : $alttitle) . '" title="' . ($disabledtaskday ? '' : $alttitle) . '" ' . ($disabledtaskday ? 'disabled' : $placeholder) . ' class="center smallpadd width40" id="timeadded[' . $inc . '][' . $idw . ']" name="task[' . $lines[$i]->id . '][' . $idw . ']" value="" cols="2" maxlength="5"'
/htdocs/core/lib/functions.lib.php:119631$parameters = array('TCompiledAttr' => $TCompiledAttr, 'compiledAttributes' => $compiledAttributes, 'attr' => $attr, 'tag' => $tag, 'label' => $label, 'html' => $text, 'actionType' => $actionType, 'url' => $url, 'id' => $id, 'userRight' => $userRight, 'params' => $params)
/htdocs/core/lib/functions.lib.php:117351$htmlLabelShort = (in_array($displayMode, array(1, 2, 5)) ? '<span class="hideonsmartphone">' : '') . (!empty($html) ? $html : (!empty($statusLabelShort) ? $statusLabelShort : $statusLabel)) . (in_array($displayMode, array(1, 2, 5)) ? '</span>' : '')
/htdocs/core/lib/functions.lib.php:135081$histo[$numaction] = array('type' => $obj->type, 'tododone' => 'done', 'id' => $obj->id, 'datestart' => $db->jdate($obj->dp), 'dateend' => $db->jdate($obj->dp2), 'note' => $obj->label, 'message' => $obj->message, 'percent' => $obj->percent, 'acode' => $obj->acode, 'userid' => $obj->user_id, 'login' => $obj->user_login, 'userfirstname' => $obj->user_firstname, 'userlastname' => $obj->user_lastname, 'userphoto' => $obj->user_photo)
/htdocs/core/lib/functions.lib.php:134781$histo[$numaction] = array('type' => $obj->type, 'tododone' => $tododone, 'id' => $obj->id, 'datestart' => $db->jdate($obj->dp), 'dateend' => $db->jdate($obj->dp2), 'note' => $obj->label, 'message' => $obj->message, 'percent' => $obj->percent, 'userid' => $obj->user_id, 'login' => $obj->user_login, 'userfirstname' => $obj->user_firstname, 'userlastname' => $obj->user_lastname, 'userphoto' => $obj->user_photo, 'msg_from' => $obj->msg_from, 'contact_id' => $obj->fk_contact, 'socpeopleassigned' => $contactaction->socpeopleassigned, 'lastname' => (empty($obj->lastname) ? '' : $obj->lastname), 'firstname' => (empty($obj->firstname) ? '' : $obj->firstname), 'fk_element' => $obj->fk_element, 'elementtype' => $obj->elementtype, 'acode' => $obj->acode, 'alabel' => $obj->alabel, 'libelle' => $obj->alabel, 'apicto' => $obj->apicto)
/htdocs/core/lib/pdf.lib.php:14851$ref_supplier = (!empty($object->lines[$i]->ref_supplier) ? $object->lines[$i]->ref_supplier : (!empty($object->lines[$i]->ref_fourn) ? $object->lines[$i]->ref_fourn : ''))
/htdocs/core/lib/pdf.lib.php:14841$desc = (!empty($object->lines[$i]->desc) ? $object->lines[$i]->desc : (!empty($object->lines[$i]->description) ? $object->lines[$i]->description : ''))
/htdocs/core/lib/pdf.lib.php:15831$libelleproduitservice = dol_concatdesc(dol_concatdesc($libelleproduitservice, " * " . $subprodval[5] . (($subprodval[5] && $subprodval[3]) ? ' - ' : '') . $subprodval[3]), (!empty($qtyText) ? $outputlangs->trans('Qty') . ':' . $qtyText . ' x ' . $outputlangs->trans('AssociatedProducts') . ':' . $subprodval[1] . '= ' . $outputlangs->trans('QtyTot') . ':' . $subprodval[1] * $qtyText : $outputlangs->trans('Qty') . ' ' . $outputlangs->trans('AssociatedProducts') . ':' . $subprodval[1]))
/htdocs/core/lib/pdf.lib.php:15741$libelleproduitservice = dol_concatdesc(dol_concatdesc($libelleproduitservice, " * " . $subprodval[3]), (!empty($qtyText) ? $outputlangs->trans('Qty') . ':' . $qtyText . ' x ' . $outputlangs->trans('AssociatedProducts') . ':' . $subprodval[1] . '= ' . $outputlangs->trans('QtyTot') . ':' . $subprodval[1] * $qtyText : $outputlangs->trans('Qty') . ' ' . $outputlangs->trans('AssociatedProducts') . ':' . $subprodval[1]))
/htdocs/core/lib/pdf.lib.php:12831$marginwithfooter = $marge_basse + $freetextheight + (!empty($line1) ? 3 : 0) + (!empty($line2) ? 3 : 0) + (!empty($line3) ? 3 : 0) + (!empty($line4) ? 3 : 0)
/htdocs/core/lib/project.lib.php:29521$out .= ' <div class="progress-bar ' . $progressBarClass . '" style="width: ' . ($task->progress ? (float) ($task->progress / ((float) $progressCalculated == 0 ? 1 : $progressCalculated) * 100) . '%' : '1px') . '" title="' . (float) $task->progress . '%"></div>'
/htdocs/core/lib/pdf.lib.php:14821$label = (!empty($object->lines[$i]->label) ? $object->lines[$i]->label : (!empty($object->lines[$i]->product_label) ? $object->lines[$i]->product_label : ''))
/htdocs/core/lib/pdf.lib.php:14381$parameters = array('pdf' => $pdf, 'i' => $i, 'outputlangs' => $outputlangs, 'w' => $w, 'h' => $h, 'posx' => $posx, 'posy' => $posy, 'hideref' => $hideref, 'hidedesc' => $hidedesc, 'issupplierline' => $issupplierline, 'special_code' => $special_code)
/htdocs/core/lib/functions.lib.php:49151return '<img src="' . $fullpathpicto . '"' . ($notitle ? '' : ' alt="' . dol_escape_htmltag($alt) . '"') . (($notitle || empty($titlealt)) ? '' : ' title="' . dol_escape_htmltag($titlealt) . '"') . ($moreatt ? ' ' . $moreatt . ($morecss ? ' class="' . $morecss . '"' : '') : ' class="inline-block' . ($morecss ? ' ' . $morecss : '') . '"') . '>'
/htdocs/core/lib/functions.lib.php:55331$result = ($nodiv ? '' : '<div class="' . $class . ($morecss ? ' ' . $morecss : '') . ($textfordropdown ? ' hidden' : '') . '">') . '<span class="fa fa-info-circle" title="' . dol_escape_htmltag($admin ? $langs->trans('InfoAdmin') : $langs->trans('Note')) . '"></span> '
/htdocs/core/lib/functions.lib.php:46422$enabledisablehtml .= ($morecss ? ' ' . $morecss : '') . '" style="' . ($fasize ? ('font-size: ' . $fasize . ';') : '') . ($facolor ? (' color: ' . $facolor . ';') : '') . ($morestyle ? ' ' . $morestyle : '') . '"' . (($notitle || empty($titlealt)) ? '' : ' title="' . dol_escape_htmltag($titlealt) . '"') . ($moreatt ? ' ' . $moreatt : '') . '>'
/htdocs/core/lib/functions.lib.php:48652$enabledisablehtml .= ($morecss ? ' ' . $morecss : '') . '" style="' . ($fasize ? ('font-size: ' . $fasize . ';') : '') . ($facolor ? (' color: ' . $facolor . ';') : '') . ($morestyle ? ' ' . $morestyle : '') . '"' . (($notitle || empty($titlealt)) ? '' : ' title="' . dol_escape_htmltag($titlealt) . '"') . ($moreatt ? ' ' . $moreatt : '') . '>'
/htdocs/core/lib/functions.lib.php:83681$substitutionarray = array_merge($substitutionarray, array('__SENDEREMAIL_SIGNATURE__' => (string) ((!getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? ($onlykey == 2 ? dol_trunc('SignatureFromTheSelectedSenderProfile', 30) : $emailsendersignature) : ''), '__USER_SIGNATURE__' => (string) (($usersignature && !getDolGlobalString('MAIN_MAIL_DO_NOT_USE_SIGN')) ? ($onlykey == 2 ? dol_trunc(dol_string_nohtmltag($usersignature), 30) : $usersignature) : '')))
/htdocs/core/lib/functions.lib.php:83741$substitutionarray = array_merge($substitutionarray, array('__USER_ID__' => (string) $user->id, '__USER_LOGIN__' => (string) $user->login, '__USER_EMAIL__' => (string) $user->email, '__USER_PHONE__' => (string) dol_print_phone($user->office_phone, '', 0, 0, '', " ", '', '', -1), '__USER_PHONEPRO__' => (string) dol_print_phone($user->user_mobile, '', 0, 0, '', " ", '', '', -1), '__USER_PHONEMOBILE__' => (string) dol_print_phone($user->personal_mobile, '', 0, 0, '', " ", '', '', -1), '__USER_FAX__' => (string) $user->office_fax, '__USER_LASTNAME__' => (string) $user->lastname, '__USER_FIRSTNAME__' => (string) $user->firstname, '__USER_FULLNAME__' => (string) $user->getFullName($outputlangs), '__USER_SUPERVISOR_ID__' => (string) ($user->fk_user ? $user->fk_user : '0'), '__USER_JOB__' => (string) $user->job, '__USER_REMOTE_IP__' => (string) getUserRemoteIP( ), '__USER_VCARD_URL__' => (string) $user->getOnlineVirtualCardUrl('', 'external')))
/htdocs/core/lib/functions.lib.php:58531$out .= $form->textwithpicto($langs->trans($name), $langs->trans($tmptooltip[0]), 1, 'help', '', 0, 3, (empty($tmptooltip[1]) ? '' : 'extra_' . str_replace('.', '_', $field) . '_' . $tmptooltip[1]))
/htdocs/core/lib/functions.lib.php:68271return array('rowid' => $obj->rowid, 'code' => $obj->code, 'rate' => $obj->rate, 'localtax1' => $obj->localtax1, 'localtax1_type' => $obj->localtax1_type, 'localtax2' => $obj->localtax2, 'localtax2_type' => $obj->localtax2_type, 'npr' => $obj->npr, 'accountancy_code_sell' => $obj->accountancy_code_sell, 'accountancy_code_buy' => $obj->accountancy_code_buy)
/htdocs/core/lib/functions.lib.php:88971$substitutionarray['__AMOUNT_VAT_TEXTCURRENCY__'] = is_object($object) ? (isset($object->total_vat) ? dol_convertToWord($object->total_vat, $outputlangs, $conf->currency, true) : dol_convertToWord($object->total_tva, $outputlangs, $conf->currency, true)) : ''
/htdocs/core/lib/functions.lib.php:89101$substitutionarray['__AMOUNT_VAT_FORMATED__'] = is_object($object) ? (isset($object->total_vat) ? price($object->total_vat, 0, $outputlangs, 0, -1, -1, $conf->currency) : ($object->total_tva ? price($object->total_tva, 0, $outputlangs, 0, -1, -1, $conf->currency) : null)) : ''
/htdocs/core/lib/functions.lib.php:83931$substitutionarray = array_merge($substitutionarray, array('__MYCOMPANY_NAME__' => $mysoc->name, '__MYCOMPANY_EMAIL__' => $mysoc->email, '__MYCOMPANY_PHONE__' => dol_print_phone($mysoc->phone, '', 0, 0, '', " ", '', '', -1), '__MYCOMPANY_FAX__' => dol_print_phone($mysoc->fax, '', 0, 0, '', " ", '', '', -1), '__MYCOMPANY_PROFID1__' => $mysoc->idprof1, '__MYCOMPANY_PROFID2__' => $mysoc->idprof2, '__MYCOMPANY_PROFID3__' => $mysoc->idprof3, '__MYCOMPANY_PROFID4__' => $mysoc->idprof4, '__MYCOMPANY_PROFID5__' => $mysoc->idprof5, '__MYCOMPANY_PROFID6__' => $mysoc->idprof6, '__MYCOMPANY_PROFID7__' => $mysoc->idprof7, '__MYCOMPANY_PROFID8__' => $mysoc->idprof8, '__MYCOMPANY_PROFID9__' => $mysoc->idprof9, '__MYCOMPANY_PROFID10__' => $mysoc->idprof10, '__MYCOMPANY_CAPITAL__' => $mysoc->capital, '__MYCOMPANY_FULLADDRESS__' => (method_exists($mysoc, 'getFullAddress') ? $mysoc->getFullAddress(1, ', ') : ''), '__MYCOMPANY_ADDRESS__' => $mysoc->address, '__MYCOMPANY_ZIP__' => $mysoc->zip, '__MYCOMPANY_TOWN__' => $mysoc->town, '__MYCOMPANY_COUNTRY__' => $mysoc->country, '__MYCOMPANY_COUNTRY_ID__' => $mysoc->country_id, '__MYCOMPANY_COUNTRY_CODE__' => $mysoc->country_code, '__MYCOMPANY_CURRENCY_CODE__' => $conf->currency))
/htdocs/core/lib/functions.lib.php:85531$substitutionarray['__SUPPLIER_ORDER_DELAY_DELIVERY__'] = (isset($object->availability_code) ? ($outputlangs->transnoentities("AvailabilityType" . $object->availability_code) != 'AvailabilityType' . $object->availability_code ? $outputlangs->transnoentities("AvailabilityType" . $object->availability_code) : $outputlangs->convToOutputCharset(isset($object->availability) ? $object->availability : '')) : '')
/htdocs/core/lib/functions.lib.php:111091return array('target' => '_blank', 'css' => 'documentpreview', 'url' => DOL_URL_ROOT . '/document.php?modulepart=' . urlencode($modulepart) . '&attachment=0&file=' . urlencode($relativepath) . ($param ? '&' . $param : ''), 'mime' => dol_mimetype($relativepath))
/htdocs/core/lib/functions.lib.php:116531$attr = array('class' => 'badge ' . (!empty($mode) ? ' badge-' . $mode : '') . (!empty($type) ? ' badge-' . $type : '') . (empty($params['css']) ? '' : ' ' . $params['css']))
/htdocs/core/lib/functions.lib.php:89451$substitutionarray = array_merge($substitutionarray, array('__NOW_TMS__' => (string) $now, '__NOW_TMS_YMD__' => dol_print_date($now, 'day', 'auto', $outputlangs), '__DAY__' => (string) $tmp['mday'], '__DAY_TEXT__' => $daytext, '__DAY_TEXT_SHORT__' => dol_trunc($daytext, 3, 'right', 'UTF-8', 1), '__DAY_TEXT_MIN__' => dol_trunc($daytext, 1, 'right', 'UTF-8', 1), '__MONTH__' => (string) $tmp['mon'], '__MONTH_TEXT__' => $outputlangs->trans('Month' . sprintf("%02d", $tmp['mon'])), '__MONTH_TEXT_SHORT__' => $outputlangs->trans('MonthShort' . sprintf("%02d", $tmp['mon'])), '__MONTH_TEXT_MIN__' => $outputlangs->trans('MonthVeryShort' . sprintf("%02d", $tmp['mon'])), '__YEAR__' => (string) $tmp['year'], '__PREVIOUS_DAY__' => (string) $tmp2['day'], '__PREVIOUS_MONTH__' => (string) $tmp3['month'], '__PREVIOUS_YEAR__' => (string) ($tmp['year'] - 1), '__NEXT_DAY__' => (string) $tmp4['day'], '__NEXT_MONTH__' => (string) $tmp5['month'], '__NEXT_MONTH_TEXT__' => $outputlangs->trans('Month' . sprintf("%02d", $tmp5['month'])), '__NEXT_MONTH_TEXT_SHORT__' => $outputlangs->trans('MonthShort' . sprintf("%02d", $tmp5['month'])), '__NEXT_MONTH_TEXT_MIN__' => $outputlangs->trans('MonthVeryShort' . sprintf("%02d", $tmp5['month'])), '__NEXT_YEAR__' => (string) ($tmp['year'] + 1), ))
/htdocs/core/lib/functions.lib.php:94801$return = '<script nonce="' . getNonce( ) . '"> $(document).ready(function() { var block = ' . (getDolGlobalString('MAIN_USE_JQUERY_BLOCKUI') ? "true" : "false") . ' if (block) { $.dolEventValid("","' . dol_escape_js($out) . '"); } else { /* jnotify(message, preset of message type, keepmessage) */ $.jnotify("' . dol_escape_js($out) . '", "' . ($style == "ok" ? 3000 : $style) . '", ' . ($style == "ok" ? "false" : "true") . ', { remove: function (){} } ); } }); </script>'
/htdocs/core/lib/functions.lib.php:23271$out .= '<a' . (!empty($links[$i][2]) ? ' id="' . $links[$i][2] . '"' : '') . ' class="tab inline-block valignmiddle' . ($morecss ? ' ' . $morecss : '') . (!empty($links[$i][5]) ? ' ' . $links[$i][5] : '') . '" href="' . $links[$i][0] . '" title="' . dol_escape_htmltag($titletoshow) . '">'
/htdocs/core/lib/functions.lib.php:23141$out .= '<div class="inline-block tabsElem' . ($isactive ? ' tabsElemActive' : '') . ((!$isactive && getDolGlobalString('MAIN_HIDE_INACTIVETAB_ON_PRINT')) ? ' hideonprint' : '') . '"><!-- id tab = ' . (empty($links[$i][2]) ? '' : dol_escape_htmltag($links[$i][2])) . ' -->'
/htdocs/core/lib/functions.lib.php:21621$out .= '<script nonce="' . getNonce( ) . '" type="text/javascript"> jQuery(document).ready(function () { jQuery(".button_' . $name . '").click(function () { console.log(\'Open popup with jQuery(...).dialog() on URL ' . dol_escape_js(DOL_URL_ROOT . $url) . '\'); var $tmpdialog = $(\'#idfordialog' . $name . '\'); $tmpdialog.html(\'<iframe class="iframedialog" id="iframedialog' . $name . '" style="border: 0px;" src="' . DOL_URL_ROOT . $url . '" width="100%" height="98%"></iframe>\'); $tmpdialog.dialog({ autoOpen: false, modal: true, height: (window.innerHeight - 150), width: \'80%\', title: \'' . dol_escape_js($label) . '\', open: function (event, ui) { console.log("open popup name=' . $name . ', backtopagejsfields=' . $backtopagejsfields . '"); }, close: function (event, ui) { var returnedid = jQuery("#varforreturndialogid' . $name . '").text(); var returnedlabel = jQuery("#varforreturndialoglabel' . $name . '").text(); console.log("popup has been closed. returnedid (js var defined into parent page)="+returnedid+" returnedlabel="+returnedlabel); if (returnedid != "" && returnedid != "div for returned id") { jQuery("#' . (empty($backtopagejsfieldsid) ? "none" : $backtopagejsfieldsid) . '").val(returnedid); } if (returnedlabel != "" && returnedlabel != "div for returned label") { jQuery("#' . (empty($backtopagejsfieldslabel) ? "none" : $backtopagejsfieldslabel) . '").val(returnedlabel); } } }); $tmpdialog.dialog(\'open\'); return false; }); }); </script>'
/htdocs/core/lib/functions.lib.php:20451$data = array('message' => $message, 'script' => (isset($_SERVER['PHP_SELF']) ? basename($_SERVER['PHP_SELF'], '.php') : false), 'level' => $level, 'user' => ((is_object($user) && $user->id) ? $user->login : false), 'ip' => false, 'osuser' => function_exists('posix_getuid') ? posix_getuid( ) : false, 'ospid' => getmypid( ))
/htdocs/core/lib/functions.lib.php:25643$morehtmlleft .= '<div class="floatleft inline-block valignmiddle divphotoref"><img class="photo' . $modulepart . ($cssclass ? ' ' . $cssclass : '') . '" title="' . dol_escape_htmltag($langs->trans("UploadAnImageToSeeAPhotoHere", $langs->transnoentitiesnoconv("Documents"))) . '" alt="No photo"' . ($width ? ' style="width: ' . $width . 'px"' : '') . ' src="' . DOL_URL_ROOT . $nophoto . '"></div>'
/htdocs/core/lib/functions.lib.php:25433$morehtmlleft .= '<div class="floatleft inline-block valignmiddle divphotoref"><img class="photo' . $modulepart . ($cssclass ? ' ' . $cssclass : '') . '" title="' . dol_escape_htmltag($langs->trans("UploadAnImageToSeeAPhotoHere", $langs->transnoentitiesnoconv("Documents"))) . '" alt="No photo"' . ($width ? ' style="width: ' . $width . 'px"' : '') . ' src="' . DOL_URL_ROOT . $nophoto . '"></div>'
/htdocs/core/lib/functions.lib.php:25223$morehtmlleft .= '<div class="floatleft inline-block valignmiddle divphotoref"><img class="photo' . $modulepart . ($cssclass ? ' ' . $cssclass : '') . '" title="' . dol_escape_htmltag($langs->trans("UploadAnImageToSeeAPhotoHere", $langs->transnoentitiesnoconv("Documents"))) . '" alt="No photo"' . ($width ? ' style="width: ' . $width . 'px"' : '') . ' src="' . DOL_URL_ROOT . $nophoto . '"></div>'
/htdocs/core/lib/functions.lib.php:23521$outmore .= '<a' . (!empty($links[$i][2]) ? ' id="' . $links[$i][2] . '"' : '') . ' class="wordwrap inline-block' . ($morecss ? ' ' . $morecss : '') . '" href="' . $links[$i][0] . '">'
/htdocs/core/lib/functions.lib.php:37982$newphone = substr($newphone, 0, 3) . $separ . substr($newphone, 3, 1) . $separ . substr($newphone, 4, 2) . $separ . substr($newphone, 6, 2) . $separ . substr($newphone, 8, 2) . $separ . substr($newphone, 10, 2)
/htdocs/core/lib/functions.lib.php:32541$arrayinfo = array('year' => ((int) date_format($datetimeobj, 'Y')), 'mon' => ((int) date_format($datetimeobj, 'm')), 'mday' => ((int) date_format($datetimeobj, 'd')), 'wday' => ((int) date_format($datetimeobj, 'w')), 'yday' => ((int) date_format($datetimeobj, 'z')), 'hours' => ((int) date_format($datetimeobj, 'H')), 'minutes' => ((int) date_format($datetimeobj, 'i')), 'seconds' => ((int) date_format($datetimeobj, 's')), '0' => $timestamp)
/htdocs/core/lib/functions.lib.php:31571$newformat = str_replace(array('%Y', '%y', '%m', '%d', '%H', '%I', '%M', '%S', '%p', '%w', 'T', 'Z', '__a__', '__A__', '__b__', '__B__'), array('Y', 'y', 'm', 'd', 'H', 'h', 'i', 's', 'A', 'w', '__£__', '__$__', '__{__', '__}__', '__[__', '__]__'), $format)
/htdocs/core/lib/functions.lib.php:31331$newformat = str_replace(array('%Y', '%y', '%m', '%d', '%H', '%I', '%M', '%S', '%p', 'T', 'Z', '__a__', '__A__', '__b__', '__B__'), array('Y', 'y', 'm', 'd', 'H', 'h', 'i', 's', 'A', '__£__', '__$__', '__{__', '__}__', '__[__', '__]__'), $format)
/htdocs/core/lib/functions.lib.php:40291$addlinktoagenda = '<a href="' . DOL_URL_ROOT . '/comm/action/card.php?action=create&amp;backtopage=' . urlencode($_SERVER['REQUEST_URI']) . '&amp;actioncode=' . $type . ($cid ? '&amp;contactid=' . $cid : '') . ($socid ? '&amp;socid=' . $socid : '') . '">' . img_object($langs->trans("AddAction"), "calendar") . '</a>'
/htdocs/core/lib/functions.lib.php:39231$newphone = $newphone = substr($newphone, 0, 3) . $separ . substr($newphone, 3, 2) . $separ . substr($newphone, 5, 3) . $separ . substr($newphone, 8, 3) . $separ . substr($newphone, 11, 4)
/htdocs/core/lib/functions.lib.php:38282$newphone = substr($newphone, 0, 3) . $separ . substr($newphone, 3, 1) . $separ . substr($newphone, 4, 2) . $separ . substr($newphone, 6, 2) . $separ . substr($newphone, 8, 2) . $separ . substr($newphone, 10, 2)
/htdocs/core/lib/functions.lib.php:38041$newphone = ($separ != '' ? '(' : '') . substr($newphone, 0, 3) . ($separ != '' ? ')' : '') . $separ . substr($newphone, 3, 3) . ($separ != '' ? '-' : '') . substr($newphone, 6, 4)
/htdocs/core/lib/company.lib.php:20111$histo[$numaction] = array('type' => $obj->type, 'tododone' => $tododone, 'id' => $obj->id, 'datestart' => $db->jdate($obj->dp), 'dateend' => $db->jdate($obj->dp2), 'note' => $obj->label, 'percent' => $obj->percent, 'userid' => $obj->user_id, 'login' => $obj->user_login, 'userfirstname' => $obj->user_firstname, 'userlastname' => $obj->user_lastname, 'userphoto' => $obj->user_photo, 'contact_id' => $obj->fk_contact, 'socpeopleassigned' => $contactaction->socpeopleassigned, 'lastname' => empty($obj->lastname) ? '' : $obj->lastname, 'firstname' => empty($obj->firstname) ? '' : $obj->firstname, 'fk_element' => $obj->fk_element, 'elementtype' => $obj->elementtype, 'acode' => $obj->acode, 'alabel' => $obj->alabel, 'libelle' => $obj->alabel, 'apicto' => $obj->apicto)
/htdocs/core/lib/company.lib.php:20391$histo[$numaction] = array('type' => $obj->type, 'tododone' => 'done', 'id' => $obj->id, 'datestart' => $db->jdate($obj->dp), 'dateend' => $db->jdate($obj->dp2), 'note' => $obj->label, 'percent' => $obj->percent, 'acode' => $obj->acode, 'userid' => $obj->user_id, 'login' => $obj->user_login, 'userfirstname' => $obj->user_firstname, 'userlastname' => $obj->user_lastname, 'userphoto' => $obj->user_photo)
/htdocs/core/lib/website2.lib.php:2021$tplcontent .= '<link rel="canonical" href="' . (($objectpage->id == $object->fk_default_home) ? '/' : (($shortlangcode != substr($object->lang, 0, 2) ? '/' . $shortlangcode : '') . '/' . $objectpage->pageurl . '.php')) . '" />' . "\n"
/htdocs/core/lib/website2.lib.php:2201$tplcontent .= '<link rel="alternate" hreflang="' . $tmpshortlangcode . '" href="<?php echo $website->virtualhost; ?>' . ($object->fk_default_home == $tmppage->id ? '/' : (($tmpshortlangcode != substr($object->lang, 0, 2)) ? '/' . $tmpshortlangcode : '') . '/' . $tmppage->pageurl . '.php') . '" />' . "\n"
/htdocs/core/lib/website2.lib.php:2371$tplcontent .= '<link rel="alternate" hreflang="' . $tmpshortlangcode . '" href="<?php echo $website->virtualhost; ?>' . ($object->fk_default_home == $obj->id ? '/' : (($tmpshortlangcode != substr($object->lang, 0, 2) ? '/' . $tmpshortlangcode : '')) . '/' . $obj->pageurl . '.php') . '" />' . "\n"
/htdocs/core/lib/website2.lib.php:2461$tplcontent .= '<?php if ($_SERVER["PHP_SELF"] == "' . (($object->fk_default_home == $objectpage->id) ? '/' : (($shortlangcode != substr($object->lang, 0, 2)) ? '/' . $shortlangcode : '')) . '/' . $objectpage->pageurl . '.php") { ?>' . "\n"
/htdocs/core/lib/website2.lib.php:2471$tplcontent .= '<link rel="alternate" hreflang="' . $shortlangcode . '" href="<?php echo $website->virtualhost; ?>' . (($object->fk_default_home == $objectpage->id) ? '/' : (($shortlangcode != substr($object->lang, 0, 2)) ? '/' . $shortlangcode : '') . '/' . $objectpage->pageurl . '.php') . '" />' . "\n"
/htdocs/core/lib/files.lib.php:1131$parameters = array('path' => $os_path, 'types' => $types, 'recursive' => $recursive, 'filter' => $filter, 'excludefilter' => $exclude_array, 'sortcriteria' => $sortcriteria, 'sortorder' => $sortorder, 'loaddate' => $loaddate, 'loadsize' => $loadsize, 'mode' => $mode)
/htdocs/core/lib/files.lib.php:1831$file_list[] = array("name" => $utf8_file, "path" => $utf8_path, "level1name" => $level1name, "relativename" => ($relativename ? $relativename . '/' : '') . $utf8_file, "fullname" => $utf8_fullpathfile, "date" => $filedate, "size" => $filesize, "perm" => $fileperm, "type" => 'dir')
/htdocs/core/lib/files.lib.php:2171$file_list[] = array("name" => $utf8_file, "path" => $utf8_path, "level1name" => $level1name, "relativename" => ($relativename ? $relativename . '/' : '') . $utf8_file, "fullname" => $utf8_fullpathfile, "date" => $filedate, "size" => $filesize, "type" => 'file')
/htdocs/core/lib/files.lib.php:2911$file_list[] = array("rowid" => $obj->rowid, "label" => $obj->label, "name" => $obj->filename, "path" => DOL_DATA_ROOT . '/' . $obj->filepath, "level1name" => $level1name, "fullname" => DOL_DATA_ROOT . '/' . $obj->filepath . '/' . $obj->filename, "fullpath_orig" => $obj->fullpath_orig, "date_c" => $db->jdate($obj->date_c), "date_m" => $db->jdate($obj->date_m), "type" => 'file', "keywords" => $obj->keywords, "cover" => $obj->cover, "position" => (int) $obj->position, "acl" => $obj->acl, "share" => $obj->share, "description" => ($mode ? $obj->description : ''))
/htdocs/core/lib/files.lib.php:3532$upload_dirold = $conf->product->multidir_output[$object->entity] . '/' . substr(substr("000" . $object->id, -2), 1, 1) . '/' . substr(substr("000" . $object->id, -2), 0, 1) . '/' . $object->id . "/photos"
/htdocs/core/lib/files.lib.php:3552$upload_dirold = $conf->service->multidir_output[$object->entity] . '/' . substr(substr("000" . $object->id, -2), 1, 1) . '/' . substr(substr("000" . $object->id, -2), 0, 1) . '/' . $object->id . "/photos"
/htdocs/core/lib/files.lib.php:17601$meta .= "ITEM_" . $i . "_QUANTITY=\"" . $object->lines[$i]->qty . "\" ITEM_" . $i . "_AMOUNT_WO_TAX=\"" . $object->lines[$i]->total_ht . "\" ITEM_" . $i . "_VAT=\"" . $object->lines[$i]->tva_tx . "\" ITEM_" . $i . "_DESCRIPTION=\"" . str_replace("\r\n", "", nl2br($object->lines[$i]->desc)) . "\" "
/htdocs/core/lib/files.lib.php:35321$out .= ' jQuery(document).ready(function() { var enterTargetDragDrop = null; $("#' . $htmlname . '").addClass("cssDragDropArea"); $(".cssDragDropArea").on("dragenter", function(ev, ui) { var dataTransfer = ev.originalEvent.dataTransfer; var dataTypes = dataTransfer.types; //console.log(dataTransfer); //console.log(dataTypes); if (!dataTypes || ($.inArray(\'Files\', dataTypes) === -1)) { // The element dragged is not a file, so we avoid the "dragenter" ev.preventDefault(); return false; } // Entering drop area. Highlight area console.log("dragAndDropFileUpload: We add class highlightDragDropArea") enterTargetDragDrop = ev.target; $(this).addClass("highlightDragDropArea"); $("#' . $htmlname . 'Message").removeClass("hidden"); ev.preventDefault(); }); $(".cssDragDropArea").on("dragleave", function(ev) { // Going out of drop area. Remove Highlight if (enterTargetDragDrop == ev.target){ console.log("dragAndDropFileUpload: We remove class highlightDragDropArea") $("#' . $htmlname . 'Message").addClass("hidden"); $(this).removeClass("highlightDragDropArea"); } }); $(".cssDragDropArea").on("dragover", function(ev) { ev.preventDefault(); return false; }); $(".cssDragDropArea").on("drop", function(e) { console.log("Trigger event file dropped. fk_element=' . dol_escape_js($object->id) . ' element=' . dol_escape_js($object->element) . '"); e.preventDefault(); fd = new FormData(); fd.append("fk_element", "' . dol_escape_js($object->id) . '"); fd.append("element", "' . dol_escape_js($object->element) . '"); fd.append("token", "' . currentToken( ) . '"); fd.append("action", "linkit"); var dataTransfer = e.originalEvent.dataTransfer; if (dataTransfer.files && dataTransfer.files.length){ var droppedFiles = e.originalEvent.dataTransfer.files; $.each(droppedFiles, function(index,file){ fd.append("files[]", file,file.name) }); } $(".cssDragDropArea").removeClass("highlightDragDropArea"); counterdragdrop = 0; $.ajax({ url: "' . DOL_URL_ROOT . '/core/ajax/fileupload.php", type: "POST", processData: false, contentType: false, data: fd, success:function() { console.log("Uploaded.", arguments); /* arguments[0] is the json string of files */ /* arguments[1] is the value for variable "success", can be 0 or 1 */ let listoffiles = JSON.parse(arguments[0]); console.log(listoffiles); let nboferror = 0; for (let i = 0; i < listoffiles.length; i++) { console.log(listoffiles[i].error); if (listoffiles[i].error) { nboferror++; } } console.log(nboferror); if (nboferror > 0) { window.location.href = "' . $_SERVER["PHP_SELF"] . '?id=' . dol_escape_js($object->id) . '&seteventmessages=ErrorOnAtLeastOneFileUpload:warnings"; } else { window.location.href = "' . $_SERVER["PHP_SELF"] . '?id=' . dol_escape_js($object->id) . '&seteventmessages=UploadFileDragDropSuccess:mesgs"; } }, error:function() { console.log("Error Uploading.", arguments) if (arguments[0].status == 403) { window.location.href = "' . $_SERVER["PHP_SELF"] . '?id=' . dol_escape_js($object->id) . '&seteventmessages=ErrorUploadPermissionDenied:errors"; } window.location.href = "' . $_SERVER["PHP_SELF"] . '?id=' . dol_escape_js($object->id) . '&seteventmessages=ErrorUploadFileDragDropPermissionDenied:errors"; }, }) }); }); '
/htdocs/core/lib/functions.lib.php:16021$string = strtr($string, array("\xC4" => "Ae", "\xC6" => "AE", "\xD6" => "Oe", "\xDC" => "Ue", "\xDE" => "TH", "\xDF" => "ss", "\xE4" => "ae", "\xE6" => "ae", "\xF6" => "oe", "\xFC" => "ue", "\xFE" => "th"))
/htdocs/core/lib/company.lib.php:5721$label = ($obj->code && ($outputlangs->trans("Country" . $obj->code) != "Country" . $obj->code)) ? $outputlangs->trans("Country" . $obj->code) : $label
/htdocs/core/lib/ajax.lib.php:8351$out .= '<span id="del_' . $htmlname . '_' . $object->id . '" class="linkobject ' . ($object->$code == 1 ? '' : 'hideobject') . ($morecss ? ' ' . $morecss : '') . '">' . img_picto($langs->trans($text_on), $switchon, '', false, 0, 0, '', $cssswitchon) . '</span>'
/htdocs/core/lib/company.lib.php:6371$label = ($obj->code && ($outputlangs->trans("State" . $obj->code) != "State" . $obj->code)) ? $outputlangs->trans("State" . $obj->code) : $label
/htdocs/core/lib/company.lib.php:5741$label = ($obj->code && ($outputlangs->transnoentitiesnoconv("Country" . $obj->code) != "Country" . $obj->code)) ? $outputlangs->transnoentitiesnoconv("Country" . $obj->code) : $label
/htdocs/core/lib/company.lib.php:6451return $label = $obj->region_name . ' - ' . $obj->code . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/lib/company.lib.php:6391$label = ($obj->code && ($outputlangs->transnoentitiesnoconv("State" . $obj->code) != "State" . $obj->code)) ? $outputlangs->transnoentitiesnoconv("State" . $obj->code) : $label
/htdocs/core/lib/company.lib.php:6471return $label = $obj->code . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/lib/company.lib.php:6451$label = $obj->region_name . ' - ' . $obj->code . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/lib/company.lib.php:6511return $label = $obj->region_name . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/lib/company.lib.php:6471$label = $obj->code . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/lib/company.lib.php:6531return $label = ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/lib/company.lib.php:6511$label = $obj->region_name . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/lib/company.lib.php:11651$contactstatic->fields = array('rowid' => array('type' => 'integer', 'label' => "TechnicalID", 'enabled' => (getDolGlobalString('MAIN_SHOW_TECHNICAL_ID') ? 1 : 0), 'visible' => (getDolGlobalString('MAIN_SHOW_TECHNICAL_ID') ? 1 : 0), 'position' => 1), 'name' => array('type' => 'varchar(128)', 'label' => 'Name', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 10, 'searchall' => 1), 'poste' => array('type' => 'varchar(128)', 'label' => 'PostOrFunction', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 2, 'index' => 1, 'position' => 20), 'address' => array('type' => 'varchar(128)', 'label' => 'Address', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 3, 'index' => 1, 'position' => 30), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PRIVATE_NOTES')), 'visible' => 3, 'position' => 35), 'role' => array('type' => 'checkbox', 'label' => 'Role', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 4, 'index' => 1, 'position' => 40), 'birthday' => array('type' => 'date', 'label' => 'Birthday', 'enabled' => 1, 'visible' => -1, 'notnull' => 0, 'position' => 45), 'statut' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'default' => '0', 'index' => 1, 'position' => 50, 'arrayofkeyval' => array(0 => $contactstatic->LibStatut(0, 1), 1 => $contactstatic->LibStatut(1, 1))), )
/htdocs/core/lib/company.lib.php:6531$label = ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/lib/company.lib.php:11911$arrayfields["ef." . $key] = array('label' => $extrafields->attributes[$contactstatic->table_element]['label'][$key], 'checked' => (((int) dol_eval($extrafields->attributes[$contactstatic->table_element]['list'][$key], 1, 1, '1') < 0) ? 0 : 1), 'position' => 1000 + $extrafields->attributes[$contactstatic->table_element]['pos'][$key], 'enabled' => (abs((int) dol_eval($extrafields->attributes[$contactstatic->table_element]['list'][$key], 1)) != 3 && (int) dol_eval($extrafields->attributes[$contactstatic->table_element]['perms'][$key], 1, 1, '1')))
/htdocs/core/lib/company.lib.php:11771$arrayfields = array('t.rowid' => array('label' => "TechnicalID", 'checked' => (getDolGlobalString('MAIN_SHOW_TECHNICAL_ID') ? 1 : 0), 'enabled' => (getDolGlobalString('MAIN_SHOW_TECHNICAL_ID') ? 1 : 0), 'position' => 1), 't.name' => array('label' => "Name", 'checked' => 1, 'position' => 10), 't.poste' => array('label' => "PostOrFunction", 'checked' => 1, 'position' => 20), 't.address' => array('label' => (empty($conf->dol_optimize_smallscreen) ? $langs->trans("Address") . ' / ' . $langs->trans("Phone") . ' / ' . $langs->trans("Email") : $langs->trans("Address")), 'checked' => 1, 'position' => 30), 't.note_private' => array('label' => 'NotePrivate', 'checked' => 0, 'position' => 35), 'sc.role' => array('label' => "ContactByDefaultFor", 'checked' => 1, 'position' => 40), 't.birthday' => array('label' => "Birthday", 'checked' => 0, 'position' => 45), 't.statut' => array('label' => "Status", 'checked' => 1, 'position' => 50, 'class' => 'center'), )
/htdocs/core/modules/expedition/doc/pdf_espadon.modules.php:13281$this->cols['qty_asked'] = array('rank' => $rank, 'width' => 30, 'status' => !getDolGlobalString('SHIPPING_PDF_HIDE_ORDERED') ? 1 : 0, 'title' => array('textkey' => 'QtyOrdered'), 'border-left' => true, 'content' => array('align' => 'C', ), )
/htdocs/core/modules/expedition/doc/pdf_espadon.modules.php:12759$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalString('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : $conf->global->MAIN_DOCUMENTS_WITH_PICTURE_WIDTH), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/core/modules/expedition/doc/pdf_espadon.modules.php:12581$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 1, 0.5, 1.5), ), 'content' => array('padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/core/modules/expedition/doc/pdf_espadon.modules.php:6372$voltxt = round($object->lines[$i]->volume * $object->lines[$i]->qty_shipped, 5) . ' ' . measuringUnitString(0, "volume", $object->lines[$i]->volume_units ? $object->lines[$i]->volume_units : 0, 1)
/htdocs/core/modules/expedition/doc/pdf_espadon.modules.php:6332$weighttxt = round($object->lines[$i]->weight * $object->lines[$i]->qty_shipped, 5) . ' ' . measuringUnitString(0, "weight", $object->lines[$i]->weight_units, 1)
/htdocs/core/modules/mailings/advthirdparties.modules.php:1511$cibles[$obj->email] = array('email' => $obj->email, 'fk_contact' => $obj->id, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'other' => '', 'source_url' => $this->url($obj->id, 'contact'), 'source_id' => $obj->id, 'source_type' => 'contact')
/htdocs/core/modules/mailings/advthirdparties.modules.php:981$cibles[$obj->email] = array('email' => $obj->email, 'fk_contact' => $obj->fk_contact, 'name' => $obj->name, 'firstname' => $obj->firstname, 'other' => '', 'source_url' => $this->url($obj->id, 'thirdparty'), 'source_id' => $obj->id, 'source_type' => 'thirdparty')
/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php:1331$cibles[$j] = array('email' => $obj->email, 'lastname' => $obj->name, 'firstname' => '', 'other' => ('DateStart=' . dol_print_date($this->db->jdate($obj->date_start_real), 'day')) . ';' . ('DateEnd=' . dol_print_date($this->db->jdate($obj->date_end), 'day')) . ';' . ('Contract=' . $obj->fk_contrat) . ';' . ('ContactLine=' . $obj->cdid), 'source_url' => $this->url($obj->id), 'source_id' => $obj->id, 'source_type' => 'thirdparty')
/htdocs/core/modules/mailings/pomme.modules.php:2031$cibles[$j] = array('email' => $obj->email, 'fk_contact' => $obj->fk_contact, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'other' => ($langs->transnoentities("Login") . '=' . $obj->login) . ';' . ($langs->transnoentities("UserTitle") . '=' . $obj->civility_id) . ';' . ($langs->transnoentities("PhonePro") . '=' . $obj->office_phone), 'source_url' => $this->url($obj->id), 'source_id' => $obj->id, 'source_type' => 'user')
/htdocs/core/modules/mailings/partnership.modules.php:1301$cibles[$j] = array('email' => $obj->email, 'fk_contact' => $obj->fk_contact, 'lastname' => $obj->name, 'firstname' => '', 'other' => $otherTxt, 'source_url' => $this->url($obj->id, $obj->source), 'source_id' => $obj->id, 'source_type' => $obj->source)
/htdocs/core/modules/mailings/contacts1.modules.php:4581$cibles[$j] = array('email' => $obj->email, 'fk_contact' => $obj->fk_contact, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'other' => ($langs->transnoentities("ThirdParty") . '=' . $obj->companyname) . ';' . ($langs->transnoentities("UserTitle") . '=' . ($obj->civility_id ? $langs->transnoentities("Civility" . $obj->civility_id) : '')) . ';' . ($langs->transnoentities("PostOrFunction") . '=' . $obj->jobposition), 'source_url' => $this->url($obj->id), 'source_id' => $obj->id, 'source_type' => 'contact')
/htdocs/core/modules/mailings/thirdparties.modules.php:1971$cibles[$j] = array('email' => $obj->email, 'fk_contact' => $obj->fk_contact, 'lastname' => $obj->name, 'firstname' => '', 'other' => $otherTxt, 'source_url' => $this->url($obj->id), 'source_id' => $obj->id, 'source_type' => 'thirdparty')
/htdocs/core/modules/mailings/fraise.modules.php:3011$cibles[$j] = array('email' => $obj->email, 'fk_contact' => $obj->fk_contact, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'other' => ($langs->transnoentities("Login") . '=' . $obj->login) . ';' . ($langs->transnoentities("UserTitle") . '=' . ($obj->civility_id ? $langs->transnoentities("Civility" . $obj->civility_id) : '')) . ';' . ($langs->transnoentities("DateEnd") . '=' . dol_print_date($this->db->jdate($obj->datefin), 'day')) . ';' . ($langs->transnoentities("Company") . '=' . $obj->societe), 'source_url' => $this->url($obj->id), 'source_id' => $obj->id, 'source_type' => 'member')
/htdocs/core/modules/mailings/eventorganization.modules.php:1081$cibles[$j] = array('email' => $obj->email, 'fk_project' => $obj->fk_project, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'other' => $otherTxt, 'source_url' => $this->url($obj->id, $obj->source), 'source_id' => $obj->id, 'source_type' => $obj->source)
/htdocs/core/modules/mailings/modules_mailings.php:2201$sql .= "'" . $this->db->escape(dol_hash($conf->file->instance_unique_id . ";" . $targetarray['email'] . ";" . $targetarray['lastname'] . ";" . ((int) $mailing_id) . ";" . getDolGlobalString('MAILING_EMAIL_UNSUBSCRIBE_KEY'), 'md5')) . "',"
/htdocs/core/modules/modSociete.class.php:8841$this->import_examplevalues_array[$r] = array('sr.label' => 'eg. "account1"', 'sr.fk_soc' => 'eg. "TPBigCompany"', 'sr.datec' => 'date used for creating direct debit UMR formatted as ' . dol_print_date(dol_now( ), '%Y-%m-%d'), 'sr.bank' => 'bank name eg: "ING-Direct"', 'sr.code_banque' => 'account sort code (GB)/Routing number (US) eg. "8456"', 'sr.code_guichet' => "bank code for office/branch", 'sr.number' => 'account number eg. "3333333333"', 'sr.cle_rib' => 'account checksum/control digits (if used) eg. "22"', 'sr.bic' => 'bank identifier eg. "USHINGMMXXX"', 'sr.iban_prefix' => 'complete account IBAN eg. "GB78CPBK08925068637123"', 'sr.domiciliation' => 'bank branch address eg. "PARIS"', 'sr.proprio' => 'name on the bank account', 'sr.owner_address' => 'address of account holder', 'sr.default_rib' => '1 (default account) / 0 (not default)', 'sr.rum' => 'RUM code', 'sr.frstrecur' => 'FRST', 'sr.type' => 'ban', )
/htdocs/core/modules/modSociete.class.php:6351$this->import_examplevalues_array[$r] = array('s.nom' => "TPBigCompany", 's.name_alias' => "Alias for TPBigCompany", 's.parent' => "TPMotherCompany", 's.status' => "0 (closed) / 1 (active)", 's.code_client' => 'eg. CU01-0001 / empty / "auto"', 's.code_fournisseur' => 'eg. SU01-0001 / empty / "auto"', 's.code_compta' => "Code or empty to be auto-created", 's.code_compta_fournisseur' => "Code or empty to be auto-created", 's.address' => "61 Jump Street", 's.zip' => "123456", 's.town' => "Bigtown", 's.fk_departement' => 'matches field "code_departement" in table "' . MAIN_DB_PREFIX . 'c_departements"', 's.fk_pays' => 'US/FR/DE etc. matches field "code" in table "' . MAIN_DB_PREFIX . 'c_country"', 's.phone' => "eg: +34123456789", 's.fax' => "eg. +34987654321", 's.url' => "e.g. https://www.mybigcompany.com", 's.email' => "e.g. test@mybigcompany.com", 's.fk_effectif' => "1/2/3/5: represents one of the five ranges of employees", 's.fk_typent' => 'matches field "id" (1-9 etc.) OR "code" (TE_SMALL etc.) in table "' . MAIN_DB_PREFIX . 'c_typent"', 's.fk_forme_juridique' => '1/2/3 etc...matches field "code" in table "' . MAIN_DB_PREFIX . 'c_forme_juridique"', 's.siret' => "", 's.siren' => "", 's.ape' => "", 's.idprof4' => "", 's.idprof5' => "", 's.idprof6' => "", 's.tva_intra' => 'VAT number e.g."FR0123456789"', 's.capital' => "10000", 's.fk_stcomm' => '-1/0/1/2 etc... matches field "id" in table "' . MAIN_DB_PREFIX . 'c_stcomm"', 's.note_private' => "Example of a PRIVATE note.", 's.note_public' => "Example of a PUBLIC note.", 's.client' => '0 (no customer no prospect) / 1 (customer) / 2 (prospect)/ 3 (customer and prospect)', 's.fournisseur' => '0 (not supplier) / 1 (supplier)', 's.fk_prospectlevel' => 'eg. "PL_MEDIUM" matches field "code" in table "' . MAIN_DB_PREFIX . 'c_prospectlevel"', 's.mode_reglement' => '1/2/3...matches field "id" in table "' . MAIN_DB_PREFIX . 'c_paiement"', 's.cond_reglement' => '1/2/3...matches field "rowid" in table "' . MAIN_DB_PREFIX . 'c_payment_term"', 's.mode_reglement_supplier' => '1/2/3...matches field "id" in table "' . MAIN_DB_PREFIX . 'c_paiement"', 's.cond_reglement_supplier' => '1/2/3...matches field "rowid" in table "' . MAIN_DB_PREFIX . 'c_payment_term"', 's.outstanding_limit' => "5000", 's.fk_account' => "rowid or ref", 's.fk_incoterms' => '1/2/3...matches field "rowid" in table "' . MAIN_DB_PREFIX . 'c_incoterms"', 's.tva_assuj' => '0 (VAT not used) / 1 (VAT used)', 's.barcode' => '123456789', 's.default_lang' => 'en_US / es_ES etc...matches a language directory in htdocs/langs/', 's.canvas' => "empty / a custom canvas form layout url e.g. mycanvas@mymodule", 's.datec' => 'formatted as ' . dol_print_date(dol_now( ), '%Y-%m-%d'), 's.fk_multicurrency' => '0 (use system default currency) / 1 (use local currency)', 's.multicurrency_code' => 'GBP/USD etc... matches field "code_iso" in table "' . MAIN_DB_PREFIX . 'c_currencies"', 's.accountancy_code_sell' => '707', 's.accountancy_code_buy' => '607', )
/htdocs/core/modules/modSociete.class.php:8121$this->import_examplevalues_array[$r] = array('s.rowid' => '1', 's.datec' => 'formatted as ' . dol_print_date(dol_now( ), '%Y-%m-%d'), 's.fk_soc' => 'Third Party name eg. TPBigCompany', 's.civility' => 'Title of civility eg: MR...matches field "code" in table "' . MAIN_DB_PREFIX . 'c_civility"', 's.lastname' => "lastname or label", 's.firstname' => 'John', 's.address' => '61 Jump street', 's.zip' => '75000', 's.town' => 'Bigtown', 's.fk_departement' => 'matches field "code_departement" in table "' . MAIN_DB_PREFIX . 'c_departements"', 's.fk_pays' => 'US/FR/DE etc. matches field "code" in table "' . MAIN_DB_PREFIX . 'c_country"', 's.birthday' => 'formatted as ' . dol_print_date(dol_now( ), '%Y-%m-%d'), 's.poste' => "Director", 's.phone' => "5551122", 's.phone_perso' => "5551133", 's.phone_mobile' => "5551144", 's.fax' => "5551155", 's.email' => "johnsmith@email.com", 's.note_private' => "My private note", 's.note_public' => "My public note")
/htdocs/core/modules/modHoliday.class.php:1381$this->cronjobs = array(0 => array('label' => 'HolidayBalanceMonthlyUpdate:holiday', 'jobtype' => 'method', 'class' => 'holiday/class/holiday.class.php', 'objectname' => 'Holiday', 'method' => 'updateBalance', 'parameters' => '', 'comment' => 'Update holiday balance every month', 'frequency' => 1, 'unitfrequency' => 3600 * 24, 'priority' => 50, 'status' => 1, 'test' => '$conf->holiday->enabled', 'datestart' => $datestart))
/htdocs/core/modules/modReceiptPrinter.class.php:1461$sql = array("CREATE TABLE IF NOT EXISTS " . MAIN_DB_PREFIX . "printer_receipt (rowid integer AUTO_INCREMENT PRIMARY KEY, name varchar(128), fk_type integer, fk_profile integer, parameter varchar(128), entity integer) ENGINE=innodb;", "CREATE TABLE IF NOT EXISTS " . MAIN_DB_PREFIX . "printer_receipt_template (rowid integer AUTO_INCREMENT PRIMARY KEY, name varchar(128), template text, entity integer) ENGINE=innodb;", "DELETE FROM " . MAIN_DB_PREFIX . "printer_receipt_template WHERE name = '" . $this->db->escape($langs->trans('Example')) . "';", "INSERT INTO " . MAIN_DB_PREFIX . "printer_receipt_template (name,template,entity) VALUES ('" . $this->db->escape($langs->trans('Example')) . "', '" . $this->db->escape($templateexample) . "', 1);", )
/htdocs/core/modules/modBlockedLog.class.php:931$this->always_enabled = (!empty($conf->blockedlog->enabled) && getDolGlobalString('BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY') && in_array((empty($mysoc->country_code) ? '' : $mysoc->country_code), explode(',', getDolGlobalString('BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY'))) && $this->alreadyUsed( ))
/htdocs/core/modules/modBlockedLog.class.php:1261$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=tools', 'mainmenu' => 'tools', 'leftmenu' => 'blockedlogbrowser', 'type' => 'left', 'titre' => 'BrowseBlockedLog', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'url' => '/blockedlog/admin/blockedlog_list.php?mainmenu=tools&leftmenu=blockedlogbrowser', 'langs' => 'blockedlog', 'position' => 200, 'enabled' => 'isModEnabled("blockedlog")', 'perms' => '$user->hasRight("blockedlog", "read")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modProjet.class.php:3521$this->import_convertvalue_array[$r] = array('t.fk_projet' => array('rule' => 'fetchidfromref', 'classfile' => '/projet/class/project.class.php', 'class' => 'Project', 'method' => 'fetch', 'element' => 'Project'), 't.ref' => array('rule' => 'getrefifauto', 'class' => (!getDolGlobalString('PROJECT_TASK_ADDON') ? 'mod_task_simple' : $conf->global->PROJECT_TASK_ADDON), 'path' => "/core/modules/project/task/" . (!getDolGlobalString('PROJECT_TASK_ADDON') ? 'mod_task_simple' : $conf->global->PROJECT_TASK_ADDON) . '.php'))
/htdocs/core/modules/modSyslog.class.php:911$this->cronjobs = array(0 => array('label' => 'CompressSyslogs', 'jobtype' => 'method', 'class' => 'core/class/utils.class.php', 'objectname' => 'Utils', 'method' => 'compressSyslogs', 'parameters' => '', 'comment' => $comment, 'frequency' => 1, 'unitfrequency' => 3600 * 24, 'priority' => 50, 'status' => 0, 'test' => true))
/htdocs/core/modules/modProjet.class.php:3041$this->import_fields_array[$r] = array_merge($this->import_fields_array[$r], array('t.fk_opp_status' => "OpportunityStatus", 't.opp_percent' => "OpportunityProbability", 't.opp_amount' => "OpportunityAmount", 't.note_public' => "NotePublic", 't.note_private' => "NotePrivate", 't.budget_amount' => "Budget", 't.dateo' => "DateStart", 't.datee' => "DateEnd"))
/htdocs/core/modules/modProjet.class.php:3171$this->import_convertvalue_array[$r] = array('t.ref' => array('rule' => 'getrefifauto', 'class' => (!getDolGlobalString('PROJECT_ADDON') ? 'mod_project_simple' : $conf->global->PROJECT_ADDON), 'path' => "/core/modules/project/" . (!getDolGlobalString('PROJECT_ADDON') ? 'mod_project_simple' : $conf->global->PROJECT_ADDON) . '.php'), 't.fk_soc' => array('rule' => 'fetchidfromref', 'file' => '/societe/class/societe.class.php', 'class' => 'Societe', 'method' => 'fetch', 'element' => 'ThirdParty'), )
/htdocs/core/modules/modProjet.class.php:2691$this->export_fields_array[$r] = array_merge($this->export_fields_array[$r], array('pt.rowid' => 'TaskId', 'pt.ref' => 'RefTask', 'pt.label' => 'LabelTask', 'pt.dateo' => "TaskDateStart", 'pt.datee' => "TaskDateEnd", 'pt.duration_effective' => "DurationEffective", 'pt.planned_workload' => "PlannedWorkload", 'pt.progress' => "Progress", 'pt.description' => "TaskDescription"))
/htdocs/core/modules/modProjet.class.php:2701$this->export_entities_array[$r] = array_merge($this->export_entities_array[$r], array('pt.rowid' => 'projecttask', 'pt.ref' => 'projecttask', 'pt.label' => 'projecttask', 'pt.dateo' => "projecttask", 'pt.datee' => "projecttask", 'pt.duration_effective' => "projecttask", 'pt.planned_workload' => "projecttask", 'pt.progress' => "projecttask", 'pt.description' => "projecttask"))
/htdocs/core/modules/modBarcode.class.php:1071$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=tools', 'mainmenu' => 'tools', 'leftmenu' => 'barcodeprint', 'type' => 'left', 'titre' => 'BarCodePrintsheet', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'url' => '/barcode/printsheet.php?mainmenu=tools&leftmenu=barcodeprint', 'langs' => 'products', 'position' => 200, 'enabled' => 'isModEnabled("barcode")', 'perms' => '$user->hasRight("barcode", "read")', 'target' => '', 'user' => 0, )
/htdocs/core/modules/modDon.class.php:1621$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'donation' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "','donation'," . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modReception.class.php:2851$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'reception' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "','reception'," . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modStripe.class.php:1121$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=bank', 'type' => 'left', 'titre' => 'StripeAccount', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'bank', 'leftmenu' => 'stripe', 'url' => '', 'langs' => 'stripe', 'position' => 100, 'enabled' => 'isModEnabled("stripe") && isModenabled("banque")', 'perms' => '$user->rights->banque->lire', 'target' => '', 'user' => 0)
/htdocs/core/modules/modFacture.class.php:5681$this->export_entities_array[$r] = array('s.rowid' => "company", 's.nom' => 'company', 'ps.nom' => 'company', 's.code_client' => 'company', 's.address' => 'company', 's.zip' => 'company', 's.town' => 'company', 'c.code' => 'company', 'cd.nom' => 'company', 's.phone' => 'company', 's.siren' => 'company', 's.siret' => 'company', 's.ape' => 'company', 's.idprof4' => 'company', 's.code_compta' => 'company', 's.code_compta_fournisseur' => 'company', 's.tva_intra' => 'company', 't.libelle' => 'company', 'pj.ref' => 'project', 'pj.title' => 'project', 'fd.rowid' => 'invoice_line', 'fd.description' => "invoice_line", 'fd.subprice' => "invoice_line", 'fd.total_ht' => "invoice_line", 'fd.total_tva' => "invoice_line", 'fd.total_ttc' => "invoice_line", 'fd.buy_price_ht' => 'invoice_line', 'fd.tva_tx' => "invoice_line", 'fd.qty' => "invoice_line", 'fd.date_start' => "invoice_line", 'fd.date_end' => "invoice_line", 'fd.special_code' => 'invoice_line', 'fd.product_type' => 'invoice_line', 'fd.fk_product' => 'product', 'p.ref' => 'product', 'p.label' => 'product', $alias_product_perentity . '.accountancy_code_sell' => 'product', 'f.fk_user_author' => 'user', 'uc.login' => 'user', 'f.fk_user_valid' => 'user', 'uv.login' => 'user', 'aa.account_number' => "invoice_line", )
/htdocs/core/modules/modFacture.class.php:5491$this->export_TypeFields_array[$r] = array('s.rowid' => 'Numeric', 's.nom' => 'Text', 'ps.nom' => 'Text', 's.code_client' => 'Text', 's.address' => 'Text', 's.zip' => 'Text', 's.town' => 'Text', 'c.code' => 'Text', 'cd.nom' => 'Text', 's.phone' => 'Text', 's.siren' => 'Text', 's.siret' => 'Text', 's.ape' => 'Text', 's.idprof4' => 'Text', 's.code_compta' => 'Text', 's.code_compta_fournisseur' => 'Text', 's.tva_intra' => 'Text', 't.libelle' => "Text", 'f.rowid' => 'Numeric', 'f.ref' => "Text", 'f.ref_client' => 'Text', 'f.fk_facture_source' => 'Numeric', 'f.type' => "Numeric", 'f.datec' => "Date", 'f.datef' => "Date", 'f.date_lim_reglement' => "Date", 'f.fk_cond_reglement' => 'Numeric', 'f.fk_mode_reglement' => 'Numeric', 'f.total_ht' => "Numeric", 'f.total_ttc' => "Numeric", 'f.total_tva' => "Numeric", 'f.localtax1' => 'Numeric', 'f.localtax2' => 'Numeric', 'f.paye' => "Boolean", 'f.fk_statut' => 'Numeric', 'f.close_code' => 'Text', 'f.close_note' => 'Text', 'none.rest' => "NumericCompute", 'f.note_private' => "Text", 'f.note_public' => "Text", 'f.module_source' => 'Text', 'f.pos_source' => 'Text', 'f.entity' => 'List:entity:label:rowid', 'f.fk_user_author' => 'Numeric', 'uc.login' => 'Text', 'f.fk_user_valid' => 'Numeric', 'uv.login' => 'Text', 'pj.ref' => 'Text', 'pj.title' => 'Text', 'fd.rowid' => 'Numeric', 'fd.description' => "Text", 'fd.subprice' => "Numeric", 'fd.tva_tx' => "Numeric", 'fd.qty' => "Numeric", 'fd.total_ht' => "Numeric", 'fd.total_tva' => "Numeric", 'fd.total_ttc' => "Numeric", 'fd.buy_price_ht' => "Numeric", 'fd.date_start' => "Date", 'fd.date_end' => "Date", 'fd.special_code' => 'Numeric', 'fd.product_type' => "Numeric", 'fd.fk_product' => 'List:product:label', 'p.ref' => 'Text', 'p.label' => 'Text', $alias_product_perentity . '.accountancy_code_sell' => 'Text', 'aa.account_number' => 'Text')
/htdocs/core/modules/modIncoterm.class.php:871$this->dictionaries = array('langs' => 'incoterm', 'tabname' => array("c_incoterms"), 'tablib' => array("Incoterms"), 'tabsql' => array('SELECT rowid, code, libelle, active FROM ' . MAIN_DB_PREFIX . 'c_incoterms'), 'tabsqlsort' => array("rowid ASC"), 'tabfield' => array("code,libelle"), 'tabfieldvalue' => array("code,libelle"), 'tabfieldinsert' => array("code,libelle"), 'tabrowid' => array("rowid"), 'tabcond' => array($conf->incoterm->enabled), 'tabhelp' => array(array( )))
/htdocs/core/modules/modFacture.class.php:7461$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[1][2]) . "' AND type = 'invoice' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[1][2]) . "','invoice'," . ((int) $conf->entity) . ")")
/htdocs/core/modules/modMultiCurrency.class.php:1521$this->cronjobs = array(0 => array('priority' => 61, 'label' => 'MutltiCurrencyAutoUpdateCurrencies', 'jobtype' => 'method', 'class' => 'multicurrency/class/multicurrency.class.php', 'objectname' => 'MultiCurrency', 'method' => 'syncRates', 'parameters' => '0,0,cron', 'comment' => 'Update all the currencies using the currencylayer API. An API key needs to be given in the multi-currency module config page', 'frequency' => 1, 'unitfrequency' => 2678400, 'status' => $statusatinstall, 'test' => 'isModEnabled("cron")', 'datestart' => $datestart), )
/htdocs/core/modules/modExternalSite.class.php:1061$this->menu[$r] = array('fk_menu' => 0, 'type' => 'top', 'titre' => '__[EXTERNALSITE_LABEL]__', 'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth em092"'), 'mainmenu' => 'externalsite', 'url' => '/externalsite/frames.php', 'langs' => 'other', 'position' => 100, 'perms' => '', 'enabled' => '$conf->externalsite->enabled', 'target' => '', 'user' => 2)
/htdocs/core/modules/modFacture.class.php:5411$this->export_fields_array[$r] = $this->export_fields_array[$r] + array('fd.rowid' => 'LineId', 'fd.description' => "LineDescription", 'fd.subprice' => "LineUnitPrice", 'fd.tva_tx' => "LineVATRate", 'fd.qty' => "LineQty", 'fd.total_ht' => "LineTotalHT", 'fd.total_tva' => "LineTotalVAT", 'fd.total_ttc' => "LineTotalTTC", 'fd.buy_price_ht' => 'BuyingPrice', 'fd.date_start' => "DateStart", 'fd.date_end' => "DateEnd", 'fd.special_code' => 'SpecialCode', 'fd.product_type' => "TypeOfLineServiceOrProduct", 'fd.fk_product' => 'ProductId', 'p.ref' => 'ProductRef', 'p.label' => 'ProductLabel', $alias_product_perentity . '.accountancy_code_sell' => 'ProductAccountancySellCode', 'aa.account_number' => 'AccountingAffectation')
/htdocs/core/modules/modFacture.class.php:1151$this->cronjobs = array(0 => array('label' => 'RecurringInvoicesJob', 'jobtype' => 'method', 'class' => 'compta/facture/class/facture-rec.class.php', 'objectname' => 'FactureRec', 'method' => 'createRecurringInvoices', 'parameters' => '', 'comment' => 'Generate recurring invoices', 'frequency' => 1, 'unitfrequency' => 3600 * 24, 'priority' => 51, 'status' => 1, 'test' => '$conf->facture->enabled', 'datestart' => $datestart), 1 => array('label' => 'SendEmailsRemindersOnInvoiceDueDate', 'jobtype' => 'method', 'class' => 'compta/facture/class/facture.class.php', 'objectname' => 'Facture', 'method' => 'sendEmailsRemindersOnInvoiceDueDate', 'parameters' => "10,all,EmailTemplateCode,duedate", 'comment' => 'Send an email when we reach the invoice due date (or invoice date) - n days. First param is n, the number of days before due date (or invoice date) to send the remind (or after if value is negative), second parameter is "all" or a payment mode code, third parameter is the code of the email template to use (an email template with the EmailTemplateCode must exists. The version of the email template in the language of the thirdparty will be used in priority. Language of the thirdparty will be also used to update the PDF of the sent invoice). The fourth parameter is the string "duedate" (default) or "invoicedate" to define which date of the invoice to use.', 'frequency' => 1, 'unitfrequency' => 3600 * 24, 'priority' => 50, 'status' => 0, 'test' => '$conf->facture->enabled', 'datestart' => $datestart), )
/htdocs/core/modules/modAdherent.class.php:4051$this->cronjobs = array(0 => array('label' => 'SendReminderForExpiredSubscriptionTitle', 'jobtype' => 'method', 'class' => 'adherents/class/adherent.class.php', 'objectname' => 'Adherent', 'method' => 'sendReminderForExpiredSubscription', 'parameters' => '10;0', 'comment' => 'SendReminderForExpiredSubscription', 'frequency' => 1, 'unitfrequency' => 3600 * 24, 'priority' => 50, 'status' => 1, 'test' => '$conf->adherent->enabled', 'datestart' => $datestart), )
/htdocs/core/modules/modAdherent.class.php:3901$this->import_examplevalues_array[$r] = array('a.ref' => "auto or MEM2010-1234", 'a.civility' => "MR", 'a.lastname' => 'Smith', 'a.firstname' => 'John', 'a.gender' => 'man or woman', 'a.login' => 'jsmith', 'a.pass' => 'passofjsmith', 'a.fk_adherent_type' => '1', 'a.morphy' => '"mor" or "phy"', 'a.societe' => 'JS company', 'a.address' => '21 jump street', 'a.zip' => '55000', 'a.town' => 'New York', 'a.country' => '1', 'a.email' => 'jsmith@example.com', 'a.birth' => '1972-10-10', 'a.statut' => "0 or 1", 'a.note_public' => "This is a public comment on member", 'a.note_private' => "This is private comment on member", 'a.datec' => dol_print_date($now, '%Y-%m__%d'), 'a.datefin' => dol_print_date(dol_time_plus_duree($now, 1, 'y'), '%Y-%m-%d'))
/htdocs/core/modules/modResource.class.php:1871$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=agenda', 'type' => 'left', 'titre' => 'MenuResourceIndex', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth em92"'), 'mainmenu' => 'agenda', 'leftmenu' => 'resource', 'url' => '/resource/list.php', 'langs' => 'resource', 'position' => 100, 'enabled' => '1', 'perms' => '$user->rights->resource->read', 'user' => 0)
/htdocs/core/modules/modAdherent.class.php:4561$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type='member' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "','member'," . ((int) $conf->entity) . ")")
/htdocs/core/modules/modMargin.class.php:1071$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=billing', 'type' => 'left', 'titre' => 'Margins', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'billing', 'leftmenu' => 'margins', 'url' => '/margin/index.php', 'langs' => 'margins', 'position' => 100, 'enabled' => 'isModEnabled("margin")', 'perms' => '$user->rights->margins->liretous', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modTakePos.class.php:2161$this->menu[$r++] = array('fk_menu' => '', 'type' => 'top', 'titre' => 'PointOfSaleShort', 'mainmenu' => 'takepos', 'leftmenu' => '', 'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth"'), 'url' => '/takepos/index.php', 'langs' => 'cashdesk', 'position' => 1000 + $r, 'enabled' => 'isModEnabled("takepos")', 'perms' => '$user->hasRight("takepos", "run")', 'target' => 'takepos', 'user' => 2)
/htdocs/core/modules/modAdherent.class.php:3621$this->import_convertvalue_array[$r] = array('a.ref' => array('rule' => 'getrefifauto', 'class' => (!getDolGlobalString('MEMBER_ADDON') ? 'mod_member_simple' : $conf->global->MEMBER_ADDON), 'path' => "/core/modules/member/" . (!getDolGlobalString('MEMBER_ADDON') ? 'mod_member_simple' : $conf->global->MEMBER_ADDON) . '.php'), 'a.state_id' => array('rule' => 'fetchidfromcodeid', 'classfile' => '/core/class/cstate.class.php', 'class' => 'Cstate', 'method' => 'fetch', 'dict' => 'DictionaryStateCode'), 'a.country' => array('rule' => 'fetchidfromcodeid', 'classfile' => '/core/class/ccountry.class.php', 'class' => 'Ccountry', 'method' => 'fetch', 'dict' => 'DictionaryCountry'))
/htdocs/core/modules/modStock.class.php:5051$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[1][2]) . "' AND type = 'stock' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[1][2]) . "','stock'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[2][2]) . "' AND type = 'mouvement' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[2][2]) . "','mouvement'," . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modFournisseur.class.php:6611$this->import_convertvalue_array[$r] = array('f.ref' => array('rule' => 'getrefifauto', 'class' => (!getDolGlobalString('INVOICE_SUPPLIER_ADDON_NUMBER') ? 'mod_facture_fournisseur_cactus' : $conf->global->INVOICE_SUPPLIER_ADDON_NUMBER), 'path' => "/core/modules/supplier_invoice/" . (!getDolGlobalString('INVOICE_SUPPLIER_ADDON_NUMBER') ? 'mod_facture_fournisseur_cactus' : $conf->global->INVOICE_SUPPLIER_ADDON_NUMBER) . '.php', 'classobject' => 'FactureFournisseur', 'pathobject' => '/fourn/class/fournisseur.facture.class.php', ), 'f.fk_soc' => array('rule' => 'fetchidfromref', 'file' => '/societe/class/societe.class.php', 'class' => 'Societe', 'method' => 'fetch', 'element' => 'ThirdParty'), 'f.fk_account' => array('rule' => 'fetchidfromref', 'file' => '/compta/bank/class/account.class.php', 'class' => 'Account', 'method' => 'fetch', 'element' => 'bank_account'), )
/htdocs/core/modules/modFournisseur.class.php:8141$this->import_convertvalue_array[$r] = array('c.ref' => array('rule' => 'getrefifauto', 'class' => (!getDolGlobalString('COMMANDE_SUPPLIER_ADDON_NUMBER') ? 'mod_commande_fournisseur_muguet' : $conf->global->COMMANDE_SUPPLIER_ADDON_NUMBER), 'path' => "/core/modules/supplier_order/" . (!getDolGlobalString('COMMANDE_SUPPLIER_ADDON_NUMBER') ? 'mod_commande_fournisseur_muguet' : $conf->global->COMMANDE_SUPPLIER_ADDON_NUMBER) . '.php', 'classobject' => 'CommandeFournisseur', 'pathobject' => '/fourn/class/fournisseur.commande.class.php', ), 'c.fk_soc' => array('rule' => 'fetchidfromref', 'file' => '/societe/class/societe.class.php', 'class' => 'Societe', 'method' => 'fetch', 'element' => 'ThirdParty'), 'c.fk_mode_reglement' => array('rule' => 'fetchidfromcodeorlabel', 'file' => '/compta/paiement/class/cpaiement.class.php', 'class' => 'Cpaiement', 'method' => 'fetch', 'element' => 'cpayment'), 'c.source' => array('rule' => 'zeroifnull'), )
/htdocs/core/modules/modFournisseur.class.php:9391$sql_order = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'order_supplier' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "', 'order_supplier', " . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modOpenSurvey.class.php:1231$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=tools', 'type' => 'left', 'titre' => 'Survey', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'tools', 'leftmenu' => 'opensurvey', 'url' => '/opensurvey/index.php?mainmenu=tools&leftmenu=opensurvey', 'langs' => 'opensurvey', 'position' => 200, 'enabled' => '$conf->opensurvey->enabled', 'perms' => '$user->rights->opensurvey->read', 'target' => '', 'user' => 0, )
/htdocs/core/modules/modFournisseur.class.php:1461$this->cronjobs = array(0 => array('label' => 'RecurringSupplierInvoicesJob', 'jobtype' => 'method', 'class' => 'fourn/class/fournisseur.facture-rec.class.php', 'objectname' => 'FactureFournisseurRec', 'method' => 'createRecurringInvoices', 'parameters' => '', 'comment' => 'Generate recurring supplier invoices', 'frequency' => 1, 'unitfrequency' => 3600 * 24, 'priority' => 51, 'status' => 1, 'test' => 'isModEnabled("supplier_invoice")', 'datestart' => $datestart), 1 => array('label' => 'SendEmailsRemindersOnSupplierInvoiceDueDate', 'jobtype' => 'method', 'class' => 'fourn/class/fournisseur.facture.class.php', 'objectname' => 'FactureFournisseur', 'method' => 'sendEmailsRemindersOnSupplierInvoiceDueDate', 'parameters' => '10,all,EmailTemplateCode,duedate', 'comment' => 'Send an email when we reach the supplier invoice due date (or supplier invoice date) - n days. First param is n, the number of days before due date (or supplier invoice date) to send the remind (or after if value is negative), second parameter is "all" or a payment mode code, third parameter is the code of the email template to use (an email template with the EmailTemplateCode must exists. The version of the email template in the language of the thirdparty will be used in priority. Language of the thirdparty will be also used to update the PDF of the sent supplier invoice). The fourth parameter is the string "duedate" (default) or "invoicedate" to define which date of the supplier invoice to use.', 'frequency' => 1, 'unitfrequency' => 3600 * 24, 'priority' => 50, 'status' => 0, 'test' => 'isModEnabled("supplier_invoice")', 'datestart' => $datestart))
/htdocs/core/modules/modFournisseur.class.php:3401$this->export_fields_array[$r] = array('s.rowid' => "IdCompany", 's.nom' => 'CompanyName', 'ps.nom' => 'ParentCompany', 's.address' => 'Address', 's.zip' => 'Zip', 's.town' => 'Town', 'c.code' => 'CountryCode', 's.phone' => 'Phone', 's.siren' => 'ProfId1', 's.siret' => 'ProfId2', 's.ape' => 'ProfId3', 's.idprof4' => 'ProfId4', 's.idprof5' => 'ProfId5', 's.idprof6' => 'ProfId6', 's.code_compta' => 'CustomerAccountancyCode', 's.code_compta_fournisseur' => 'SupplierAccountancyCode', 's.tva_intra' => 'VATIntra', 'f.rowid' => "InvoiceId", 'f.ref' => "InvoiceRef", 'f.ref_supplier' => "RefSupplier", 'f.datec' => "InvoiceDateCreation", 'f.datef' => "DateInvoice", 'f.date_lim_reglement' => 'DateMaxPayment', 'f.fk_cond_reglement' => 'IdPaymentTerm', 'cpt.code' => 'CodePaymentTerm', 'cpt.libelle' => 'LabelPaymentTerm', 'f.fk_mode_reglement' => 'IdPaymentMode', 'cp.code' => 'CodePaymentMode', 'cp.libelle' => 'LabelPaymentMode', 'f.total_ht' => "TotalHT", 'f.total_ttc' => "TotalTTC", 'f.total_tva' => "TotalVAT", 'f.paye' => "InvoicePaid", 'f.fk_statut' => 'InvoiceStatus', 'f.note_public' => "InvoiceNote", 'fd.rowid' => 'LineId', 'fd.description' => "LineDescription", 'fd.tva_tx' => "LineVATRate", 'fd.qty' => "LineQty", 'fd.remise_percent' => "Discount", 'fd.total_ht' => "LineTotalHT", 'fd.total_ttc' => "LineTotalTTC", 'fd.tva' => "LineTotalVAT", 'fd.date_start' => "DateStart", 'fd.date_end' => "DateEnd", 'fd.special_code' => 'SpecialCode', 'fd.product_type' => 'TypeOfLineServiceOrProduct', 'fd.fk_product' => 'ProductId', 'p.ref' => 'ProductRef', 'p.label' => 'ProductLabel', $alias_product_perentity . '.accountancy_code_buy' => 'ProductAccountancyBuyCode', 'project.rowid' => 'ProjectId', 'project.ref' => 'ProjectRef', 'project.title' => 'ProjectLabel')
/htdocs/core/modules/modFournisseur.class.php:3661$this->export_TypeFields_array[$r] = array('s.nom' => 'Text', 'ps.nom' => 'Text', 's.address' => 'Text', 's.zip' => 'Text', 's.town' => 'Text', 'c.code' => 'Text', 's.phone' => 'Text', 's.siren' => 'Text', 's.siret' => 'Text', 's.ape' => 'Text', 's.idprof4' => 'Text', 's.idprof5' => 'Text', 's.idprof6' => 'Text', 's.code_compta' => 'Text', 's.code_compta_fournisseur' => 'Text', 's.tva_intra' => 'Text', 'f.ref' => "Text", 'f.ref_supplier' => "Text", 'f.datec' => "Date", 'f.datef' => "Date", 'f.date_lim_reglement' => 'Date', 'f.fk_cond_reglement' => 'Numeric', 'f.fk_mode_reglement' => 'Numeric', 'f.total_ht' => "Numeric", 'f.total_ttc' => "Numeric", 'f.total_tva' => "Numeric", 'f.paye' => "Boolean", 'f.fk_statut' => 'Status', 'f.note_public' => "Text", 'fd.description' => "Text", 'fd.tva_tx' => "Text", 'fd.qty' => "Numeric", 'fd.total_ht' => "Numeric", 'fd.total_ttc' => "Numeric", 'fd.tva' => "Numeric", 'fd.date_start' => "Date", 'fd.date_end' => "Date", 'fd.special_code' => "Numeric", 'fd.product_type' => 'Numeric', 'fd.fk_product' => 'List:product:label', $alias_product_perentity . '.accountancy_code_buy' => 'Text', 'p.ref' => 'Text', 'p.label' => 'Text', 'project.ref' => 'Text', 'project.title' => 'Text')
/htdocs/core/modules/modFournisseur.class.php:3751$this->export_entities_array[$r] = array('s.rowid' => "company", 's.nom' => 'company', 'ps.nom' => 'company', 's.address' => 'company', 's.zip' => 'company', 's.town' => 'company', 'c.code' => 'company', 's.phone' => 'company', 's.siren' => 'company', 's.siret' => 'company', 's.ape' => 'company', 's.idprof4' => 'company', 's.idprof5' => 'company', 's.idprof6' => 'company', 's.code_compta' => 'company', 's.code_compta_fournisseur' => 'company', 's.tva_intra' => 'company', 'f.rowid' => "invoice", 'f.ref' => "invoice", 'f.ref_supplier' => "invoice", 'f.datec' => "invoice", 'f.datef' => "invoice", 'f.date_lim_reglement' => 'invoice', 'f.fk_cond_reglement' => 'invoice', 'f.fk_mode_reglement' => 'invoice', 'f.total_ht' => "invoice", 'f.total_ttc' => "invoice", 'f.total_tva' => "invoice", 'f.paye' => "invoice", 'f.fk_statut' => 'invoice', 'f.note_public' => "invoice", 'fd.rowid' => 'invoice_line', 'fd.description' => "invoice_line", 'fd.tva_tx' => "invoice_line", 'fd.qty' => "invoice_line", 'fd.remise_percent' => "invoice_line", 'fd.total_ht' => "invoice_line", 'fd.total_ttc' => "invoice_line", 'fd.tva' => "invoice_line", 'fd.date_start' => "invoice_line", 'fd.date_end' => "invoice_line", 'fd.special_code' => "invoice_line", 'fd.product_type' => 'invoice_line', 'fd.fk_product' => 'product', 'p.ref' => 'product', 'p.label' => 'product', $alias_product_perentity . '.accountancy_code_buy' => 'product', 'project.rowid' => 'project', 'project.ref' => 'project', 'project.title' => 'project')
/htdocs/core/modules/modEmailCollector.class.php:2881$sqlforexampleC1 .= " VALUES (" . $conf->entity . ", 'Collect_Leads', '" . $this->db->escape($label) . "', '" . $this->db->escape($descriptionC1) . "', 'INBOX', '" . $this->db->idate(dol_now( )) . "', " . ((int) $user->id) . ", 0)"
/htdocs/core/modules/modEmailCollector.class.php:2991$sqlforexampleActionC4 .= " VALUES ((SELECT rowid FROM " . MAIN_DB_PREFIX . "emailcollector_emailcollector WHERE ref = 'Collect_Leads' and entity = " . ((int) $conf->entity) . "), 'project', '" . $this->db->escape($paramstring) . "', '" . $this->db->idate(dol_now( )) . "', " . ((int) $user->id) . ", 1)"
/htdocs/core/modules/modEmailCollector.class.php:3201$sqlforexampleC1 .= " VALUES (" . $conf->entity . ", 'Collect_Candidatures', '" . $this->db->escape($label) . "', '" . $this->db->escape($descriptionC1) . "', 'INBOX', '" . $this->db->idate(dol_now( )) . "', " . ((int) $user->id) . ", 0)"
/htdocs/core/modules/modEmailCollector.class.php:3311$sqlforexampleActionC4 .= " VALUES ((SELECT rowid FROM " . MAIN_DB_PREFIX . "emailcollector_emailcollector WHERE ref = 'Collect_Candidatures' and entity = " . ((int) $conf->entity) . "), 'candidature', '" . $this->db->escape($paramstring) . "', '" . $this->db->idate(dol_now( )) . "', " . ((int) $user->id) . ", 1)"
/htdocs/core/modules/modModuleBuilder.class.php:1061$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=tools', 'type' => 'left', 'titre' => 'ModuleBuilder', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'tools', 'leftmenu' => 'devtools_modulebuilder', 'url' => '/modulebuilder/index.php?mainmenu=tools&amp;leftmenu=devtools', 'langs' => 'modulebuilder', 'position' => 100, 'perms' => '$user->hasRight("modulebuilder", "run")', 'enabled' => 'isModEnabled("modulebuilder")', 'target' => '_modulebuilder', 'user' => 0)
/htdocs/core/modules/modEmailCollector.class.php:2061$sqlforexampleA1 .= " VALUES (" . $conf->entity . ", 'Collect_Ticket_Requests', '" . $this->db->escape($label) . "', '" . $this->db->escape($descriptionA1) . "', 'INBOX', '" . $this->db->idate(dol_now( )) . "', " . ((int) $user->id) . ", 0)"
/htdocs/core/modules/modEmailCollector.class.php:2371$sqlforexampleA1 .= " VALUES (" . $conf->entity . ", 'Collect_Responses_Out', '" . $this->db->escape($label) . "', '" . $this->db->escape($descriptionA1) . "', 'Sent', '" . $this->db->idate(dol_now( )) . "', " . ((int) $user->id) . ", 0)"
/htdocs/core/modules/modEmailCollector.class.php:2631$sqlforexampleB1 .= " VALUES (" . $conf->entity . ", 'Collect_Responses_In', '" . $this->db->escape($label) . "', '" . $this->db->escape($descriptionB1) . "', 'INBOX', '" . $this->db->idate(dol_now( )) . "', " . ((int) $user->id) . ", 0)"
/htdocs/core/modules/modRecruitment.class.php:3011$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=hrm,fk_leftmenu=recruitmentjobposition', 'type' => 'left', 'titre' => 'NewCandidature', 'mainmenu' => 'hrm', 'leftmenu' => 'recruitment_recruitmentcandidature_new', 'url' => '/recruitment/recruitmentcandidature_card.php?action=create', 'langs' => 'recruitment', 'position' => 1000 + $r, 'enabled' => '$conf->recruitment->enabled', 'perms' => '$user->rights->recruitment->recruitmentjobposition->write', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modRecruitment.class.php:2871$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=hrm,fk_leftmenu=recruitmentjobposition', 'type' => 'left', 'titre' => 'ListOfPositionsToBeFilled', 'mainmenu' => 'hrm', 'leftmenu' => 'recruitment_recruitmentjobposition_list', 'url' => '/recruitment/recruitmentjobposition_list.php', 'langs' => 'recruitment', 'position' => 1000 + $r, 'enabled' => '$conf->recruitment->enabled', 'perms' => '$user->hasRight("recruitment", "recruitmentjobposition", "read")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modRecruitment.class.php:2731$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=hrm,fk_leftmenu=recruitmentjobposition', 'type' => 'left', 'titre' => 'NewPositionToBeFilled', 'mainmenu' => 'hrm', 'leftmenu' => 'recruitment_recruitmentjobposition_new', 'url' => '/recruitment/recruitmentjobposition_card.php?action=create', 'langs' => 'recruitment', 'position' => 1000 + $r, 'enabled' => '$conf->recruitment->enabled', 'perms' => '$user->rights->recruitment->recruitmentjobposition->write', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modRecruitment.class.php:2581$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=hrm', 'type' => 'left', 'titre' => 'Recruitment', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'hrm', 'leftmenu' => 'recruitmentjobposition', 'url' => '/recruitment/index.php', 'langs' => 'recruitment', 'position' => 1000 + $r, 'enabled' => '$conf->recruitment->enabled', 'perms' => '$user->hasRight("recruitment", "recruitmentjobposition", "read")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modSupplierProposal.class.php:1801$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'supplier_proposal' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "','supplier_proposal'," . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modFicheinter.class.php:2301$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'ficheinter' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "','ficheinter'," . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modRecruitment.class.php:4393$sql = array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . $this->db->escape(strtolower($myTmpObjectKey)) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/modRecruitment.class.php:3151$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=hrm,fk_leftmenu=recruitmentjobposition', 'type' => 'left', 'titre' => 'ListOfCandidatures', 'mainmenu' => 'hrm', 'leftmenu' => 'recruitment_recruitmentcandidature_list', 'url' => '/recruitment/recruitmentcandidature_list.php', 'langs' => 'recruitment', 'position' => 1000 + $r, 'enabled' => '$conf->recruitment->enabled', 'perms' => '$user->hasRight("recruitment", "recruitmentjobposition", "read")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modPartnership.class.php:3331$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=' . $fk_mainmenu, 'type' => 'left', 'titre' => 'Partnership', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => $fk_mainmenu, 'leftmenu' => 'partnership', 'url' => '/partnership/partnership_list.php', 'langs' => 'partnership', 'position' => 1100 + $r, 'enabled' => '$conf->partnership->enabled', 'perms' => '$user->rights->partnership->read', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modPartnership.class.php:2561$this->cronjobs = array(0 => array('priority' => 60, 'label' => 'CancelPartnershipForExpiredMembers', 'jobtype' => 'method', 'class' => '/partnership/class/partnershiputils.class.php', 'objectname' => 'PartnershipUtils', 'method' => 'doCancelStatusOfMemberPartnership', 'parameters' => '', 'comment' => 'Cancel status of partnership when subscription is expired + x days.', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 1, 'test' => 'isModEnabled("partnership")', 'datestart' => $datestart), 1 => array('priority' => 61, 'label' => 'PartnershipCheckBacklink', 'jobtype' => 'method', 'class' => '/partnership/class/partnershiputils.class.php', 'objectname' => 'PartnershipUtils', 'method' => 'doWarningOfPartnershipIfDolibarrBacklinkNotfound', 'parameters' => '', 'comment' => 'Add a warning on partnership record if the backlink keyword is not found on the partner website.', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 0, 'test' => 'isModEnabled("partnership")', 'datestart' => $datestart), )
/htdocs/core/modules/modPartnership.class.php:2151$this->dictionaries = array('langs' => 'partnership', 'tabname' => array("c_partnership_type"), 'tablib' => array("PartnershipType"), 'tabsql' => array('SELECT f.rowid as rowid, f.code, f.label, f.keyword, f.active FROM ' . MAIN_DB_PREFIX . 'c_partnership_type as f WHERE f.entity = ' . ((int) $conf->entity)), 'tabsqlsort' => array("label ASC"), 'tabfield' => array("code,label,keyword"), 'tabfieldvalue' => array("code,label,keyword"), 'tabfieldinsert' => array("code,label,keyword"), 'tabrowid' => array("rowid"), 'tabcond' => array($conf->partnership->enabled), 'tabhelp' => array(array('keyword' => $langs->trans('KeywordToCheckInWebsite'))))
/htdocs/core/modules/modWorkstation.class.php:4163$sql = array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . $this->db->escape(strtolower($myTmpObjectKey)) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/modContrat.class.php:2471$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[1][2]) . "' AND type = 'contract' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[1][2]) . "', 'contract', " . ((int) $conf->entity) . ")")
/htdocs/core/modules/modPartnership.class.php:4852$sql = array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . strtolower($myTmpObjectKey) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . strtolower($myTmpObjectKey) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . strtolower($myTmpObjectKey) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . strtolower($myTmpObjectKey) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/modPartnership.class.php:3621$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=' . $fk_mainmenu . ',fk_leftmenu=partnership', 'type' => 'left', 'titre' => 'ListOfPartnerships', 'mainmenu' => $fk_mainmenu, 'leftmenu' => 'partnership_list', 'url' => '/partnership/partnership_list.php', 'langs' => 'partnership', 'position' => 1100 + $r, 'enabled' => '$conf->partnership->enabled', 'perms' => '$user->rights->partnership->read', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modPartnership.class.php:3481$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=' . $fk_mainmenu . ',fk_leftmenu=partnership', 'type' => 'left', 'titre' => 'NewPartnership', 'mainmenu' => $fk_mainmenu, 'leftmenu' => 'partnership_new', 'url' => '/partnership/partnership_card.php?action=create', 'langs' => 'partnership', 'position' => 1100 + $r, 'enabled' => '$conf->partnership->enabled', 'perms' => '$user->rights->partnership->write', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modPropale.class.php:2161$this->export_fields_array[$r] = array_merge($this->export_fields_array[$r], array('cd.rowid' => 'LineId', 'cd.description' => "LineDescription", 'cd.product_type' => 'TypeOfLineServiceOrProduct', 'cd.tva_tx' => "LineVATRate", 'cd.qty' => "LineQty", 'cd.total_ht' => "LineTotalHT", 'cd.total_tva' => "LineTotalVAT", 'cd.total_ttc' => "LineTotalTTC", ))
/htdocs/core/modules/modPropale.class.php:3681$this->import_convertvalue_array[$r] = array('c.ref' => array('rule' => 'getrefifauto', 'class' => (!getDolGlobalString('PROPALE_ADDON') ? 'mod_propale_marbre' : $conf->global->PROPALE_ADDON), 'path' => "/core/modules/propale/" . (!getDolGlobalString('PROPALE_ADDON') ? 'mod_propale_marbre' : $conf->global->PROPALE_ADDON) . '.php', 'classobject' => 'Propal', 'pathobject' => '/comm/propal/class/propal.class.php', ), 'c.fk_soc' => array('rule' => 'fetchidfromref', 'file' => '/societe/class/societe.class.php', 'class' => 'Societe', 'method' => 'fetch', 'element' => 'ThirdParty'))
/htdocs/core/modules/DolibarrModules.class.php:25231$return .= '<a class="valignmiddle inline-block" href="javascript:document_preview(\'' . DOL_URL_ROOT . '/admin/modulehelp.php?id=' . ((int) $this->numero) . '\',\'text/html\',\'' . dol_escape_js($langs->trans("Module")) . '\')">' . img_picto(($this->isCoreOrExternalModule( ) == 'external' ? $langs->trans("ExternalModule") . ' - ' : '') . $langs->trans("ClickToShowDescription"), $imginfo) . '</a>'
/htdocs/core/modules/modPropale.class.php:2091$this->export_fields_array[$r] = array_merge($this->export_fields_array[$r], array('c.fk_statut' => 'Status', 'c.note_public' => "NotePublic", 'c.note_private' => "NotePrivate", 'c.date_livraison' => 'DeliveryDate', 'c.fk_user_author' => 'CreatedById', 'uc.login' => 'CreatedByLogin', 'c.fk_user_valid' => 'ValidatedById', 'uv.login' => 'ValidatedByLogin'))
/htdocs/core/modules/modWorkstation.class.php:2661$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=mrp,fk_leftmenu=workstation_workstation', 'type' => 'left', 'titre' => 'NewWorkstation', 'mainmenu' => 'mrp', 'leftmenu' => 'workstation_workstation_left_create', 'url' => '/workstation/workstation_card.php?action=create', 'langs' => 'mrp', 'position' => 1100 + $r, 'enabled' => 'isModEnabled("workstation")', 'perms' => '$user->hasRight("workstation", "workstation", "write")', 'target' => '', 'user' => 2)
/htdocs/core/modules/modWorkstation.class.php:2861$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=mrp,fk_leftmenu=workstation_workstation', 'type' => 'left', 'titre' => 'List', 'mainmenu' => 'mrp', 'leftmenu' => 'workstation_workstation_left_list', 'url' => '/workstation/workstation_list.php', 'langs' => 'mrp', 'position' => 1101 + $r, 'enabled' => 'isModEnabled("workstation")', 'perms' => '$user->hasRight("workstation", "workstation", "read")', 'target' => '', 'user' => 2)
/htdocs/core/modules/modPropale.class.php:5021$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'propal' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "','propal'," . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modWorkstation.class.php:2451$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=mrp', 'type' => 'left', 'titre' => 'Workstations', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'mrp', 'leftmenu' => 'workstation_workstation', 'url' => '', 'langs' => 'mrp', 'position' => 1100 + $r, 'enabled' => 'isModEnabled("workstation")', 'perms' => '$user->hasRight("workstation", "workstation", "read")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/DolibarrModules.class.php:19011$sql .= "(" . $r_id . "," . $entity . ",'" . $this->db->escape($r_desc) . "','" . $this->db->escape($r_modul) . "','" . $this->db->escape($r_type) . "'," . $r_def . ",'" . $this->db->escape($r_perms) . "','" . $this->db->escape($r_subperms) . "')"
/htdocs/core/modules/DolibarrModules.class.php:19061$sql .= "(" . $r_id . "," . $entity . ",'" . $this->db->escape($r_desc) . "','" . $this->db->escape($r_modul) . "','" . $this->db->escape($r_type) . "'," . $r_def . ",'" . $this->db->escape($r_perms) . "')"
/htdocs/core/modules/DolibarrModules.class.php:10251return array('authorid' => empty($tmp['authorid']) ? '' : $tmp['authorid'], 'ip' => empty($tmp['ip']) ? '' : $tmp['ip'], 'lastactivationdate' => $this->db->jdate($obj->tms), 'lastactivationversion' => (!empty($tmp['lastactivationversion']) ? $tmp['lastactivationversion'] : 'unknown'), )
/htdocs/core/modules/DolibarrModules.class.php:10641$note = json_encode(array('authorid' => (is_object($user) ? $user->id : 0), 'ip' => (empty($_SERVER['REMOTE_ADDR']) ? '' : $_SERVER['REMOTE_ADDR']), 'lastactivationversion' => $this->version, ))
/htdocs/core/modules/DolibarrModules.class.php:24831$return = ' <div class="box-flex-item info-box-module' . (getDolGlobalString($const_name) ? '' : ' --disabled') . ($this->isCoreOrExternalModule( ) == 'external' ? ' --external' : '') . ($this->needUpdate ? ' --need-update' : '') . '"> <div class="info-box info-box-sm info-box-module"> <div class="info-box-icon' . (!getDolGlobalString($const_name) ? '' : ' info-box-icon-module-enabled' . ($versiontrans ? ' info-box-icon-module-warning' : '')) . '">'
/htdocs/core/modules/DolibarrModules.class.php:25161$return .= '</div> <div class="info-box-content info-box-text-module' . (!getDolGlobalString($const_name) ? '' : ' info-box-module-enabled' . ($versiontrans ? ' info-box-content-warning' : '')) . '"> <span class="info-box-title">' . $this->getName( ) . '</span> <span class="info-box-desc twolinesmax opacitymedium" title="' . dol_escape_htmltag($this->getDesc( )) . '">' . nl2br($this->getDesc( )) . '</span>'
/htdocs/core/modules/DolibarrModules.class.php:19121$sql .= "(" . $r_id . "," . $entity . ",'" . $this->db->escape($r_desc) . "','" . $this->db->escape($r_modul) . "','" . $this->db->escape($r_type) . "'," . $r_def . ")"
/htdocs/core/modules/DolibarrModules.class.php:22291$sql .= " VALUES (" . $this->db->encrypt($name) . ", 'chaine', " . $this->db->encrypt($dir) . ", '" . $this->db->escape("Directory for module " . $this->name) . "', '0', " . ((int) $conf->entity) . ")"
/htdocs/core/modules/modProduct.class.php:2401$this->export_TypeFields_array[$r] = array('p.ref' => "Text", 'p.label' => "Text", 'p.fk_product_type' => 'Numeric', 'p.tosell' => "Boolean", 'p.tobuy' => "Boolean", 'p.description' => "Text", 'p.url' => "Text", $alias_product_perentity . '.accountancy_code_sell' => "Text", $alias_product_perentity . '.accountancy_code_sell_intra' => "Text", $alias_product_perentity . '.accountancy_code_sell_export' => "Text", $alias_product_perentity . '.accountancy_code_buy' => "Text", $alias_product_perentity . '.accountancy_code_buy_intra' => "Text", $alias_product_perentity . '.accountancy_code_buy_export' => "Text", 'p.note' => "Text", 'p.note_public' => "Text", 'p.weight' => "Numeric", 'p.length' => "Numeric", 'p.width' => "Numeric", 'p.height' => "Numeric", 'p.surface' => "Numeric", 'p.volume' => "Numeric", 'p.customcode' => 'Text', 'p.duration' => "Text", 'p.finished' => 'Numeric', 'p.price_base_type' => "Text", 'p.price' => "Numeric", 'p.price_ttc' => "Numeric", 'p.price_min' => "Numeric", 'p.price_min_ttc' => "Numeric", 'p.tva_tx' => 'Numeric', 'p.datec' => 'Date', 'p.tms' => 'Date')
/htdocs/core/modules/modProduct.class.php:1941$this->export_fields_array[$r] = array('p.rowid' => "Id", 'p.ref' => "Ref", 'p.label' => "Label", 'p.fk_product_type' => 'Type', 'p.tosell' => "OnSell", 'p.tobuy' => "OnBuy", 'p.description' => "Description", 'p.url' => "PublicUrl", 'p.customcode' => 'CustomCode', 'p.fk_country' => 'IDCountry', $alias_product_perentity . '.accountancy_code_sell' => "ProductAccountancySellCode", $alias_product_perentity . '.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode", $alias_product_perentity . '.accountancy_code_sell_export' => "ProductAccountancySellExportCode", $alias_product_perentity . '.accountancy_code_buy' => "ProductAccountancyBuyCode", $alias_product_perentity . '.accountancy_code_buy_intra' => "ProductAccountancyBuyIntraCode", $alias_product_perentity . '.accountancy_code_buy_export' => "ProductAccountancyBuyExportCode", 'p.note' => "NotePrivate", 'p.note_public' => 'NotePublic', 'p.weight' => "Weight", 'p.weight_units' => "WeightUnits", 'p.length' => "Length", 'p.length_units' => "LengthUnits", 'p.width' => "Width", 'p.width_units' => "WidthUnits", 'p.height' => "Height", 'p.height_units' => "HeightUnits", 'p.surface' => "Surface", 'p.surface_units' => "SurfaceUnits", 'p.volume' => "Volume", 'p.volume_units' => "VolumeUnits", 'p.duration' => "Duration", 'p.finished' => 'Nature', 'p.price_base_type' => "PriceBase", 'p.price' => "UnitPriceHT", 'p.price_ttc' => "UnitPriceTTC", 'p.price_min' => "MinPriceHT", 'p.price_min_ttc' => "MinPriceTTC", 'p.tva_tx' => 'VATRate', 'p.datec' => 'DateCreation', 'p.tms' => 'DateModification')
/htdocs/core/modules/modProduct.class.php:4221$this->export_TypeFields_array[$r] = array('p.ref' => "Text", 'p.label' => "Text", 'p.description' => "Text", 'p.url' => "Text", $alias_product_perentity . '.accountancy_code_sell' => "Text", $alias_product_perentity . '.accountancy_code_sell_intra' => "Text", $alias_product_perentity . '.accountancy_code_sell_export' => "Text", $alias_product_perentity . '.accountancy_code_buy' => "Text", $alias_product_perentity . '.accountancy_code_buy_intra' => "Text", $alias_product_perentity . '.accountancy_code_buy_export' => "Text", 'p.note' => "Text", 'p.note_public' => "Text", 'p.weight' => "Numeric", 'p.length' => "Numeric", 'p.surface' => "Numeric", 'p.volume' => "Numeric", 'p.customcode' => 'Text', 'p.price_base_type' => "Text", 'p.price' => "Numeric", 'p.price_ttc' => "Numeric", 'p.tva_tx' => 'Numeric', 'p.tosell' => "Boolean", 'p.tobuy' => "Boolean", 'p.datec' => 'Date', 'p.tms' => 'Date')
/htdocs/core/modules/modProduct.class.php:4052$this->export_fields_array[$r] = array('p.rowid' => "Id", 'p.ref' => "Ref", 'p.label' => "Label", 'p.description' => "Description", 'p.url' => "PublicUrl", $alias_product_perentity . '.accountancy_code_sell' => "ProductAccountancySellCode", $alias_product_perentity . '.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode", $alias_product_perentity . '.accountancy_code_sell_export' => "ProductAccountancySellExportCode", $alias_product_perentity . '.accountancy_code_buy' => "ProductAccountancyBuyCode", $alias_product_perentity . '.accountancy_code_buy_intra' => "ProductAccountancyBuyIntraCode", $alias_product_perentity . '.accountancy_code_buy_export' => "ProductAccountancyBuyExportCode", 'p.note' => "NotePrivate", 'p.note_public' => 'NotePublic', 'p.weight' => "Weight", 'p.length' => "Length", 'p.surface' => "Surface", 'p.volume' => "Volume", 'p.customcode' => 'CustomCode', 'p.price_base_type' => "PriceBase", 'p.price' => "UnitPriceHT", 'p.price_ttc' => "UnitPriceTTC", 'p.tva_tx' => 'VATRate', 'p.tosell' => "OnSell", 'p.tobuy' => "OnBuy", 'p.datec' => 'DateCreation', 'p.tms' => 'DateModification')
/htdocs/core/modules/modProduct.class.php:6662$import_sample = array('p.ref' => "ref:PREF123456", 'p.datec' => dol_print_date(dol_now( ), '%Y-%m-%d'), 'p.label' => "Product name in default language", 'p.description' => "Product description in default language", 'p.note_public' => "a public note (free text)", 'p.note' => "a private note (free text)", 'p.customcode' => 'customs code', 'p.fk_country' => 'FR', 'p.price' => "100", 'p.price_min' => "100", 'p.price_ttc' => "110", 'p.price_min_ttc' => "110", 'p.price_base_type' => "HT (show/use price excl. tax) / TTC (show/use price incl. tax)", 'p.tva_tx' => '10', 'p.tosell' => "0 (not for sale to customer, eg. raw material) / 1 (for sale)", 'p.tobuy' => "0 (not for purchase from supplier, eg. virtual product) / 1 (for purchase)", 'p.fk_product_type' => "0 (product) / 1 (service)", 'p.duration' => "eg. 365d/12m/1y", 'p.url' => 'link to product (no https)', 'p.accountancy_code_sell' => "", 'p.accountancy_code_sell_intra' => "", 'p.accountancy_code_sell_export' => "", 'p.accountancy_code_buy' => "", 'p.accountancy_code_buy_intra' => "", 'p.accountancy_code_buy_export' => "", 'p.weight' => "", 'p.weight_units' => 'kg', 'p.length' => "", 'p.length_units' => 'm', 'p.width' => "", 'p.width_units' => 'm', 'p.height' => "", 'p.height_units' => 'm', 'p.surface' => "", 'p.surface_units' => 'm2', 'p.volume' => "", 'p.volume_units' => 'm3', 'p.finished' => '0 (raw material) / 1 (finished goods), matches field "code" in dictionary table "' . MAIN_DB_PREFIX . 'c_product_nature"')
/htdocs/core/modules/modProduct.class.php:4382$this->export_entities_array[$r] = array('p.rowid' => "virtualproduct", 'p.ref' => "virtualproduct", 'p.label' => "virtualproduct", 'p.description' => "virtualproduct", 'p.url' => "virtualproduct", $alias_product_perentity . '.accountancy_code_sell' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_sell_intra' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_sell_export' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_buy' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_buy_intra' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_buy_export' => 'virtualproduct', 'p.note' => "virtualproduct", 'p.length' => "virtualproduct", 'p.surface' => "virtualproduct", 'p.volume' => "virtualproduct", 'p.weight' => "virtualproduct", 'p.customcode' => 'virtualproduct', 'p.price_base_type' => "virtualproduct", 'p.price' => "virtualproduct", 'p.price_ttc' => "virtualproduct", 'p.tva_tx' => "virtualproduct", 'p.tosell' => "virtualproduct", 'p.tobuy' => "virtualproduct", 'p.datec' => "virtualproduct", 'p.tms' => "virtualproduct")
/htdocs/core/modules/DolibarrModules.class.php:7041$content = dolMd2Html($content, 'parsedown', array('doc/' => dol_buildpath(strtolower($this->name) . '/doc/', 1), 'img/' => dol_buildpath(strtolower($this->name) . '/img/', 1), 'images/' => dol_buildpath(strtolower($this->name) . '/images/', 1), ))
/htdocs/core/modules/modCollab.class.php:1121$this->menu[$r] = array('fk_menu' => '0', 'type' => 'top', 'titre' => 'Collab', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth em092"'), 'mainmenu' => 'collab', 'url' => '/collab/index.php', 'langs' => 'collab', 'position' => 100, 'enabled' => '$conf->collab->enabled', 'perms' => '1', 'target' => '', 'user' => 2)
/htdocs/core/modules/modService.class.php:6182$import_sample = array('p.ref' => "ref:PREF123456", 'p.datec' => dol_print_date(dol_now( ), '%Y-%m-%d'), 'p.label' => "Product name in default language", 'p.description' => "Product description in default language", 'p.note_public' => "a public note (free text)", 'p.note' => "a private note (free text)", 'p.customcode' => 'customs code', 'p.fk_country' => 'FR', 'p.price' => "100", 'p.price_min' => "100", 'p.price_ttc' => "110", 'p.price_min_ttc' => "110", 'p.price_base_type' => "HT (show/use price excl. tax) / TTC (show/use price incl. tax)", 'p.tva_tx' => '10', 'p.tosell' => "0 (not for sale to customer, eg. raw material) / 1 (for sale)", 'p.tobuy' => "0 (not for purchase from supplier, eg. virtual product) / 1 (for purchase)", 'p.fk_product_type' => "0 (product) / 1 (service)", 'p.duration' => "eg. 365d/12m/1y", 'p.url' => 'link to product (no https)', 'p.accountancy_code_sell' => "", 'p.accountancy_code_sell_intra' => "", 'p.accountancy_code_sell_export' => "", 'p.accountancy_code_buy' => "", 'p.accountancy_code_buy_intra' => "", 'p.accountancy_code_buy_export' => "", 'p.weight' => "", 'p.weight_units' => 'kg', 'p.length' => "", 'p.length_units' => 'm', 'p.width' => "", 'p.width_units' => 'm', 'p.height' => "", 'p.height_units' => 'm', 'p.surface' => "", 'p.surface_units' => 'm2', 'p.volume' => "", 'p.volume_units' => 'm3', 'p.finished' => '0 (raw material) / 1 (finished goods), matches field "code" in dictionary table "' . MAIN_DB_PREFIX . 'c_product_nature"')
/htdocs/core/modules/modService.class.php:3942$this->export_entities_array[$r] = array('p.rowid' => "virtualproduct", 'p.ref' => "virtualproduct", 'p.label' => "virtualproduct", 'p.description' => "virtualproduct", 'p.url' => "virtualproduct", $alias_product_perentity . '.accountancy_code_sell' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_sell_intra' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_sell_export' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_buy' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_buy_intra' => 'virtualproduct', $alias_product_perentity . '.accountancy_code_buy_export' => 'virtualproduct', 'p.note' => "virtualproduct", 'p.length' => "virtualproduct", 'p.surface' => "virtualproduct", 'p.volume' => "virtualproduct", 'p.weight' => "virtualproduct", 'p.customcode' => 'virtualproduct', 'p.price_base_type' => "virtualproduct", 'p.price' => "virtualproduct", 'p.price_ttc' => "virtualproduct", 'p.tva_tx' => "virtualproduct", 'p.tosell' => "virtualproduct", 'p.tobuy' => "virtualproduct", 'p.datec' => "virtualproduct", 'p.tms' => "virtualproduct")
/htdocs/core/modules/modAccounting.class.php:3101$this->import_examplevalues_array[$r] = array('b.piece_num' => '123 (!!! use next value not already used)', 'b.doc_date' => dol_print_date(dol_now( ), "%Y-%m-%d"), 'b.doc_ref' => 'My document ABC', 'b.code_journal' => "VTE", 'b.journal_label' => "Sale journal", 'b.numero_compte' => "707", 'b.label_compte' => 'Product account 707', 'b.subledger_account' => '', 'b.subledger_label' => '', 'b.label_operation' => "Sale of ABC", 'b.debit' => "0", 'b.credit' => "100", 'b.sens' => 'C')
/htdocs/core/modules/modWebsite.class.php:1171$this->menu[$r] = array('fk_menu' => '0', 'type' => 'top', 'titre' => 'WebSites', 'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth em092"'), 'mainmenu' => 'website', 'url' => '/website/index.php', 'langs' => 'website', 'position' => 100, 'enabled' => '$conf->website->enabled', 'perms' => '$user->rights->website->read', 'target' => '', 'user' => 2)
/htdocs/core/modules/modExpedition.class.php:3621$sql = array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[0][2]) . "' AND type = 'shipping' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[0][2]) . "', 'shipping', " . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = '" . $this->db->escape($this->const[3][2]) . "' AND type = 'delivery' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('" . $this->db->escape($this->const[3][2]) . "', 'delivery', " . ((int) $conf->entity) . ")", )
/htdocs/core/modules/modAccounting.class.php:3821$this->import_examplevalues_array[$r] = array('b.code_journal' => "VT", 'b.journal_label' => "Sale journal", 'b.piece_num' => '123 (!!! use next value not already used)', 'b.doc_date' => dol_print_date(dol_now( ), "%Y%m%d"), 'b.numero_compte' => "707", 'b.label_compte' => 'Sale', 'b.subledger_account' => '', 'b.subledger_label' => '', 'b.doc_ref' => 'My document ABC', 'b.date_creation' => dol_print_date(dol_now( ), "%Y%m%d"), 'b.label_operation' => "Sale of ABC", 'b.debit' => "0", 'b.credit' => "100", 'b.lettering_code' => 'ABC', 'b.date_lettering' => dol_print_date(dol_now( ), "%Y%m%d"), 'b.date_validated' => dol_print_date(dol_now( ), "%Y%m%d"), 'b.multicurrency_amount' => "90 (Necessary if devise is different than EUR)", 'b.multicurrency_code' => "US (Necessary if devise is different than EUR)", )
/htdocs/core/modules/modApi.class.php:1561$this->menu[$r] = array('fk_menu' => 'fk_mainmenu=tools', 'type' => 'left', 'titre' => 'ApiExplorer', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'tools', 'leftmenu' => 'devtools_api', 'url' => '/api/index.php/explorer', 'langs' => 'modulebuilder', 'position' => 100, 'perms' => '1', 'enabled' => 'isModEnabled("api")', 'target' => '_apiexplorer', 'user' => 0)
/htdocs/core/modules/modDataPolicy.class.php:1101$this->const = array(array('DATAPOLICY_TIERS_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_TIERS_PROSPECT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_TIERS_PROSPECT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_TIERS_NIPROSPECT_NICLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_TIERS_FOURNISSEUR', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_CONTACT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_CONTACT_PROSPECT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_CONTACT_PROSPECT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_CONTACT_FOURNISSEUR', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), array('DATAPOLICY_ADHERENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0), )
/htdocs/core/modules/modBookCal.class.php:4421$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=agenda,fk_leftmenu=bookcal_availabilities', 'type' => 'left', 'titre' => 'NewAvailabilities', 'mainmenu' => 'agenda', 'leftmenu' => 'bookcal_availabilities', 'url' => '/bookcal/availabilities_card.php?action=create', 'langs' => 'bookcal', 'position' => 1200 + $r, 'enabled' => '$conf->bookcal->enabled', 'perms' => '$user->rights->bookcal->availabilities->read', 'target' => '', 'user' => 2)
/htdocs/core/modules/modBookCal.class.php:5881$sql = array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . $this->db->escape(strtolower($myTmpObjectKey)) . "', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . $this->db->escape(strtolower($myTmpObjectKey)) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . $this->db->escape(strtolower($myTmpObjectKey)) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/modKnowledgeManagement.class.php:2841$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=ticket', 'type' => 'left', 'titre' => 'MenuKnowledgeRecord', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth em092"'), 'mainmenu' => 'ticket', 'leftmenu' => 'knowledgemanagement_knowledgerecord', 'url' => '/knowledgemanagement/knowledgerecord_list.php', 'langs' => 'knowledgemanagement', 'position' => 101, 'enabled' => '$conf->knowledgemanagement->enabled', 'perms' => '$user->rights->knowledgemanagement->knowledgerecord->read', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modKnowledgeManagement.class.php:4692$sql = array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . strtolower($myTmpObjectKey) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "','" . strtolower($myTmpObjectKey) . "'," . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . strtolower($myTmpObjectKey) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . strtolower($myTmpObjectKey) . "', " . ((int) $conf->entity) . ")"))
/htdocs/core/modules/modService.class.php:1601$this->export_fields_array[$r] = array('p.rowid' => "Id", 'p.ref' => "Ref", 'p.label' => "Label", 'p.fk_product_type' => 'Type', 'p.tosell' => "OnSell", 'p.tobuy' => "OnBuy", 'p.description' => "Description", 'p.url' => "PublicUrl", 'p.customcode' => 'CustomCode', 'p.fk_country' => 'IDCountry', $alias_product_perentity . '.accountancy_code_sell' => "ProductAccountancySellCode", $alias_product_perentity . '.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode", $alias_product_perentity . '.accountancy_code_sell_export' => "ProductAccountancySellExportCode", $alias_product_perentity . '.accountancy_code_buy' => "ProductAccountancyBuyCode", $alias_product_perentity . '.accountancy_code_buy_intra' => "ProductAccountancyBuyIntraCode", $alias_product_perentity . '.accountancy_code_buy_export' => "ProductAccountancyBuyExportCode", 'p.note' => "NotePrivate", 'p.note_public' => 'NotePublic', 'p.weight' => "Weight", 'p.length' => "Length", 'p.width' => "Width", 'p.height' => "Height", 'p.surface' => "Surface", 'p.volume' => "Volume", 'p.duration' => "Duration", 'p.finished' => 'Nature', 'p.price_base_type' => "PriceBase", 'p.price' => "UnitPriceHT", 'p.price_ttc' => "UnitPriceTTC", 'p.tva_tx' => 'VATRate', 'p.datec' => 'DateCreation', 'p.tms' => 'DateModification')
/htdocs/core/modules/modService.class.php:2041$this->export_TypeFields_array[$r] = array('p.ref' => "Text", 'p.label' => "Text", 'p.fk_product_type' => 'Numeric', 'p.tosell' => "Boolean", 'p.tobuy' => "Boolean", 'p.description' => "Text", 'p.url' => "Text", $alias_product_perentity . '.accountancy_code_sell' => "Text", $alias_product_perentity . '.accountancy_code_sell_intra' => "Text", $alias_product_perentity . '.accountancy_code_sell_export' => "Text", $alias_product_perentity . '.accountancy_code_buy' => "Text", $alias_product_perentity . '.accountancy_code_buy_intra' => "Text", $alias_product_perentity . '.accountancy_code_buy_export' => "Text", 'p.note' => "Text", 'p.note_public' => "Text", 'p.weight' => "Numeric", 'p.length' => "Numeric", 'p.width' => "Numeric", 'p.height' => "Numeric", 'p.surface' => "Numeric", 'p.volume' => "Numeric", 'p.customcode' => 'Text', 'p.duration' => "Text", 'p.finished' => 'Numeric', 'p.price_base_type' => "Text", 'p.price' => "Numeric", 'p.price_ttc' => "Numeric", 'p.tva_tx' => 'Numeric', 'p.datec' => 'Date', 'p.tms' => 'Date')
/htdocs/core/modules/modService.class.php:3612$this->export_fields_array[$r] = array('p.rowid' => "Id", 'p.ref' => "Ref", 'p.label' => "Label", 'p.description' => "Description", 'p.url' => "PublicUrl", $alias_product_perentity . '.accountancy_code_sell' => "ProductAccountancySellCode", $alias_product_perentity . '.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode", $alias_product_perentity . '.accountancy_code_sell_export' => "ProductAccountancySellExportCode", $alias_product_perentity . '.accountancy_code_buy' => "ProductAccountancyBuyCode", $alias_product_perentity . '.accountancy_code_buy_intra' => "ProductAccountancyBuyIntraCode", $alias_product_perentity . '.accountancy_code_buy_export' => "ProductAccountancyBuyExportCode", 'p.note' => "NotePrivate", 'p.note_public' => 'NotePublic', 'p.weight' => "Weight", 'p.length' => "Length", 'p.surface' => "Surface", 'p.volume' => "Volume", 'p.customcode' => 'CustomCode', 'p.price_base_type' => "PriceBase", 'p.price' => "UnitPriceHT", 'p.price_ttc' => "UnitPriceTTC", 'p.tva_tx' => 'VATRate', 'p.tosell' => "OnSell", 'p.tobuy' => "OnBuy", 'p.datec' => 'DateCreation', 'p.tms' => 'DateModification')
/htdocs/core/modules/modService.class.php:3781$this->export_TypeFields_array[$r] = array('p.ref' => "Text", 'p.label' => "Text", 'p.description' => "Text", 'p.url' => "Text", $alias_product_perentity . 'p.accountancy_code_sell' => "Text", $alias_product_perentity . '.accountancy_code_sell_intra' => "Text", $alias_product_perentity . '.accountancy_code_sell_export' => "Text", $alias_product_perentity . 'p.accountancy_code_buy' => "Text", $alias_product_perentity . '.accountancy_code_buy_intra' => "Text", $alias_product_perentity . '.accountancy_code_buy_export' => "Text", 'p.note' => "Text", 'p.note_public' => "Text", 'p.weight' => "Numeric", 'p.length' => "Numeric", 'p.surface' => "Numeric", 'p.volume' => "Numeric", 'p.customcode' => 'Text', 'p.price_base_type' => "Text", 'p.price' => "Numeric", 'p.price_ttc' => "Numeric", 'p.tva_tx' => 'Numeric', 'p.tosell' => "Boolean", 'p.tobuy' => "Boolean", 'p.datec' => 'Date', 'p.tms' => 'Date')
/htdocs/core/modules/modTicket.class.php:3931$sql = array(array("sql" => "insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (110120, 'ticket', 'internal', 'SUPPORTTEC', 'Utilisateur assigné au ticket', 1);", "ignoreerror" => 1), array("sql" => "insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (110121, 'ticket', 'internal', 'CONTRIBUTOR', 'Intervenant', 1);", "ignoreerror" => 1), array("sql" => "insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (110122, 'ticket', 'external', 'SUPPORTCLI', 'Contact client suivi incident', 1);", "ignoreerror" => 1), array("sql" => "insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (110123, 'ticket', 'external', 'CONTRIBUTOR', 'Intervenant', 1);", "ignoreerror" => 1), "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'TICKET_ADDON_PDF_ODT_PATH' AND type = 'ticket' AND entity = " . ((int) $conf->entity), array("sql" => "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, libelle, entity, description) VALUES('generic_ticket_odt','ticket','ODT templates'," . ((int) $conf->entity) . ",'TICKET_ADDON_PDF_ODT_PATH');", "ignoreerror" => 1), )
/htdocs/core/modules/modAgenda.class.php:1181$this->cronjobs = array(0 => array('label' => 'SendEmailsReminders', 'jobtype' => 'method', 'class' => 'comm/action/class/actioncomm.class.php', 'objectname' => 'ActionComm', 'method' => 'sendEmailsReminder', 'parameters' => '', 'comment' => 'SendEMailsReminder', 'frequency' => 5, 'unitfrequency' => 60, 'priority' => 10, 'status' => 1, 'test' => 'isModEnabled("agenda")', 'datestart' => $datestart), )
/htdocs/core/modules/modAgenda.class.php:2081$this->menu[$r] = array('fk_menu' => 0, 'type' => 'top', 'titre' => 'TMenuAgenda', 'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth"'), 'mainmenu' => 'agenda', 'url' => '/comm/action/index.php', 'langs' => 'agenda', 'position' => 86, 'perms' => '$user->hasRight("agenda", "myactions", "read") || $user->hasRight("resource", "read")', 'enabled' => 'isModEnabled("agenda") || isModEnabled("resource")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modAgenda.class.php:2241$this->menu[$r] = array('fk_menu' => 'r=0', 'type' => 'left', 'titre' => 'Actions', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth"'), 'mainmenu' => 'agenda', 'url' => '/comm/action/index.php?mainmenu=agenda&amp;leftmenu=agenda', 'langs' => 'agenda', 'position' => 100, 'perms' => '$user->hasRight("agenda", "myactions", "read")', 'enabled' => 'isModEnabled("agenda")', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modBookCal.class.php:3191$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=agenda', 'type' => 'left', 'titre' => 'MenuBookcalIndex', 'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth em92"'), 'mainmenu' => 'agenda', 'leftmenu' => 'bookcal', 'url' => '/bookcal/bookcalindex.php', 'langs' => 'bookcal', 'position' => 1100 + $r, 'enabled' => '1', 'perms' => '$user->rights->bookcal->calendar->read', 'user' => 0)
/htdocs/core/modules/modBookCal.class.php:3341$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=agenda,fk_leftmenu=bookcal', 'type' => 'left', 'titre' => 'Calendar', 'mainmenu' => 'agenda', 'leftmenu' => 'bookcal_calendar_list', 'url' => '/bookcal/calendar_list.php', 'langs' => 'bookcal', 'position' => 1100 + $r, 'enabled' => '$conf->bookcal->enabled', 'perms' => '$user->rights->bookcal->calendar->read', 'target' => '', 'user' => 2, )
/htdocs/core/modules/modBookCal.class.php:3541$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=agenda,fk_leftmenu=bookcal_calendar_list', 'type' => 'left', 'titre' => 'NewCalendar', 'mainmenu' => 'agenda', 'leftmenu' => 'bookcal_new', 'url' => '/bookcal/calendar_card.php?action=create', 'langs' => 'bookcal', 'position' => 1100 + $r, 'enabled' => '$conf->bookcal->enabled', 'perms' => '$user->rights->bookcal->calendar->read', 'target' => '', 'user' => 2)
/htdocs/core/modules/modBookCal.class.php:4221$this->menu[$r++] = array('fk_menu' => 'fk_mainmenu=agenda,fk_leftmenu=bookcal', 'type' => 'left', 'titre' => 'Availabilities', 'mainmenu' => 'agenda', 'leftmenu' => 'bookcal_availabilities', 'url' => '/bookcal/availabilities_list.php', 'langs' => 'bookcal', 'position' => 1200 + $r, 'enabled' => '$conf->bookcal->enabled', 'perms' => '$user->rights->bookcal->availabilities->read', 'target' => '', 'user' => 2, )
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/Plugin.php:5531$supportedPrivilegeSet[$ns . 'schedule-send'] = ['abstract' => false, 'aggregates' => [$ns . 'schedule-send-invite' => ['abstract' => false, 'aggregates' => [ ], ], $ns . 'schedule-send-reply' => ['abstract' => false, 'aggregates' => [ ], ], $ns . 'schedule-send-freebusy' => ['abstract' => false, 'aggregates' => [ ], ], $ns . 'schedule-post-vevent' => ['abstract' => false, 'aggregates' => [ ], ], ], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/Inbox.php:1351return [['privilege' => '{DAV:}read', 'principal' => '{DAV:}authenticated', 'protected' => true, ], ['privilege' => '{DAV:}write-properties', 'principal' => $this->getOwner( ), 'protected' => true, ], ['privilege' => '{DAV:}unbind', 'principal' => $this->getOwner( ), 'protected' => true, ], ['privilege' => '{DAV:}unbind', 'principal' => $this->getOwner( ) . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver', 'principal' => '{DAV:}authenticated', 'protected' => true, ], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/Outbox.php:911return [['privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-send', 'principal' => $this->getOwner( ), 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ), 'protected' => true, ], ['privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-send', 'principal' => $this->getOwner( ) . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ) . '/calendar-proxy-read', 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ) . '/calendar-proxy-write', 'protected' => true, ], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/ICSExportPlugin.php:1841$queryResult = $calendarNode->calendarQuery(['name' => 'VCALENDAR', 'comp-filters' => [['name' => $componentType, 'comp-filters' => [ ], 'prop-filters' => [ ], 'is-not-defined' => false, 'time-range' => ['start' => $start, 'end' => $end, ], ], ], 'prop-filters' => [ ], 'is-not-defined' => false, 'time-range' => null, ])
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/PDO.php:1811$calendar = ['id' => [(int) $row['calendarid'], (int) $row['id']], 'uri' => $row['uri'], 'principaluri' => $row['principaluri'], '{' . CalDAV\Plugin::NS_CALENDARSERVER . '}getctag' => 'http://sabre.io/ns/sync/' . ($row['synctoken'] ? $row['synctoken'] : '0'), '{http://sabredav.org/ns}sync-token' => $row['synctoken'] ? $row['synctoken'] : '0', '{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet($components), '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCalendarTransp($row['transparent'] ? 'transparent' : 'opaque'), 'share-resource-uri' => '/ns/share/' . $row['calendarid'], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php:1121return [['privilege' => '{DAV:}all', 'principal' => '{DAV:}owner', 'protected' => true, ], ['privilege' => '{DAV:}all', 'principal' => $this->objectData['principaluri'] . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->objectData['principaluri'] . '/calendar-proxy-read', 'protected' => true, ], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/Plugin.php:9021$urls = $node->calendarQuery(['name' => 'VCALENDAR', 'comp-filters' => [['name' => 'VEVENT', 'comp-filters' => [ ], 'prop-filters' => [ ], 'is-not-defined' => false, 'time-range' => ['start' => $start, 'end' => $end, ], ], ], 'prop-filters' => [ ], 'is-not-defined' => false, 'time-range' => null, ])
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Schedule/Plugin.php:5781$supportedPrivilegeSet[$ns . 'schedule-deliver'] = ['abstract' => false, 'aggregates' => [$ns . 'schedule-deliver-invite' => ['abstract' => false, 'aggregates' => [ ], ], $ns . 'schedule-deliver-reply' => ['abstract' => false, 'aggregates' => [ ], ], $ns . 'schedule-query-freebusy' => ['abstract' => false, 'aggregates' => [ ], ], ], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/PDO.php:11011$subscription = ['id' => $row['id'], 'uri' => $row['uri'], 'principaluri' => $row['principaluri'], 'source' => $row['source'], 'lastmodified' => $row['lastmodified'], '{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedCalendarComponentSet(['VTODO', 'VEVENT']), ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/PDO.php:5041$result[] = ['id' => $row['id'], 'uri' => $row['uri'], 'lastmodified' => (int) $row['lastmodified'], 'etag' => '"' . $row['etag'] . '"', 'size' => (int) $row['size'], 'calendardata' => $row['calendardata'], 'component' => strtolower($row['componenttype']), ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/PDO.php:4631return ['id' => $row['id'], 'uri' => $row['uri'], 'lastmodified' => (int) $row['lastmodified'], 'etag' => '"' . $row['etag'] . '"', 'size' => (int) $row['size'], 'calendardata' => $row['calendardata'], 'component' => strtolower($row['componenttype']), ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/PDO.php:4181$result[] = ['id' => $row['id'], 'uri' => $row['uri'], 'lastmodified' => (int) $row['lastmodified'], 'etag' => '"' . $row['etag'] . '"', 'size' => (int) $row['size'], 'component' => strtolower($row['componenttype']), ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/SimplePDO.php:2081return ['id' => $row['id'], 'uri' => $row['uri'], 'etag' => '"' . md5($row['calendardata']) . '"', 'calendarid' => $calendarId, 'size' => strlen($row['calendardata']), 'calendardata' => $row['calendardata'], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/SimplePDO.php:1681$result[] = ['id' => $row['id'], 'uri' => $row['uri'], 'etag' => '"' . md5($row['calendardata']) . '"', 'calendarid' => $calendarId, 'size' => strlen($row['calendardata']), 'calendardata' => $row['calendardata'], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php:1821$results = $this->calendarQuery($calendar['id'], ['name' => 'VCALENDAR', 'prop-filters' => [ ], 'comp-filters' => [['name' => 'VEVENT', 'is-not-defined' => false, 'time-range' => null, 'comp-filters' => [ ], 'prop-filters' => [['name' => 'UID', 'is-not-defined' => false, 'time-range' => null, 'text-match' => ['value' => $uid, 'negate-condition' => false, 'collation' => 'i;octet', ], 'param-filters' => [ ], ], ], ], ], ])
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Backend/PDO.php:14621$result[] = new Sharee(['href' => isset($row['share_href']) ? $row['share_href'] : \Sabre\HTTP\encodePath($row['principaluri']), 'access' => (int) $row['access'], 'inviteStatus' => (int) $row['share_invitestatus'], 'properties' => !empty($row['share_displayname']) ? ['{DAV:}displayname' => $row['share_displayname']] : [ ], 'principal' => $row['principaluri'], ])
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php:631$result['expand'] = ['start' => isset($elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']['start']) : null, 'end' => isset($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['end']) : null, ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php:672$result['text-match'] = ['negate-condition' => isset($elem['attributes']['negate-condition']) && 'yes' === $elem['attributes']['negate-condition'], 'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] : 'i;ascii-casemap', 'value' => $elem['value'], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php:742$result['time-range'] = ['start' => isset($elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']['start']) : null, 'end' => isset($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['end']) : null, ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php:832$result['text-match'] = ['negate-condition' => isset($elem['attributes']['negate-condition']) && 'yes' === $elem['attributes']['negate-condition'], 'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] : 'i;ascii-casemap', 'value' => $elem['value'], ]
/htdocs/includes/sabre/sabre/vobject/lib/UUIDUtil.php:292return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0x0fff) | 0x4000, mt_rand(0, 0x3fff) | 0x8000, mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff))
/htdocs/includes/sabre/sabre/vobject/lib/Cli.php:6121$subPart = strtr($subPart, ['\\' => $this->colorize('purple', '\\\\', 'green'), ';' => $this->colorize('purple', '\;', 'green'), ',' => $this->colorize('purple', '\,', 'green'), "\n" => $this->colorize('purple', "\\n\n\t", 'green'), "\r" => '', ])
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php:802$result['time-range'] = ['start' => isset($elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']['start']) : null, 'end' => isset($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['end']) : null, ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php:1861return [['privilege' => '{DAV:}all', 'principal' => $this->getOwner( ), 'protected' => true, ], ['privilege' => '{DAV:}all', 'principal' => $this->getOwner( ) . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ) . '/calendar-proxy-read', 'protected' => true, ], ]
/htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/DateAndOrTime.php:1311return new DateTimeImmutable("$dateParts[year]-$dateParts[month]-$dateParts[date] $dateParts[hour]:$dateParts[minute]:$dateParts[second] $dateParts[timezone]")
/htdocs/includes/sabre/sabre/vobject/lib/Component/VEvent.php:1061return ['UID' => 1, 'DTSTAMP' => 1, 'DTSTART' => $hasMethod ? '?' : '1', 'CLASS' => '?', 'CREATED' => '?', 'DESCRIPTION' => '?', 'GEO' => '?', 'LAST-MODIFIED' => '?', 'LOCATION' => '?', 'ORGANIZER' => '?', 'PRIORITY' => '?', 'SEQUENCE' => '?', 'STATUS' => '?', 'SUMMARY' => '?', 'TRANSP' => '?', 'URL' => '?', 'RECURRENCE-ID' => '?', 'RRULE' => '?', 'DTEND' => '?', 'DURATION' => '?', 'ATTACH' => '*', 'ATTENDEE' => '*', 'CATEGORIES' => '*', 'COMMENT' => '*', 'CONTACT' => '*', 'EXDATE' => '*', 'REQUEST-STATUS' => '*', 'RELATED-TO' => '*', 'RESOURCES' => '*', 'RDATE' => '*', ]
/htdocs/includes/sabre/sabre/vobject/lib/BirthdayCalendarGenerator.php:1451$event = $calendar->add('VEVENT', ['SUMMARY' => sprintf($this->format, $object->FN->getValue( )), 'DTSTART' => new \DateTime($object->BDAY->getValue( )), 'RRULE' => 'FREQ=YEARLY', 'TRANSP' => 'TRANSPARENT', ])
/htdocs/includes/sabre/sabre/vobject/lib/ITip/Broker.php:9201$attendees[$attendee->getNormalizedValue( )] = ['href' => $attendee->getNormalizedValue( ), 'instances' => [$recurId => ['id' => $recurId, 'partstat' => $partStat, ], ], 'name' => isset($attendee['CN']) ? (string) $attendee['CN'] : null, 'forceSend' => $forceSend, ]
/htdocs/includes/sabre/psr/log/Psr/Log/Test/LoggerInterfaceTest.php:1081$context = array('bool' => true, 'null' => null, 'string' => 'Foo', 'int' => 0, 'float' => 0.5, 'nested' => array('with object' => new DummyTest), 'object' => new \DateTime, 'resource' => fopen('php://memory', 'r'), 'closed' => $closed, )
/htdocs/includes/tcpdi/tcpdi_parser.php:13081return array('x' => $b[0][1] / $k, 'y' => $b[1][1] / $k, 'w' => abs($b[0][1] - $b[2][1]) / $k, 'h' => abs($b[1][1] - $b[3][1]) / $k, 'llx' => min($b[0][1], $b[2][1]) / $k, 'lly' => min($b[1][1], $b[3][1]) / $k, 'urx' => max($b[0][1], $b[2][1]) / $k, 'ury' => max($b[1][1], $b[3][1]) / $k, )
/htdocs/includes/sabre/composer/autoload_psr4.php:81return array('Sabre\\Xml\\' => array($vendorDir . '/sabre/xml/lib'), 'Sabre\\VObject\\' => array($vendorDir . '/sabre/vobject/lib'), 'Sabre\\Uri\\' => array($vendorDir . '/sabre/uri/lib'), 'Sabre\\HTTP\\' => array($vendorDir . '/sabre/http/lib'), 'Sabre\\Event\\' => array($vendorDir . '/sabre/event/lib'), 'Sabre\\' => array($vendorDir . '/sabre/dav/lib'), 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), )
/htdocs/includes/sabre/composer/autoload_files.php:81return array('383eaff206634a77a1be54e64e6459c7' => $vendorDir . '/sabre/uri/lib/functions.php', '2b9d0f43f9552984cfa82fee95491826' => $vendorDir . '/sabre/event/lib/coroutine.php', 'd81bab31d3feb45bfe2f283ea3c8fdf7' => $vendorDir . '/sabre/event/lib/Loop/functions.php', 'a1cce3d26cc15c00fcd0b3354bd72c88' => $vendorDir . '/sabre/event/lib/Promise/functions.php', '3569eecfeed3bcf0bad3c998a494ecb8' => $vendorDir . '/sabre/xml/lib/Deserializer/functions.php', '93aa591bc4ca510c520999e34229ee79' => $vendorDir . '/sabre/xml/lib/Serializer/functions.php', 'ebdb698ed4152ae445614b69b5e4bb6a' => $vendorDir . '/sabre/http/lib/functions.php', )
/htdocs/includes/tcpdi/fpdf_tpl.php:2211$tData = array('x' => $this->x, 'y' => $this->y, 'w' => $_w, 'h' => $_h, 'scaleX' => ($_w / $w), 'scaleY' => ($_h / $h), 'tx' => $_x, 'ty' => ($this->h - $_y - $_h), 'lty' => ($this->h - $_y - $_h) - ($this->h - $h) * ($_h / $h))
/htdocs/includes/tcpdi/fpdf_tpl.php:971$tpl = array('o_x' => $this->x, 'o_y' => $this->y, 'o_AutoPageBreak' => $this->AutoPageBreak, 'o_bMargin' => $this->bMargin, 'o_tMargin' => $this->tMargin, 'o_lMargin' => $this->lMargin, 'o_rMargin' => $this->rMargin, 'o_h' => $this->h, 'o_w' => $this->w, 'o_FontFamily' => $this->FontFamily, 'o_FontStyle' => $this->FontStyle, 'o_FontSizePt' => $this->FontSizePt, 'o_FontSize' => $this->FontSize, 'buffer' => '', 'x' => $x, 'y' => $y, 'w' => $w, 'h' => $h)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:21591$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'CropBox', $format['CropBox']['llx'], $format['CropBox']['lly'], $format['CropBox']['urx'], $format['CropBox']['ury'], false, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:21401$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'MediaBox', $format['MediaBox']['llx'], $format['MediaBox']['lly'], $format['MediaBox']['urx'], $format['MediaBox']['ury'], false, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:21671$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'TrimBox', $format['TrimBox']['llx'], $format['TrimBox']['lly'], $format['TrimBox']['urx'], $format['TrimBox']['ury'], false, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:21631$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'BleedBox', $format['BleedBox']['llx'], $format['BleedBox']['lly'], $format['BleedBox']['urx'], $format['BleedBox']['ury'], false, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:22491$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'CropBox', $this->pagedim[$this->page]['MediaBox']['llx'], $this->pagedim[$this->page]['MediaBox']['lly'], $this->pagedim[$this->page]['MediaBox']['urx'], $this->pagedim[$this->page]['MediaBox']['ury'], true, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:21711$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'ArtBox', $format['ArtBox']['llx'], $format['ArtBox']['lly'], $format['ArtBox']['urx'], $format['ArtBox']['ury'], false, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:22571$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'TrimBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:22531$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'BleedBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:28301return array('T' => ($this->cell_padding['T'] - $cp['T']), 'R' => ($this->cell_padding['R'] - $cp['R']), 'B' => ($this->cell_padding['B'] - $cp['B']), 'L' => ($this->cell_padding['L'] - $cp['L']))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:22611$this->pagedim = TCPDF_STATIC::setPageBoxes($this->page, 'ArtBox', $this->pagedim[$this->page]['CropBox']['llx'], $this->pagedim[$this->page]['CropBox']['lly'], $this->pagedim[$this->page]['CropBox']['urx'], $this->pagedim[$this->page]['CropBox']['ury'], true, $this->k, $this->pagedim)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:41471return $this->GetArrStringWidth(TCPDF_FONTS::utf8Bidi(TCPDF_FONTS::UTF8StringToArray($s, $this->isunicode, $this->CurrentFont), $s, $this->tmprtl, $this->isunicode, $this->CurrentFont), $fontname, $fontstyle, $fontsize, $getarray)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:35741$style = array('position' => $this->rtl ? 'R' : 'L', 'align' => $this->rtl ? 'R' : 'L', 'stretch' => false, 'fitwidth' => true, 'cellfitalign' => '', 'border' => false, 'padding' => 0, 'fgcolor' => array(0, 0, 0), 'bgcolor' => false, 'text' => false)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:55261$spacewidth = -1000 * ($w - $width - $this->cell_padding['L'] - $this->cell_padding['R']) / ($ns ? $ns : 1) / ($this->FontSize ? $this->FontSize : 1)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:54931$this->font_spacing += ($w - $this->cell_padding['L'] - $this->cell_padding['R'] - $width) / (max(($this->GetNumChars($txt) - 1), 1) * ($this->font_stretching / 100))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:81571$out .= sprintf(' [%F %F %F %F]', $this->pagedim[$n][$box]['llx'], $this->pagedim[$n][$box]['lly'], $this->pagedim[$n][$box]['urx'], $this->pagedim[$n][$box]['ury'])
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:94491$out .= sprintf(' /BBox [%F %F %F %F]', ($data['x'] * $this->k), (-$data['y'] * $this->k), (($data['w'] + $data['x']) * $this->k), (($data['h'] - $data['y']) * $this->k))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:97951$uuid = 'uuid:' . substr($this->file_id, 0, 8) . '-' . substr($this->file_id, 8, 4) . '-' . substr($this->file_id, 12, 4) . '-' . substr($this->file_id, 16, 4) . '-' . substr($this->file_id, 20, 12)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:103701return sprintf('%F %F %F %F re f', $x * $this->k, ((($this->h - $y) * $this->k) + $linew + ($this->FontSizePt / 3)), $w * $this->k, $linew)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:103981return sprintf('%F %F %F %F re f', $x * $this->k, (($this->h - $y + $this->FontAscent) * $this->k) - $linew, $w * $this->k, $linew)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:109461return hash('sha256', $this->encryptdata['owner_password'] . $this->encryptdata['OVS'] . $this->encryptdata['U'], true) . $this->encryptdata['OVS'] . $this->encryptdata['OKS']
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:115391$this->transfmatrix[$this->transfmatrix_key][] = array('a' => $tm[0], 'b' => $tm[1], 'c' => $tm[2], 'd' => $tm[3], 'e' => $tm[4], 'f' => $tm[5])
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:125781$out .= ' /' . $name . ' ' . sprintf('[%u 0 R /XYZ %F %F null]', $this->page_obj_id[($o['p'])], ($o['x'] * $this->k), ($this->pagedim[$o['p']]['h'] - ($o['y'] * $this->k)))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:127671$out .= ' ' . sprintf('/Dest [%u 0 R /XYZ %F %F null]', $this->page_obj_id[($o['p'])], ($o['x'] * $this->k), ($this->pagedim[$o['p']]['h'] - ($o['y'] * $this->k)))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:129071$this->javascript .= sprintf("f" . $name . "=this.addField('%s','%s',%u,[%F,%F,%F,%F]);", $name, $type, $this->PageNo( ) - 1, $x * $k, ($this->h - $y) * $k + 1, ($x + $w) * $k, ($this->h - $y - $h) * $k + 1) . "\n"
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:131472$fy = (($w - ((($tmpfont['desc']['Ascent'] - $tmpfont['desc']['Descent']) * $this->FontSizePt / 1000) / $this->k)) * $this->k)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:134052$fy = (($w - ((($tmpfont['desc']['Ascent'] - $tmpfont['desc']['Descent']) * $this->FontSizePt / 1000) / $this->k)) * $this->k)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:134821$border = array('L' => array('width' => $bw, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'color' => array(231)), 'R' => array('width' => $bw, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'color' => array(51)), 'T' => array('width' => $bw, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'color' => array(231)), 'B' => array('width' => $bw, 'cap' => 'square', 'join' => 'miter', 'dash' => 0, 'color' => array(51)))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:148261$s .= sprintf(' %F 0 0 %F %F %F cm', $w * $this->k, $h * $this->k, $x * $this->k, ($this->h - ($y + $h)) * $this->k)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:161261$ret = array('left' => $this->lMargin, 'right' => $this->rMargin, 'top' => $this->tMargin, 'bottom' => $this->bMargin, 'header' => $this->header_margin, 'footer' => $this->footer_margin, 'cell' => $this->cell_padding, 'padding_left' => $this->cell_padding['L'], 'padding_top' => $this->cell_padding['T'], 'padding_right' => $this->cell_padding['R'], 'padding_bottom' => $this->cell_padding['B'])
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:178911$this->y += (((($curfontsize * $this->cell_height_ratio) - ($fontsize * $dom[$key]['line-height'])) / $this->k) + $curfontascent - $fontascent - $curfontdescent + $fontdescent) / 2
/htdocs/mrp/mo_production.php:11051$help = ($help ? '<br>' : '') . '<strong>' . $langs->trans("DisableStockChange") . '</strong>: ' . yn(1) . ' (' . (($tmpproduct->type == Product::TYPE_SERVICE && !getDolGlobalString('STOCK_SUPPORTS_SERVICES')) ? $langs->trans("NoStockChangeOnServices") : $langs->trans("DisableStockChangeHelp")) . ')'
/htdocs/mrp/mo_production.php:65450$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/mrp/mo_production.php:3551$idstockmove = $stockmove->reception($user, $line->fk_product, GETPOST('idwarehousetoproduce-' . $line->id . '-' . $i), $qtytoprocess, $pricetoprocess, $labelmovement, '', '', GETPOST('batchtoproduce-' . $line->id . '-' . $i), dol_now( ), $id_product_batch, $codemovement)
/htdocs/mrp/mo_production.php:2821$idstockmove = $stockmove->reception($user, $line->fk_product, GETPOST('idwarehouse-' . $line->id . '-' . $i), $qtytoprocess * -1, 0, $labelmovement, dol_now( ), '', '', GETPOST('batch-' . $line->id . '-' . $i), $id_product_batch, $codemovement)
/htdocs/mrp/mo_production.php:2801$idstockmove = $stockmove->livraison($user, $line->fk_product, GETPOST('idwarehouse-' . $line->id . '-' . $i), $qtytoprocess, 0, $labelmovement, dol_now( ), '', '', GETPOST('batch-' . $line->id . '-' . $i), $id_product_batch, $codemovement)
/htdocs/mrp/mo_movements.php:35150$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/mrp/mo_movements.php:1211$arrayfields = array('m.rowid' => array('label' => "Ref", 'checked' => 1, 'position' => 1), 'm.datem' => array('label' => "Date", 'checked' => 1, 'position' => 2), 'p.ref' => array('label' => "ProductRef", 'checked' => 1, 'css' => 'maxwidth100', 'position' => 3), 'p.label' => array('label' => "ProductLabel", 'checked' => 0, 'position' => 5), 'm.batch' => array('label' => "BatchNumberShort", 'checked' => 1, 'position' => 8, 'enabled' => (isModEnabled('productbatch'))), 'pl.eatby' => array('label' => "EatByDate", 'checked' => 0, 'position' => 9, 'enabled' => (isModEnabled('productbatch'))), 'pl.sellby' => array('label' => "SellByDate", 'checked' => 0, 'position' => 10, 'enabled' => (isModEnabled('productbatch'))), 'e.ref' => array('label' => "Warehouse", 'checked' => 1, 'position' => 100, 'enabled' => (!($id > 0))), 'm.fk_user_author' => array('label' => "Author", 'checked' => 0, 'position' => 120), 'm.inventorycode' => array('label' => "InventoryCodeShort", 'checked' => 1, 'position' => 130), 'm.label' => array('label' => "MovementLabel", 'checked' => 1, 'position' => 140), 'm.type_mouvement' => array('label' => "TypeMovement", 'checked' => 0, 'position' => 150), 'origin' => array('label' => "Origin", 'checked' => 1, 'position' => 155), 'm.fk_projet' => array('label' => 'Project', 'checked' => 0, 'position' => 180), 'm.value' => array('label' => "Qty", 'checked' => 1, 'position' => 200), 'm.price' => array('label' => "UnitPurchaseValue", 'checked' => 0, 'position' => 210))
/htdocs/mrp/mo_agenda.php:17150$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/mrp/mo_list.php:1271$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible <= 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/mrp/mo_list.php:1166$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1, 1, '1')), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/mrp/mo_document.php:15050$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/mrp/mo_note.php:12650$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/mrp/mo_card.php:63250$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/mrp/mo_card.php:5171$formquestion = array(array('type' => 'checkbox', 'name' => 'deletechilds', 'label' => $label, 'value' => 0), array('label' => $langs->trans('MoCancelConsumedAndProducedLines'), 'name' => 'alsoCancelConsumedAndProducedLines', 'type' => 'checkbox', 'value' => !getDolGlobalString('MO_ALSO_CANCEL_CONSUMED_AND_PRODUCED_LINES_BY_DEFAULT') ? 0 : 1))
/htdocs/mrp/mo_production.php:17621$preselected = (GETPOSTISSET('idwarehousetoproduce-' . $line->id . '-' . $i) ? GETPOST('idwarehousetoproduce-' . $line->id . '-' . $i) : ($object->fk_warehouse > 0 ? $object->fk_warehouse : 'ifone'))
/htdocs/mrp/mo_production.php:13431$preselected = (GETPOSTISSET('idwarehouse-' . $line->id . '-' . $i) ? GETPOST('idwarehouse-' . $line->id . '-' . $i) : ($tmpproduct->fk_default_warehouse > 0 ? $tmpproduct->fk_default_warehouse : 'ifone'))
/htdocs/takepos/invoice.php:7021$idoflineadded = $invoice->addline($line['description'], $line['price'], $qty, $line['tva_tx'], $line['localtax1_tx'], $line['localtax2_tx'], $idproduct, $line['remise_percent'], '', 0, 0, 0, '', $price_base_type, $line['price_ttc'], $prod->type, -1, 0, '', 0, (!empty($parent_line)) ? $parent_line : '', $line['fk_fournprice'], $line['pa_ht'], '', $line['array_options'], 100, '', null, 0)
/htdocs/takepos/invoice.php:7331$res = $invoice->addline($desc, $number, 1, $tva_tx, $localtax1_tx, $localtax2_tx, 0, 0, '', 0, 0, 0, '', getDolGlobalInt('TAKEPOS_DISCOUNT_TTC') ? ($number >= 0 ? 'HT' : 'TTC') : (getDolGlobalInt('TAKEPOS_CHANGE_PRICE_HT') ? 'HT' : 'TTC'), $number, 0, -1, 0, '', 0, 0, null, '', '', 0, 100, '', null, 0)
/htdocs/mrp/class/mo.class.php:11201$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'mrp/" . $this->db->escape($this->newref) . "'"
/htdocs/takepos/invoice.php:6431$result = $invoice->updateline($line->id, $line->desc, $line->subprice, $line->qty + $qty, $line->remise_percent, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit)
/htdocs/mrp/class/mo.class.php:5931$resarray[] = array('rowid' => $obj->rowid, 'date' => $this->db->jdate($obj->date_creation), 'qty' => $obj->qty, 'role' => $obj->role, 'fk_product' => $obj->fk_product, 'fk_warehouse' => $obj->fk_warehouse, 'batch' => $obj->batch, 'fk_stock_movement' => $obj->fk_stock_movement, 'fk_unit' => $obj->fk_unit)
/htdocs/mrp/class/mo.class.php:7621$moline->qty = price2num(($line->qty / (!empty($bom->qty) ? $bom->qty : 1)) * $this->qty / (!empty($line->efficiency) ? $line->efficiency : 1), 'MS')
/htdocs/mrp/mo_list.php:43652$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/mrp/mo_list.php:43753$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/takepos/admin/terminal.php:751$res = dolibarr_set_const($db, "TAKEPOS_TERMINAL_NAME_" . $terminaltouse, (!empty(GETPOST('terminalname' . $terminaltouse, 'restricthtml')) ? GETPOST('terminalname' . $terminaltouse, 'restricthtml') : $langs->trans("TerminalName", $terminaltouse)), 'chaine', 0, '', $conf->entity)
/htdocs/takepos/ajax/ajax.php:2381$rows[] = array('rowid' => $obj->rowid, 'ref' => $obj->ref, 'label' => $obj->label, 'tosell' => $obj->tosell, 'tobuy' => $obj->tobuy, 'barcode' => $obj->barcode, 'price' => empty($objProd->multiprices[$pricelevel]) ? $obj->price : $objProd->multiprices[$pricelevel], 'price_ttc' => empty($objProd->multiprices_ttc[$pricelevel]) ? $obj->price_ttc : $objProd->multiprices_ttc[$pricelevel], 'object' => 'product', 'img' => $ig, 'qty' => $qty, )
/htdocs/takepos/invoice.php:9222$result = $invoice->updateline($line->id, $line->desc, $line->subprice, $line->qty, $number, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit)
/htdocs/takepos/invoice.php:9322$result = $invoice->updateline($line->id, $line->desc, $line->subprice, $line->qty, $number, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit)
/htdocs/takepos/invoice.php:8771$result = $invoice->updateline($line->id, $line->desc, $number, $line->qty, $line->remise_percent, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit)
/htdocs/takepos/invoice.php:8791$result = $invoice->updateline($line->id, $line->desc, $number, $line->qty, $line->remise_percent, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'TTC', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit)
/htdocs/takepos/invoice.php:7471$result = $invoice->updateline($line->id, $desc, $line->subprice, $line->qty, $line->remise_percent, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit)
/htdocs/takepos/invoice.php:8401$result = $invoice->updateline($line->id, $line->desc, $line->subprice, $number, $line->remise_percent, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit)
/htdocs/expensereport/list.php:52252$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/expensereport/list.php:4554$arrayofmassactions = array('generate_doc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("ReGeneratePDF"), 'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("PDFMerge"), 'presend' => img_picto('', 'email', 'class="pictofixedwidth"') . $langs->trans("SendByMail"), )
/htdocs/expensereport/payment/list.php:1051$arrayfields = array('pndf.rowid' => array('label' => "RefPayment", 'checked' => 1, 'position' => 10), 'pndf.datep' => array('label' => "Date", 'checked' => 1, 'position' => 20), 'u.login' => array('label' => "User", 'checked' => 1, 'position' => 30), 'c.libelle' => array('label' => "Type", 'checked' => 1, 'position' => 40), 'pndf.num_payment' => array('label' => "Numero", 'checked' => 1, 'position' => 50, 'tooltip' => "ChequeOrTransferNumber"), 'ba.label' => array('label' => "BankAccount", 'checked' => 1, 'position' => 60, 'enable' => (isModEnabled("bank"))), 'pndf.amount' => array('label' => "Amount", 'checked' => 1, 'position' => 70), )
/htdocs/expensereport/list.php:52353$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/expensereport/card.php:16691$formquestion = array('text' => '', 0 => array('type' => 'other', 'name' => 'fk_user_author', 'label' => $langs->trans("SelectTargetUser"), 'value' => $form->select_dolusers((GETPOSTINT('fk_user_author') > 0 ? GETPOSTINT('fk_user_author') : $user->id), 'fk_user_author', 0, null, 0, $criteriaforfilter, '', '0', 0, 0, '', 0, '', 'maxwidth150')))
/htdocs/takepos/ajax/ajax.php:3571$row = array('rowid' => $obj->rowid, 'ref' => $obj->ref, 'label' => $obj->label, 'tosell' => $obj->tosell, 'tobuy' => $obj->tobuy, 'barcode' => $obj->barcode, 'price' => empty($objProd->multiprices[$pricelevel]) ? $obj->price : $objProd->multiprices[$pricelevel], 'price_ttc' => empty($objProd->multiprices_ttc[$pricelevel]) ? $obj->price_ttc : $objProd->multiprices_ttc[$pricelevel], 'object' => 'product', 'img' => $ig, 'qty' => 1, 'price_formated' => price(price2num(empty($objProd->multiprices[$pricelevel]) ? $obj->price : $objProd->multiprices[$pricelevel], 'MT'), 1, $langs, 1, -1, -1, $conf->currency), 'price_ttc_formated' => price(price2num(empty($objProd->multiprices_ttc[$pricelevel]) ? $obj->price_ttc : $objProd->multiprices_ttc[$pricelevel], 'MT'), 1, $langs, 1, -1, -1, $conf->currency))
/htdocs/expensereport/list.php:1621$arrayfields = array('d.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1), 'user' => array('label' => $langs->trans("User"), 'checked' => 1), 'd.date_debut' => array('label' => $langs->trans("DateStart"), 'checked' => 1), 'd.date_fin' => array('label' => $langs->trans("DateEnd"), 'checked' => 1), 'd.date_valid' => array('label' => $langs->trans("DateValidation"), 'checked' => 1), 'd.date_approve' => array('label' => $langs->trans("DateApprove"), 'checked' => 1), 'd.total_ht' => array('label' => $langs->trans("AmountHT"), 'checked' => 1), 'd.total_vat' => array('label' => $langs->trans("AmountVAT"), 'checked' => 1), 'd.total_ttc' => array('label' => $langs->trans("AmountTTC"), 'checked' => 1), 'd.date_create' => array('label' => $langs->trans("DateCreation"), 'checked' => 0, 'position' => 500), 'd.tms' => array('label' => $langs->trans("DateModificationShort"), 'checked' => 0, 'position' => 500), 'd.fk_statut' => array('label' => $langs->trans("Status"), 'checked' => 1, 'position' => 1000), )
/htdocs/expensereport/card.php:21892$urlforhref = DOL_URL_ROOT . '/viewimage.php?modulepart=' . $modulepart . '&entity=' . (empty($object->entity) ? $conf->entity : $object->entity) . '&file=' . urlencode($relativepath . $fileinfo['filename'] . '.' . strtolower($fileinfo['extension']))
/htdocs/expensereport/class/expensereport.class.php:20901$rule_warning_message_tab[] = $langs->trans('ExpenseReportConstraintViolationWarning', $rule->id, price($amount_to_test, 0, $langs, 1, -1, -1, $conf->currency), price($rule->amount, 0, $langs, 1, -1, -1, $conf->currency))
/htdocs/expensereport/class/expensereport.class.php:20851$rule_warning_message_tab[] = $langs->trans('ExpenseReportConstraintViolationError', $rule->id, price($amount_to_test, 0, $langs, 1, -1, -1, $conf->currency), price($rule->amount, 0, $langs, 1, -1, -1, $conf->currency))
/htdocs/expensereport/class/paymentexpensereport.class.php:2121$sql .= " " . ((int) $this->fk_typepayment) . ", '" . $this->db->escape($this->num_payment) . "', '" . $this->db->escape($this->note_public) . "', " . ((int) $user->id) . ","
/htdocs/expensereport/class/expensereport.class.php:30851$sql .= " " . ((int) (!empty($this->fk_project) && $this->fk_project > 0) ? $this->fk_project : ((!empty($this->fk_projet) && $this->fk_projet > 0) ? $this->fk_projet : 'null')) . ","
/htdocs/expensereport/payment/list.php:33053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/expensereport/payment/list.php:32952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/expensereport/class/expensereport.class.php:187014$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/expensereport/class/expensereport.class.php:13761$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'expensereport/" . $this->db->escape($this->newref) . "'"
/htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php:731$result['text-match'] = ['negate-condition' => isset($elem['attributes']['negate-condition']) && 'yes' === $elem['attributes']['negate-condition'], 'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] : 'i;unicode-casemap', 'value' => $elem['value'], 'match-type' => $matchType, ]
/htdocs/includes/sabre/sabre/dav/lib/DAVACL/Plugin.php:5271$myPriv = ['privilege' => $privName, 'abstract' => isset($privInfo['abstract']) && $privInfo['abstract'], 'aggregates' => [ ], 'concrete' => isset($privInfo['abstract']) && $privInfo['abstract'] ? $concrete : $privName, ]
/htdocs/includes/sabre/sabre/dav/lib/DAV/Server.php:15901$conditions[] = ['uri' => $realUri, 'tokens' => [['negate' => $match['not'] ? true : false, 'token' => $match['token'], 'etag' => isset($match['etag']) ? $match['etag'] : '', ], ], ]
/htdocs/includes/sabre/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php:2731$properties = ['href' => $request->getPath( ), 200 => ['{DAV:}getlastmodified' => new Xml\Property\GetLastModified(filemtime($tempLocation)), '{DAV:}getcontentlength' => filesize($tempLocation), '{DAV:}resourcetype' => new Xml\Property\ResourceType(null), '{' . Server::NS_SABREDAV . '}tempFile' => true, ], ]
/htdocs/includes/sabre/sabre/http/lib/Auth/AWS.php:1141$signature = base64_encode($this->hmacsha1($secretKey, $this->request->getMethod( ) . "\n" . $contentMD5 . "\n" . $this->request->getHeader('Content-type') . "\n" . $requestDate . "\n" . $amzHeaders . $this->request->getUrl( )))
/htdocs/includes/sabre/sabre/http/lib/Auth/Digest.php:1451$validResponse = md5("{$this->A1}:{$this->digestParts['nonce']}:{$this->digestParts['nc']}:{$this->digestParts['cnonce']}:{$this->digestParts['qop']}:{$A2}")
/htdocs/includes/sabre/sabre/dav/lib/CardDAV/Backend/PDO.php:691$addressBooks[] = ['id' => $row['id'], 'uri' => $row['uri'], 'principaluri' => $row['principaluri'], '{DAV:}displayname' => $row['displayname'], '{' . CardDAV\Plugin::NS_CARDDAV . '}addressbook-description' => $row['description'], '{http://calendarserver.org/ns/}getctag' => $row['synctoken'], '{http://sabredav.org/ns}sync-token' => $row['synctoken'] ? $row['synctoken'] : '0', ]
/htdocs/includes/sabre/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php:821$result['text-matches'][] = ['negate-condition' => isset($elem['attributes']['negate-condition']) && 'yes' === $elem['attributes']['negate-condition'], 'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] : 'i;unicode-casemap', 'value' => $elem['value'], 'match-type' => $matchType, ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/CalendarObject.php:2051return [['privilege' => '{DAV:}all', 'principal' => $this->calendarInfo['principaluri'], 'protected' => true, ], ['privilege' => '{DAV:}all', 'principal' => $this->calendarInfo['principaluri'] . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->calendarInfo['principaluri'] . '/calendar-proxy-read', 'protected' => true, ], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Calendar.php:2551$acl = [['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ), 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ) . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ) . '/calendar-proxy-read', 'protected' => true, ], ['privilege' => '{' . Plugin::NS_CALDAV . '}read-free-busy', 'principal' => '{DAV:}authenticated', 'protected' => true, ], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Calendar.php:3021$acl = [['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ), 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ) . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->getOwner( ) . '/calendar-proxy-read', 'protected' => true, ], ]
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/CalendarHome.php:2811return [['privilege' => '{DAV:}read', 'principal' => $this->principalInfo['uri'], 'protected' => true, ], ['privilege' => '{DAV:}write', 'principal' => $this->principalInfo['uri'], 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->principalInfo['uri'] . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{DAV:}write', 'principal' => $this->principalInfo['uri'] . '/calendar-proxy-write', 'protected' => true, ], ['privilege' => '{DAV:}read', 'principal' => $this->principalInfo['uri'] . '/calendar-proxy-read', 'protected' => true, ], ]
/htdocs/includes/sabre/sabre/dav/lib/DAV/UUIDUtil.php:312return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0x0fff) | 0x4000, mt_rand(0, 0x3fff) | 0x8000, mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff))
/htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/Plugin.php:4171$vars = ['title' => $this->escapeHTML($title), 'favicon' => $this->escapeHTML($this->getAssetUrl('favicon.ico')), 'style' => $this->escapeHTML($this->getAssetUrl('sabredav.css')), 'iconstyle' => $this->escapeHTML($this->getAssetUrl('openiconic/open-iconic.css')), 'logo' => $this->escapeHTML($this->getAssetUrl('sabredav.png')), 'baseUrl' => $this->server->getBaseUri( ), ]
/htdocs/includes/sabre/sabre/dav/lib/DAV/Browser/Plugin.php:4261$html = <<<HTML <!DOCTYPE html> <html> <head> <title>$vars[title] - sabre/dav $version</title> <link rel="shortcut icon" href="$vars[favicon]" type="image/vnd.microsoft.icon" /> <link rel="stylesheet" href="$vars[style]" type="text/css" /> <link rel="stylesheet" href="$vars[iconstyle]" type="text/css" /> </head> <body> <header> <div class="logo"> <a href="$vars[baseUrl]"><img src="$vars[logo]" alt="sabre/dav" /> $vars[title]</a> </div> </header> <nav> HTML
/htdocs/includes/sabre/sabre/dav/lib/CalDAV/Plugin.php:6681$urls = $calendar->calendarQuery(['name' => 'VCALENDAR', 'comp-filters' => [['name' => 'VEVENT', 'comp-filters' => [ ], 'prop-filters' => [ ], 'is-not-defined' => false, 'time-range' => ['start' => $report->start, 'end' => $report->end, ], ], ], 'prop-filters' => [ ], 'is-not-defined' => false, 'time-range' => null, ])
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:6451$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x0D], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x101E], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:6811$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x0C], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x100C], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php:9101$fRet = exp(-$fNum) / sqrt($fNum) * (1.25331414 + $y * (0.23498619 + $y * (-0.3655620e-1 + $y * (0.1504268e-1 + $y * (-0.780353e-2 + $y * (0.325614e-2 + $y * (-0.68245e-3)))))))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:5832$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x02], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x1E], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:8091$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x03], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x1E], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:8201$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x04], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x1E], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:7212$dataProp['data']['length'] = $dataProp['data']['length'] + ((4 - $dataProp['data']['length'] % 4) == 4 ? 0 : (4 - $dataProp['data']['length'] % 4))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:7982$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x02], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x1E], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:19111return $summer * ($count * ($count + 1) / (($count - 1) * ($count - 2) * ($count - 3))) - (3 * pow($count - 1, 2) / (($count - 2) * ($count - 3)))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:19971return [[$bestFitLinear->getSlope( ), $bestFitLinear->getSlopeSE( ), $bestFitLinear->getGoodnessOfFit( ), $bestFitLinear->getF( ), $bestFitLinear->getSSRegression( ), ], [$bestFitLinear->getIntersect( ), $bestFitLinear->getIntersectSE( ), $bestFitLinear->getStdevOfResiduals( ), $bestFitLinear->getDFResiduals( ), $bestFitLinear->getSSResiduals( ), ], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:13211$trialsApprox = 0 - ($t + (2.515517 + 0.802853 * $t + 0.010328 * $t * $t) / (1 + 1.432788 * $t + 0.189269 * $t * $t + 0.001308 * $t * $t * $t))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:13241$trialsApprox = $t - (2.515517 + 0.802853 * $t + 0.010328 * $t * $t) / (1 + 1.432788 * $t + 0.189269 * $t * $t + 0.001308 * $t * $t * $t)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php:8921$fRet = exp(-$fNum) / sqrt($fNum) * (1.25331414 + $y * (-0.7832358e-1 + $y * (0.2189568e-1 + $y * (-0.1062446e-1 + $y * (0.587872e-2 + $y * (-0.251540e-2 + $y * 0.53208e-3))))))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php:9051$fRet = log($fNum2) * self::BESSELI($fNum, 1) + (1 + $y * (0.15443144 + $y * (-0.67278579 + $y * (-0.18156897 + $y * (-0.1919402e-1 + $y * (-0.110404e-2 + $y * (-0.4686e-4))))))) / $fNum
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:20621return [[$bestFitExponential->getSlope( ), $bestFitExponential->getSlopeSE( ), $bestFitExponential->getGoodnessOfFit( ), $bestFitExponential->getF( ), $bestFitExponential->getSSRegression( ), ], [$bestFitExponential->getIntersect( ), $bestFitExponential->getIntersectSE( ), $bestFitExponential->getStdevOfResiduals( ), $bestFitExponential->getDFResiduals( ), $bestFitExponential->getSSResiduals( ), ], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php:8871$fRet = -log($fNum2) * self::BESSELI($fNum, 0) + (-0.57721566 + $y * (0.42278420 + $y * (0.23069756 + $y * (0.3488590e-1 + $y * (0.262698e-2 + $y * (0.10750e-3 + $y * 0.74e-5))))))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Xf.php:1681$atr_pat = (($this->foregroundColor != 0x40) || ($this->backgroundColor != 0x41) || self::mapFillType($this->_style->getFill( )->getFillType( ))) ? 1 : 0
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Xf.php:1641$atr_bdr = (self::mapBorderStyle($this->_style->getBorders( )->getBottom( )->getBorderStyle( )) || self::mapBorderStyle($this->_style->getBorders( )->getTop( )->getBorderStyle( )) || self::mapBorderStyle($this->_style->getBorders( )->getLeft( )->getBorderStyle( )) || self::mapBorderStyle($this->_style->getBorders( )->getRight( )->getBorderStyle( ))) ? 1 : 0
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php:13251$writeCell = !(isset($this->isSpannedCell[$pSheet->getParent( )->getIndex($pSheet)][$pRow + 1][$colNum]) && $this->isSpannedCell[$pSheet->getParent( )->getIndex($pSheet)][$pRow + 1][$colNum])
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php:12731$cellData = NumberFormat::toFormattedString($cell->getValue( ), $pSheet->getParent( )->getCellXfByIndex($cell->getXfIndex( ))->getNumberFormat( )->getFormatCode( ), [$this, 'formatColor'])
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Font.php:811$data = pack('vvvvvCCCC', $this->font->getSize( ) * 20, $grbit, $icv, self::mapBold($this->font->getBold( )), $sss, self::mapUnderline($this->font->getUnderline( )), $bFamily, $bCharSet, $reserved)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Escher.php:881$dggData = pack('VVVV', $this->object->getSpIdMax( ), $this->object->getCDgSaved( ) + 1, $this->object->getCSpSaved( ), $this->object->getCDgSaved( ))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Workbook.php:7311$extra = pack('Cvvvvv', 0x3B, $sheetIndex - 1, $rangeBounds[0][1] - 1, $rangeBounds[1][1] - 1, $rangeBounds[0][0] - 1, $rangeBounds[1][0] - 1)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Xf.php:1711$atr_prot = self::mapLocked($this->_style->getProtection( )->getLocked( )) | self::mapHidden($this->_style->getProtection( )->getHidden( ))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:8641$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x0C], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x40], 'data' => ['data' => OLE::localDateToOLE($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:8531$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x08], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x1E], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:8421$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x06], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x1E], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:8311$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x05], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x1E], 'data' => ['data' => $dataProp, 'length' => strlen($dataProp)], ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php:12671$cellData = NumberFormat::toFormattedString($cell->getCalculatedValue( ), $pSheet->getParent( )->getCellXfByIndex($cell->getXfIndex( ))->getNumberFormat( )->getFormatCode( ), [$this, 'formatColor'])
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php:9651return array_merge($this->createCSSStyleAlignment($pStyle->getAlignment( )), $this->createCSSStyleBorders($pStyle->getBorders( )), $this->createCSSStyleFont($pStyle->getFont( )), $this->createCSSStyleFill($pStyle->getFill( )))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:9172$dataProp['data']['length'] = $dataProp['data']['length'] + ((4 - $dataProp['data']['length'] % 4) == 4 ? 0 : (4 - $dataProp['data']['length'] % 4))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php:8751$dataSection[] = ['summary' => ['pack' => 'V', 'data' => 0x0D], 'offset' => ['pack' => 'V'], 'type' => ['pack' => 'V', 'data' => 0x40], 'data' => ['data' => OLE::localDateToOLE($dataProp)], ]
/htdocs/includes/markrogoyski/math-php/src/Finance.php:5031return $future_value + $present_value * (1 + $x) ** $periods + $payment * (1 + $x * $when) / $x * ((1 + $x) ** $periods - 1)
/htdocs/includes/php-iban/php-iban.php:2051return array('checksum' => iban_get_checksum_part($iban), 'bban' => iban_get_bban_part($iban), 'bank' => iban_get_bank_part($iban), 'country' => iban_get_country_part($iban), 'branch' => iban_get_branch_part($iban), 'account' => iban_get_account_part($iban), 'nationalchecksum' => iban_get_nationalchecksum_part($iban))
/htdocs/includes/php-iban/php-iban.php:5451$_iban_registry[$country] = array('country' => $country, 'country_name' => $country_name, 'country_sepa' => $country_sepa, 'domestic_example' => $domestic_example, 'bban_example' => $bban_example, 'bban_format_swift' => $bban_format_swift, 'bban_format_regex' => $bban_format_regex, 'bban_length' => $bban_length, 'iban_example' => $iban_example, 'iban_format_swift' => $iban_format_swift, 'iban_format_regex' => $iban_format_regex, 'iban_length' => $iban_length, 'bban_bankid_start_offset' => $bban_bankid_start_offset, 'bban_bankid_stop_offset' => $bban_bankid_stop_offset, 'bban_branchid_start_offset' => $bban_branchid_start_offset, 'bban_branchid_stop_offset' => $bban_branchid_stop_offset, 'registry_edition' => $registry_edition, 'country_swift_official' => $country_swift_official, 'bban_checksum_start_offset' => $bban_checksum_start_offset, 'bban_checksum_stop_offset' => $bban_checksum_stop_offset, 'country_iana' => $country_iana, 'country_iso3166' => $country_iso3166, 'parent_registrar' => $parent_registrar, 'currency_iso4217' => $currency_iso4217, 'central_bank_url' => $central_bank_url, 'central_bank_name' => $central_bank_name, 'membership' => $membership)
/htdocs/includes/printipp/CupsPrintIPP.php:981$this->stringjob = chr(0x01) . chr(0x01) . chr(0x40) . chr(0x01) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->attributes . chr(0x03)
/htdocs/includes/printipp/CupsPrintIPP.php:1821$this->stringjob = chr(0x01) . chr(0x01) . chr(0x40) . chr(0x08) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . chr(0x45) . self::_giveMeStringLength('printer-uri') . 'printer-uri' . self::_giveMeStringLength($printer_uri) . $printer_uri . chr(0x03)
/htdocs/includes/printipp/CupsPrintIPP.php:2671$this->stringjob = chr(0x01) . chr(0x01) . chr(0x40) . chr(0x09) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . chr(0x45) . self::_giveMeStringLength('printer-uri') . 'printer-uri' . self::_giveMeStringLength($printer_uri) . $printer_uri . $message . chr(0x03)
/htdocs/includes/printipp/CupsPrintIPP.php:3841$this->stringjob = chr(0x01) . chr(0x01) . chr(0x40) . chr(0x02) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->attributes . chr(0x03)
/htdocs/includes/printipp/PrintIPP.php:2951$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x04) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . $this->meta->jobname . $this->meta->fidelity . $this->meta->document_name . $this->meta->mime_media_type . $operationattributes . chr(0x02) . $this->meta->copies . $this->meta->sides . $this->meta->page_ranges . $jobattributes . chr(0x03)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php:5901return pack('vvvv', $firstCellCoordinates[1] - 1, $lastCellCoordinates[1] - 1, Coordinate::columnIndexFromString($firstCellCoordinates[0]) - 1, Coordinate::columnIndexFromString($lastCellCoordinates[0]) - 1)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php:15361$options = (int) !$this->phpSheet->getProtection( )->getObjects( ) | (int) !$this->phpSheet->getProtection( )->getScenarios( ) << 1 | (int) !$this->phpSheet->getProtection( )->getFormatCells( ) << 2 | (int) !$this->phpSheet->getProtection( )->getFormatColumns( ) << 3 | (int) !$this->phpSheet->getProtection( )->getFormatRows( ) << 4 | (int) !$this->phpSheet->getProtection( )->getInsertColumns( ) << 5 | (int) !$this->phpSheet->getProtection( )->getInsertRows( ) << 6 | (int) !$this->phpSheet->getProtection( )->getInsertHyperlinks( ) << 7 | (int) !$this->phpSheet->getProtection( )->getDeleteColumns( ) << 8 | (int) !$this->phpSheet->getProtection( )->getDeleteRows( ) << 9 | (int) !$this->phpSheet->getProtection( )->getSelectLockedCells( ) << 10 | (int) !$this->phpSheet->getProtection( )->getSort( ) << 11 | (int) !$this->phpSheet->getProtection( )->getAutoFilter( ) << 12 | (int) !$this->phpSheet->getProtection( )->getPivotTables( ) << 13 | (int) !$this->phpSheet->getProtection( )->getSelectUnlockedCells( ) << 14
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php:30661$bBorderLeft = ($conditional->getStyle( )->getBorders( )->getLeft( )->getColor( )->getARGB( ) == Color::COLOR_BLACK && $conditional->getStyle( )->getBorders( )->getLeft( )->getBorderStyle( ) == Border::BORDER_NONE ? 1 : 0)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php:30681$bBorderRight = ($conditional->getStyle( )->getBorders( )->getRight( )->getColor( )->getARGB( ) == Color::COLOR_BLACK && $conditional->getStyle( )->getBorders( )->getRight( )->getBorderStyle( ) == Border::BORDER_NONE ? 1 : 0)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php:30701$bBorderTop = ($conditional->getStyle( )->getBorders( )->getTop( )->getColor( )->getARGB( ) == Color::COLOR_BLACK && $conditional->getStyle( )->getBorders( )->getTop( )->getBorderStyle( ) == Border::BORDER_NONE ? 1 : 0)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php:30721$bBorderBottom = ($conditional->getStyle( )->getBorders( )->getBottom( )->getColor( )->getARGB( ) == Color::COLOR_BLACK && $conditional->getStyle( )->getBorders( )->getBottom( )->getBorderStyle( ) == Border::BORDER_NONE ? 1 : 0)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php:9891$writeCurrentRow = isset($cellsByRow[$currentRow]) || $rowDimension->getRowHeight( ) >= 0 || $rowDimension->getVisible( ) == false || $rowDimension->getCollapsed( ) == true || $rowDimension->getOutlineLevel( ) > 0 || $rowDimension->getXfIndex( ) !== null
/htdocs/includes/markrogoyski/math-php/src/Finance.php:941return -($future_value + ($present_value * \pow(1 + $rate, $periods))) / ((1 + $rate * $when) / $rate * (\pow(1 + $rate, $periods) - 1))
/htdocs/includes/printipp/PrintIPP.php:13084$name_length = ord($this->serveroutput->body[$this->_parsing->offset]) * 256 + ord($this->serveroutput->body[$this->_parsing->offset + 1])
/htdocs/includes/printipp/PrintIPP.php:12572$value_length = ord($this->serveroutput->body[$this->_parsing->offset]) * 256 + ord($this->serveroutput->body[$this->_parsing->offset + 1])
/htdocs/includes/printipp/PrintIPP.php:20391$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x08) . $this->meta->operation_id . $this->error_generation->request_body_malformed . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->job_uri . $this->meta->username . $this->meta->message . chr(0x03)
/htdocs/includes/printipp/PrintIPP.php:13372$value_length = ord($this->serveroutput->body[$this->_parsing->offset]) * 256 + ord($this->serveroutput->body[$this->_parsing->offset + 1])
/htdocs/includes/printipp/BasicIPP.php:12181$this->serveroutput->ipp_version = sprintf("%u.%u (Unknown)", ord($this->serveroutput->body[$this->_parsing->offset]) * 256, ord($this->serveroutput->body[$this->_parsing->offset + 1]))
/htdocs/includes/printipp/BasicIPP.php:12081$ippversion = (ord($this->serveroutput->body[$this->_parsing->offset]) * 256) + ord($this->serveroutput->body[$this->_parsing->offset + 1])
/htdocs/includes/printipp/BasicIPP.php:15151$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x02) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . $this->meta->jobname . $this->meta->fidelity . $this->meta->document_name . $this->meta->mime_media_type . $operationattributes
/htdocs/includes/printipp/BasicIPP.php:12361$status_code = (ord($this->serveroutput->body[$this->_parsing->offset]) * 256) + ord($this->serveroutput->body[$this->_parsing->offset + 1])
/htdocs/includes/printipp/PrintIPP.php:5391$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x0A) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . $this->meta->limit . $this->meta->which_jobs . $this->meta->my_jobs
/htdocs/includes/printipp/PrintIPP.php:3981$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x0b) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->printer_uri . $this->meta->username . $printerattributes . chr(0x03)
/htdocs/includes/printipp/PrintIPP.php:6881$this->stringjob = chr(0x01) . chr(0x01) . chr(0x00) . chr(0x09) . $this->meta->operation_id . chr(0x01) . $this->meta->charset . $this->meta->language . $this->meta->job_uri . $this->meta->username
/htdocs/includes/printipp/PrintIPP.php:5522$this->stringjob .= chr(0x44) . self::_giveMeStringLength('requested-attributes') . 'requested-attributes' . self::_giveMeStringLength('job-uri') . 'job-uri' . chr(0x44) . self::_giveMeStringLength('') . '' . self::_giveMeStringLength('job-name') . 'job-name' . chr(0x44) . self::_giveMeStringLength('') . '' . self::_giveMeStringLength('job-state') . 'job-state' . chr(0x44) . self::_giveMeStringLength('') . '' . self::_giveMeStringLength('job-state-reason') . 'job-state-reason'
/htdocs/includes/printipp/PrintIPP.php:11834$name_length = ord($this->serveroutput->body[$this->_parsing->offset]) * 256 + ord($this->serveroutput->body[$this->_parsing->offset + 1])
/htdocs/includes/printipp/PrintIPP.php:6982$this->stringjob .= chr(0x44) . self::_giveMeStringLength('requested-attributes') . 'requested-attributes' . self::_giveMeStringLength('job-uri') . 'job-uri' . chr(0x44) . self::_giveMeStringLength('') . '' . self::_giveMeStringLength('job-name') . 'job-name' . chr(0x44) . self::_giveMeStringLength('') . '' . self::_giveMeStringLength('job-state') . 'job-state' . chr(0x44) . self::_giveMeStringLength('') . '' . self::_giveMeStringLength('job-state-reason') . 'job-state-reason'
/htdocs/includes/printipp/PrintIPP.php:12394$name_length = ord($this->serveroutput->body[$this->_parsing->offset]) * 256 + ord($this->serveroutput->body[$this->_parsing->offset + 1])
/htdocs/includes/printipp/PrintIPP.php:12034$name_length = ord($this->serveroutput->body[$this->_parsing->offset]) * 256 + ord($this->serveroutput->body[$this->_parsing->offset + 1])
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_colors.php:4261$color .= sprintf('%F %F %F', (max(0, min(255, floatval($c[0]))) / 255), (max(0, min(255, floatval($c[1]))) / 255), (max(0, min(255, floatval($c[2]))) / 255))
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_colors.php:4481return sprintf("['RGB',%F,%F,%F]", (hexdec(substr($color, 1, 2)) / 255), (hexdec(substr($color, 3, 2)) / 255), (hexdec(substr($color, 5, 2)) / 255))
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_colors.php:2581$spotc[$name] = array('C' => self::$spotcolor[$color][0], 'M' => self::$spotcolor[$color][1], 'Y' => self::$spotcolor[$color][2], 'K' => self::$spotcolor[$color][3], 'name' => self::$spotcolor[$color][4], 'i' => $i)
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_colors.php:4211$color .= sprintf('%F %F %F %F', (max(0, min(100, floatval($c[0]))) / 100), (max(0, min(100, floatval($c[1]))) / 100), (max(0, min(100, floatval($c[2]))) / 100), (max(0, min(100, floatval($c[3]))) / 100))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:245872$cx = (isset($attribs['cx']) ? $this->getHTMLUnitToUnits($attribs['cx'], 0, $this->svgunit, false) : (isset($attribs['x']) ? $this->getHTMLUnitToUnits($attribs['x'], 0, $this->svgunit, false) : 0))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:245882$cy = (isset($attribs['cy']) ? $this->getHTMLUnitToUnits($attribs['cy'], 0, $this->svgunit, false) : (isset($attribs['y']) ? $this->getHTMLUnitToUnits($attribs['y'], 0, $this->svgunit, false) : 0))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:245612$cx = (isset($attribs['cx']) ? $this->getHTMLUnitToUnits($attribs['cx'], 0, $this->svgunit, false) : (isset($attribs['x']) ? $this->getHTMLUnitToUnits($attribs['x'], 0, $this->svgunit, false) : 0))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:245622$cy = (isset($attribs['cy']) ? $this->getHTMLUnitToUnits($attribs['cy'], 0, $this->svgunit, false) : (isset($attribs['y']) ? $this->getHTMLUnitToUnits($attribs['y'], 0, $this->svgunit, false) : 0))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:237111$stroke_style = array('color' => TCPDF_COLORS::convertHTMLColorToDec($svgstyle['stroke'], $this->spot_colors), 'width' => $this->getHTMLUnitToUnits($svgstyle['stroke-width'], 0, $this->svgunit, false), 'cap' => $svgstyle['stroke-linecap'], 'join' => $svgstyle['stroke-linejoin'])
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:241411$dang = TCPDF_STATIC::getVectorsAngle((($xa - $cax) / $rx), (($ya - $cay) / $ry), ((-$xa - $cax) / $rx), ((-$ya - $cay) / $ry))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:217141$this->outlines[] = array('t' => $outline['t'], 'l' => $outline['l'], 'x' => $outline['x'], 'y' => $outline['y'], 'p' => $this->page, 'f' => $outline['f'], 's' => $outline['s'], 'c' => $outline['c'])
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:229111$coordrb = TCPDF_STATIC::getTransformationMatrixProduct($tm, array(1, 0, 0, 1, (($annot['x'] + $annot['w']) * $this->k), ((-$annot['y'] - $annot['h']) * $this->k)))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:197891$lasttag = ((!isset($dom[($key + 1)])) OR ((!isset($dom[($key + 2)])) AND ($dom[($key + 1)]['value'] == 'marker')))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:209861$grapvars = array('FontFamily' => $this->FontFamily, 'FontStyle' => $this->FontStyle, 'FontSizePt' => $this->FontSizePt, 'rMargin' => $this->rMargin, 'lMargin' => $this->lMargin, 'cell_padding' => $this->cell_padding, 'cell_margin' => $this->cell_margin, 'LineWidth' => $this->LineWidth, 'linestyleWidth' => $this->linestyleWidth, 'linestyleCap' => $this->linestyleCap, 'linestyleJoin' => $this->linestyleJoin, 'linestyleDash' => $this->linestyleDash, 'textrendermode' => $this->textrendermode, 'textstrokewidth' => $this->textstrokewidth, 'DrawColor' => $this->DrawColor, 'FillColor' => $this->FillColor, 'TextColor' => $this->TextColor, 'ColorFlag' => $this->ColorFlag, 'bgcolor' => $this->bgcolor, 'fgcolor' => $this->fgcolor, 'htmlvspace' => $this->htmlvspace, 'listindent' => $this->listindent, 'listindentlevel' => $this->listindentlevel, 'listnum' => $this->listnum, 'listordered' => $this->listordered, 'listcount' => $this->listcount, 'lispacer' => $this->lispacer, 'cell_height_ratio' => $this->cell_height_ratio, 'font_stretching' => $this->font_stretching, 'font_spacing' => $this->font_spacing, 'alpha' => $this->alpha, 'lasth' => $this->lasth, 'tMargin' => $this->tMargin, 'bMargin' => $this->bMargin, 'AutoPageBreak' => $this->AutoPageBreak, 'PageBreakTrigger' => $this->PageBreakTrigger, 'x' => $this->x, 'y' => $this->y, 'w' => $this->w, 'h' => $this->h, 'wPt' => $this->wPt, 'hPt' => $this->hPt, 'fwPt' => $this->fwPt, 'fhPt' => $this->fhPt, 'page' => $this->page, 'current_column' => $this->current_column, 'num_columns' => $this->num_columns)
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:185971$trsid = array_push($dom[$table_el]['rowspans'], array('trid' => $trid, 'rowspan' => $rowspan, 'mrowspan' => $rowspan, 'colspan' => $colspan, 'startpage' => $this->page, 'startcolumn' => $this->current_column, 'startx' => $this->x, 'starty' => $this->y))
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:193521$this->y = $this->img_rb_y - ($this->getCellHeight($tag['fontsize'] / $this->k) - ($this->getFontDescent($tag['fontname'], $tag['fontstyle'], $tag['fontsize']) * $this->cell_height_ratio))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:8435$relsWorksheet = simplexml_load_string($this->securityScanner->scan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . '/_rels/' . basename($fileWorksheet) . '.rels')), 'SimpleXMLElement', Settings::getLibXmlLoaderOptions( ))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:5501$cellStyle = (object) ['numFmt' => $numFmt, 'font' => $xmlStyles->fonts->font[(int) ($xf['fontId'])], 'fill' => $xmlStyles->fills->fill[(int) ($xf['fillId'])], 'border' => $xmlStyles->borders->border[(int) ($xf['borderId'])], 'alignment' => $xf->alignment, 'protection' => $xf->protection, 'quotePrefix' => $quotePrefix, ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:5221$style = (object) ['numFmt' => $numFmt, 'font' => $xmlStyles->fonts->font[(int) ($xf['fontId'])], 'fill' => $xmlStyles->fills->fill[(int) ($xf['fillId'])], 'border' => $xmlStyles->borders->border[(int) ($xf['borderId'])], 'alignment' => $xf->alignment, 'protection' => $xf->protection, 'quotePrefix' => $quotePrefix, ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls.php:28671$this->ref[] = ['externalBookIndex' => self::getUInt2d($recordData, 2 + 6 * $i), 'firstSheetIndex' => self::getUInt2d($recordData, 4 + 6 * $i), 'lastSheetIndex' => self::getUInt2d($recordData, 6 + 6 * $i), ]
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Comment.php:2931return md5($this->author . $this->text->getHashCode( ) . $this->width . $this->height . $this->marginLeft . $this->marginTop . ($this->visible ? 1 : 0) . $this->fillColor->getHashCode( ) . $this->alignment . __CLASS__)
/htdocs/includes/OAuth/OAuth1/Service/AbstractService.php:2431$headerParameters = array('oauth_callback' => $this->credentials->getCallbackUrl( ), 'oauth_consumer_key' => $this->credentials->getConsumerId( ), 'oauth_nonce' => $this->generateNonce( ), 'oauth_signature_method' => $this->getSignatureMethod( ), 'oauth_timestamp' => $dateTime->format('U'), 'oauth_version' => $this->getVersion( ), )
/htdocs/includes/OAuth/Common/Http/Client/StreamClient.php:821return stream_context_create(array('http' => array('method' => $method, 'header' => implode("\r\n", array_values($headers)), 'content' => $body, 'protocol_version' => '1.1', 'user_agent' => $this->userAgent, 'max_redirects' => $this->maxRedirects, 'timeout' => $this->timeout), ))
/htdocs/includes/OAuth/OAuth2/Service/Bitrix24.php:691$parameters = array('code' => $code, 'client_id' => $this->credentials->getConsumerId( ), 'client_secret' => $this->credentials->getConsumerSecret( ), 'redirect_uri' => $this->credentials->getCallbackUrl( ), 'grant_type' => 'authorization_code', 'scope' => $this->scopes)
/htdocs/includes/OAuth/OAuth2/Service/Bitly.php:862$bodyParams = array('code' => $code, 'client_id' => $this->credentials->getConsumerId( ), 'client_secret' => $this->credentials->getConsumerSecret( ), 'redirect_uri' => $this->credentials->getCallbackUrl( ), 'grant_type' => 'authorization_code', )
/htdocs/includes/OAuth/OAuth2/Service/Buffer.php:1131$bodyParams = array('client_id' => $this->credentials->getConsumerId( ), 'client_secret' => $this->credentials->getConsumerSecret( ), 'redirect_uri' => $this->credentials->getCallbackUrl( ), 'code' => $code, 'grant_type' => 'authorization_code', )
/htdocs/includes/OAuth/OAuth2/Service/Buffer.php:851$responseBody = $this->httpClient->retrieveResponse($this->getRequestTokenEndpoint( ), array('client_key' => $this->credentials->getConsumerId( ), 'redirect_uri' => $this->credentials->getCallbackUrl( ), 'response_type' => 'code', ))
/htdocs/includes/OAuth/OAuth2/Service/AbstractService.php:1132$bodyParams = array('code' => $code, 'client_id' => $this->credentials->getConsumerId( ), 'client_secret' => $this->credentials->getConsumerSecret( ), 'redirect_uri' => $this->credentials->getCallbackUrl( ), 'grant_type' => 'authorization_code', )
/htdocs/includes/OAuth/OAuth2/Service/Delicious.php:1201$bodyParams = array('code' => $code, 'client_id' => $this->credentials->getConsumerId( ), 'client_secret' => $this->credentials->getConsumerSecret( ), 'redirect_uri' => $this->credentials->getCallbackUrl( ), 'grant_type' => 'code', )
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_images.php:3531return array('w' => $w, 'h' => $h, 'ch' => $channels, 'icc' => $icc, 'cs' => $colspace, 'bpc' => $bpc, 'f' => 'FlateDecode', 'parms' => $parms, 'pal' => $pal, 'trns' => $trns, 'data' => $data)
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:16811return chr(0xF0 | $c >> 18) . chr(0x80 | $c >> 12 & 0x3F) . chr(0x80 | $c >> 6 & 0x3F) . chr(0x80 | $c & 0x3F)
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:3311$sval = chr($ccom[($i + 1)]) . chr($ccom[($i + 2)]) . chr($ccom[($i + 3)]) . chr($ccom[($i + 4)])
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Style.php:6091return md5($this->fill->getHashCode( ) . $this->font->getHashCode( ) . $this->borders->getHashCode( ) . $this->alignment->getHashCode( ) . $this->numberFormat->getHashCode( ) . $hashConditionals . $this->protection->getHashCode( ) . ($this->quotePrefix ? 't' : 'f') . __CLASS__)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php:3761return isset($this->_list[$index]) && ($pps = $this->_list[$index]) && ($pps->PrevPps == -1 || $this->_ppsTreeComplete($pps->PrevPps)) && ($pps->NextPps == -1 || $this->_ppsTreeComplete($pps->NextPps)) && ($pps->DirPps == -1 || $this->_ppsTreeComplete($pps->DirPps))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php:5121$big_date = $days * 24 * 3600 + gmmktime(date('H', $date), date('i', $date), date('s', $date), date('m', $date), date('d', $date), date('Y', $date))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Font.php:5611$columnWidth = $pPixels ? self::$defaultColumnWidths[$font->getName( )][$font->getSize( )]['px'] : self::$defaultColumnWidths[$font->getName( )][$font->getSize( )]['width']
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Alignment.php:4551return md5($this->horizontal . $this->vertical . $this->textRotation . ($this->wrapText ? 't' : 'f') . ($this->shrinkToFit ? 't' : 'f') . $this->indent . $this->readOrder . __CLASS__)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Font.php:5431return md5($this->name . $this->size . ($this->bold ? 't' : 'f') . ($this->italic ? 't' : 'f') . ($this->superscript ? 't' : 'f') . ($this->subscript ? 't' : 'f') . $this->underline . ($this->strikethrough ? 't' : 'f') . $this->color->getHashCode( ) . __CLASS__)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Fill.php:3181return md5($this->getFillType( ) . $this->getRotation( ) . ($this->getFillType( ) !== self::FILL_NONE ? $this->getStartColor( )->getHashCode( ) : '') . ($this->getFillType( ) !== self::FILL_NONE ? $this->getEndColor( )->getHashCode( ) : '') . __CLASS__)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Borders.php:4131return md5($this->getLeft( )->getHashCode( ) . $this->getRight( )->getHashCode( ) . $this->getTop( )->getHashCode( ) . $this->getBottom( )->getHashCode( ) . $this->getDiagonal( )->getHashCode( ) . $this->getDiagonalDirection( ) . __CLASS__)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Protection.php:1421return $this->sheet || $this->objects || $this->scenarios || $this->formatCells || $this->formatColumns || $this->formatRows || $this->insertColumns || $this->insertRows || $this->insertHyperlinks || $this->deleteColumns || $this->deleteRows || $this->selectLockedCells || $this->sort || $this->autoFilter || $this->pivotTables || $this->selectUnlockedCells
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/BaseDrawing.php:4901return md5($this->name . $this->description . $this->worksheet->getHashCode( ) . $this->coordinates . $this->offsetX . $this->offsetY . $this->width . $this->height . $this->rotation . $this->shadow->getHashCode( ) . __CLASS__)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Worksheet.php:7601$autoSizes[$this->cellCollection->getCurrentColumn( )] = max((float) $autoSizes[$this->cellCollection->getCurrentColumn( )], (float) Shared\Font::calculateColumnWidth($this->getParent( )->getCellXfByIndex($cell->getXfIndex( ))->getFont( ), $cellValue, $this->getParent( )->getCellXfByIndex($cell->getXfIndex( ))->getAlignment( )->getTextRotation( ), $this->getParent( )->getDefaultStyle( )->getFont( )))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing/Shadow.php:2631return md5(($this->visible ? 't' : 'f') . $this->blurRadius . $this->distance . $this->direction . $this->alignment . $this->color->getHashCode( ) . $this->alpha . __CLASS__)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:9845$relsWorksheet = simplexml_load_string($this->securityScanner->scan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . '/_rels/' . basename($fileWorksheet) . '.rels')), 'SimpleXMLElement', Settings::getLibXmlLoaderOptions( ))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:10655$relsWorksheet = simplexml_load_string($this->securityScanner->scan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . '/_rels/' . basename($fileWorksheet) . '.rels')), 'SimpleXMLElement', Settings::getLibXmlLoaderOptions( ))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:19305$relsWorksheet = simplexml_load_string($this->securityScanner->scan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . '/_rels/' . basename($fileWorksheet) . '.rels')), 'SimpleXMLElement', Settings::getLibXmlLoaderOptions( ))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:19625$relsWorksheet = simplexml_load_string($this->securityScanner->scan($this->getFromZipArchive($zip, dirname("$dir/$fileWorksheet") . '/_rels/' . basename($fileWorksheet) . '.rels')), 'SimpleXMLElement', Settings::getLibXmlLoaderOptions( ))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:5011return ((((($c[1] * $q + $c[2]) * $q + $c[3]) * $q + $c[4]) * $q + $c[5]) * $q + $c[6]) / (((($d[1] * $q + $d[2]) * $q + $d[3]) * $q + $d[4]) * $q + 1)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php:24321return ((1 + (($daysBetweenIssueAndMaturity / $daysPerYear) * $rate) - (($price / 100) + (($daysBetweenIssueAndSettlement / $daysPerYear) * $rate))) / (($price / 100) + (($daysBetweenIssueAndSettlement / $daysPerYear) * $rate))) * ($daysPerYear / $daysBetweenSettlementAndMaturity)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:5141return -((((($c[1] * $q + $c[2]) * $q + $c[3]) * $q + $c[4]) * $q + $c[5]) * $q + $c[6]) / (((($d[1] * $q + $d[2]) * $q + $d[3]) * $q + $d[4]) * $q + 1)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:5081return ((((($a[1] * $r + $a[2]) * $r + $a[3]) * $r + $a[4]) * $r + $a[5]) * $r + $a[6]) * $q / ((((($b[1] * $r + $b[2]) * $r + $b[3]) * $r + $b[4]) * $r + $b[5]) * $r + 1)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php:16101return (-$fv - $pv * pow(1 + $rate, $nper)) / (1 + $rate * $type) / ((pow(1 + $rate, $nper) - 1) / $rate)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php:15171return log(($pmt * (1 + $rate * $type) / $rate - $fv) / ($pv + $pmt * (1 + $rate * $type) / $rate)) / log(1 + $rate)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php:18331return (-$pmt * (1 + $rate * $type) * ((pow(1 + $rate, $nper) - 1) / $rate) - $fv) / pow(1 + $rate, $nper)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php:17971return (100 + (($daysBetweenIssueAndMaturity / $daysPerYear) * $rate * 100)) / (1 + (($daysBetweenSettlementAndMaturity / $daysPerYear) * $yield)) - (($daysBetweenIssueAndSettlement / $daysPerYear) * $rate * 100)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/EigenvalueDecomposition.php:7251$vr = ($this->d[$i] - $p) * ($this->d[$i] - $p) + $this->e[$i] * $this->e[$i] - $q * $q
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/SingularValueDecomposition.php:3421$scale = max(max(max(max(abs($this->s[$p - 1]), abs($this->s[$p - 2])), abs($e[$p - 2])), abs($this->s[$k])), abs($e[$k]))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidation.php:4491return md5($this->formula1 . $this->formula2 . $this->type . $this->errorStyle . $this->operator . ($this->allowBlank ? 't' : 'f') . ($this->showDropDown ? 't' : 'f') . ($this->showInputMessage ? 't' : 'f') . ($this->showErrorMessage ? 't' : 'f') . $this->errorTitle . $this->error . $this->promptTitle . $this->prompt . __CLASS__)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS.php:1811$ret .= pack('v', strlen($this->Name) + 2) . pack('c', $this->Type) . pack('c', 0x00) . pack('V', $this->PrevPps) . pack('V', $this->NextPps) . pack('V', $this->DirPps) . "\x00\x09\x02\x00" . "\x00\x00\x00\x00" . "\xc0\x00\x00\x00" . "\x00\x00\x00\x46" . "\x00\x00\x00\x00" . OLE::localDateToOLE($this->Time1st) . OLE::localDateToOLE($this->Time2nd) . pack('V', isset($this->startBlock) ? $this->startBlock : 0) . pack('V', $this->Size) . pack('V', 0)
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Date.php:3121$excelDate = floor((146097 * $century) / 4) + floor((1461 * $decade) / 4) + floor((153 * $month + 2) / 5) + $day + 1721119 - $myexcelBaseDate + $excel1900isLeapYear
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Date.php:2461return self::formattedPHPToExcel((int) $dateValue->format('Y'), (int) $dateValue->format('m'), (int) $dateValue->format('d'), (int) $dateValue->format('H'), (int) $dateValue->format('i'), (int) $dateValue->format('s'))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/BestFit.php:3801$this->correlation = ($this->valueCount * $sumXY - $sumX * $sumY) / sqrt(($this->valueCount * $sumX2 - pow($sumX, 2)) * ($this->valueCount * $sumY2 - pow($sumY, 2)))
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/StringHelper.php:821self::$SYLKCharacters = ["\x1B 0" => chr(0), "\x1B 1" => chr(1), "\x1B 2" => chr(2), "\x1B 3" => chr(3), "\x1B 4" => chr(4), "\x1B 5" => chr(5), "\x1B 6" => chr(6), "\x1B 7" => chr(7), "\x1B 8" => chr(8), "\x1B 9" => chr(9), "\x1B :" => chr(10), "\x1B ;" => chr(11), "\x1B <" => chr(12), "\x1B =" => chr(13), "\x1B >" => chr(14), "\x1B ?" => chr(15), "\x1B!0" => chr(16), "\x1B!1" => chr(17), "\x1B!2" => chr(18), "\x1B!3" => chr(19), "\x1B!4" => chr(20), "\x1B!5" => chr(21), "\x1B!6" => chr(22), "\x1B!7" => chr(23), "\x1B!8" => chr(24), "\x1B!9" => chr(25), "\x1B!:" => chr(26), "\x1B!;" => chr(27), "\x1B!<" => chr(28), "\x1B!=" => chr(29), "\x1B!>" => chr(30), "\x1B!?" => chr(31), "\x1B'?" => chr(127), "\x1B(0" => '€', "\x1B(2" => '‚', "\x1B(3" => 'ƒ', "\x1B(4" => '„', "\x1B(5" => '…', "\x1B(6" => '†', "\x1B(7" => '‡', "\x1B(8" => 'ˆ', "\x1B(9" => '‰', "\x1B(:" => 'Š', "\x1B(;" => '‹', "\x1BNj" => 'Œ', "\x1B(>" => 'Ž', "\x1B)1" => '‘', "\x1B)2" => '’', "\x1B)3" => '“', "\x1B)4" => '”', "\x1B)5" => '•', "\x1B)6" => '–', "\x1B)7" => '—', "\x1B)8" => '˜', "\x1B)9" => '™', "\x1B):" => 'š', "\x1B);" => '›', "\x1BNz" => 'œ', "\x1B)>" => 'ž', "\x1B)?" => 'Ÿ', "\x1B*0" => ' ', "\x1BN!" => '¡', "\x1BN\"" => '¢', "\x1BN#" => '£', "\x1BN(" => '¤', "\x1BN%" => '¥', "\x1B*6" => '¦', "\x1BN'" => '§', "\x1BNH " => '¨', "\x1BNS" => '©', "\x1BNc" => 'ª', "\x1BN+" => '«', "\x1B*<" => '¬', "\x1B*=" => '­', "\x1BNR" => '®', "\x1B*?" => '¯', "\x1BN0" => '°', "\x1BN1" => '±', "\x1BN2" => '²', "\x1BN3" => '³', "\x1BNB " => '´', "\x1BN5" => 'µ', "\x1BN6" => '¶', "\x1BN7" => '·', "\x1B+8" => '¸', "\x1BNQ" => '¹', "\x1BNk" => 'º', "\x1BN;" => '»', "\x1BN<" => '¼', "\x1BN=" => '½', "\x1BN>" => '¾', "\x1BN?" => '¿', "\x1BNAA" => 'À', "\x1BNBA" => 'Á', "\x1BNCA" => 'Â', "\x1BNDA" => 'Ã', "\x1BNHA" => 'Ä', "\x1BNJA" => 'Å', "\x1BNa" => 'Æ', "\x1BNKC" => 'Ç', "\x1BNAE" => 'È', "\x1BNBE" => 'É', "\x1BNCE" => 'Ê', "\x1BNHE" => 'Ë', "\x1BNAI" => 'Ì', "\x1BNBI" => 'Í', "\x1BNCI" => 'Î', "\x1BNHI" => 'Ï', "\x1BNb" => 'Ð', "\x1BNDN" => 'Ñ', "\x1BNAO" => 'Ò', "\x1BNBO" => 'Ó', "\x1BNCO" => 'Ô', "\x1BNDO" => 'Õ', "\x1BNHO" => 'Ö', "\x1B-7" => '×', "\x1BNi" => 'Ø', "\x1BNAU" => 'Ù', "\x1BNBU" => 'Ú', "\x1BNCU" => 'Û', "\x1BNHU" => 'Ü', "\x1B-=" => 'Ý', "\x1BNl" => 'Þ', "\x1BN{" => 'ß', "\x1BNAa" => 'à', "\x1BNBa" => 'á', "\x1BNCa" => 'â', "\x1BNDa" => 'ã', "\x1BNHa" => 'ä', "\x1BNJa" => 'å', "\x1BNq" => 'æ', "\x1BNKc" => 'ç', "\x1BNAe" => 'è', "\x1BNBe" => 'é', "\x1BNCe" => 'ê', "\x1BNHe" => 'ë', "\x1BNAi" => 'ì', "\x1BNBi" => 'í', "\x1BNCi" => 'î', "\x1BNHi" => 'ï', "\x1BNs" => 'ð', "\x1BNDn" => 'ñ', "\x1BNAo" => 'ò', "\x1BNBo" => 'ó', "\x1BNCo" => 'ô', "\x1BNDo" => 'õ', "\x1BNHo" => 'ö', "\x1B/7" => '÷', "\x1BNy" => 'ø', "\x1BNAu" => 'ù', "\x1BNBu" => 'ú', "\x1BNCu" => 'û', "\x1BNHu" => 'ü', "\x1B/=" => 'ý', "\x1BN|" => 'þ', "\x1BNHy" => 'ÿ', ]
/htdocs/compta/bank/class/account.class.php:155314$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/bank/class/account.class.php:26761$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'account'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/bank/class/paymentvarious.class.php:5531$bank_line_id = $acc->addline($this->datep, $this->type_payment, $this->label, $sign * abs($this->amount), $this->num_payment, ($this->category_transaction > 0 ? $this->category_transaction : 0), $user, $this->chqemetteur, $this->chqbank, '', $this->datev)
/htdocs/compta/bank/class/paymentvarious.class.php:73866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/facture/card.php:16461$result = $object->addline($descline, $amount, 1, $tva, 0, 0, getDolGlobalInt('INVOICE_PRODUCTID_DEPOSIT'), 0, 0, 0, 0, $lines[$i]->info_bits, 0, 'HT', 0, 0, 1, $lines[$i]->special_code, $object->origin, 0, 0, 0, 0, '', array( ), 100, 0, null, 0, '', (!empty($conf->global->MAIN_DEPOSIT_MULTI_TVA) ? 0 : 1))
/htdocs/compta/facture/card.php:18231$result = $object->addline($desc, $lines[$i]->subprice, $lines[$i]->qty, $tva_tx, $localtax1_tx, $localtax2_tx, $lines[$i]->fk_product, $lines[$i]->remise_percent, $date_start, $date_end, 0, $lines[$i]->info_bits, isset($lines[$i]->fk_remise_except) ? $lines[$i]->fk_remise_except : null, 'HT', 0, $product_type, $lines[$i]->rang, $lines[$i]->special_code, $object->origin, $lines[$i]->rowid, $fk_parent_line, isset($lines[$i]->fk_fournprice) ? $lines[$i]->fk_fournprice : null, $lines[$i]->pa_ht, $label, $array_options, $lines[$i]->situation_percent ?? 100, $lines[$i]->fk_prev_id ?? 0, $lines[$i]->fk_unit, 0, '', 1)
/htdocs/compta/facture/card.php:19251$result = $object->addline($product->description, $product->price, price2num(GETPOST('qty' . $i), 'MS'), $product->tva_tx, $product->localtax1_tx, $product->localtax2_tx, GETPOSTINT('idprod' . $i), price2num(GETPOST('remise_percent' . $i), '', 2), $startday, $endday, 0, 0, 0, $product->price_base_type, $product->price_ttc, $product->type, -1, 0, '', 0, 0, 0, 0, '', array( ), 100, 0, $product->fk_unit, 0, '', 1)
/htdocs/compta/facture/card.php:19901$tabprice = calcul_price_total($line->qty, $line->subprice, $line->remise_percent, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 0, 'HT', 0, $line->product_type, $mysoc, array( ), $line->situation_percent)
/htdocs/compta/facture/card.php:20941$result = $object->updateline($line->id, $line->desc, $line->subprice, $line->qty, $line->remise_percent, $line->date_start, $line->date_end, $vat_rate, $localtax1_rate, $localtax2_rate, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit, $line->multicurrency_subprice)
/htdocs/compta/facture/card.php:21011$result = $object->updateline($line->id, $line->desc, $line->subprice, $line->qty, $remise_percent, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit, $line->multicurrency_subprice)
/htdocs/compta/facture/card.php:222810$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/compta/facture/card.php:222910$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/compta/facture/card.php:24731$result = $object->addline($desc, $pu_ht, $qty, $tva_tx, $localtax1_tx, $localtax2_tx, $idprod, $remise_percent, $date_start, $date_end, 0, $info_bits, 0, $price_base_type, $pu_ttc, $type, min($rank, count($object->lines) + 1), $special_code, '', 0, GETPOST('fk_parent_line'), $fournprice, $buyingprice, $label, $array_options, GETPOST('progress'), 0, $fk_unit, $pu_ht_devise)
/htdocs/compta/facture/card.php:27311$result = $object->updateline(GETPOSTINT('lineid'), $description, $pu, $qty, $remise_percent, $date_start, $date_end, $vat_rate, $localtax1_rate, $localtax2_rate, $price_base_type, $info_bits, $type, GETPOSTINT('fk_parent_line'), 0, $fournprice, $buyingprice, $label, $special_code, $array_options, price2num(GETPOST('progress', 'alpha')), GETPOST('units', 'alpha'), $pu_ht_devise)
/htdocs/compta/facture/card.php:29941$res = $object->addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1, $txlocaltax2, $fk_product, $remise_percent, $date_start, $date_end, $fk_code_ventilation, $info_bits, $fk_remise_except, $price_base_type, $pu_ttc, $type, $rang, $special_code, $origin, $origin_id, $fk_parent_line, $fk_fournprice, $pa_ht, $label, $array_options, $situation_percent, $fk_prev_id, $fk_unit, $pu_ht_devise)
/htdocs/compta/facture/card.php:35632$arraylist = array('amount' => $langs->transnoentitiesnoconv('FixAmount', $langs->transnoentitiesnoconv('Deposit')), 'variable' => $langs->transnoentitiesnoconv('VarAmountOneLine', $langs->transnoentitiesnoconv('Deposit')), 'variablealllines' => $langs->transnoentitiesnoconv('VarAmountAllLines'))
/htdocs/compta/bank/bankentries_list.php:9921$newcardbutton = dolGetButtonTitle($langs->trans('AddBankRecord'), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/compta/bank/various_payment/card.php?action=create&accountid=' . urlencode($search_account) . '&backtopage=' . urlencode($_SERVER['PHP_SELF'] . '?id=' . urlencode($search_account)), '', $user->rights->banque->modifier)
/htdocs/compta/bank/bankentries_list.php:8261$yyyy = dol_substr($langs->transnoentitiesnoconv("Year"), 0, 1) . substr($langs->transnoentitiesnoconv("Year"), 0, 1) . substr($langs->transnoentitiesnoconv("Year"), 0, 1) . substr($langs->transnoentitiesnoconv("Year"), 0, 1)
/htdocs/compta/bank/bankentries_list.php:16451$labeltype = ($langs->trans("PaymentTypeShort" . $objp->fk_type) != "PaymentTypeShort" . $objp->fk_type) ? $langs->trans("PaymentTypeShort" . $objp->fk_type) : $langs->getLabelFromKey($db, $objp->fk_type, 'c_paiement', 'code', 'libelle', '', 1)
/htdocs/compta/bank/bankentries_list.php:13191$sqlforbalance .= " AND (b.datev < '" . $db->idate($db->jdate($objp->dv)) . "' OR (b.datev = '" . $db->idate($db->jdate($objp->dv)) . "' AND (b.dateo < '" . $db->idate($db->jdate($objp->do)) . "' OR (b.dateo = '" . $db->idate($db->jdate($objp->do)) . "' AND b.rowid < " . $objp->rowid . "))))"
/htdocs/compta/bank/list.php:38352$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/bank/list.php:1101$arrayfields = array('b.ref' => array('label' => $langs->trans("BankAccounts"), 'checked' => 1, 'position' => 10), 'b.label' => array('label' => $langs->trans("Label"), 'checked' => 1, 'position' => 12), 'accountype' => array('label' => $langs->trans("Type"), 'checked' => 1, 'position' => 14), 'b.number' => array('label' => $langs->trans("AccountIdShort"), 'checked' => 1, 'position' => 16), 'b.account_number' => array('label' => $langs->trans("AccountAccounting"), 'checked' => (isModEnabled('accounting')), 'position' => 18), 'b.fk_accountancy_journal' => array('label' => $langs->trans("AccountancyJournal"), 'checked' => (isModEnabled('accounting')), 'position' => 20), 'toreconcile' => array('label' => $langs->trans("TransactionsToConciliate"), 'checked' => 1, 'position' => 50), 'b.currency_code' => array('label' => $langs->trans("Currency"), 'checked' => 0, 'position' => 22), 'b.datec' => array('label' => $langs->trans("DateCreation"), 'checked' => 0, 'position' => 500), 'b.tms' => array('label' => $langs->trans("DateModificationShort"), 'checked' => 0, 'position' => 500), 'b.clos' => array('label' => $langs->trans("Status"), 'checked' => 1, 'position' => 1000), 'balance' => array('label' => $langs->trans("Balance"), 'checked' => 1, 'position' => 1010), )
/htdocs/compta/bank/graph.php:8331$link = "<a href='" . $_SERVER["PHP_SELF"] . "?account=" . $account . (GETPOST("option") != 'all' ? '' : '&option=all') . "&year=" . $prevyear . "&month=" . $prevmonth . "'>" . img_previous('', 'class="valignbottom"') . "</a> " . $langs->trans("Month") . " <a href='" . $_SERVER["PHP_SELF"] . "?account=" . $account . (GETPOST("option") != 'all' ? '' : '&option=all') . "&year=" . $nextyear . "&month=" . $nextmonth . "'>" . img_next('', 'class="valignbottom"') . "</a>"
/htdocs/compta/bank/list.php:38453$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/bank/annuel.php:1521$link = ($year_start ? '<a href="' . $_SERVER["PHP_SELF"] . '?account=' . $object->id . '&year_start=' . ($year_start - 1) . '">' . img_previous('', 'class="valignbottom"') . "</a> " . $langs->trans("Year") . ' <a href="' . $_SERVER["PHP_SELF"] . '?account=' . $object->id . '&year_start=' . ($year_start + 1) . '">' . img_next('', 'class="valignbottom"') . '</a>' : '')
/htdocs/compta/bank/graph.php:8501$link = "<a href='" . $_SERVER["PHP_SELF"] . "?account=" . $account . (GETPOST("option") != 'all' ? '' : '&option=all') . "&year=" . ($prevyear) . "'>" . img_previous('', 'class="valignbottom"') . "</a> " . $langs->trans("Year") . " <a href='" . $_SERVER["PHP_SELF"] . "?account=" . $account . (GETPOST("option") != 'all' ? '' : '&option=all') . "&year=" . ($nextyear) . "'>" . img_next('', 'class="valignbottom"') . "</a>"
/htdocs/compta/bank/various_payment/card.php:6001$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (property_exists($object, 'socid') ? $object->socid : 0), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/bank/various_payment/card.php:5611$formquestion = array(array('type' => 'text', 'name' => 'clone_label', 'label' => $langs->trans("Label"), 'value' => $langs->trans("CopyOf") . ' ' . $object->label), array('type' => 'date', 'tdclass' => 'fieldrequired', 'name' => 'clone_date_payment', 'label' => $langs->trans("DatePayment"), 'value' => -1), array('type' => 'date', 'name' => 'clone_date_value', 'label' => $langs->trans("DateValue"), 'value' => -1), array('type' => 'other', 'tdclass' => 'fieldrequired', 'name' => 'clone_accountid', 'label' => $langs->trans("BankAccount"), 'value' => $form->select_comptes($object->fk_account, "accountid", 0, '', 1, '', 0, 'minwidth200', 1)), array('type' => 'text', 'name' => 'clone_amount', 'label' => $langs->trans("Amount"), 'value' => price($object->amount)), array('type' => 'select', 'name' => 'clone_sens', 'label' => $langs->trans("Sens") . ' ' . $set_value_help, 'values' => $sensarray, 'default' => $object->sens), )
/htdocs/compta/bank/various_payment/list.php:44852$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/bank/various_payment/list.php:1601$arrayfields = array('ref' => array('label' => "Ref", 'checked' => 1, 'position' => 100), 'label' => array('label' => "Label", 'checked' => 1, 'position' => 110), 'datep' => array('label' => "DatePayment", 'checked' => 1, 'position' => 120), 'datev' => array('label' => "DateValue", 'checked' => -1, 'position' => 130), 'type' => array('label' => "PaymentMode", 'checked' => 1, 'position' => 140), 'project' => array('label' => "Project", 'checked' => 1, 'position' => 200, "enabled" => isModEnabled('project')), 'bank' => array('label' => "BankAccount", 'checked' => 1, 'position' => 300, "enabled" => isModEnabled("bank")), 'entry' => array('label' => "BankTransactionLine", 'checked' => 1, 'position' => 310, "enabled" => isModEnabled("bank")), 'account' => array('label' => "AccountAccountingShort", 'checked' => 1, 'position' => 400, "enabled" => isModEnabled('accounting')), 'subledger' => array('label' => "SubledgerAccount", 'checked' => 1, 'position' => 410, "enabled" => isModEnabled('accounting')), 'debit' => array('label' => "Debit", 'checked' => 1, 'position' => 500), 'credit' => array('label' => "Credit", 'checked' => 1, 'position' => 510), )
/htdocs/compta/bank/class/account.class.php:12771$sql .= " AND " . $this->db->escape($field) . " <= '" . (!empty($date_end) ? $this->db->idate($date_end) : $this->db->idate(dol_now( ))) . "'"
/htdocs/compta/bank/various_payment/list.php:44953$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/facture/contact.php:16150$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/facture/list.php:2061$arrayfields = array('f.ref' => array('label' => "Ref", 'checked' => 1, 'position' => 5), 'f.ref_client' => array('label' => "RefCustomer", 'checked' => -1, 'position' => 10), 'f.type' => array('label' => "Type", 'checked' => 0, 'position' => 15), 'f.datef' => array('label' => "DateInvoice", 'checked' => 1, 'position' => 20), 'f.date_valid' => array('label' => "DateValidation", 'checked' => 0, 'position' => 22), 'f.subtype' => array('label' => "InvoiceSubtype", 'checked' => 0, 'position' => 17), 'f.date_lim_reglement' => array('label' => "DateDue", 'checked' => 1, 'position' => 25), 'f.date_closing' => array('label' => "DateClosing", 'checked' => 0, 'position' => 30), 'p.ref' => array('label' => "ProjectRef", 'langs' => 'projects', 'checked' => 1, 'enabled' => (!isModEnabled('project') ? 0 : 1), 'position' => 40), 'p.title' => array('label' => "ProjectLabel", 'checked' => 0, 'enabled' => (!isModEnabled('project') ? 0 : 1), 'position' => 41), 's.nom' => array('label' => "ThirdParty", 'checked' => 1, 'position' => 50), 's.name_alias' => array('label' => "AliasNameShort", 'checked' => 1, 'position' => 51), 's.code_client' => array('label' => "CustomerCodeShort", 'checked' => -1, 'position' => 52), 's2.nom' => array('label' => 'ParentCompany', 'position' => 32, 'checked' => 0), 's.town' => array('label' => "Town", 'checked' => -1, 'position' => 55), 's.zip' => array('label' => "Zip", 'checked' => 1, 'position' => 60), 'state.nom' => array('label' => "StateShort", 'checked' => 0, 'position' => 65), 'country.code_iso' => array('label' => "Country", 'checked' => 0, 'position' => 70), 'typent.code' => array('label' => "ThirdPartyType", 'checked' => $checkedtypetiers, 'position' => 75), 'f.fk_mode_reglement' => array('label' => "PaymentMode", 'checked' => 1, 'position' => 80), 'f.fk_cond_reglement' => array('label' => "PaymentConditionsShort", 'checked' => 1, 'position' => 85), 'f.module_source' => array('label' => "POSModule", 'langs' => 'cashdesk', 'checked' => ($contextpage == 'poslist' ? 1 : 0), 'enabled' => "(isModEnabled('cashdesk') || isModEnabled('takepos') || getDolGlobalInt('INVOICE_SHOW_POS'))", 'position' => 90), 'f.pos_source' => array('label' => "POSTerminal", 'langs' => 'cashdesk', 'checked' => ($contextpage == 'poslist' ? 1 : 0), 'enabled' => "(isModEnabled('cashdesk') || isModEnabled('takepos') || getDolGlobalInt('INVOICE_SHOW_POS'))", 'position' => 91), 'f.total_ht' => array('label' => "AmountHT", 'checked' => 1, 'position' => 95), 'f.total_tva' => array('label' => "AmountVAT", 'checked' => 0, 'position' => 100), 'f.total_localtax1' => array('label' => $langs->transcountry("AmountLT1", $mysoc->country_code), 'checked' => 0, 'enabled' => ($mysoc->localtax1_assuj == "1"), 'position' => 110), 'f.total_localtax2' => array('label' => $langs->transcountry("AmountLT2", $mysoc->country_code), 'checked' => 0, 'enabled' => ($mysoc->localtax2_assuj == "1"), 'position' => 120), 'f.total_ttc' => array('label' => "AmountTTC", 'checked' => 0, 'position' => 130), 'dynamount_payed' => array('label' => "Received", 'checked' => 0, 'position' => 140), 'rtp' => array('label' => "Rest", 'checked' => 0, 'position' => 150), 'f.multicurrency_code' => array('label' => 'Currency', 'checked' => 0, 'enabled' => (!isModEnabled('multicurrency') ? 0 : 1), 'position' => 280), 'f.multicurrency_tx' => array('label' => 'CurrencyRate', 'checked' => 0, 'enabled' => (!isModEnabled('multicurrency') ? 0 : 1), 'position' => 285), 'f.multicurrency_total_ht' => array('label' => 'MulticurrencyAmountHT', 'checked' => 0, 'enabled' => (!isModEnabled('multicurrency') ? 0 : 1), 'position' => 290), 'f.multicurrency_total_vat' => array('label' => 'MulticurrencyAmountVAT', 'checked' => 0, 'enabled' => (!isModEnabled('multicurrency') ? 0 : 1), 'position' => 291), 'f.multicurrency_total_ttc' => array('label' => 'MulticurrencyAmountTTC', 'checked' => 0, 'enabled' => (!isModEnabled('multicurrency') ? 0 : 1), 'position' => 292), 'multicurrency_dynamount_payed' => array('label' => 'MulticurrencyAlreadyPaid', 'checked' => 0, 'enabled' => (!isModEnabled('multicurrency') ? 0 : 1), 'position' => 295), 'multicurrency_rtp' => array('label' => 'MulticurrencyRemainderToPay', 'checked' => 0, 'enabled' => (!isModEnabled('multicurrency') ? 0 : 1), 'position' => 296), 'total_pa' => array('label' => ((getDolGlobalString('MARGIN_TYPE') == '1') ? 'BuyingPrice' : 'CostPrice'), 'checked' => 0, 'position' => 300, 'enabled' => (!isModEnabled('margin') || !$user->hasRight('margins', 'liretous') ? 0 : 1)), 'total_margin' => array('label' => 'Margin', 'checked' => 0, 'position' => 301, 'enabled' => (!isModEnabled('margin') || !$user->hasRight('margins', 'liretous') ? 0 : 1)), 'total_margin_rate' => array('label' => 'MarginRate', 'checked' => 0, 'position' => 302, 'enabled' => (!isModEnabled('margin') || !$user->hasRight('margins', 'liretous') || !getDolGlobalString('DISPLAY_MARGIN_RATES') ? 0 : 1)), 'total_mark_rate' => array('label' => 'MarkRate', 'checked' => 0, 'position' => 303, 'enabled' => (!isModEnabled('margin') || !$user->hasRight('margins', 'liretous') || !getDolGlobalString('DISPLAY_MARK_RATES') ? 0 : 1)), 'f.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 500), 'f.tms' => array('type' => 'timestamp', 'label' => 'DateModificationShort', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 502), 'u.login' => array('label' => "UserAuthor", 'checked' => 1, 'position' => 504), 'sale_representative' => array('label' => "SaleRepresentativesOfThirdParty", 'checked' => 0, 'position' => 506), 'f.note_public' => array('label' => 'NotePublic', 'checked' => 0, 'position' => 520, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PUBLIC_NOTES'))), 'f.note_private' => array('label' => 'NotePrivate', 'checked' => 0, 'position' => 521, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PRIVATE_NOTES'))), 'f.fk_fac_rec_source' => array('label' => 'GeneratedFromTemplate', 'checked' => 0, 'position' => 530, 'enabled' => '1'), 'f.fk_statut' => array('label' => "Status", 'checked' => 1, 'position' => 1000), )
/htdocs/compta/facture/card-rec.php:127050$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/facture/card-rec.php:14372$substitutionarray['__INVOICE_DATE_NEXT_INVOICE_AFTER_GEN__'] = $langs->trans("DateNextInvoiceAfterGen") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree(($object->date_when ? $object->date_when : dol_now( )), $object->frequency, $object->unit_frequency), 'dayhour') . ')'
/htdocs/compta/facture/list.php:122952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/facture/list.php:123053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/facture/list.php:2801$arrayfields[$newkey] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1, 1, '1')), 'position' => $val['position'], 'help' => empty($val['help']) ? '' : $val['help'], )
/htdocs/compta/facture/list.php:11951$arrayofmassactions = array('validate' => img_picto('', 'check', 'class="pictofixedwidth"') . $langs->trans("Validate"), 'generate_doc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("ReGeneratePDF"), 'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("PDFMerge"), 'presend' => img_picto('', 'email', 'class="pictofixedwidth"') . $langs->trans("SendByMail"), )
/htdocs/compta/facture/list.php:16511$liststatus = array('0' => $langs->trans("BillShortStatusDraft"), '0,1' => $langs->trans("BillShortStatusDraft") . '+' . $langs->trans("BillShortStatusNotPaid"), '1' => $langs->trans("BillShortStatusNotPaid"), '1,2' => $langs->trans("BillShortStatusNotPaid") . '+' . $langs->trans("BillShortStatusPaid"), '2' => $langs->trans("BillShortStatusPaid"), '3' => $langs->trans("BillShortStatusCanceled"))
/htdocs/compta/facture/prelevement.php:39550$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/facture/list.php:12621$formquestion = array(array('type' => 'date', 'name' => 'datepaiment', 'label' => $langs->trans("Date"), 'datenow' => 1), array('type' => 'other', 'name' => 'paiementid', 'label' => $langs->trans("PaymentMode"), 'value' => $form->select_types_paiements(GETPOST('search_paymentmode'), 'paiementid', '', 0, 0, 1, 0, 1, '', 1)), array('type' => 'other', 'name' => 'bankid', 'label' => $langs->trans("BankAccount"), 'value' => $form->select_comptes('', 'bankid', 0, '', 0, '', 0, '', 1)), )
/htdocs/compta/facture/list.php:13751$listtype = array(Facture::TYPE_STANDARD => $langs->trans("InvoiceStandard"), Facture::TYPE_DEPOSIT => $langs->trans("InvoiceDeposit"), Facture::TYPE_CREDIT_NOTE => $langs->trans("InvoiceAvoir"), Facture::TYPE_REPLACEMENT => $langs->trans("InvoiceReplacement"), )
/htdocs/compta/facture/class/api_invoices.class.php:4731$updateRes = $this->invoice->updateline($lineid, $request_data->desc, $request_data->subprice, $request_data->qty, $request_data->remise_percent, $request_data->date_start, $request_data->date_end, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->info_bits, $request_data->product_type, $request_data->fk_parent_line, 0, $request_data->fk_fournprice, $request_data->pa_ht, $request_data->label, $request_data->special_code, $request_data->array_options, $request_data->situation_percent, $request_data->fk_unit, $request_data->multicurrency_subprice, 0, $request_data->ref_ext, $request_data->rang)
/htdocs/compta/facture/class/api_invoices.class.php:7841$updateRes = $this->invoice->addline($request_data->desc, $request_data->subprice, $request_data->qty, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->fk_product, $request_data->remise_percent, $request_data->date_start, $request_data->date_end, $request_data->fk_code_ventilation, $request_data->info_bits, $request_data->fk_remise_except, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->subprice, $request_data->product_type, $request_data->rang, $request_data->special_code, $request_data->origin, $request_data->origin_id, $request_data->fk_parent_line, empty($request_data->fk_fournprice) ? null : $request_data->fk_fournprice, $pa_ht, $request_data->label, $request_data->array_options, $request_data->situation_percent, $request_data->fk_prev_id, $request_data->fk_unit, 0, $request_data->ref_ext)
/htdocs/compta/facture/agenda-rec.php:16450$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/facture/agenda.php:15950$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/facture/card.php:44802$formquestion = array('text' => $langs->trans("ConfirmClassifyPaidPartiallyQuestion"), 0 => array('type' => 'radio', 'name' => 'close_code', 'label' => $langs->trans("Reason"), 'values' => $arrayreasons), 1 => array('type' => 'text', 'name' => 'close_note', 'label' => $langs->trans("Comment"), 'value' => '', 'morecss' => 'minwidth300'))
/htdocs/compta/facture/card.php:43881$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?facid=' . $object->id, $langs->trans('ValidateBill'), $text, 'confirm_valid', $formquestion, (($object->type != Facture::TYPE_CREDIT_NOTE && $object->total_ttc < 0) ? "no" : "yes"), 2)
/htdocs/compta/facture/card.php:42811$formquestion = array(array('type' => 'other', 'name' => 'idwarehouse', 'label' => $label, 'value' => $formproduct->selectWarehouses(GETPOST('idwarehouse') ? GETPOST('idwarehouse') : 'ifone', 'idwarehouse', '', 1, 0, 0, $langs->trans("NoStockAction"), 0, $forcecombo)))
/htdocs/compta/facture/card.php:40222$substitutionarray = array('__TOTAL_HT__' => $langs->trans("AmountHT") . ' (' . $langs->trans("Example") . ': ' . price($exampletemplateinvoice->total_ht) . ')', '__TOTAL_TTC__' => $langs->trans("AmountTTC") . ' (' . $langs->trans("Example") . ': ' . price($exampletemplateinvoice->total_ttc) . ')', '__INVOICE_PREVIOUS_MONTH__' => $langs->trans("PreviousMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, -1, 'm'), '%m') . ')', '__INVOICE_MONTH__' => $langs->trans("MonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date($dateexample, '%m') . ')', '__INVOICE_NEXT_MONTH__' => $langs->trans("NextMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, 1, 'm'), '%m') . ')', '__INVOICE_PREVIOUS_MONTH_TEXT__' => $langs->trans("TextPreviousMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, -1, 'm'), '%B') . ')', '__INVOICE_MONTH_TEXT__' => $langs->trans("TextMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date($dateexample, '%B') . ')', '__INVOICE_NEXT_MONTH_TEXT__' => $langs->trans("TextNextMonthOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, 1, 'm'), '%B') . ')', '__INVOICE_PREVIOUS_YEAR__' => $langs->trans("PreviousYearOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, -1, 'y'), '%Y') . ')', '__INVOICE_YEAR__' => $langs->trans("YearOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date($dateexample, '%Y') . ')', '__INVOICE_NEXT_YEAR__' => $langs->trans("NextYearOfInvoice") . ' (' . $langs->trans("Example") . ': ' . dol_print_date(dol_time_plus_duree($dateexample, 1, 'y'), '%Y') . ')')
/htdocs/compta/facture/card.php:45431$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?facid=' . $object->id . '&file=' . urlencode($file), $langs->trans('DeleteFileHeader'), $langs->trans('DeleteFileText') . "<br><br>" . $file, 'remove_file', '', 'no', 2)
/htdocs/compta/facture/card.php:45321$formquestion = array(array('type' => 'other', 'name' => 'socid', 'label' => $langs->trans("SelectThirdParty"), 'value' => $form->select_company($object->socid, 'socid', $filter, 1)), array('type' => 'date', 'name' => 'newdate', 'label' => $langs->trans("Date"), 'value' => dol_now( )))
/htdocs/compta/facture/card.php:45122$formquestion = array('text' => $langs->trans("ConfirmCancelBillQuestion"), 0 => array('type' => 'radio', 'name' => 'close_code', 'label' => $langs->trans("Reason"), 'values' => $arrayreasons), 1 => array('type' => 'text', 'name' => 'close_note', 'label' => $langs->trans("Comment"), 'value' => '', 'morecss' => 'minwidth300'))
/htdocs/compta/facture/card.php:44821$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?facid=' . $object->id, $langs->trans('ClassifyPaid'), $langs->trans('ConfirmClassifyPaidPartially', $object->ref), 'confirm_paid_partially', $formquestion, "yes", 1, 380, 600)
/htdocs/compta/facture/invoicetemplate_list.php:9527$dur = array("i" => $langs->trans("Minutes"), "h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/compta/facture/note.php:13350$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/facture/document.php:15550$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/facture/card.php:459450$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/facture/card-rec.php:8541$result = $object->updateline(GETPOSTINT('lineid'), $description, $pu_ht, $qty, $vat_rate, $localtax1_rate, $localtax1_rate, GETPOSTINT('productid'), $remise_percent, 'HT', $info_bits, 0, 0, $type, $position, $special_code, $label, GETPOST('units'), $pu_ht_devise, 0, $date_start_fill, $date_end_fill, $fournprice, $buyingprice)
/htdocs/compta/facture/card-rec.php:50810$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/compta/facture/card-rec.php:50710$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/compta/facture/invoicetemplate_list.php:9548$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/commande/list.php:136952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/commande/list.php:137053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/commande/list.php:18022$liststatus = array(Commande::STATUS_DRAFT => $langs->trans("StatusOrderDraftShort"), Commande::STATUS_VALIDATED => $langs->trans("StatusOrderValidated"), Commande::STATUS_SHIPMENTONPROCESS => $langs->trans("StatusOrderSentShort"), -2 => $langs->trans("StatusOrderValidatedShort") . '+' . $langs->trans("StatusOrderSentShort"), -3 => $langs->trans("StatusOrderValidatedShort") . '+' . $langs->trans("StatusOrderSentShort") . '+' . $langs->trans("StatusOrderDelivered"), Commande::STATUS_CLOSED => $langs->trans("StatusOrderDelivered"), Commande::STATUS_CANCELED => $langs->trans("StatusOrderCanceledShort"))
/htdocs/commande/list.php:26732$text_info .= ($reliquat != $generic_commande->lines[$lig]->qty ? ' <span class="opacitymedium">(' . $langs->trans("QtyInOtherShipments") . ' ' . ($generic_commande->lines[$lig]->qty - $reliquat) . ')</span>' : '')
/htdocs/commande/note.php:11750$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/commande/contact.php:15750$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/commande/list.php:1721$arrayfields = array('c.ref' => array('label' => "Ref", 'checked' => 1, 'position' => 5, 'searchall' => 1), 'c.ref_client' => array('label' => "RefCustomerOrder", 'checked' => -1, 'position' => 10, 'searchall' => 1), 'p.ref' => array('label' => "ProjectRef", 'checked' => -1, 'enabled' => (!isModEnabled('project') ? 0 : 1), 'position' => 20), 'p.title' => array('label' => "ProjectLabel", 'checked' => 0, 'enabled' => (!isModEnabled('project') ? 0 : 1), 'position' => 25), 's.nom' => array('label' => "ThirdParty", 'checked' => 1, 'position' => 30, 'searchall' => 1), 's.name_alias' => array('label' => "AliasNameShort", 'checked' => -1, 'position' => 31, 'searchall' => 1), 's2.nom' => array('label' => 'ParentCompany', 'position' => 32, 'checked' => 0), 's.town' => array('label' => "Town", 'checked' => -1, 'position' => 35, 'searchall' => 1), 's.zip' => array('label' => "Zip", 'checked' => -1, 'position' => 40, 'searchall' => 1), 'state.nom' => array('label' => "StateShort", 'checked' => 0, 'position' => 45), 'country.code_iso' => array('label' => "Country", 'checked' => 0, 'position' => 50), 'typent.code' => array('label' => "ThirdPartyType", 'checked' => $checkedtypetiers, 'position' => 55), 'c.date_commande' => array('label' => "OrderDateShort", 'checked' => 1, 'position' => 60, 'csslist' => 'nowraponall'), 'c.date_delivery' => array('label' => "DateDeliveryPlanned", 'checked' => 1, 'enabled' => !getDolGlobalString('ORDER_DISABLE_DELIVERY_DATE'), 'position' => 65, 'csslist' => 'nowraponall'), 'c.fk_shipping_method' => array('label' => "SendingMethod", 'checked' => -1, 'position' => 66, 'enabled' => isModEnabled("shipping")), 'c.fk_cond_reglement' => array('label' => "PaymentConditionsShort", 'checked' => -1, 'position' => 67), 'c.fk_mode_reglement' => array('label' => "PaymentMode", 'checked' => -1, 'position' => 68), 'c.fk_input_reason' => array('label' => "Channel", 'checked' => -1, 'position' => 69), 'c.total_ht' => array('label' => "AmountHT", 'checked' => 1, 'position' => 75), 'c.total_vat' => array('label' => "AmountVAT", 'checked' => 0, 'position' => 80), 'c.total_ttc' => array('label' => "AmountTTC", 'checked' => 0, 'position' => 85), 'c.multicurrency_code' => array('label' => 'Currency', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1), 'position' => 90), 'c.multicurrency_tx' => array('label' => 'CurrencyRate', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1), 'position' => 95), 'c.multicurrency_total_ht' => array('label' => 'MulticurrencyAmountHT', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1), 'position' => 100), 'c.multicurrency_total_vat' => array('label' => 'MulticurrencyAmountVAT', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1), 'position' => 105), 'c.multicurrency_total_ttc' => array('label' => 'MulticurrencyAmountTTC', 'checked' => 0, 'enabled' => (!isModEnabled("multicurrency") ? 0 : 1), 'position' => 110), 'u.login' => array('label' => "Author", 'checked' => 1, 'position' => 115), 'sale_representative' => array('label' => "SaleRepresentativesOfThirdParty", 'checked' => 0, 'position' => 116), 'total_pa' => array('label' => (getDolGlobalString('MARGIN_TYPE') == '1' ? 'BuyingPrice' : 'CostPrice'), 'checked' => 0, 'position' => 300, 'enabled' => (!isModEnabled('margin') || !$user->hasRight("margins", "liretous") ? 0 : 1)), 'total_margin' => array('label' => 'Margin', 'checked' => 0, 'position' => 301, 'enabled' => (!isModEnabled('margin') || !$user->hasRight("margins", "liretous") ? 0 : 1)), 'total_margin_rate' => array('label' => 'MarginRate', 'checked' => 0, 'position' => 302, 'enabled' => (!isModEnabled('margin') || !$user->hasRight("margins", "liretous") || !getDolGlobalString('DISPLAY_MARGIN_RATES') ? 0 : 1)), 'total_mark_rate' => array('label' => 'MarkRate', 'checked' => 0, 'position' => 303, 'enabled' => (!isModEnabled('margin') || !$user->hasRight("margins", "liretous") || !getDolGlobalString('DISPLAY_MARK_RATES') ? 0 : 1)), 'c.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 120), 'c.tms' => array('label' => "DateModificationShort", 'checked' => 0, 'position' => 125), 'c.date_cloture' => array('label' => "DateClosing", 'checked' => 0, 'position' => 130), 'c.note_public' => array('label' => 'NotePublic', 'checked' => 0, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PUBLIC_NOTES')), 'position' => 135, 'searchall' => 1), 'c.note_private' => array('label' => 'NotePrivate', 'checked' => 0, 'enabled' => (!getDolGlobalInt('MAIN_LIST_HIDE_PRIVATE_NOTES')), 'position' => 140), 'shippable' => array('label' => "Shippable", 'checked' => 1, 'enabled' => (isModEnabled("shipping")), 'position' => 990), 'c.facture' => array('label' => "Billed", 'checked' => 1, 'enabled' => (!getDolGlobalString('WORKFLOW_BILL_ON_SHIPMENT')), 'position' => 995), 'c.import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 999), 'c.fk_statut' => array('label' => "Status", 'checked' => 1, 'position' => 1000))
/htdocs/commande/list.php:5021$result = $objecttmp->addline($desc, $lines[$i]->subprice, $lines[$i]->qty, $lines[$i]->tva_tx, $lines[$i]->localtax1_tx, $lines[$i]->localtax2_tx, $lines[$i]->fk_product, $lines[$i]->remise_percent, $date_start, $date_end, 0, $lines[$i]->info_bits, $lines[$i]->fk_remise_except, 'HT', 0, $product_type, $rang, $lines[$i]->special_code, $objecttmp->origin, $lines[$i]->rowid, $fk_parent_line, $lines[$i]->fk_fournprice, $lines[$i]->pa_ht, $lines[$i]->label, $array_options, 100, 0, $lines[$i]->fk_unit)
/htdocs/commande/class/api_orders.class.php:3581$updateRes = $this->commande->addline($request_data->desc, $request_data->subprice, $request_data->qty, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->fk_product, $request_data->remise_percent, $request_data->info_bits, $request_data->fk_remise_except, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->subprice, $request_data->date_start, $request_data->date_end, $request_data->product_type, $request_data->rang, $request_data->special_code, $request_data->fk_parent_line, $request_data->fk_fournprice, $request_data->pa_ht, $request_data->label, $request_data->array_options, $request_data->fk_unit, $request_data->origin, $request_data->origin_id, $request_data->multicurrency_subprice, $request_data->ref_ext)
/htdocs/commande/class/api_orders.class.php:4251$updateRes = $this->commande->updateline($lineid, $request_data->desc, $request_data->subprice, $request_data->qty, $request_data->remise_percent, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->info_bits, $request_data->date_start, $request_data->date_end, $request_data->product_type, $request_data->fk_parent_line, 0, $request_data->fk_fournprice, $request_data->pa_ht, $request_data->label, $request_data->special_code, $request_data->array_options, $request_data->fk_unit, $request_data->multicurrency_subprice, 0, $request_data->ref_ext, $request_data->rang)
/htdocs/commande/class/commande.class.php:5231$result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans("OrderValidatedInDolibarr", $num))
/htdocs/commande/class/commande.class.php:5511$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'commande/" . $this->db->escape($this->newref) . "'"
/htdocs/commande/list.php:27162$text_info .= ($reliquat != $generic_commande->lines[$lig]->qty ? ' <span class="opacitymedium">(' . $langs->trans("QtyInOtherShipments") . ' ' . ($generic_commande->lines[$lig]->qty - $reliquat) . ')</span>' : '')
/htdocs/commande/list_det.php:1801$arrayfields = array('rowid' => array('label' => 'TechnicalID', 'checked' => 1, 'position' => 1, 'enabled' => (getDolGlobalInt('MAIN_SHOW_TECHNICAL_ID') ? 1 : 0)), 'pr.ref' => array('label' => 'ProductRef', 'checked' => 1, 'position' => 1), 'pr.desc' => array('label' => 'ProductDescription', 'checked' => -1, 'position' => 1), 'cdet.qty' => array('label' => 'QtyOrdered', 'checked' => 1, 'position' => 1), 'c.ref' => array('label' => "Ref", 'checked' => 1, 'position' => 5), 'c.ref_client' => array('label' => "RefCustomerOrder", 'checked' => -1, 'position' => 10), 'p.ref' => array('label' => "ProjectRef", 'checked' => -1, 'enabled' => (empty($conf->project->enabled) ? 0 : 1), 'position' => 20), 'p.title' => array('label' => "ProjectLabel", 'checked' => 0, 'enabled' => (empty($conf->project->enabled) ? 0 : 1), 'position' => 25), 's.nom' => array('label' => "ThirdParty", 'checked' => 1, 'position' => 30), 's.name_alias' => array('label' => "AliasNameShort", 'checked' => -1, 'position' => 31), 's.town' => array('label' => "Town", 'checked' => -1, 'position' => 35), 's.zip' => array('label' => "Zip", 'checked' => -1, 'position' => 40), 'state.nom' => array('label' => "StateShort", 'checked' => 0, 'position' => 45), 'country.code_iso' => array('label' => "Country", 'checked' => 0, 'position' => 50), 'typent.code' => array('label' => "ThirdPartyType", 'checked' => $checkedtypetiers, 'position' => 55), 'c.date_commande' => array('label' => "OrderDateShort", 'checked' => 1, 'position' => 60), 'c.date_delivery' => array('label' => "DateDeliveryPlanned", 'checked' => 1, 'enabled' => !getDolGlobalString('ORDER_DISABLE_DELIVERY_DATE'), 'position' => 65), 'c.fk_shipping_method' => array('label' => "SendingMethod", 'checked' => -1, 'position' => 66, 'enabled' => isModEnabled('shipping')), 'c.fk_cond_reglement' => array('label' => "PaymentConditionsShort", 'checked' => -1, 'position' => 67), 'c.fk_mode_reglement' => array('label' => "PaymentMode", 'checked' => -1, 'position' => 68), 'c.fk_input_reason' => array('label' => "Channel", 'checked' => -1, 'position' => 69), 'cdet.total_ht' => array('label' => "AmountHT", 'checked' => 1, 'position' => 75), 'c.total_vat' => array('label' => "AmountVAT", 'checked' => 0, 'position' => 80), 'cdet.total_ttc' => array('label' => "AmountTTC", 'checked' => 0, 'position' => 85), 'c.multicurrency_code' => array('label' => 'Currency', 'checked' => 0, 'enabled' => (empty($conf->multicurrency->enabled) ? 0 : 1), 'position' => 90), 'c.multicurrency_tx' => array('label' => 'CurrencyRate', 'checked' => 0, 'enabled' => (empty($conf->multicurrency->enabled) ? 0 : 1), 'position' => 95), 'c.multicurrency_total_ht' => array('label' => 'MulticurrencyAmountHT', 'checked' => 0, 'enabled' => (empty($conf->multicurrency->enabled) ? 0 : 1), 'position' => 100), 'c.multicurrency_total_vat' => array('label' => 'MulticurrencyAmountVAT', 'checked' => 0, 'enabled' => (empty($conf->multicurrency->enabled) ? 0 : 1), 'position' => 105), 'c.multicurrency_total_ttc' => array('label' => 'MulticurrencyAmountTTC', 'checked' => 0, 'enabled' => (empty($conf->multicurrency->enabled) ? 0 : 1), 'position' => 110), 'c.fk_warehouse' => array('label' => 'Warehouse', 'checked' => 0, 'enabled' => (!isModEnabled('stock') && !getDolGlobalString('WAREHOUSE_ASK_WAREHOUSE_DURING_ORDER') ? 0 : 1), 'position' => 110), 'u.login' => array('label' => "Author", 'checked' => 1, 'position' => 115), 'sale_representative' => array('label' => "SaleRepresentativesOfThirdParty", 'checked' => 0, 'position' => 116), 'total_pa' => array('label' => (getDolGlobalString('MARGIN_TYPE') == '1' ? 'BuyingPrice' : 'CostPrice'), 'checked' => 0, 'position' => 300, 'enabled' => (!isModEnabled('margin') || !$user->rights->margins->liretous ? 0 : 1)), 'total_margin' => array('label' => 'Margin', 'checked' => 0, 'position' => 301, 'enabled' => (!isModEnabled('margin') || !$user->rights->margins->liretous ? 0 : 1)), 'total_margin_rate' => array('label' => 'MarginRate', 'checked' => 0, 'position' => 302, 'enabled' => (!isModEnabled('margin') || !$user->rights->margins->liretous || !getDolGlobalString('DISPLAY_MARGIN_RATES') ? 0 : 1)), 'total_mark_rate' => array('label' => 'MarkRate', 'checked' => 0, 'position' => 303, 'enabled' => (!isModEnabled('margin') || !$user->rights->margins->liretous || !getDolGlobalString('DISPLAY_MARK_RATES') ? 0 : 1)), 'c.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 120), 'c.tms' => array('label' => "DateModificationShort", 'checked' => 0, 'position' => 125), 'c.date_cloture' => array('label' => "DateClosing", 'checked' => 0, 'position' => 130), 'c.note_public' => array('label' => 'NotePublic', 'checked' => 0, 'enabled' => (!getDolGlobalString('MAIN_LIST_ALLOW_PUBLIC_NOTES')), 'position' => 135), 'c.note_private' => array('label' => 'NotePrivate', 'checked' => 0, 'enabled' => (!getDolGlobalString('MAIN_LIST_ALLOW_PRIVATE_NOTES')), 'position' => 140), 'shippable' => array('label' => "Shippable", 'checked' => 1, 'enabled' => (isModEnabled('shipping')), 'position' => 990), 'c.facture' => array('label' => "Billed", 'checked' => 1, 'enabled' => (!getDolGlobalString('WORKFLOW_BILL_ON_SHIPMENT')), 'position' => 995), 'c.import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 999), 'c.fk_statut' => array('label' => "Status", 'checked' => 1, 'position' => 1000))
/htdocs/commande/list_det.php:12672$liststatus = array(Commande::STATUS_DRAFT => $langs->trans("StatusOrderDraftShort"), Commande::STATUS_VALIDATED => $langs->trans("StatusOrderValidated"), Commande::STATUS_SHIPMENTONPROCESS => $langs->trans("StatusOrderSentShort"), -2 => $langs->trans("StatusOrderValidatedShort") . '+' . $langs->trans("StatusOrderSentShort"), -3 => $langs->trans("StatusOrderValidatedShort") . '+' . $langs->trans("StatusOrderSentShort") . '+' . $langs->trans("StatusOrderDelivered"), Commande::STATUS_CLOSED => $langs->trans("StatusOrderDelivered"), Commande::STATUS_CANCELED => $langs->trans("StatusOrderCanceledShort"))
/htdocs/commande/agenda.php:15950$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/commande/card.php:23732$formquestion = array(array('type' => 'other', 'name' => 'idwarehouse', 'label' => $langs->trans("SelectWarehouseForStockIncrease"), 'value' => $formproduct->selectWarehouses(GETPOST('idwarehouse') ? GETPOST('idwarehouse') : 'ifone', 'idwarehouse', '', 1, 0, 0, '', 0, $forcecombo)))
/htdocs/commande/card.php:22171$formquestion = array(array('type' => 'other', 'name' => 'idwarehouse', 'label' => $langs->trans("SelectWarehouseForStockDecrease"), 'value' => $formproduct->selectWarehouses(GETPOSTINT('idwarehouse') ? GETPOSTINT('idwarehouse') : 'ifone', 'idwarehouse', '', 1, 0, 0, '', 0, $forcecombo)))
/htdocs/commande/card.php:24321$formquestion = array(array('type' => 'other', 'name' => 'socid', 'label' => $langs->trans("SelectThirdParty"), 'value' => $form->select_company(GETPOSTINT('socid'), 'socid', $filter, '', 0, 0, null, 0, 'maxwidth300')))
/htdocs/commande/card.php:24122$formquestion = array(array('type' => 'other', 'name' => 'idwarehouse', 'label' => $langs->trans("SelectWarehouseForStockIncrease"), 'value' => $formproduct->selectWarehouses(GETPOST('idwarehouse') ? GETPOST('idwarehouse') : 'ifone', 'idwarehouse', '', 1, 0, 0, '', 0, $forcecombo)))
/htdocs/commande/card.php:78210$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/commande/card.php:78110$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/commande/card.php:12721$result = $object->updateline(GETPOSTINT('lineid'), $description, $pu, $qty, $remise_percent, $vat_rate, $localtax1_rate, $localtax2_rate, $price_base_type, $info_bits, $date_start, $date_end, $type, GETPOST('fk_parent_line'), 0, $fournprice, $buyingprice, $label, $special_code, $array_options, GETPOST('units'), $pu_ht_devise)
/htdocs/commande/card.php:10681$result = $object->addline($desc, $pu_ht, $qty, $tva_tx, $localtax1_tx, $localtax2_tx, $idprod, $remise_percent, $info_bits, 0, $price_base_type, $pu_ttc, $date_start, $date_end, $type, min($rank, count($object->lines) + 1), 0, GETPOST('fk_parent_line'), $fournprice, $buyingprice, $label, $array_options, $fk_unit, '', 0, $pu_ht_devise)
/htdocs/commande/card.php:30111$arrayforbutaction[] = array('lang' => 'sendings', 'enabled' => (isModEnabled("shipping") && ($object->statut > Commande::STATUS_DRAFT && $object->statut < Commande::STATUS_CLOSED && ($object->getNbOfProductsLines( ) > 0 || getDolGlobalString('STOCK_SUPPORTS_SERVICES')))), 'perm' => $user->hasRight('expedition', 'creer'), 'label' => 'CreateShipment', 'url' => '/expedition/shipment.php?id=' . $object->id)
/htdocs/commande/card.php:29941$arrayforbutaction[] = array('lang' => 'contracts', 'enabled' => (isModEnabled("contract") && ($object->statut == Commande::STATUS_VALIDATED || $object->statut == Commande::STATUS_SHIPMENTONPROCESS || $object->statut == Commande::STATUS_CLOSED)), 'perm' => $user->hasRight('contrat', 'creer'), 'label' => 'AddContract', 'url' => '/contrat/card.php?action=create&amp;origin=' . $object->element . '&amp;originid=' . $object->id . '&amp;socid=' . $object->socid)
/htdocs/commande/document.php:14750$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/commande/card.php:30251$arrayforbutaction[] = array('lang' => 'bills', 'enabled' => (isModEnabled('invoice') && $object->statut > Commande::STATUS_DRAFT && !$object->billed && $object->total_ttc >= 0), 'perm' => ($user->hasRight('facture', 'creer') && !getDolGlobalInt('WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER')), 'label' => 'CreateBill', 'url' => '/compta/facture/card.php?action=create&amp;token=' . newToken( ) . '&amp;origin=' . urlencode($object->element) . '&amp;originid=' . $object->id . '&amp;socid=' . $object->socid)
/htdocs/commande/card.php:247450$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/commande/card.php:24592$morehtmlref .= $form->editfieldval("RefCustomer", 'ref_client', $object->ref_client, $object, $usercancreate, 'string' . (isset($conf->global->THIRDPARTY_REF_INPUT_SIZE) ? ':' . getDolGlobalString('THIRDPARTY_REF_INPUT_SIZE') : ''), '', null, null, '', 1)
/htdocs/commande/card.php:29801$arrayforbutaction[] = array('lang' => 'interventions', 'enabled' => (isModEnabled("intervention") && $object->statut > Commande::STATUS_DRAFT && $object->statut < Commande::STATUS_CLOSED && $object->getNbOfServicesLines( ) > 0), 'perm' => $user->hasRight('ficheinter', 'creer'), 'label' => 'AddIntervention', 'url' => '/fichinter/card.php?action=create&amp;origin=' . $object->element . '&amp;originid=' . $object->id . '&amp;socid=' . $object->socid)
/htdocs/commande/card.php:29721$arrayforbutaction[] = array('lang' => 'orders', 'enabled' => (isModEnabled("supplier_order") && $object->statut > Commande::STATUS_DRAFT && $object->getNbOfServicesLines( ) > 0), 'perm' => $usercancreatepurchaseorder, 'label' => 'AddPurchaseOrder', 'url' => '/fourn/commande/card.php?action=create&amp;origin=' . $object->element . '&amp;originid=' . $object->id)
/htdocs/compta/tva/list.php:36653$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/tva/quadri_detail.php:2641$x_both[$my_coll_rate]['coll']['detail'][] = array('id' => $x_coll[$my_coll_rate]['facid'][$id], 'descr' => $x_coll[$my_coll_rate]['descr'][$id], 'pid' => $x_coll[$my_coll_rate]['pid'][$id], 'pref' => $x_coll[$my_coll_rate]['pref'][$id], 'ptype' => $x_coll[$my_coll_rate]['ptype'][$id], 'payment_id' => $x_coll[$my_coll_rate]['payment_id'][$id], 'payment_ref' => $x_coll[$my_coll_rate]['payment_ref'][$id], 'payment_amount' => $x_coll[$my_coll_rate]['payment_amount'][$id], 'ftotal_ttc' => $x_coll[$my_coll_rate]['ftotal_ttc'][$id], 'dtotal_ttc' => $x_coll[$my_coll_rate]['dtotal_ttc'][$id], 'dtype' => $x_coll[$my_coll_rate]['dtype'][$id], 'datef' => $x_coll[$my_coll_rate]['datef'][$id], 'datep' => $x_coll[$my_coll_rate]['datep'][$id], 'company_link' => $company_static->getNomUrl(1, '', 20), 'ddate_start' => $x_coll[$my_coll_rate]['ddate_start'][$id], 'ddate_end' => $x_coll[$my_coll_rate]['ddate_end'][$id], 'totalht' => $x_coll[$my_coll_rate]['totalht_list'][$id], 'vat' => $x_coll[$my_coll_rate]['vat_list'][$id], 'link' => $invoice_customer->getNomUrl(1, '', 12))
/htdocs/compta/tva/index.php:3621$x_both[$my_paye_rate]['paye']['detail'][] = array('id' => $x_paye[$my_paye_rate]['facid'][$id], 'descr' => $x_paye[$my_paye_rate]['descr'][$id], 'pid' => $x_paye[$my_paye_rate]['pid'][$id], 'pref' => $x_paye[$my_paye_rate]['pref'][$id], 'ptype' => $x_paye[$my_paye_rate]['ptype'][$id], 'payment_id' => $x_paye[$my_paye_rate]['payment_id'][$id], 'payment_amount' => $x_paye[$my_paye_rate]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_rate]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_rate]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_rate]['dtype'][$id], 'datef' => $x_paye[$my_paye_rate]['datef'][$id], 'datep' => $x_paye[$my_paye_rate]['datep'][$id], 'ddate_start' => $x_paye[$my_paye_rate]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_rate]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_rate]['totalht_list'][$id]), 'vat' => $x_paye[$my_paye_rate]['vat_list'][$id], )
/htdocs/compta/tva/list.php:36552$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/tva/index.php:2991$x_both[$my_coll_rate]['coll']['detail'][] = array('id' => $x_coll[$my_coll_rate]['facid'][$id], 'descr' => $x_coll[$my_coll_rate]['descr'][$id], 'pid' => $x_coll[$my_coll_rate]['pid'][$id], 'pref' => $x_coll[$my_coll_rate]['pref'][$id], 'ptype' => $x_coll[$my_coll_rate]['ptype'][$id], 'payment_id' => $x_coll[$my_coll_rate]['payment_id'][$id], 'payment_amount' => $x_coll[$my_coll_rate]['payment_amount'][$id], 'ftotal_ttc' => $x_coll[$my_coll_rate]['ftotal_ttc'][$id], 'dtotal_ttc' => $x_coll[$my_coll_rate]['dtotal_ttc'][$id], 'dtype' => $x_coll[$my_coll_rate]['dtype'][$id], 'datef' => $x_coll[$my_coll_rate]['datef'][$id], 'datep' => $x_coll[$my_coll_rate]['datep'][$id], 'ddate_start' => $x_coll[$my_coll_rate]['ddate_start'][$id], 'ddate_end' => $x_coll[$my_coll_rate]['ddate_end'][$id], 'totalht' => $x_coll[$my_coll_rate]['totalht_list'][$id], 'vat' => $x_coll[$my_coll_rate]['vat_list'][$id], )
/htdocs/compta/tva/index.php:3401$x_both[$my_paye_rate]['paye']['detail'][] = array('id' => $x_paye[$my_paye_rate]['facid'][$id], 'descr' => $x_paye[$my_paye_rate]['descr'][$id], 'pid' => $x_paye[$my_paye_rate]['pid'][$id], 'pref' => $x_paye[$my_paye_rate]['pref'][$id], 'ptype' => $x_paye[$my_paye_rate]['ptype'][$id], 'payment_id' => $x_paye[$my_paye_rate]['payment_id'][$id], 'payment_amount' => $x_paye[$my_paye_rate]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_rate]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_rate]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_rate]['dtype'][$id], 'ddate_start' => $x_paye[$my_paye_rate]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_rate]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_rate]['totalht_list'][$id]), 'vat' => $x_paye[$my_paye_rate]['vat_list'][$id], )
/htdocs/compta/sociales/class/paymentsocialcontribution.class.php:6361$result = $acc->add_url_line($bank_line_id, $socialcontrib->id, DOL_URL_ROOT . '/compta/charges.php?id=', $socialcontrib->type_label . (($socialcontrib->lib && $socialcontrib->lib != $socialcontrib->type_label) ? ' (' . $socialcontrib->lib . ')' : ''), 'sc')
/htdocs/compta/sociales/class/chargesociales.class.php:64966$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/tva/class/paymentvat.class.php:2362$sql .= " " . ((int) $this->paiementtype) . ", '" . $this->db->escape($this->num_payment) . "', '" . $this->db->escape($this->note) . "', " . $user->id . ","
/htdocs/compta/bank/bankentries_list.php:1521$arrayfields = array('b.rowid' => array('label' => $langs->trans("Ref"), 'checked' => 1, 'position' => 10), 'b.label' => array('label' => $langs->trans("Description"), 'checked' => 1, 'position' => 20), 'b.dateo' => array('label' => $langs->trans("DateOperationShort"), 'checked' => 1, 'position' => 30), 'b.datev' => array('label' => $langs->trans("DateValueShort"), 'checked' => 1, 'position' => 40), 'type' => array('label' => $langs->trans("Type"), 'checked' => 1, 'position' => 50), 'b.num_chq' => array('label' => $langs->trans("Numero"), 'checked' => 1, 'position' => 60), 'bu.label' => array('label' => $langs->trans("ThirdParty") . '/' . $langs->trans("User"), 'checked' => 1, 'position' => 70), 'ba.ref' => array('label' => $langs->trans("BankAccount"), 'checked' => (($id > 0 || !empty($ref)) ? 0 : 1), 'position' => 80), 'b.debit' => array('label' => $langs->trans("Debit"), 'checked' => 1, 'position' => 90), 'b.credit' => array('label' => $langs->trans("Credit"), 'checked' => 1, 'position' => 100), 'balancebefore' => array('label' => $langs->trans("BalanceBefore"), 'checked' => 0, 'position' => 110), 'balance' => array('label' => $langs->trans("Balance"), 'checked' => 1, 'position' => 120), 'b.num_releve' => array('label' => $langs->trans("AccountStatement"), 'checked' => 1, 'position' => 130), 'b.conciliated' => array('label' => $langs->trans("BankLineReconciled"), 'enabled' => $object->rappro, 'checked' => ($action == 'reconcile' ? 1 : 0), 'position' => 140), 'b.fk_bordereau' => array('label' => $langs->trans("ChequeNumber"), 'checked' => 0, 'position' => 150), )
/htdocs/compta/tva/clients.php:3471$x_both[$my_paye_thirdpartyid]['paye']['detail'][] = array('id' => $x_paye[$my_paye_thirdpartyid]['facid'][$id], 'descr' => $x_paye[$my_paye_thirdpartyid]['descr'][$id], 'pid' => $x_paye[$my_paye_thirdpartyid]['pid'][$id], 'pref' => $x_paye[$my_paye_thirdpartyid]['pref'][$id], 'ptype' => $x_paye[$my_paye_thirdpartyid]['ptype'][$id], 'pstatus' => $x_paye[$my_paye_thirdpartyid]['pstatus'][$id], 'pstatusbuy' => $x_paye[$my_paye_thirdpartyid]['pstatusbuy'][$id], 'payment_id' => $x_paye[$my_paye_thirdpartyid]['payment_id'][$id], 'payment_ref' => $x_paye[$my_paye_thirdpartyid]['payment_ref'][$id], 'payment_amount' => $x_paye[$my_paye_thirdpartyid]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_thirdpartyid]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_thirdpartyid]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_thirdpartyid]['dtype'][$id], 'drate' => $x_paye[$my_coll_thirdpartyid]['drate'][$id], 'datef' => $x_paye[$my_paye_thirdpartyid]['datef'][$id], 'datep' => $x_paye[$my_paye_thirdpartyid]['datep'][$id], 'company_link' => $company_static->getNomUrl(1, '', 20), 'ddate_start' => $x_paye[$my_paye_thirdpartyid]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_thirdpartyid]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_thirdpartyid]['totalht_list'][$id]), 'vat' => $x_paye[$my_paye_thirdpartyid]['vat_list'][$id], 'link' => $invoice_supplier->getNomUrl(1, '', 12))
/htdocs/compta/tva/class/tva.class.php:78566$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/tva/clients.php:2571$x_both[$my_coll_thirdpartyid]['coll']['detail'][] = array('id' => $x_coll[$my_coll_thirdpartyid]['facid'][$id], 'descr' => $x_coll[$my_coll_thirdpartyid]['descr'][$id], 'pid' => $x_coll[$my_coll_thirdpartyid]['pid'][$id], 'pref' => isset($x_coll[$my_coll_thirdpartyid]['pref'][$id]) ? $x_coll[$my_coll_thirdpartyid]['pref'][$id] : '', 'ptype' => $x_coll[$my_coll_thirdpartyid]['ptype'][$id], 'pstatus' => isset($x_paye[$my_coll_thirdpartyid]['pstatus'][$id]) ? $x_paye[$my_coll_thirdpartyid]['pstatus'][$id] : '', 'pstatusbuy' => isset($x_paye[$my_coll_thirdpartyid]['pstatusbuy'][$id]) ? $x_paye[$my_coll_thirdpartyid]['pstatusbuy'][$id] : '', 'payment_id' => $x_coll[$my_coll_thirdpartyid]['payment_id'][$id], 'payment_ref' => isset($x_coll[$my_coll_thirdpartyid]['payment_ref'][$id]) ? $x_coll[$my_coll_thirdpartyid]['payment_ref'][$id] : '', 'payment_amount' => $x_coll[$my_coll_thirdpartyid]['payment_amount'][$id], 'ftotal_ttc' => $x_coll[$my_coll_thirdpartyid]['ftotal_ttc'][$id], 'dtotal_ttc' => $x_coll[$my_coll_thirdpartyid]['dtotal_ttc'][$id], 'dtype' => $x_coll[$my_coll_thirdpartyid]['dtype'][$id], 'drate' => $x_coll[$my_coll_thirdpartyid]['drate'][$id], 'datef' => $x_coll[$my_coll_thirdpartyid]['datef'][$id], 'datep' => $x_coll[$my_coll_thirdpartyid]['datep'][$id], 'company_link' => $company_static->getNomUrl(1, '', 20), 'ddate_start' => $x_coll[$my_coll_thirdpartyid]['ddate_start'][$id], 'ddate_end' => $x_coll[$my_coll_thirdpartyid]['ddate_end'][$id], 'totalht' => $x_coll[$my_coll_thirdpartyid]['totalht_list'][$id], 'vat' => $x_coll[$my_coll_thirdpartyid]['vat_list'][$id], 'link' => $invoice_customer->getNomUrl(1, '', 12))
/htdocs/compta/tva/clients.php:3051$x_both[$my_paye_thirdpartyid]['paye']['detail'][] = array('id' => $x_paye[$my_paye_thirdpartyid]['facid'][$id], 'descr' => $x_paye[$my_paye_thirdpartyid]['descr'][$id], 'pid' => $x_paye[$my_paye_thirdpartyid]['pid'][$id], 'pref' => $x_paye[$my_paye_thirdpartyid]['pref'][$id], 'ptype' => $x_paye[$my_paye_thirdpartyid]['ptype'][$id], 'pstatus' => $x_paye[$my_paye_thirdpartyid]['pstatus'][$id], 'pstatusbuy' => $x_paye[$my_paye_thirdpartyid]['pstatusbuy'][$id], 'payment_id' => $x_paye[$my_paye_thirdpartyid]['payment_id'][$id], 'payment_ref' => $x_paye[$my_paye_thirdpartyid]['payment_ref'][$id], 'payment_amount' => $x_paye[$my_paye_thirdpartyid]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_thirdpartyid]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_thirdpartyid]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_thirdpartyid]['dtype'][$id], 'drate' => $x_paye[$my_coll_thirdpartyid]['drate'][$id], 'ddate_start' => $x_paye[$my_paye_thirdpartyid]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_thirdpartyid]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_thirdpartyid]['totalht_list'][$id]), 'vat' => $x_paye[$my_paye_thirdpartyid]['vat_list'][$id], 'link' => $expensereport->getNomUrl(1))
/htdocs/compta/tva/quadri_detail.php:3071$x_both[$my_paye_rate]['paye']['detail'][] = array('id' => $x_paye[$my_paye_rate]['facid'][$id], 'descr' => $x_paye[$my_paye_rate]['descr'][$id], 'pid' => $x_paye[$my_paye_rate]['pid'][$id], 'pref' => $x_paye[$my_paye_rate]['pref'][$id], 'ptype' => $x_paye[$my_paye_rate]['ptype'][$id], 'payment_id' => $x_paye[$my_paye_rate]['payment_id'][$id], 'payment_ref' => $x_paye[$my_paye_rate]['payment_ref'][$id], 'payment_amount' => $x_paye[$my_paye_rate]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_rate]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_rate]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_rate]['dtype'][$id], 'ddate_start' => $x_paye[$my_paye_rate]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_rate]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_rate]['totalht_list'][$id]), 'vat' => $x_paye[$my_paye_rate]['vat_list'][$id], 'link' => $expensereport->getNomUrl(1))
/htdocs/compta/tva/quadri_detail.php:3431$x_both[$my_paye_rate]['paye']['detail'][] = array('id' => $x_paye[$my_paye_rate]['facid'][$id], 'descr' => $x_paye[$my_paye_rate]['descr'][$id], 'pid' => $x_paye[$my_paye_rate]['pid'][$id], 'pref' => $x_paye[$my_paye_rate]['pref'][$id], 'ptype' => $x_paye[$my_paye_rate]['ptype'][$id], 'payment_id' => $x_paye[$my_paye_rate]['payment_id'][$id], 'payment_ref' => $x_paye[$my_paye_rate]['payment_ref'][$id], 'payment_amount' => $x_paye[$my_paye_rate]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_rate]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_rate]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_rate]['dtype'][$id], 'datef' => $x_paye[$my_paye_rate]['datef'][$id], 'datep' => $x_paye[$my_paye_rate]['datep'][$id], 'company_link' => $company_static->getNomUrl(1, '', 20), 'ddate_start' => $x_paye[$my_paye_rate]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_rate]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_rate]['totalht_list'][$id]), 'vat' => $x_paye[$my_paye_rate]['vat_list'][$id], 'link' => $invoice_supplier->getNomUrl(1, '', 12))
/htdocs/compta/accounting-files.php:1381$listofchoices = array('selectinvoices' => array('label' => 'Invoices', 'picto' => 'bill', 'lang' => 'bills', 'enabled' => isModEnabled('invoice'), 'perms' => $user->hasRight('facture', 'lire')), 'selectsupplierinvoices' => array('label' => 'BillsSuppliers', 'picto' => 'supplier_invoice', 'lang' => 'bills', 'enabled' => isModEnabled('supplier_invoice'), 'perms' => $user->hasRight('fournisseur', 'facture', 'lire')), 'selectexpensereports' => array('label' => 'ExpenseReports', 'picto' => 'expensereport', 'lang' => 'trips', 'enabled' => isModEnabled('expensereport'), 'perms' => $user->hasRight('expensereport', 'lire')), 'selectdonations' => array('label' => 'Donations', 'picto' => 'donation', 'lang' => 'donation', 'enabled' => isModEnabled('don'), 'perms' => $user->hasRight('don', 'lire')), 'selectsocialcontributions' => array('label' => 'SocialContributions', 'picto' => 'bill', 'enabled' => isModEnabled('tax'), 'perms' => $user->hasRight('tax', 'charges', 'lire')), 'selectpaymentsofsalaries' => array('label' => 'SalariesPayments', 'picto' => 'salary', 'lang' => 'salaries', 'enabled' => isModEnabled('salaries'), 'perms' => $user->hasRight('salaries', 'read')), 'selectvariouspayment' => array('label' => 'VariousPayment', 'picto' => 'payment', 'enabled' => isModEnabled('bank'), 'perms' => $user->hasRight('banque', 'lire')), 'selectloanspayment' => array('label' => 'PaymentLoan', 'picto' => 'loan', 'enabled' => isModEnabled('don'), 'perms' => $user->hasRight('loan', 'read')), )
/htdocs/compta/recap-compta.php:2101$values = array('fk_paiement' => $objp->rowid, 'date' => $db->jdate($objp->dp), 'datefieldforsort' => $db->jdate($objp->dp) . '-' . $fac->ref, 'link' => $langs->trans("Payment") . ' ' . $paymentstatic->getNomUrl(1), 'status' => '', 'amount' => -$objp->amount, 'author' => $userstatic->getLoginUrl(1))
/htdocs/compta/recap-compta.php:1671$values = array('fk_facture' => $objf->facid, 'date' => $fac->date, 'datefieldforsort' => $fac->date . '-' . $fac->ref, 'link' => $fac->getNomUrl(1), 'status' => $fac->getLibStatut(2, $totalpaid), 'amount' => $fac->total_ttc, 'author' => $userstatic->getLoginUrl(1))
/htdocs/zapier/class/hook.class.php:53866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/commande/stats/index.php:3471$liststatus = array(Commande::STATUS_DRAFT => $langs->trans("StatusOrderDraft"), Commande::STATUS_VALIDATED => $langs->trans("StatusOrderValidated"), Commande::STATUS_SHIPMENTONPROCESS => $langs->trans("StatusOrderSent"), Commande::STATUS_CLOSED => $langs->trans("StatusOrderDelivered"), Commande::STATUS_CANCELED => $langs->trans("StatusOrderCanceled"))
/htdocs/commande/class/commande.class.php:41971$text .= ' ' . ($conf->commande->client->warning_delay > 0 ? '+' : '-') . ' ' . round(abs($conf->commande->client->warning_delay) / 3600 / 24, 1) . ' ' . $langs->trans("days") . ' < ' . $langs->trans("Today")
/htdocs/commande/class/commande.class.php:13433$marginInfos = getMarginInfos($object->lines[$i]->subprice, $object->lines[$i]->remise_percent, $object->lines[$i]->tva_tx, $object->lines[$i]->localtax1_tx, $object->lines[$i]->localtax2_tx, $object->lines[$i]->fk_fournprice, $object->lines[$i]->pa_ht)
/htdocs/commande/class/commande.class.php:10281$result = $this->addline($line->desc, $line->subprice, $line->qty, $vatrate, $line->localtax1_tx, $line->localtax2_tx, $line->fk_product, $line->remise_percent, $line->info_bits, $line->fk_remise_except, 'HT', 0, $line->date_start, $line->date_end, $line->product_type, $line->rang, $line->special_code, $fk_parent_line, $line->fk_fournprice, $line->pa_ht, $line->label, $line->array_options, $line->fk_unit, $origintype, $originid, 0, $line->ref_ext, 1)
/htdocs/compta/sociales/class/paymentsocialcontribution.class.php:2322$sql .= " " . ((int) $this->paiementtype) . ", '" . $this->db->escape($this->num_payment) . "', '" . $this->db->escape($this->note) . "', " . $user->id . ","
/htdocs/compta/sociales/list.php:39053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/sociales/list.php:38952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/sociales/list.php:1001$arrayfields = array('cs.rowid' => array('label' => "Ref", 'checked' => 1, 'position' => 10), 'cs.libelle' => array('label' => "Label", 'checked' => 1, 'position' => 20), 'cs.fk_type' => array('label' => "Type", 'checked' => 1, 'position' => 30), 'cs.date_ech' => array('label' => "Date", 'checked' => 1, 'position' => 40), 'cs.periode' => array('label' => "PeriodEndDate", 'checked' => 1, 'position' => 50), 'p.ref' => array('label' => "ProjectRef", 'checked' => 1, 'position' => 60, 'enabled' => (isModEnabled('project'))), 'cs.fk_user' => array('label' => "Employee", 'checked' => 1, 'position' => 70), 'cs.fk_mode_reglement' => array('checked' => -1, 'position' => 80, 'label' => "DefaultPaymentMode"), 'cs.amount' => array('label' => "Amount", 'checked' => 1, 'position' => 100), 'cs.paye' => array('label' => "Status", 'checked' => 1, 'position' => 110), )
/htdocs/compta/sociales/card.php:5581$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'fk_project' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/compta/journal/sellsjournal.php:2651$lines = array(array('var' => $tabttc[$key], 'label' => $langs->trans('ThirdParty') . ' (' . $companystatic->getNomUrl(0, 'customer', 16) . ')', 'nomtcheck' => true, 'inv' => true), array('var' => $tabht[$key], 'label' => $langs->trans('Products'), ), array('var' => $tabtva[$key], 'label' => $langs->trans('VAT')), array('var' => $tablocaltax1[$key], 'label' => $langs->transcountry('LT1', $mysoc->country_code)), array('var' => $tablocaltax2[$key], 'label' => $langs->transcountry('LT2', $mysoc->country_code)))
/htdocs/compta/journal/purchasesjournal.php:2191$lines = array(array('var' => $tabht[$key], 'label' => $langs->trans('Products'), ), array('var' => $tabtva[$key], 'label' => $langs->trans('VAT')), array('var' => $tablocaltax1[$key], 'label' => $langs->transcountry('LT1', $mysoc->country_code)), array('var' => $tablocaltax2[$key], 'label' => $langs->transcountry('LT2', $mysoc->country_code)), array('var' => $tabttc[$key], 'label' => $langs->trans('ThirdParty') . ' (' . $companystatic->getNomUrl(0, 'supplier', 16) . ')', 'nomtcheck' => true, 'inv' => true))
/htdocs/compta/accounting-files.php:4521$filesarray[$file['item'] . '_' . $file['id']]['files'][] = array('link' => $link . urlencode($file['name']), 'name' => $file['name'], 'ref' => $file['ref'], 'fullname' => $file['fullname'], 'relpath' => '/' . $file['name'], 'relpathnamelang' => $langs->trans($file['item']) . '/' . $file['name'], 'modulepart' => $modulepart, 'subdir' => $subdir, 'currency' => $file['currency'])
/htdocs/bookcal/availabilities_card.php:5928$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlcenter)
/htdocs/bookcal/availabilities_list.php:47453$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/bookcal/calendar_list.php:45552$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/bookcal/calendar_list.php:12827$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/bookcal/class/calendar.class.php:5241$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'calendar/" . $this->db->escape($this->newref) . "'"
/htdocs/bookcal/calendar_list.php:45653$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/bookcal/class/availabilities.class.php:5661$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'availabilities/" . $this->db->escape($this->newref) . "'"
/htdocs/bookcal/class/calendar.class.php:75214$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/salaries/payments.php:41752$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/salaries/payments.php:1426$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1, 1, '1')), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/salaries/class/paymentsalary.class.php:2581$sql .= " " . ((int) $this->fk_typepayment) . ", '" . $this->db->escape($this->num_payment) . "', '" . $this->db->escape($this->note) . "', " . ((int) $user->id) . ","
/htdocs/salaries/payments.php:41853$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/bookcal/availabilities_agenda.php:512$actioncode = GETPOST("actioncode", "alpha", 3) ? GETPOST("actioncode", "alpha", 3) : (GETPOST("actioncode") == '0' ? '0' : (!getDolGlobalString('AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECT') ? '' : $conf->global->AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECT))
/htdocs/salaries/class/salary.class.php:56714$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/bookcal/availabilities_list.php:47352$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/bookcal/availabilities_list.php:13227$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/compta/paiement/class/paiement.class.php:4061$sql .= "'" . $this->db->escape($num_payment) . "', '" . $this->db->escape($note) . "', " . ($this->ext_payment_id ? "'" . $this->db->escape($this->ext_payment_id) . "'" : "null") . ", " . ($this->ext_payment_site ? "'" . $this->db->escape($this->ext_payment_site) . "'" : "null") . ", " . ((int) $user->id) . ", " . ((float) $this->pos_change) . ")"
/htdocs/compta/paiement/class/paiement.class.php:4181$sql .= " VALUES (" . ((int) $facid) . ", " . ((int) $this->id) . ", " . ((float) $amount) . ", " . ((float) $this->multicurrency_amounts[$key]) . ", " . ($currencyofpayment ? "'" . $this->db->escape($currencyofpayment) . "'" : 'NULL') . ", " . (!empty($this->multicurrency_tx) ? (float) $currencytxofpayment : 1) . ")"
/htdocs/compta/paiement/class/paiement.class.php:134966$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/salaries/card.php:4562$object->array_options['options_' . $attributekey] = dol_mktime(GETPOSTINT($attributekeylong . 'hour'), GETPOSTINT($attributekeylong . 'min'), GETPOSTINT($attributekeylong . 'sec'), GETPOSTINT($attributekeylong . 'month'), GETPOSTINT($attributekeylong . 'day'), GETPOSTINT($attributekeylong . 'year'))
/htdocs/salaries/virement_request.php:24550$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/salaries/list.php:13027$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/salaries/list.php:53352$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/salaries/list.php:53453$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/stats/byratecountry.php:2826$periodlink = '<a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start - 1) . '&modecompta=' . $modecompta . '">' . img_previous( ) . '</a> <a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start + 1) . '&modecompta=' . $modecompta . '">' . img_next( ) . '</a>'
/htdocs/compta/stats/cabyuser.php:2236$periodlink = '<a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start - 1) . '&modecompta=' . $modecompta . '">' . img_previous( ) . '</a> <a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start + 1) . '&modecompta=' . $modecompta . '">' . img_next( ) . '</a>'
/htdocs/compta/paiement/list.php:1021$arrayfields = array('p.ref' => array('label' => "RefPayment", 'checked' => 1, 'position' => 10), 'p.datep' => array('label' => "Date", 'checked' => 1, 'position' => 20), 's.nom' => array('label' => "ThirdParty", 'checked' => 1, 'position' => 30), 'c.libelle' => array('label' => "Type", 'checked' => 1, 'position' => 40), 'transaction' => array('label' => "BankTransactionLine", 'checked' => 1, 'position' => 50, 'enabled' => (isModEnabled("bank"))), 'ba.label' => array('label' => "BankAccount", 'checked' => 1, 'position' => 60, 'enabled' => (isModEnabled("bank"))), 'p.num_paiement' => array('label' => "Numero", 'checked' => 1, 'position' => 70, 'tooltip' => "ChequeOrTransferNumber"), 'p.amount' => array('label' => "Amount", 'checked' => 1, 'position' => 80), 'p.statut' => array('label' => "Status", 'checked' => 1, 'position' => 90, 'enabled' => (getDolGlobalString('BILL_ADD_PAYMENT_VALIDATION'))), )
/htdocs/compta/paiement/cheque/card.php:3651$formquestion = array(array('type' => 'hidden', 'name' => 'bankid', 'value' => GETPOSTINT('lineid')), array('type' => 'date', 'name' => 'rejectdate_', 'label' => $langs->trans("RejectCheckDate"), 'value' => dol_now( )))
/htdocs/compta/paiement/cheque/list.php:25852$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/paiement/cheque/list.php:25953$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/paiement/cheque/class/remisecheque.class.php:94966$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/paiement/class/paiement.class.php:4051$sql .= " VALUES (" . ((int) $conf->entity) . ", '" . $this->db->escape($this->ref) . "', '" . $this->db->escape($this->ref_ext) . "', '" . $this->db->idate($now) . "', '" . $this->db->idate($this->datepaye) . "', " . ((float) $total) . ", " . ((float) $mtotal) . ", " . ((int) $this->paiementid) . ", "
/htdocs/website/index.php:44601$tmpstring .= ' <a class="paddingleft" href="' . $_SERVER["PHP_SELF"] . '?website=' . urlencode($object->ref) . '&pageid=' . ((int) $objectpage->id) . '&action=deletelang&token=' . newToken( ) . '&deletelangforid=' . ((int) $tmppage->id) . '">' . img_picto($langs->trans("Remove"), 'unlink') . '</a>'
/htdocs/website/index.php:33831$formquestion = array(array('type' => 'hidden', 'name' => 'sourcepageurl', 'value' => $objectpage->pageurl), array('type' => 'other', 'tdclass' => 'fieldrequired', 'name' => 'newwebsite', 'label' => $langs->trans("WebSite"), 'value' => $formwebsite->selectWebsite($object->id, 'newwebsite', 0)), array('type' => 'text', 'tdclass' => 'maxwidth200 fieldrequired', 'moreattr' => 'autofocus="autofocus"', 'name' => 'newtitle', 'label' => $langs->trans("WEBSITE_TITLE"), 'value' => $langs->trans("CopyOf") . ' ' . $objectpage->title), array('type' => 'text', 'tdclass' => 'maxwidth200', 'name' => 'newpageurl', 'label' => $langs->trans("WEBSITE_PAGENAME"), 'value' => ''))
/htdocs/website/index.php:33331$formquestion = array(array('type' => 'checkbox', 'name' => 'delete_also_js', 'label' => $langs->trans("DeleteAlsoJs"), 'value' => 0), array('type' => 'checkbox', 'name' => 'delete_also_medias', 'label' => $langs->trans("DeleteAlsoMedias"), 'value' => 0), )
/htdocs/website/index.php:28421$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?website=' . urlencode($website->ref), $langs->trans('ConfirmSitemapsCreation'), $langs->trans('ConfirmGenerateSitemaps', $object->ref), 'generatesitemaps', '', "yes", 1)
/htdocs/website/class/websitepage.class.php:8071$result .= img_picto(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/website/class/website.class.php:5681$sql .= ' tms = ' . (dol_strlen($this->date_modification) != 0 ? "'" . $this->db->idate($this->date_modification) . "'" : "'" . $this->db->idate(dol_now( )) . "'")
/htdocs/website/class/website.class.php:5671$sql .= ' date_creation = ' . (!isset($this->date_creation) || dol_strlen($this->date_creation) != 0 ? "'" . $this->db->idate($this->date_creation) . "'" : 'null') . ','
/htdocs/website/class/website.class.php:2421$sql .= ' ' . (!isset($this->date_creation) || dol_strlen($this->date_creation) == 0 ? 'NULL' : "'" . $this->db->idate($this->date_creation) . "'") . ","
/htdocs/recruitment/class/recruitmentjobposition.class.php:5621$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'recruitmentjobposition/" . $this->db->escape($this->newref) . "'"
/htdocs/recruitment/class/recruitmentcandidature.class.php:78266$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/recruitment/class/recruitmentcandidature.class.php:76066$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/recruitment/class/recruitmentcandidature.class.php:6882$lastname = (isset($this->lastname) ? $this->lastname : (isset($this->name) ? $this->name : (isset($this->nom) ? $this->nom : (isset($this->societe) ? $this->societe : (isset($this->company) ? $this->company : '')))))
/htdocs/website/index.php:2801$manifestjsoncontentdefault .= '{ "name": "MyWebsite", "short_name": "MyWebsite", "start_url": "/", "lang": "en-US", "display": "standalone", "background_color": "#fff", "description": "A simple Web app.", "icons": [{ "src": "images/' . urlencode($website->ref) . '/homescreen48.png", "sizes": "48x48", "type": "image/png" }, { "src": "image/' . urlencode($website->ref) . '/homescreen72.png", "sizes": "72x72", "type": "image/png" }, { "src": "image/' . urlencode($website->ref) . '/homescreen96.png", "sizes": "96x96", "type": "image/png" }, { "src": "image/' . urlencode($website->ref) . '/homescreen144.png", "sizes": "144x144", "type": "image/png" }, { "src": "image/' . urlencode($website->ref) . '/homescreen168.png", "sizes": "168x168", "type": "image/png" }, { "src": "image/' . urlencode($website->ref) . '/homescreen192.png", "sizes": "192x192", "type": "image/png" }], "related_applications": [{ "platform": "play", "url": "https://play.google.com/store/apps/details?id=com.nltechno.dolidroidpro" }] }'
/htdocs/recruitment/class/recruitmentjobposition.class.php:11291$return .= '<span class="info-box-ref inline-block tdoverflowmax150 valignmiddle">' . (method_exists($this, 'getNomUrl') ? $this->getNomUrl(1) : $this->ref) . ($this->qty > 1 ? ' <span title="' . $langs->trans("NbOfEmployeesExpected") . '">(' . $this->qty . ')</span>' : '') . '</span>'
/htdocs/recruitment/class/recruitmentjobposition.class.php:85966$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/recruitment/class/recruitmentjobposition.class.php:83766$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/recruitment/recruitmentcandidature_list.php:56653$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/recruitment/recruitmentjobposition_note.php:1284$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, !empty($object->socid) ? $object->socid : 0, $object->fk_project, 'none', 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/recruitment/recruitmentcandidature_list.php:4524$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, !empty($object->socid) ? $object->socid : 0, $object->fk_project, 'none', 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/recruitment/recruitmentcandidature_list.php:56552$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/recruitment/recruitmentjobposition_document.php:1514$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, !empty($object->socid) ? $object->socid : 0, $object->fk_project, 'none', 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/recruitment/class/recruitmentcandidature.class.php:5471$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'recruitmentcandidature/" . $this->db->escape($this->newref) . "'"
/htdocs/recruitment/recruitmentjobposition_card.php:2821$formquestion = array(array('type' => 'select', 'name' => 'status', 'label' => '<span class="fieldrequired">' . $langs->trans("CloseAs") . '</span>', 'values' => array(3 => $object->LibStatut($object::STATUS_RECRUITED), 9 => $object->LibStatut($object::STATUS_CANCELED))), array('type' => 'text', 'name' => 'note_private', 'label' => $langs->trans("Note"), 'value' => ''))
/htdocs/recruitment/recruitmentjobposition_card.php:3424$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, !empty($object->socid) ? $object->socid : 0, $object->fk_project, 'none', 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/recruitment/recruitmentjobposition_list.php:1086$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1, 1, '1')), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/recruitment/recruitmentjobposition_list.php:4081$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/^&mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/bookcal/class/availabilities.class.php:74066$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/bookcal/class/availabilities.class.php:76266$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/recruitment/recruitmentcandidature_card.php:3891$formquestion = array(array('type' => 'select', 'name' => 'status', 'label' => '<span class="fieldrequired">' . $langs->trans("CloseAs") . '</span>', 'values' => array($object::STATUS_CONTRACT_SIGNED => $object->LibStatut($object::STATUS_CONTRACT_SIGNED), $object::STATUS_CONTRACT_REFUSED => $object->LibStatut($object::STATUS_CONTRACT_REFUSED))), array('type' => 'text', 'name' => 'note_private', 'label' => $langs->trans("Note"), 'value' => ''))
/htdocs/recruitment/recruitmentcandidature_list.php:11927$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/recruitment/recruitmentjobposition_list.php:4091$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/^&mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/recruitment/recruitmentcandidature_card.php:3751$formquestion = array(array('type' => 'select', 'name' => 'status', 'label' => '<span class="fieldrequired">' . $langs->trans("CloseAs") . '</span>', 'values' => array($object::STATUS_CONTRACT_PROPOSED => $object->LibStatut($object::STATUS_CONTRACT_PROPOSED), $object::STATUS_REFUSED => $object->LibStatut($object::STATUS_REFUSED))), array('type' => 'text', 'name' => 'note_private', 'label' => $langs->trans("Note"), 'value' => ''))
/htdocs/compta/cashcontrol/report.php:621$arrayfields = array('b.rowid' => array('label' => $langs->trans("Ref"), 'checked' => 1), 'b.dateo' => array('label' => $langs->trans("DateOperationShort"), 'checked' => 1), 'b.num_chq' => array('label' => $langs->trans("Number"), 'checked' => 1), 'ba.ref' => array('label' => $langs->trans("BankAccount"), 'checked' => 1), 'cp.code' => array('label' => $langs->trans("PaymentMode"), 'checked' => 1), 'b.debit' => array('label' => $langs->trans("Debit"), 'checked' => 1, 'position' => 600), 'b.credit' => array('label' => $langs->trans("Credit"), 'checked' => 1, 'position' => 605), )
/htdocs/compta/cashcontrol/cashcontrol_list.php:40253$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/charges/index.php:1271$nav = ($year ? '<a href="index.php?year=' . ($year - 1) . $param . '">' . img_previous($langs->trans("Previous"), 'class="valignbottom"') . "</a> " . $langs->trans("Year") . ' ' . $year . ' <a href="index.php?year=' . ($year + 1) . $param . '">' . img_next($langs->trans("Next"), 'class="valignbottom"') . "</a>" : "")
/htdocs/compta/cashcontrol/class/cashcontrol.class.php:44466$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/localtax/quadri_detail.php:3191$x_both[$my_paye_rate]['paye']['detail'][] = array('id' => $x_paye[$my_paye_rate]['facid'][$id], 'descr' => $x_paye[$my_paye_rate]['descr'][$id], 'pid' => $x_paye[$my_paye_rate]['pid'][$id], 'pref' => $x_paye[$my_paye_rate]['pref'][$id], 'ptype' => $x_paye[$my_paye_rate]['ptype'][$id], 'payment_id' => $x_paye[$my_paye_rate]['payment_id'][$id], 'payment_amount' => $x_paye[$my_paye_rate]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_rate]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_rate]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_rate]['dtype'][$id], 'datef' => $x_paye[$my_paye_rate]['datef'][$id], 'datep' => $x_paye[$my_paye_rate]['datep'][$id], 'company_link' => $company_static->getNomUrl(1, '', 20), 'ddate_start' => $x_paye[$my_paye_rate]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_rate]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_rate]['totalht_list'][$id]), 'localtax1' => $x_paye[$my_paye_rate]['localtax1_list'][$id], 'localtax2' => $x_paye[$my_paye_rate]['localtax2_list'][$id], 'vat' => $x_paye[$my_paye_rate]['vat_list'][$id], 'link' => $invoice_supplier->getNomUrl(1, '', 12))
/htdocs/compta/localtax/quadri_detail.php:2801$x_both[$my_coll_rate]['coll']['detail'][] = array('id' => $x_coll[$my_coll_rate]['facid'][$id], 'descr' => $x_coll[$my_coll_rate]['descr'][$id], 'pid' => $x_coll[$my_coll_rate]['pid'][$id], 'pref' => $x_coll[$my_coll_rate]['pref'][$id], 'ptype' => $x_coll[$my_coll_rate]['ptype'][$id], 'payment_id' => $x_coll[$my_coll_rate]['payment_id'][$id], 'payment_amount' => $x_coll[$my_coll_rate]['payment_amount'][$id], 'ftotal_ttc' => $x_coll[$my_coll_rate]['ftotal_ttc'][$id], 'dtotal_ttc' => $x_coll[$my_coll_rate]['dtotal_ttc'][$id], 'dtype' => $x_coll[$my_coll_rate]['dtype'][$id], 'datef' => $x_coll[$my_coll_rate]['datef'][$id], 'datep' => $x_coll[$my_coll_rate]['datep'][$id], 'company_link' => $company_static->getNomUrl(1, '', 20), 'ddate_start' => $x_coll[$my_coll_rate]['ddate_start'][$id], 'ddate_end' => $x_coll[$my_coll_rate]['ddate_end'][$id], 'totalht' => $x_coll[$my_coll_rate]['totalht_list'][$id], 'localtax1' => $x_coll[$my_coll_rate]['localtax1_list'][$id], 'localtax2' => $x_coll[$my_coll_rate]['localtax2_list'][$id], 'vat' => $x_coll[$my_coll_rate]['vat_list'][$id], 'link' => $invoice_customer->getNomUrl(1, '', 12))
/htdocs/compta/cashcontrol/cashcontrol_list.php:40152$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/cashcontrol/cashcontrol_list.php:11027$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/compta/localtax/index.php:4091$x_both[$my_paye_rate]['paye']['detail'][] = array('id' => $x_paye[$my_paye_rate]['facid'][$id], 'descr' => $x_paye[$my_paye_rate]['descr'][$id], 'pid' => $x_paye[$my_paye_rate]['pid'][$id], 'pref' => $x_paye[$my_paye_rate]['pref'][$id], 'ptype' => $x_paye[$my_paye_rate]['ptype'][$id], 'payment_id' => $x_paye[$my_paye_rate]['payment_id'][$id], 'payment_amount' => $x_paye[$my_paye_rate]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_rate]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_rate]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_rate]['dtype'][$id], 'datef' => $x_paye[$my_paye_rate]['datef'][$id], 'datep' => $x_paye[$my_paye_rate]['datep'][$id], 'ddate_start' => $x_paye[$my_paye_rate]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_rate]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_rate]['totalht_list'][$id]), 'vat' => $x_paye[$my_paye_rate]['vat_list'][$id], 'localtax1' => $x_paye[$my_paye_rate]['localtax1_list'][$id], 'localtax2' => $x_paye[$my_paye_rate]['localtax2_list'][$id], )
/htdocs/compta/localtax/index.php:3841$x_both[$my_paye_rate]['paye']['detail'][] = array('id' => $x_paye[$my_paye_rate]['facid'][$id], 'descr' => $x_paye[$my_paye_rate]['descr'][$id], 'pid' => $x_paye[$my_paye_rate]['pid'][$id], 'pref' => $x_paye[$my_paye_rate]['pref'][$id], 'ptype' => $x_paye[$my_paye_rate]['ptype'][$id], 'payment_id' => $x_paye[$my_paye_rate]['payment_id'][$id], 'payment_amount' => $x_paye[$my_paye_rate]['payment_amount'][$id], 'ftotal_ttc' => price2num($x_paye[$my_paye_rate]['ftotal_ttc'][$id]), 'dtotal_ttc' => price2num($x_paye[$my_paye_rate]['dtotal_ttc'][$id]), 'dtype' => $x_paye[$my_paye_rate]['dtype'][$id], 'ddate_start' => $x_paye[$my_paye_rate]['ddate_start'][$id], 'ddate_end' => $x_paye[$my_paye_rate]['ddate_end'][$id], 'totalht' => price2num($x_paye[$my_paye_rate]['totalht_list'][$id]), 'vat' => $x_paye[$my_paye_rate]['vat_list'][$id], 'localtax1' => $x_paye[$my_paye_rate]['localtax1_list'][$id], 'localtax2' => $x_paye[$my_paye_rate]['localtax2_list'][$id], )
/htdocs/compta/localtax/list.php:621$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?localTaxType=' . $ltt . '&mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/localtax/list.php:611$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?localTaxType=' . $ltt . '&mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/facture/class/facture.class.php:36902$result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans("InvoiceBackToDraftInDolibarr", $this->ref))
/htdocs/compta/facture/class/facture.class.php:36071$result = $next_invoice->updateline($line->id, $line->desc, $line->subprice, $line->qty, $line->remise_percent, $line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type, $line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent, $line->fk_unit)
/htdocs/compta/localtax/index.php:3361$x_both[$my_coll_rate]['coll']['detail'][] = array('id' => $x_coll[$my_coll_rate]['facid'][$id], 'descr' => $x_coll[$my_coll_rate]['descr'][$id], 'pid' => $x_coll[$my_coll_rate]['pid'][$id], 'pref' => $x_coll[$my_coll_rate]['pref'][$id], 'ptype' => $x_coll[$my_coll_rate]['ptype'][$id], 'payment_id' => $x_coll[$my_coll_rate]['payment_id'][$id], 'payment_amount' => $x_coll[$my_coll_rate]['payment_amount'][$id], 'ftotal_ttc' => $x_coll[$my_coll_rate]['ftotal_ttc'][$id], 'dtotal_ttc' => $x_coll[$my_coll_rate]['dtotal_ttc'][$id], 'dtype' => $x_coll[$my_coll_rate]['dtype'][$id], 'datef' => $x_coll[$my_coll_rate]['datef'][$id], 'datep' => $x_coll[$my_coll_rate]['datep'][$id], 'ddate_start' => $x_coll[$my_coll_rate]['ddate_start'][$id], 'ddate_end' => $x_coll[$my_coll_rate]['ddate_end'][$id], 'totalht' => $x_coll[$my_coll_rate]['totalht_list'][$id], 'vat' => $x_coll[$my_coll_rate]['vat_list'][$id], 'localtax1' => $x_coll[$my_coll_rate]['localtax1_list'][$id], 'localtax2' => $x_coll[$my_coll_rate]['localtax2_list'][$id], )
/htdocs/compta/facture/stats/index.php:3261$liststatus = array('0' => $langs->trans("BillStatusDraft"), '1' => $langs->trans("BillStatusNotPaid"), '2' => $langs->trans("BillStatusPaid"), '1,2' => $langs->trans("BillStatusNotPaid") . ' / ' . $langs->trans("BillStatusPaid"), '3' => $langs->trans("BillStatusCanceled"))
/htdocs/compta/facture/class/facture.class.php:32332$this->error = $langs->trans('ErrorProdIdIsMandatory', $langs->transcountry('ProfId' . $i, $this->thirdparty->country_code)) . ' (' . $langs->trans("ForbiddenBySetupRules") . ') [' . $langs->trans('Company') . ' : ' . $this->thirdparty->name . ']'
/htdocs/compta/facture/class/facture.class.php:33351$sql .= " SET ref = '" . $this->db->escape($num) . "', fk_statut = " . self::STATUS_VALIDATED . ", fk_user_valid = " . ($user->id > 0 ? $user->id : "null") . ", date_valid = '" . $this->db->idate($now) . "'"
/htdocs/compta/facture/class/facture.class.php:34591$result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans("InvoiceValidatedInDolibarr", $num))
/htdocs/compta/facture/class/facture.class.php:35071$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'facture/" . $this->db->escape($this->newref) . "'"
/htdocs/compta/facture/class/facture.class.php:17971$addlineResult = $deposit->addline($descline, $amount, 1, $tva, 0, 0, (!getDolGlobalString('INVOICE_PRODUCTID_DEPOSIT') ? 0 : $conf->global->INVOICE_PRODUCTID_DEPOSIT), 0, 0, 0, 0, 0, 0, 'HT', 0, 0, 1, 0, $deposit->origin, 0, 0, 0, 0)
/htdocs/compta/facture/class/facture.class.php:18381$updatelineResult = $deposit->updateline($deposit->lines[0]->id, $deposit->lines[0]->desc, $subprice_diff, $deposit->lines[0]->qty, $deposit->lines[0]->remise_percent, $deposit->lines[0]->date_start, $deposit->lines[0]->date_end, $deposit->lines[0]->tva_tx, 0, 0, 'HT', $deposit->lines[0]->info_bits, $deposit->lines[0]->product_type, 0, 0, 0, $deposit->lines[0]->pa_ht, $deposit->lines[0]->label, 0, array( ), 100)
/htdocs/compta/facture/class/facture.class.php:207114$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/facture/class/facture.class.php:28531$result = $mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans("InvoiceDeleteDolibarr", $this->ref))
/htdocs/compta/facture/class/facture.class.php:9201$result = $this->addline($line->desc, $line->subprice, $line->qty, $vatrate, $line->localtax1_tx, $line->localtax2_tx, $line->fk_product, $line->remise_percent, $line->date_start, $line->date_end, $line->fk_code_ventilation, $line->info_bits, $line->fk_remise_except, 'HT', 0, $line->product_type, $line->rang, $line->special_code, $origintype, $originid, $fk_parent_line, $line->fk_fournprice, $line->pa_ht, $line->label, $line->array_options, $line->situation_percent, $line->fk_prev_id, $line->fk_unit, $line->multicurrency_subprice, $line->ref_ext, 1)
/htdocs/compta/facture/class/facture.class.php:10271$result_insert = $this->addline($_facrec->lines[$i]->desc, $_facrec->lines[$i]->subprice, $_facrec->lines[$i]->qty, $tva_tx, $localtax1_tx, $localtax2_tx, $_facrec->lines[$i]->fk_product, $_facrec->lines[$i]->remise_percent, ($_facrec->lines[$i]->date_start_fill == 1 && $originaldatewhen) ? $originaldatewhen : '', ($_facrec->lines[$i]->date_end_fill == 1 && $previousdaynextdatewhen) ? $previousdaynextdatewhen : '', 0, $tva_npr, '', 'HT', 0, $_facrec->lines[$i]->product_type, $_facrec->lines[$i]->rang, $_facrec->lines[$i]->special_code, '', 0, $fk_parent_line, $fk_product_fournisseur_price, $buyprice, $_facrec->lines[$i]->label, empty($_facrec->lines[$i]->array_options) ? null : $_facrec->lines[$i]->array_options, 100, '', $_facrec->lines[$i]->fk_unit, $_facrec->lines[$i]->multicurrency_subprice, $_facrec->lines[$i]->ref_ext, 1)
/htdocs/compta/facture/class/facture.class.php:14123$marginInfos = getMarginInfos($object->lines[$i]->subprice, $object->lines[$i]->remise_percent, $object->lines[$i]->tva_tx, $object->lines[$i]->localtax1_tx, $object->lines[$i]->localtax2_tx, $object->lines[$i]->fk_fournprice, $object->lines[$i]->pa_ht)
/htdocs/compta/facture/class/facture.class.php:15473$marginInfos = getMarginInfos($object->lines[$i]->subprice, $object->lines[$i]->remise_percent, $object->lines[$i]->tva_tx, $object->lines[$i]->localtax1_tx, $object->lines[$i]->localtax2_tx, $object->lines[$i]->fk_fournprice, $object->lines[$i]->pa_ht)
/htdocs/compta/facture/class/facture-rec.class.php:3731$result_insert = $this->addline($facsrc->lines[$i]->desc, $facsrc->lines[$i]->subprice, $facsrc->lines[$i]->qty, $tva_tx, $facsrc->lines[$i]->localtax1_tx, $facsrc->lines[$i]->localtax2_tx, $facsrc->lines[$i]->fk_product, $facsrc->lines[$i]->remise_percent, 'HT', $facsrc->lines[$i]->info_bits, '', 0, $facsrc->lines[$i]->product_type, $facsrc->lines[$i]->rang, $facsrc->lines[$i]->special_code, $facsrc->lines[$i]->label, $facsrc->lines[$i]->fk_unit, $facsrc->lines[$i]->multicurrency_subprice, $default_start_fill, $default_end_fill, null, $facsrc->lines[$i]->pa_ht, $fk_parent_line)
/htdocs/compta/facture/class/facture-rec.class.php:150366$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/facture/class/facture.class.php:6881$sql .= ", " . ($this->ref_customer ? "'" . $this->db->escape($this->ref_customer) . "'" : ($this->ref_client ? "'" . $this->db->escape($this->ref_client) . "'" : "null"))
/htdocs/compta/facture/class/facture.class.php:8351$result = $this->addline($newinvoiceline->desc, $newinvoiceline->subprice, $newinvoiceline->qty, $vatrate, $newinvoiceline->localtax1_tx, $newinvoiceline->localtax2_tx, $newinvoiceline->fk_product, $newinvoiceline->remise_percent, $newinvoiceline->date_start, $newinvoiceline->date_end, $newinvoiceline->fk_code_ventilation, $newinvoiceline->info_bits, $newinvoiceline->fk_remise_except, 'HT', 0, $newinvoiceline->product_type, $newinvoiceline->rang, $newinvoiceline->special_code, $newinvoiceline->element, $newinvoiceline->id, $fk_parent_line, $newinvoiceline->fk_fournprice, $newinvoiceline->pa_ht, $newinvoiceline->label, $newinvoiceline->array_options, $newinvoiceline->situation_percent, $newinvoiceline->fk_prev_id, $newinvoiceline->fk_unit, $newinvoiceline->multicurrency_subprice, $newinvoiceline->ref_ext, 1)
/htdocs/compta/stats/casoc.php:2556$periodlink = '<a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start - 1) . '&modecompta=' . $modecompta . '">' . img_previous( ) . '</a> <a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start + 1) . '&modecompta=' . $modecompta . '">' . img_next( ) . '</a>'
/htdocs/compta/stats/supplier_turnover.php:16210$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/stats/supplier_turnover.php:15710$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/stats/supplier_turnover.php:15210$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/stats/supplier_turnover.php:14710$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/stats/supplier_turnover_by_prodserv.php:2506$periodlink = '<a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start - 1) . '&modecompta=' . $modecompta . '">' . img_previous( ) . '</a> <a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start + 1) . '&modecompta=' . $modecompta . '">' . img_next( ) . '</a>'
/htdocs/compta/stats/index.php:17110$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/stats/index.php:16510$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/stats/index.php:15510$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/stats/cabyprodserv.php:2686$periodlink = '<a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start - 1) . '&modecompta=' . $modecompta . '">' . img_previous( ) . '</a> <a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start + 1) . '&modecompta=' . $modecompta . '">' . img_next( ) . '</a>'
/htdocs/compta/stats/supplier_turnover_by_thirdparty.php:2296$periodlink = '<a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start - 1) . '&modecompta=' . $modecompta . '">' . img_previous( ) . '</a> <a href="' . $_SERVER["PHP_SELF"] . '?year=' . ($year_start + 1) . '&modecompta=' . $modecompta . '">' . img_next( ) . '</a>'
/htdocs/compta/resultat/clientfourn.php:2051$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($tmps['year'] - 1) . "&modecompta=" . $modecompta . "&showaccountdetail=" . $showaccountdetail . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($tmps['year'] + 1) . "&modecompta=" . $modecompta . "&showaccountdetail=" . $showaccountdetail . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/resultat/clientfourn.php:1962$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($tmps['year'] - 1) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($tmps['year'] + 1) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/resultat/clientfourn.php:1812$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($tmps['year'] - 1) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($tmps['year'] + 1) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/resultat/result.php:2401$description .= ' (' . $langs->trans("SeePageForSetup", DOL_URL_ROOT . '/accountancy/admin/categories_list.php?search_country_id=' . $mysoc->country_id . '&mainmenu=accountancy&leftmenu=accountancy_admin', $langs->transnoentitiesnoconv("Accountancy") . ' / ' . $langs->transnoentitiesnoconv("Setup") . ' / ' . $langs->transnoentitiesnoconv("AccountingCategory")) . ')'
/htdocs/compta/resultat/result.php:1711$months = array($langs->trans("MonthShort01"), $langs->trans("MonthShort02"), $langs->trans("MonthShort03"), $langs->trans("MonthShort04"), $langs->trans("MonthShort05"), $langs->trans("MonthShort06"), $langs->trans("MonthShort07"), $langs->trans("MonthShort08"), $langs->trans("MonthShort09"), $langs->trans("MonthShort10"), $langs->trans("MonthShort11"), $langs->trans("MonthShort12"), )
/htdocs/compta/resultat/index.php:17110$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/resultat/index.php:17910$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/prelevement/class/bonprelevement.class.php:25112$addressline2 = strtr($configuration->global->MAIN_INFO_SOCIETE_ZIP . (($configuration->global->MAIN_INFO_SOCIETE_ZIP || ' ' . $configuration->global->MAIN_INFO_SOCIETE_TOWN) ? ' ' : '') . $configuration->global->MAIN_INFO_SOCIETE_TOWN, array(chr(13) => ", ", chr(10) => ""))
/htdocs/compta/resultat/index.php:15510$periodlink = ($year_start ? "<a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear - 2) . "&modecompta=" . $modecompta . "'>" . img_previous( ) . "</a> <a href='" . $_SERVER["PHP_SELF"] . "?year=" . ($year_start + $nbofyear) . "&modecompta=" . $modecompta . "'>" . img_next( ) . "</a>" : "")
/htdocs/compta/prelevement/class/bonprelevement.class.php:22851$XML_CREDITOR .= ' <Ustrd>' . getDolGlobalString('CREDITTRANSFER_USTRD', dolEscapeXML(dol_trunc(dol_string_nospecial(dol_string_unaccent($row_ref . ($row_comment ? ' - ' . $row_comment : '')), '', '', '', 1), 135, 'right', 'UTF-8', 1))) . '</Ustrd>' . $CrLf
/htdocs/compta/prelevement/class/bonprelevement.class.php:24452$addressline2 = strtr($configuration->global->MAIN_INFO_SOCIETE_ZIP . (($configuration->global->MAIN_INFO_SOCIETE_ZIP || ' ' . $configuration->global->MAIN_INFO_SOCIETE_TOWN) ? ' ' : '') . $configuration->global->MAIN_INFO_SOCIETE_TOWN, array(chr(13) => ", ", chr(10) => ""))
/htdocs/compta/prelevement/class/bonprelevement.class.php:22161$XML_DEBITOR .= ' <Ustrd>' . getDolGlobalString('PRELEVEMENT_USTRD', dolEscapeXML(dol_trunc(dol_string_nospecial(dol_string_unaccent($row_ref . ($row_comment ? ' - ' . $row_comment : '')), '', '', '', 1), 135, 'right', 'UTF-8', 1))) . '</Ustrd>' . $CrLf
/htdocs/compta/prelevement/class/bonprelevement.class.php:22261$XML_CREDITOR .= ' <EndToEndId>' . ((getDolGlobalString('PRELEVEMENT_END_TO_END') != "") ? $conf->global->PRELEVEMENT_END_TO_END : ('CT-' . dol_trunc($row_idfac . '-' . $row_ref, 20, 'right', 'UTF-8', 1)) . '-' . $Rowing) . '</EndToEndId>' . $CrLf
/htdocs/compta/prelevement/class/bonprelevement.class.php:19141$fileCrediteurSection .= $this->EnregDestinataireSEPA($obj->code, $obj->nom, $obj->address, $obj->zip, $obj->town, $obj->country_code, $obj->cb, $obj->cg, $obj->cc, $obj->somme, $refobj, $obj->idfac, $obj->iban, $obj->bic, $daterum, $obj->drum, $obj->rum, $type, $obj->fac_ref_supplier)
/htdocs/compta/prelevement/class/bonprelevement.class.php:21801$XML_DEBITOR .= ' <EndToEndId>' . ((getDolGlobalString('PRELEVEMENT_END_TO_END') != "") ? $conf->global->PRELEVEMENT_END_TO_END : ('DD-' . dol_trunc($row_idfac . '-' . $row_ref, 20, 'right', 'UTF-8', 1)) . '-' . $Rowing) . '</EndToEndId>' . $CrLf
/htdocs/compta/prelevement/class/bonprelevement.class.php:156766$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/compta/prelevement/class/bonprelevement.class.php:17771$fileDebiteurSection .= $this->EnregDestinataireSEPA($obj->code, $obj->nom, $obj->address, $obj->zip, $obj->town, $obj->country_code, $obj->cb, $obj->cg, $obj->cc, $obj->somme, $obj->reffac, $obj->idfac, $obj->iban, $obj->bic, $daterum, $obj->drum, $obj->rum, $type)
/htdocs/compta/prelevement/list.php:29852$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/prelevement/list.php:29953$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/prelevement/orders_list.php:28352$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/compta/prelevement/orders_list.php:28453$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/contrat/card.php:142850$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/contrat/card.php:14091$morehtmlref .= $form->editfieldval("RefCustomer", 'ref_customer', $object->ref_customer, $object, $user->hasRight('contrat', 'creer'), 'string' . (isset($conf->global->THIRDPARTY_REF_INPUT_SIZE) ? ':' . getDolGlobalString('THIRDPARTY_REF_INPUT_SIZE') : ''), '', null, null, '', 1, 'getFormatedCustomerRef')
/htdocs/modulebuilder/index.php:13401$filetogenerate += array('core/modules/mymodule/mod_myobject_advanced.php' => 'core/modules/' . strtolower($module) . '/mod_' . strtolower($objectname) . '_advanced.php', 'core/modules/mymodule/mod_myobject_standard.php' => 'core/modules/' . strtolower($module) . '/mod_' . strtolower($objectname) . '_standard.php', 'core/modules/mymodule/modules_myobject.php' => 'core/modules/' . strtolower($module) . '/modules_' . strtolower($objectname) . '.php', )
/htdocs/modulebuilder/index.php:13181$filetogenerate = array('myobject_card.php' => strtolower($objectname) . '_card.php', 'myobject_note.php' => strtolower($objectname) . '_note.php', 'myobject_contact.php' => strtolower($objectname) . '_contact.php', 'myobject_document.php' => strtolower($objectname) . '_document.php', 'myobject_agenda.php' => strtolower($objectname) . '_agenda.php', 'myobject_list.php' => strtolower($objectname) . '_list.php', 'admin/myobject_extrafields.php' => 'admin/' . strtolower($objectname) . '_extrafields.php', 'lib/mymodule_myobject.lib.php' => 'lib/' . strtolower($module) . '_' . strtolower($objectname) . '.lib.php', 'sql/llx_mymodule_myobject.sql' => 'sql/llx_' . strtolower($module) . '_' . strtolower($objectname) . '.sql', 'sql/llx_mymodule_myobject.key.sql' => 'sql/llx_' . strtolower($module) . '_' . strtolower($objectname) . '.key.sql', 'sql/llx_mymodule_myobject_extrafields.sql' => 'sql/llx_' . strtolower($module) . '_' . strtolower($objectname) . '_extrafields.sql', 'sql/llx_mymodule_myobject_extrafields.key.sql' => 'sql/llx_' . strtolower($module) . '_' . strtolower($objectname) . '_extrafields.key.sql', 'class/myobject.class.php' => 'class/' . strtolower($objectname) . '.class.php', )
/htdocs/contrat/card.php:17183$textlate = $langs->trans("Late") . ' = ' . $langs->trans("DateReference") . ' > ' . $langs->trans("DateToday") . ' ' . (ceil($warning_delay) >= 0 ? '+' : '') . ceil($warning_delay) . ' ' . $langs->trans("days")
/htdocs/contrat/card.php:17063$textlate = $langs->trans("Late") . ' = ' . $langs->trans("DateReference") . ' > ' . $langs->trans("DateToday") . ' ' . (ceil($warning_delay) >= 0 ? '+' : '') . ceil($warning_delay) . ' ' . $langs->trans("days")
/htdocs/contrat/card.php:21891$arrayofcreatebutton[] = array('url' => '/compta/facture/card.php?action=create&origin=' . $object->element . '&originid=' . $object->id . '&socid=' . $object->thirdparty->id, 'label' => $langs->trans('CreateBill'), 'lang' => 'bills', 'perm' => $user->hasRight('facture', 'creer'))
/htdocs/contrat/card.php:21811$arrayofcreatebutton[] = array('url' => '/commande/card.php?action=create&token=' . newToken( ) . '&origin=' . $object->element . '&originid=' . $object->id . '&socid=' . $object->thirdparty->id, 'label' => $langs->trans('AddOrder'), 'lang' => 'orders', 'perm' => $user->hasRight('commande', 'creer'))
/htdocs/modulebuilder/index.php:6345$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/modulebuilder/index.php:5995$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/modulebuilder/index.php:7041$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''), )
/htdocs/modulebuilder/index.php:6695$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/modulebuilder/index.php:7842$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '__MYCOMPANY_NAME__' => $mysoc->name, '__KEYWORDS__' => $modulename, '__USER_FULLNAME__' => $user->getFullName($langs), '__USER_EMAIL__' => $user->email, '__YYYY-MM-DD__' => dol_print_date($now, 'dayrfc'), '---Put here your own copyright and developer email---' => dol_print_date($now, 'dayrfc') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/modulebuilder/index.php:7445$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/contrat/card.php:13531$formquestion = array(array('type' => 'date', 'name' => 'd_start', 'label' => $langs->trans("DateServiceActivate"), 'value' => dol_now( )), array('type' => 'date', 'name' => 'd_end', 'label' => $langs->trans("DateEndPlanned"), 0 => '', 1 => ''), array('type' => 'text', 'name' => 'comment', 'label' => $langs->trans("Comment"), 'value' => '', 0 => '', 1 => '', 'class' => 'minwidth300', 'moreattr' => 'autofocus'))
/htdocs/modulebuilder/index.php:8252$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '__MYCOMPANY_NAME__' => $mysoc->name, '__KEYWORDS__' => $modulename, '__USER_FULLNAME__' => $user->getFullName($langs), '__USER_EMAIL__' => $user->email, '__YYYY-MM-DD__' => dol_print_date($now, 'dayrfc'), '---Put here your own copyright and developer email---' => dol_print_date($now, 'dayrfc') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/contrat/contact.php:18150$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/contrat/list.php:1771$arrayfields = array('c.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1, 'position' => 10), 'c.ref_customer' => array('label' => $langs->trans("RefCustomer"), 'checked' => 1, 'position' => 12), 'c.ref_supplier' => array('label' => $langs->trans("RefSupplier"), 'checked' => 1, 'position' => 14), 's.nom' => array('label' => $langs->trans("ThirdParty"), 'checked' => 1, 'position' => 30), 's.email' => array('label' => $langs->trans("ThirdPartyEmail"), 'checked' => 0, 'position' => 30), 's.town' => array('label' => $langs->trans("Town"), 'checked' => 0, 'position' => 31), 's.zip' => array('label' => $langs->trans("Zip"), 'checked' => 1, 'position' => 32), 'state.nom' => array('label' => $langs->trans("StateShort"), 'checked' => 0, 'position' => 33), 'country.code_iso' => array('label' => $langs->trans("Country"), 'checked' => 0, 'position' => 34), 'sale_representative' => array('label' => $langs->trans("SaleRepresentativesOfThirdParty"), 'checked' => -1, 'position' => 80), 'c.date_contrat' => array('label' => $langs->trans("DateContract"), 'checked' => 1, 'position' => 45), 'c.datec' => array('label' => $langs->trans("DateCreation"), 'checked' => 0, 'position' => 500), 'c.tms' => array('label' => $langs->trans("DateModificationShort"), 'checked' => 0, 'position' => 500), 'lower_planned_end_date' => array('label' => $langs->trans("LowerDateEndPlannedShort"), 'checked' => 1, 'position' => 900, 'help' => $langs->trans("LowerDateEndPlannedShort")), 'status' => array('label' => $langs->trans("Status"), 'checked' => 1, 'position' => 1000), )
/htdocs/intracommreport/list.php:1271$arrayfields = array('i.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1), 'i.label' => array('label' => $langs->trans("Label"), 'checked' => 1), 'i.fk_product_type' => array('label' => $langs->trans("Type"), 'checked' => 0, 'enabled' => (isModEnabled("product") && isModEnabled("service"))), )
/htdocs/contrat/list.php:5171$sql .= " HAVING MIN(" . $db->ifsql("cd.statut=4", "cd.date_fin_validite", "null") . ") <= '" . $db->idate(dol_get_last_day($search_dfyear, $search_dfmonth, false)) . "' AND MIN(" . $db->ifsql("cd.statut=4", "cd.date_fin_validite", "null") . ") >= '" . $db->idate(dol_get_first_day($search_dfyear, $search_dfmonth, false)) . "'"
/htdocs/contrat/list.php:7314$arrayofmassactions = array('generate_doc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("ReGeneratePDF"), 'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("PDFMerge"), 'presend' => img_picto('', 'email', 'class="pictofixedwidth"') . $langs->trans("SendByMail"), )
/htdocs/contrat/list.php:74952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/contrat/list.php:75053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/intracommreport/class/intracommreport.class.php:3291$sql .= ", l.fk_product, l.qty , p.weight, p.rowid as id_prod, p.customcode , s.rowid as id_client, s.nom, s.zip, s.fk_pays, s.tva_intra , c.code , ext.mode_transport FROM " . MAIN_DB_PREFIX . $tabledet . " l INNER JOIN " . MAIN_DB_PREFIX . $table . " f ON (f.rowid = l." . $this->db->escape($field_link) . ") LEFT JOIN " . MAIN_DB_PREFIX . $table_extraf . " ext ON (ext.fk_object = f.rowid) INNER JOIN " . MAIN_DB_PREFIX . "product p ON (p.rowid = l.fk_product) INNER JOIN " . MAIN_DB_PREFIX . "societe s ON (s.rowid = f.fk_soc) LEFT JOIN " . MAIN_DB_PREFIX . "c_country c ON (c.rowid = s.fk_pays) WHERE f.fk_statut > 0 AND l.product_type = " . ($exporttype == "des" ? 1 : 0) . " AND f.entity = " . ((int) $conf->entity) . " AND (s.fk_pays <> " . ((int) $mysoc->country_id) . " OR s.fk_pays IS NULL) AND f.datef BETWEEN '" . $this->db->escape($period_reference) . "-01' AND '" . $this->db->escape($period_reference) . "-" . date('t') . "'"
/htdocs/contrat/card.php:21971$arrayofcreatebutton[] = array('url' => '/fourn/facture/card.php?action=create&origin=' . $object->element . '&originid=' . $object->id . '&socid=' . $object->thirdparty->id, 'label' => $langs->trans('AddSupplierInvoice'), 'lang' => 'bills', 'perm' => $user->hasRight('fournisseur', 'facture', 'creer'))
/htdocs/contrat/class/contrat.class.php:27171$result = $clonedObj->addline($line->description, $line->subprice, $line->qty, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, $line->fk_product, $line->remise_percent, $line->date_start, $line->date_cloture, 'HT', 0, $line->info_bits, $line->fk_fournprice, $line->pa_ht, $line->array_options, $line->fk_unit, $line->rang)
/htdocs/contrat/document.php:15850$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/contrat/messaging.php:19650$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/contrat/note.php:12750$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/contrat/class/contrat.class.php:37231$sql .= " " . price2num($this->total_ht) . "," . price2num($this->total_tva) . "," . price2num($this->total_localtax1) . "," . price2num($this->total_localtax2) . "," . price2num($this->total_ttc) . ","
/htdocs/contrat/class/api_contracts.class.php:2761$updateRes = $this->contract->addline($request_data->desc, $request_data->subprice, $request_data->qty, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->fk_product, $request_data->remise_percent, $request_data->date_start, $request_data->date_end, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->subprice_excl_tax, $request_data->info_bits, $request_data->fk_fournprice, $request_data->pa_ht, $request_data->array_options, $request_data->fk_unit, $request_data->rang)
/htdocs/contrat/class/api_contracts.class.php:3341$updateRes = $this->contract->updateline($lineid, $request_data->desc, $request_data->subprice, $request_data->qty, $request_data->remise_percent, $request_data->date_start, $request_data->date_end, $request_data->tva_tx, $request_data->localtax1_tx, $request_data->localtax2_tx, $request_data->date_start_real, $request_data->date_end_real, $request_data->price_base_type ? $request_data->price_base_type : 'HT', $request_data->info_bits, $request_data->fk_fourn_price, $request_data->pa_ht, $request_data->array_options, $request_data->fk_unit)
/htdocs/expedition/class/expeditionlinebatch.class.php:1311$sql .= ", " . (!isset($this->sellby) || dol_strlen($this->sellby) == 0 ? 'NULL' : ("'" . $this->db->idate($this->sellby)) . "'")
/htdocs/modulebuilder/template/core/modules/mymodule/doc/pdf_standard_myobject.modules.php:12452$this->cols['photo'] = array('rank' => $rank, 'width' => (!getDolGlobalInt('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH') ? 20 : getDolGlobalInt('MAIN_DOCUMENTS_WITH_PICTURE_WIDTH')), 'status' => false, 'title' => array('textkey' => 'Photo', 'label' => ' '), 'content' => array('padding' => array(0, 0, 0, 0), ), 'border-left' => false, )
/htdocs/modulebuilder/template/core/modules/mymodule/doc/pdf_standard_myobject.modules.php:12267$this->cols['desc'] = array('rank' => $rank, 'width' => false, 'status' => true, 'title' => array('textkey' => 'Designation', 'align' => 'L', 'padding' => array(0.5, 0.5, 0.5, 0.5), ), 'content' => array('align' => 'L', 'padding' => array(1, 0.5, 1, 1.5), ), )
/htdocs/expedition/class/expedition.class.php:25141$result = $mouvS->livraison($user, $obj->fk_product, $obj->fk_entrepot, -$qty, $obj->subprice, $langs->trans("ShipmentUnClassifyCloseddInDolibarr", $this->ref), '', $this->db->jdate($obj->eatby), $this->db->jdate($obj->sellby), $obj->batch, $obj->fk_origin_stock)
/htdocs/webhook/target_list.php:11727$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/modulebuilder/template/admin/setup.php:1351$TField = array('test01' => $langs->trans('test01'), 'test02' => $langs->trans('test02'), 'test03' => $langs->trans('test03'), 'test04' => $langs->trans('test04'), 'test05' => $langs->trans('test05'), 'test06' => $langs->trans('test06'), )
/htdocs/expedition/stats/index.php:681$dir = (!empty($conf->expedition->multidir_temp[$conf->entity]) ? $conf->expedition->multidir_temp[$conf->entity] : $conf->service->multidir_temp[$conf->entity])
/htdocs/expedition/class/expeditionlinebatch.class.php:1321$sql .= ", " . (!isset($this->eatby) || dol_strlen($this->eatby) == 0 ? 'NULL' : ("'" . $this->db->idate($this->eatby)) . "'")
/htdocs/modulebuilder/template/core/modules/modMyModule.class.php:5031$sql = array_merge($sql, array("DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'standard_" . strtolower($myTmpObjectKey) . "' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('standard_" . strtolower($myTmpObjectKey) . "', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")", "DELETE FROM " . MAIN_DB_PREFIX . "document_model WHERE nom = 'generic_" . strtolower($myTmpObjectKey) . "_odt' AND type = '" . $this->db->escape(strtolower($myTmpObjectKey)) . "' AND entity = " . ((int) $conf->entity), "INSERT INTO " . MAIN_DB_PREFIX . "document_model (nom, type, entity) VALUES('generic_" . strtolower($myTmpObjectKey) . "_odt', '" . $this->db->escape(strtolower($myTmpObjectKey)) . "', " . ((int) $conf->entity) . ")"))
/htdocs/modulebuilder/template/core/modules/modMyModule.class.php:3111$this->menu[$r++] = array('fk_menu' => '', 'type' => 'top', 'titre' => 'ModuleMyModuleName', 'prefix' => img_picto('', $this->picto, 'class="pictofixedwidth valignmiddle"'), 'mainmenu' => 'mymodule', 'leftmenu' => '', 'url' => '/mymodule/mymoduleindex.php', 'langs' => 'mymodule@mymodule', 'position' => 1000 + $r, 'enabled' => 'isModEnabled("mymodule")', 'perms' => '1', 'target' => '', 'user' => 2, )
/htdocs/expedition/class/expedition.class.php:12731$result = $mouvS->reception($user, $obj->fk_product, $obj->fk_entrepot, $lot->qty, 0, $langs->trans("ShipmentCanceledInDolibarr", $this->ref), $lot->eatby, $lot->sellby, $lot->batch)
/htdocs/expedition/class/expedition.class.php:8041$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'expedition/sending/" . $this->db->escape($this->newref) . "'"
/htdocs/expedition/class/expedition.class.php:23521$result = $mouvS->livraison($user, $obj->fk_product, $obj->fk_entrepot, $qty, $obj->subprice, $langs->trans($labelmovement, $obj->ref), '', $this->db->jdate($obj->eatby), $this->db->jdate($obj->sellby), $obj->batch, $obj->fk_origin_stock)
/htdocs/expedition/class/expedition.class.php:190914$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/expedition/class/expedition.class.php:14661$result = $mouvS->reception($user, $obj->fk_product, $obj->fk_entrepot, $lot->qty, 0, $langs->trans("ShipmentDeletedInDolibarr", $this->ref), $lot->eatby, $lot->sellby, $lot->batch)
/htdocs/modulebuilder/template/core/modules/mailings/mailing_mymodule_selector1.modules.php:1251$target[$j] = array('email' => $obj->email, 'id' => $obj->id, 'firstname' => $obj->firstname, 'lastname' => $obj->lastname, 'source_url' => $this->url($obj->id), 'source_id' => $obj->id, 'source_type' => 'myobject@mymodule')
/htdocs/contrat/card.php:50010$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/contrat/card.php:50110$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/contrat/card.php:48010$date_start = dol_mktime(GETPOST('date_start' . $predef . 'hour'), GETPOST('date_start' . $predef . 'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start' . $predef . 'month'), GETPOST('date_start' . $predef . 'day'), GETPOST('date_start' . $predef . 'year'))
/htdocs/contrat/card.php:48110$date_end = dol_mktime(GETPOST('date_end' . $predef . 'hour'), GETPOST('date_end' . $predef . 'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end' . $predef . 'month'), GETPOST('date_end' . $predef . 'day'), GETPOST('date_end' . $predef . 'year'))
/htdocs/modulebuilder/index.php:5151$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), 'My Object' => $objectname, 'MyObject' => $objectname, 'my object' => strtolower($objectname), 'myobject' => strtolower($objectname), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/modulebuilder/index.php:5645$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/modulebuilder/index.php:3391$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''), 'Editor name' => $editorname, 'https://www.example.com' => $editorurl, '$this->version = \'1.0\'' => '$this->version = \'' . $version . '\'', '$this->picto = \'generic\';' => (empty($picto)) ? '$this->picto = \'generic\'' : '$this->picto = \'' . $picto . '\';', "modulefamily" => $family, '500000' => $idmodule)
/htdocs/modulebuilder/index.php:4552$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), 'myobject' => strtolower($objectname), 'MyObject' => $objectname, 'MYOBJECT' => strtoupper($objectname), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/webhook/class/target.class.php:5421$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'target/" . $this->db->escape($this->newref) . "'"
/htdocs/webhook/class/target.class.php:71666$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/modulebuilder/template/class/myobject.class.php:6371$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'myobject/" . $this->db->escape($this->newref) . "'"
/htdocs/modulebuilder/template/class/myobject.class.php:89114$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/multicurrency/multicurrency_rate.php:1921$delayedhtmlcontent = $form->formconfirm($_SERVER["PHP_SELF"] . '?id_rate=' . $id_rate_selected, $langs->trans('DeleteLineRate'), $langs->trans('ConfirmDeleteLineRate', $current_rate->rate, $current_currency->name, $current_rate->date_sync), 'confirm_delete', '', 0, 1)
/htdocs/contrat/card.php:3661$result = $object->addline($desc, $lines[$i]->subprice, $lines[$i]->qty, $txtva, $localtax1_tx, $localtax2_tx, $lines[$i]->fk_product, $lines[$i]->remise_percent, $lines[$i]->date_start, $lines[$i]->date_end, 'HT', 0, $lines[$i]->info_bits, $lines[$i]->fk_fournprice, $lines[$i]->pa_ht, $array_options, $lines[$i]->fk_unit, $num + 1)
/htdocs/webhook/class/target.class.php:73866$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/multicurrency/multicurrency_rate.php:1041$arrayfields = array('cr.date_sync' => array('label' => 'Date', 'checked' => 1), 'cr.rate' => array('label' => 'Rate', 'checked' => 1), 'cr.rate_indirect' => array('label' => 'RateIndirect', 'checked' => 0, 'enabled' => (!getDolGlobalString('MULTICURRENCY_USE_RATE_INDIRECT') ? 0 : 1)), 'm.code' => array('label' => 'Code', 'checked' => 1), )
/htdocs/adherents/type.php:5538$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/adherents/type.php:5517$dur = array("i" => $langs->trans("Minutes"), "h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/adherents/list.php:1991$arrayfields[$tableprefix . '.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/adherents/index.php:1081$total = $sumMembers['total']['members_draft'] + $sumMembers['total']['members_pending'] + $sumMembers['total']['members_uptodate'] + $sumMembers['total']['members_expired'] + $sumMembers['total']['members_excluded'] + $sumMembers['total']['members_resiliated']
/htdocs/adherents/type.php:28153$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/adherents/type.php:28052$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/adherents/type.php:3848$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/adherents/type.php:3827$dur = array("i" => $langs->trans("Minutes"), "h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/adherents/document.php:855$caneditpassworduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'password')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'password')))
/htdocs/adherents/document.php:835$caneditfielduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'creer')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'creer')))
/htdocs/adherents/note.php:685$caneditpassworduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'password')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'password')))
/htdocs/adherents/note.php:665$caneditfielduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'creer')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'creer')))
/htdocs/adherents/subscription.php:1071$caneditfielduser = ((($user->id == $object->user_id) && $user->hasRight("user", "self", "creer")) || (($user->id != $object->user_id) && $user->hasRight("user", "user", "creer")))
/htdocs/adherents/card.php:15012$formquestion = array(array('label' => $langs->trans("NameToCreate"), 'type' => 'text', 'name' => 'companyname', 'value' => $companyname, 'morecss' => 'minwidth300', 'moreattr' => 'maxlength="128"'), array('label' => $langs->trans("AliasNames"), 'type' => 'text', 'name' => 'companyalias', 'value' => $companyalias, 'morecss' => 'minwidth300', 'moreattr' => 'maxlength="128"'))
/htdocs/adherents/subscription.php:9342$formquestion = array(array('label' => $langs->trans("NameToCreate"), 'type' => 'text', 'name' => 'companyname', 'value' => $companyname, 'morecss' => 'minwidth300', 'moreattr' => 'maxlength="128"'), array('label' => $langs->trans("AliasNames"), 'type' => 'text', 'name' => 'companyalias', 'value' => $companyalias, 'morecss' => 'minwidth300', 'moreattr' => 'maxlength="128"'))
/htdocs/adherents/subscription.php:1091$caneditpassworduser = ((($user->id == $object->user_id) && $user->hasRight("user", "self", "password")) || (($user->id != $object->user_id) && $user->hasRight("user", "user", "password")))
/htdocs/adherents/canvas/actions_adherentcard_common.class.php:2322$formquestion = array(array('label' => $langs->trans("LoginToCreate"), 'type' => 'text', 'name' => 'login', 'value' => $login), array('label' => $langs->trans("Password"), 'type' => 'text', 'name' => 'password', 'value' => $password))
/htdocs/adherents/subscription/list.php:911$arrayfields = array('d.ref' => array('label' => "Ref", 'checked' => 1), 'd.fk_type' => array('label' => "Type", 'checked' => 1), 'd.lastname' => array('label' => "Lastname", 'checked' => 1), 'd.firstname' => array('label' => "Firstname", 'checked' => 1), 'd.login' => array('label' => "Login", 'checked' => 1), 't.libelle' => array('label' => "Label", 'checked' => 1), 'd.bank' => array('label' => "BankAccount", 'checked' => 1, 'enabled' => (isModEnabled('bank'))), 'c.dateadh' => array('label' => "DateSubscription", 'checked' => 1, 'position' => 100), 'c.datef' => array('label' => "EndSubscription", 'checked' => 1, 'position' => 101), 'd.amount' => array('label' => "Amount", 'checked' => 1, 'position' => 102), 'c.datec' => array('label' => "DateCreation", 'checked' => 0, 'position' => 500), 'c.tms' => array('label' => "DateModificationShort", 'checked' => 0, 'position' => 500), )
/htdocs/adherents/subscription/list.php:36952$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/adherents/subscription/list.php:37053$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/adherents/ldap.php:605$caneditpassworduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'password')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'password')))
/htdocs/adherents/agenda.php:1731$newcardbutton .= dolGetButtonTitle($langs->trans('AddAction'), '', 'fa fa-plus-circle', DOL_URL_ROOT . '/comm/action/card.php?action=create&backtopage=' . urlencode($_SERVER['PHP_SELF']) . ($object->id > 0 ? '?id=' . $object->id : '') . '&origin=member&originid=' . $id)
/htdocs/adherents/admin/member_emails.php:571$constantes = array('MEMBER_REMINDER_EMAIL' => array('type' => 'yesno', 'label' => $langs->trans('MEMBER_REMINDER_EMAIL', $langs->transnoentities("Module2300Name"))), 'ADHERENT_EMAIL_TEMPLATE_REMIND_EXPIRATION' => array('type' => 'emailtemplate:member', 'label' => ''), 'ADHERENT_EMAIL_TEMPLATE_AUTOREGISTER' => array('type' => 'emailtemplate:member', 'label' => ''), 'ADHERENT_EMAIL_TEMPLATE_MEMBER_VALIDATION' => array('type' => 'emailtemplate:member', 'label' => ''), 'ADHERENT_EMAIL_TEMPLATE_SUBSCRIPTION' => array('type' => 'emailtemplate:member', 'label' => ''), 'ADHERENT_EMAIL_TEMPLATE_CANCELATION' => array('type' => 'emailtemplate:member', 'label' => ''), 'ADHERENT_EMAIL_TEMPLATE_EXCLUSION' => array('type' => 'emailtemplate:member', 'label' => ''), 'ADHERENT_MAIL_FROM' => array('type' => 'string', 'label' => ''), 'ADHERENT_CC_MAIL_FROM' => array('type' => 'string', 'label' => ''), 'ADHERENT_AUTOREGISTER_NOTIF_MAIL_SUBJECT' => array('type' => 'string', 'label' => ''), 'ADHERENT_AUTOREGISTER_NOTIF_MAIL' => array('type' => 'html', 'tooltip' => $helptext, 'label' => ''))
/htdocs/adherents/cartes/carte.php:1271$substitutionarray = array('__ID__' => $objp->rowid, '__REF__' => $objp->ref, '__LOGIN__' => empty($objp->login) ? '' : $objp->login, '__FIRSTNAME__' => empty($objp->firstname) ? '' : $objp->firstname, '__LASTNAME__' => empty($objp->lastname) ? '' : $objp->lastname, '__FULLNAME__' => $adherentstatic->getFullName($langs), '__COMPANY__' => empty($objp->company) ? '' : $objp->company, '__ADDRESS__' => empty($objp->address) ? '' : $objp->address, '__ZIP__' => empty($objp->zip) ? '' : $objp->zip, '__TOWN__' => empty($objp->town) ? '' : $objp->town, '__COUNTRY__' => empty($objp->country) ? '' : $objp->country, '__COUNTRY_CODE__' => empty($objp->country_code) ? '' : $objp->country_code, '__EMAIL__' => empty($objp->email) ? '' : $objp->email, '__BIRTH__' => dol_print_date($objp->birth, 'day'), '__TYPE__' => empty($objp->type) ? '' : $objp->type, '__YEAR__' => $year, '__MONTH__' => $month, '__DAY__' => $day, '__DOL_MAIN_URL_ROOT__' => DOL_MAIN_URL_ROOT, '__SERVER__' => "https://" . $_SERVER["SERVER_NAME"] . "/")
/htdocs/adherents/list.php:14521$textlate = ' (' . $langs->trans("DateReference") . ' > ' . $langs->trans("DateToday") . ' ' . (ceil($conf->adherent->subscription->warning_delay / 60 / 60 / 24) >= 0 ? '+' : '') . ceil($conf->adherent->subscription->warning_delay / 60 / 60 / 24) . ' ' . $langs->trans("days") . ')'
/htdocs/adherents/vcard.php:505$caneditfielduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'creer')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'creer')))
/htdocs/adherents/vcard.php:525$caneditpassworduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'password')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'password')))
/htdocs/adherents/ldap.php:585$caneditfielduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'creer')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'creer')))
/htdocs/adherents/list.php:76752$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/adherents/list.php:76853$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/adherents/list.php:8001$formquestion = array(array('label' => $langs->trans("DateSubscription"), 'type' => 'other', 'value' => $date), array('label' => $langs->trans("Amount"), 'type' => 'text', 'value' => price($amount, 0, '', 0), 'name' => 'amount'), array('type' => 'separator'), array('label' => $langs->trans("MoreActions"), 'type' => 'other', 'value' => $langs->trans("None") . ' ' . img_warning($langs->trans("WarningNoComplementaryActionDone"))), )
/htdocs/adherents/list.php:10481$liststatus = array(Adherent::STATUS_DRAFT => $langs->trans("Draft"), Adherent::STATUS_VALIDATED => $langs->trans("Validated"), Adherent::STATUS_RESILIATED => $langs->trans("MemberStatusResiliatedShort"), Adherent::STATUS_EXCLUDED => $langs->trans("MemberStatusExcludedShort"))
/htdocs/holiday/document.php:1734$labeltoshow = (($typeleaves[$object->fk_type]['code'] && $langs->trans($typeleaves[$object->fk_type]['code']) != $typeleaves[$object->fk_type]['code']) ? $langs->trans($typeleaves[$object->fk_type]['code']) : $typeleaves[$object->fk_type]['label'])
/htdocs/holiday/card.php:12994$labeltoshow = (($typeleaves[$object->fk_type]['code'] && $langs->trans($typeleaves[$object->fk_type]['code']) != $typeleaves[$object->fk_type]['code']) ? $langs->trans($typeleaves[$object->fk_type]['code']) : $typeleaves[$object->fk_type]['label'])
/htdocs/holiday/card.php:10682$out .= ' - ' . ($langs->trans($val['code']) != $val['code'] ? $langs->trans($val['code']) : $val['label']) . ': <strong>' . ($nb_type ? price2num($nb_type) : 0) . '</strong><br>'
/htdocs/holiday/card.php:5512$message .= "<li>" . $langs->transnoentitiesnoconv("Period") . " : " . dol_print_date($object->date_debut, 'day') . " " . $langs->transnoentitiesnoconv($starthalfdaykey) . " " . $langs->transnoentitiesnoconv("To") . " " . dol_print_date($object->date_fin, 'day') . " " . $langs->transnoentitiesnoconv($endhalfdaykey) . "</li>\n"
/htdocs/holiday/card.php:5304$labeltoshow = (($typeleaves[$object->fk_type]['code'] && $langs->trans($typeleaves[$object->fk_type]['code']) != $typeleaves[$object->fk_type]['code']) ? $langs->trans($typeleaves[$object->fk_type]['code']) : $typeleaves[$object->fk_type]['label'])
/htdocs/opensurvey/class/opensurveysondage.class.php:6781$sql .= " VALUES ('" . $this->db->escape($this->id_sondage) . "','" . $this->db->escape($comment) . "','" . $this->db->escape($comment_user) . "','" . $this->db->idate($now) . "'" . ($user_ip ? ",'" . $this->db->escape($user_ip) . "'" : '') . ")"
/htdocs/contrat/class/contrat.class.php:20521$text .= ($mode != 7 || $this->nbofservicesexpired > 0) ? ($this->nbofservicesexpired . ContratLigne::LibStatut(4, 3, 1, 'class="marginleft2"')) . (($mode != 7 || $this->nbofservicesclosed) ? ' &nbsp; ' : '') : ''
/htdocs/contrat/class/contrat.class.php:20501$text .= ($mode != 7 || $this->nbofservicesopened > 0) ? ($this->nbofservicesopened . ContratLigne::LibStatut(4, 3, 0, 'class="marginleft2"')) . (($mode != 7 || $this->nbofservicesexpired || $this->nbofservicesclosed) ? ' &nbsp; ' : '') : ''
/htdocs/contrat/class/contrat.class.php:20481$text .= ($mode != 7 || $this->nbofserviceswait > 0) ? ($this->nbofserviceswait . ContratLigne::LibStatut(0, 3, -1, 'class="marginleft2"')) . (($mode != 7 || $this->nbofservicesopened || $this->nbofservicesexpired || $this->nbofservicesclosed) ? ' &nbsp; ' : '') : ''
/htdocs/contrat/class/contrat.class.php:13051$sql = 'DELETE FROM ' . MAIN_DB_PREFIX . "ecm_files WHERE src_object_type = '" . $this->db->escape($this->table_element . (empty($this->module) ? "" : "@" . $this->module)) . "' AND src_object_id = " . ((int) $this->id)
/htdocs/contrat/class/contrat.class.php:5861$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'contract/" . $this->db->escape($this->newref) . "'"
/htdocs/opensurvey/list.php:982$arrayfields["ef." . $key] = array('label' => $extrafields->attributes[$object->table_element]['label'][$key], 'checked' => (($extrafields->attributes[$object->table_element]['list'][$key] < 0) ? 0 : 1), 'position' => $extrafields->attributes[$object->table_element]['pos'][$key], 'enabled' => (abs($extrafields->attributes[$object->table_element]['list'][$key]) != 3 && $extrafields->attributes[$object->table_element]['perms'][$key]))
/htdocs/contrat/agenda.php:19750$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/contrat/services_list.php:9463$textlate = $langs->trans("Late") . ' = ' . $langs->trans("DateReference") . ' > ' . $langs->trans("DateToday") . ' ' . (ceil($warning_delay) >= 0 ? '+' : '') . ceil($warning_delay) . ' ' . $langs->trans("days")
/htdocs/contrat/services_list.php:6791$arrayofstatus = array('0' => $langs->trans("ServiceStatusInitial"), '4' => $langs->trans("ServiceStatusRunning"), '4&filter=notexpired' => $langs->trans("ServiceStatusNotLate"), '4&filter=expired' => $langs->trans("ServiceStatusLate"), '5' => $langs->trans("ServiceStatusClosed"))
/htdocs/intracommreport/class/intracommreport.class.php:4291$sql = "SELECT p.customcode FROM " . MAIN_DB_PREFIX . $tabledet . " d INNER JOIN " . MAIN_DB_PREFIX . $table . " f ON (f.rowid = d." . $this->db->escape($field_link) . ") INNER JOIN " . MAIN_DB_PREFIX . "product p ON (p.rowid = d.fk_product) WHERE d.fk_product IS NOT NULL AND f.entity = " . ((int) $conf->entity) . " AND " . $more_sql . " = '" . $this->db->escape($res->refinvoice) . "' AND d.total_ht = ( SELECT MAX(d.total_ht) FROM " . MAIN_DB_PREFIX . $tabledet . " d INNER JOIN " . MAIN_DB_PREFIX . $table . " f ON (f.rowid = d." . $this->db->escape($field_link) . ") WHERE d.fk_product IS NOT NULL AND " . $more_sql . " = '" . $this->db->escape($res->refinvoice) . "' AND d.fk_product NOT IN ( SELECT fk_product FROM " . MAIN_DB_PREFIX . "categorie_product WHERE fk_categorie = " . ((int) $categ_fraisdeport->id) . " ) )"
/htdocs/adherents/card.php:1085$caneditpassworduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'password')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'password')))
/htdocs/adherents/card.php:14731$formquestion[] = array('label' => $langs->trans("UserWillBe"), 'type' => 'radio', 'name' => 'internalorexternal', 'default' => 'external', 'values' => array('external' => $langs->trans("External") . ' - ' . $langs->trans("LinkedToDolibarrThirdParty") . ' ' . $object->thirdparty->getNomUrl(1, '', 0, 1), 'internal' => $langs->trans("Internal")))
/htdocs/holiday/class/holiday.class.php:23011$types[$obj->rowid] = array('id' => $obj->rowid, 'rowid' => $obj->rowid, 'code' => $obj->code, 'label' => $obj->label, 'affect' => $obj->affect, 'delay' => $obj->delay, 'newbymonth' => $obj->newbymonth)
/htdocs/adherents/card.php:1065$caneditfielduser = ((($user->id == $object->user_id) && $user->hasRight('user', 'self', 'creer')) || (($user->id != $object->user_id) && $user->hasRight('user', 'user', 'creer')))
/htdocs/holiday/class/holiday.class.php:13731$labeltoshow = (($typeleaves[$this->fk_type]['code'] && $langs->trans($typeleaves[$this->fk_type]['code']) != $typeleaves[$this->fk_type]['code']) ? $langs->trans($typeleaves[$this->fk_type]['code']) : $typeleaves[$this->fk_type]['label'])
/htdocs/holiday/class/holiday.class.php:145814$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/holiday/class/holiday.class.php:8201$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'holiday/" . $this->db->escape($this->newref) . "'"
/htdocs/holiday/class/holiday.class.php:13051$arrayofrecord[$obj->rowid] = array('date_start' => $this->db->jdate($obj->date_start), 'date_end' => $this->db->jdate($obj->date_end), 'halfday' => $obj->halfday, 'status' => $obj->status)
/htdocs/holiday/card_group.php:7544$labeltoshow = (($typeleaves[$object->fk_type]['code'] && $langs->trans($typeleaves[$object->fk_type]['code']) != $typeleaves[$object->fk_type]['code']) ? $langs->trans($typeleaves[$object->fk_type]['code']) : $typeleaves[$object->fk_type]['label'])
/htdocs/holiday/card_group.php:7752$message .= "<li>" . $langs->transnoentitiesnoconv("Period") . " : " . dol_print_date($object->date_debut, 'day') . " " . $langs->transnoentitiesnoconv($starthalfdaykey) . " " . $langs->transnoentitiesnoconv("To") . " " . dol_print_date($object->date_fin, 'day') . " " . $langs->transnoentitiesnoconv($endhalfdaykey) . "</li>\n"
/htdocs/holiday/list.php:9482$labeltypeleavetoshow = ($langs->trans($typeleaves[$obj->fk_type]['code']) != $typeleaves[$obj->fk_type]['code'] ? $langs->trans($typeleaves[$obj->fk_type]['code']) : $typeleaves[$obj->fk_type]['label'])
/htdocs/holiday/define_holiday.php:901$arrayfields = array('cp.rowid' => array('label' => $langs->trans("Employee"), 'checked' => 1, 'position' => 20), 'cp.fk_user' => array('label' => $langs->trans("Supervisor"), 'checked' => 1, 'position' => 30), 'cp.nbHoliday' => array('label' => $langs->trans("MenuConfCP"), 'checked' => 1, 'position' => 40), 'cp.note_public' => array('label' => $langs->trans("Note"), 'checked' => 1, 'position' => 50), )
/htdocs/holiday/list.php:54253$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/holiday/list.php:8952$labeltypeleavetoshow = ($langs->trans($typeleaves[$obj->fk_type]['code']) != $typeleaves[$obj->fk_type]['code'] ? $langs->trans($typeleaves[$obj->fk_type]['code']) : $typeleaves[$obj->fk_type]['label'])
/htdocs/holiday/list.php:1211$arrayfields = array('cp.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1), 'cp.fk_user' => array('label' => $langs->trans("Employee"), 'checked' => 1, 'position' => 20), 'cp.fk_validator' => array('label' => $langs->trans("ValidatorCP"), 'checked' => 1, 'position' => 30), 'cp.fk_type' => array('label' => $langs->trans("Type"), 'checked' => 1, 'position' => 35), 'duration' => array('label' => $langs->trans("NbUseDaysCPShort"), 'checked' => 1, 'position' => 38), 'cp.date_debut' => array('label' => $langs->trans("DateStart"), 'checked' => 1, 'position' => 40), 'cp.date_fin' => array('label' => $langs->trans("DateEnd"), 'checked' => 1, 'position' => 42), 'cp.date_valid' => array('label' => $langs->trans("DateValidation"), 'checked' => 1, 'position' => 60), 'cp.date_approval' => array('label' => $langs->trans("DateApprove"), 'checked' => 1, 'position' => 70), 'cp.date_create' => array('label' => $langs->trans("DateCreation"), 'checked' => 0, 'position' => 500), 'cp.tms' => array('label' => $langs->trans("DateModificationShort"), 'checked' => 0, 'position' => 501), 'cp.statut' => array('label' => $langs->trans("Status"), 'checked' => 1, 'position' => 1000), )
/htdocs/holiday/list.php:54152$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/contact/class/contact.class.php:15391$result .= '<!-- picto photo contact --><span class="nopadding userimg' . ($morecss ? ' ' . $morecss : '') . '">' . Form::showphoto('contact', $this, 0, 0, 0, 'userphoto' . ($withpicto == -3 ? 'small' : ''), 'mini', 0, 1) . '</span>'
/htdocs/contact/class/contact.class.php:15441$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="pictofixedwidth valignmiddle"' : '') : 'class="' . (($withpicto != 2) ? 'pictofixedwidth valignmiddle' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/contact/class/contact.class.php:18131$this->roles[$obj->contactroleid] = array('id' => $obj->rowid, 'socid' => $obj->socid, 'element' => $obj->element, 'source' => $obj->source, 'code' => $obj->code, 'label' => $libelle_element . ' - ' . ($langs->trans($transkey) != $transkey ? $langs->trans($transkey) : $obj->label))
/htdocs/contact/class/contact.class.php:19692$this->cacheprospectstatus[$obj->id] = array('id' => $obj->id, 'code' => $obj->code, 'label' => ($langs->trans("ST_" . strtoupper($obj->code)) == "ST_" . strtoupper($obj->code)) ? $obj->label : $langs->trans("ST_" . strtoupper($obj->code)), 'picto' => $obj->picto)
/htdocs/contact/class/contact.class.php:20582return img_action(($langs->trans("StatusProspect" . $statut) != "StatusProspect" . $statut) ? $langs->trans("StatusProspect" . $statut) : $label, 0, $picto) . ' ' . (($langs->trans("StatusProspect" . $statut) != "StatusProspect" . $statut) ? $langs->trans("StatusProspect" . $statut) : $label)
/htdocs/contact/class/contact.class.php:20882return img_action(($langs->trans("StatusProspect" . $statut) != "StatusProspect" . $statut) ? $langs->trans("StatusProspect" . $statut) : $label, 0, $picto) . ' ' . (($langs->trans("StatusProspect" . $statut) != "StatusProspect" . $statut) ? $langs->trans("StatusProspect" . $statut) : $label)
/htdocs/loan/list.php:8427$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/loan/list.php:27452$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/loan/list.php:27553$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/loan/list.php:29652$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/loan/list.php:29753$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/loan/class/loan.class.php:59066$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/loan/class/paymentloan.class.php:2221$sql .= " " . ((int) $this->paymenttype) . ", '" . $this->db->escape($this->num_payment) . "', '" . $this->db->escape($this->note_private) . "', '" . $this->db->escape($this->note_public) . "', " . $user->id . ","
/htdocs/loan/class/paymentloan.class.php:6873$result .= img_object(($notooltip ? '' : $label), $this->picto, ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/variants/card.php:2451$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id . '&lineid=' . $lineid, $langs->trans('DeleteLine'), $langs->trans('ProductAttributeValueDeleteDialog', dol_htmlentities($object_value->value), dol_htmlentities($object_value->ref)), 'confirm_deleteline', '', 0, 1)
/htdocs/variants/list.php:11527$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/variants/list.php:46553$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/variants/list.php:46452$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/variants/combinations.php:945$usercancreate = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'creer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'creer')))
/htdocs/variants/combinations.php:934$usercanread = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'lire')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'lire')))
/htdocs/variants/combinations.php:8691$aaa .= ' <option value="not_buy" data-html="' . dol_escape_htmltag(img_picto($langs->trans("SetToStatus"), 'stop-circle', 'class="pictofixedwidth"') . $langs->trans('SetToStatus', $langs->transnoentitiesnoconv('ProductStatusNotOnBuy'))) . '">' . $langs->trans('ProductStatusNotOnBuy') . '</option>'
/htdocs/variants/combinations.php:953$usercandelete = (($object->type == Product::TYPE_PRODUCT && $user->hasRight('produit', 'supprimer')) || ($object->type == Product::TYPE_SERVICE && $user->hasRight('service', 'supprimer')))
/htdocs/variants/combinations.php:8711$aaa .= ' <option value="on_buy" data-html="' . dol_escape_htmltag(img_picto($langs->trans("SetToStatus"), 'stop-circle', 'class="pictofixedwidth"') . $langs->trans('SetToStatus', $langs->transnoentitiesnoconv('ProductStatusOnBuy'))) . '">' . $langs->trans('ProductStatusOnBuy') . '</option>'
/htdocs/variants/combinations.php:8701$aaa .= ' <option value="not_sell" data-html="' . dol_escape_htmltag(img_picto($langs->trans("SetToStatus"), 'stop-circle', 'class="pictofixedwidth"') . $langs->trans('SetToStatus', $langs->transnoentitiesnoconv('ProductStatusNotOnSell'))) . '">' . $langs->trans('ProductStatusNotOnSell') . '</option>'
/htdocs/variants/class/ProductAttribute.class.php:117566$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/variants/combinations.php:8721$aaa .= ' <option value="on_sell" data-html="' . dol_escape_htmltag(img_picto($langs->trans("SetToStatus"), 'stop-circle', 'class="pictofixedwidth"') . $langs->trans('SetToStatus', $langs->transnoentitiesnoconv('ProductStatusOnSell'))) . '">' . $langs->trans('ProductStatusOnSell') . '</option>'
/htdocs/accountancy/index.php:2561$s = img_picto('', 'puce') . ' ' . $langs->trans("AccountancyAreaDescWriteRecords", chr(64 + $step), $langs->transnoentitiesnoconv("TransferInAccounting") . ' - ' . $langs->transnoentitiesnoconv("RegistrationInAccounting"), $langs->transnoentitiesnoconv("WriteBookKeeping")) . "\n"
/htdocs/variants/class/ProductAttribute.class.php:119766$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/accountancy/journal/bankjournal.php:4931$tabuser[$obj->rowid] = array('id' => $userstatic->id, 'name' => dolGetFirstLastname($userstatic->firstname, $userstatic->lastname), 'lastname' => $userstatic->lastname, 'firstname' => $userstatic->firstname, 'email' => $userstatic->email, 'accountancy_code' => $compta_user, 'status' => $userstatic->status)
/htdocs/accountancy/journal/bankjournal.php:2841$tabuser[$obj->rowid] = array('id' => $obj->userid, 'name' => dolGetFirstLastname($obj->firstname, $obj->lastname), 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'email' => $obj->useremail, 'accountancy_code' => $compta_user, 'status' => $obj->userstatus)
/htdocs/accountancy/journal/expensereportsjournal.php:5665$period = $form->selectDate($date_start ? $date_start : -1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end ? $date_end : -1, 'date_end', 0, 0, 0, '', 1, 0)
/htdocs/accountancy/journal/bankjournal.php:10915$period = $form->selectDate($date_start ? $date_start : -1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end ? $date_end : -1, 'date_end', 0, 0, 0, '', 1, 0)
/htdocs/adherents/class/adherent.class.php:5291$substitutionarray = array('__ID__' => $this->id, '__REF__' => $this->ref, '__MEMBER_ID__' => $this->id, '__CIVILITY__' => $this->getCivilityLabel( ), '__FIRSTNAME__' => $msgishtml ? dol_htmlentitiesbr($this->firstname) : ($this->firstname ? $this->firstname : ''), '__LASTNAME__' => $msgishtml ? dol_htmlentitiesbr($this->lastname) : ($this->lastname ? $this->lastname : ''), '__FULLNAME__' => $msgishtml ? dol_htmlentitiesbr($this->getFullName($langs)) : $this->getFullName($langs), '__COMPANY__' => $msgishtml ? dol_htmlentitiesbr($this->company) : ($this->company ? $this->company : ''), '__ADDRESS__' => $msgishtml ? dol_htmlentitiesbr($this->address) : ($this->address ? $this->address : ''), '__ZIP__' => $msgishtml ? dol_htmlentitiesbr($this->zip) : ($this->zip ? $this->zip : ''), '__TOWN__' => $msgishtml ? dol_htmlentitiesbr($this->town) : ($this->town ? $this->town : ''), '__COUNTRY__' => $msgishtml ? dol_htmlentitiesbr($this->country) : ($this->country ? $this->country : ''), '__EMAIL__' => $msgishtml ? dol_htmlentitiesbr($this->email) : ($this->email ? $this->email : ''), '__BIRTH__' => $msgishtml ? dol_htmlentitiesbr($birthday) : ($birthday ? $birthday : ''), '__PHOTO__' => $msgishtml ? dol_htmlentitiesbr($this->photo) : ($this->photo ? $this->photo : ''), '__LOGIN__' => $msgishtml ? dol_htmlentitiesbr($this->login) : ($this->login ? $this->login : ''), '__PASSWORD__' => $msgishtml ? dol_htmlentitiesbr($this->pass) : ($this->pass ? $this->pass : ''), '__PHONE__' => $msgishtml ? dol_htmlentitiesbr($this->phone) : ($this->phone ? $this->phone : ''), '__PHONEPRO__' => $msgishtml ? dol_htmlentitiesbr($this->phone_perso) : ($this->phone_perso ? $this->phone_perso : ''), '__PHONEMOBILE__' => $msgishtml ? dol_htmlentitiesbr($this->phone_mobile) : ($this->phone_mobile ? $this->phone_mobile : ''), '__TYPE__' => $msgishtml ? dol_htmlentitiesbr($this->type) : ($this->type ? $this->type : ''))
/htdocs/adherents/class/adherent.class.php:7891$sql .= ", societe = " . ($this->company ? "'" . $this->db->escape($this->company) . "'" : ($this->societe ? "'" . $this->db->escape($this->societe) . "'" : "null"))
/htdocs/adherents/class/adherentstats.class.php:2181$MembersCountArray[$objp->fk_adherent_type] = array('label' => $objp->label, 'members_draft' => (int) $objp->members_draft, 'members_pending' => (int) $objp->members_pending, 'members_uptodate' => (int) $objp->members_uptodate, 'members_expired' => (int) $objp->members_expired, 'members_excluded' => (int) $objp->members_excluded, 'members_resiliated' => (int) $objp->members_resiliated)
/htdocs/adherents/class/adherentstats.class.php:2981$MembersCountArray[$objp->fk_categorie] = array('label' => $objp->label, 'members_draft' => (int) $objp->members_draft, 'members_pending' => (int) $objp->members_pending, 'members_uptodate' => (int) $objp->members_uptodate, 'members_expired' => (int) $objp->members_expired, 'members_excluded' => (int) $objp->members_excluded, 'members_resiliated' => (int) $objp->members_resiliated)
/htdocs/adherents/class/adherent_type.class.php:7057$dur = array("i" => $langs->trans("Minutes"), "h" => $langs->trans("Hours"), "d" => $langs->trans("Days"), "w" => $langs->trans("Weeks"), "m" => $langs->trans("Months"), "y" => $langs->trans("Years"))
/htdocs/adherents/class/adherent_type.class.php:7078$dur = array("i" => $langs->trans("Minute"), "h" => $langs->trans("Hour"), "d" => $langs->trans("Day"), "w" => $langs->trans("Week"), "m" => $langs->trans("Month"), "y" => $langs->trans("Year"))
/htdocs/adherents/class/adherent.class.php:14532$this->civility = $obj->civility_code ? ($langs->trans("Civility" . $obj->civility_code) != "Civility" . $obj->civility_code ? $langs->trans("Civility" . $obj->civility_code) : $obj->civility_code) : ''
/htdocs/adherents/class/adherent_type.class.php:2492$sql2 .= " VALUES(" . ((int) $this->id) . ",'" . $this->db->escape($key) . "','" . $this->db->escape($this->multilangs["$key"]["label"]) . "',"
/htdocs/adherents/stats/byproperties.php:941$data[$obj->code] = array('label' => $obj->code, 'nb' => $obj->nb, 'nbsubscriptions' => $obj->nbsubscriptions, 'lastdate' => $db->jdate($obj->lastdate), 'lastsubscriptiondate' => $db->jdate($obj->lastsubscriptiondate))
/htdocs/adherents/stats/geo.php:1661$data[] = array('label' => (($obj->code && $langs->trans("Country" . $obj->code) != "Country" . $obj->code) ? img_picto('', DOL_URL_ROOT . '/theme/common/flags/' . strtolower($obj->code) . '.png', '', 1) . ' ' . $langs->trans("Country" . $obj->code) : ($obj->label ? $obj->label : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>')), 'label_en' => (($obj->code && $langsen->transnoentitiesnoconv("Country" . $obj->code) != "Country" . $obj->code) ? $langsen->transnoentitiesnoconv("Country" . $obj->code) : ($obj->label ? $obj->label : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>')), 'code' => $obj->code, 'nb' => $obj->nb, 'lastdate' => $db->jdate($obj->lastdate), 'lastsubscriptiondate' => $db->jdate($obj->lastsubscriptiondate))
/htdocs/adherents/class/adherent_type.class.php:7652$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), (' class="' . (($withpicto != 2) ? 'paddingright' : '') . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/adherents/class/subscription.class.php:47466$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/adherents/stats/geo.php:1943$data[] = array('label' => (($obj->code && $langs->trans("Country" . $obj->code) != "Country" . $obj->code) ? img_picto('', DOL_URL_ROOT . '/theme/common/flags/' . strtolower($obj->code) . '.png', '', 1) . ' ' . $langs->trans("Country" . $obj->code) : ($obj->label ? $obj->label : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>')), 'label_en' => (($obj->code && $langsen->transnoentitiesnoconv("Country" . $obj->code) != "Country" . $obj->code) ? $langsen->transnoentitiesnoconv("Country" . $obj->code) : ($obj->label ? $obj->label : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>')), 'label2' => ($obj->label2 ? $obj->label2 : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>'), 'nb' => $obj->nb, 'lastdate' => $db->jdate($obj->lastdate), 'lastsubscriptiondate' => $db->jdate($obj->lastsubscriptiondate))
/htdocs/debugbar/class/TraceableDB.php:3801$this->queries[] = array('sql' => $sql, 'duration' => $duration, 'memory_usage' => $memoryDelta, 'is_success' => $resql ? true : false, 'error_code' => $resql ? null : $this->db->lasterrno( ), 'error_message' => $resql ? null : $this->db->lasterror( ))
/htdocs/adherents/stats/geo.php:1753$data[] = array('label' => (($obj->code && $langs->trans("Country" . $obj->code) != "Country" . $obj->code) ? img_picto('', DOL_URL_ROOT . '/theme/common/flags/' . strtolower($obj->code) . '.png', '', 1) . ' ' . $langs->trans("Country" . $obj->code) : ($obj->label ? $obj->label : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>')), 'label_en' => (($obj->code && $langsen->transnoentitiesnoconv("Country" . $obj->code) != "Country" . $obj->code) ? $langsen->transnoentitiesnoconv("Country" . $obj->code) : ($obj->label ? $obj->label : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>')), 'label2' => ($obj->label2 ? $obj->label2 : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>'), 'nb' => $obj->nb, 'lastdate' => $db->jdate($obj->lastdate), 'lastsubscriptiondate' => $db->jdate($obj->lastsubscriptiondate))
/htdocs/adherents/stats/geo.php:1853$data[] = array('label' => (($obj->code && $langs->trans("Country" . $obj->code) != "Country" . $obj->code) ? img_picto('', DOL_URL_ROOT . '/theme/common/flags/' . strtolower($obj->code) . '.png', '', 1) . ' ' . $langs->trans("Country" . $obj->code) : ($obj->label ? $obj->label : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>')), 'label_en' => (($obj->code && $langsen->transnoentitiesnoconv("Country" . $obj->code) != "Country" . $obj->code) ? $langsen->transnoentitiesnoconv("Country" . $obj->code) : ($obj->label ? $obj->label : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>')), 'label2' => ($obj->label2 ? $obj->label2 : '<span class="opacitymedium">' . $langs->trans("Unknown") . '</span>'), 'nb' => $obj->nb, 'lastdate' => $db->jdate($obj->lastdate), 'lastsubscriptiondate' => $db->jdate($obj->lastsubscriptiondate))
/htdocs/debugbar/class/DataCollector/DolQueryCollector.php:651$queries[] = array('sql' => $query['sql'], 'duration' => $query['duration'], 'duration_str' => round($query['duration'] * 1000, 2), 'memory' => $query['memory_usage'], 'is_success' => $query['is_success'], 'error_code' => $query['error_code'], 'error_message' => $query['error_message'])
/htdocs/debugbar/class/DataCollector/DolibarrCollector.php:1321return array("database_info" => array("icon" => "database", "indicator" => "PhpDebugBar.DebugBar.TooltipIndicator", "tooltip" => array("html" => $this->getDatabaseInfo( ), "class" => "tooltip-wide"), "map" => "", "default" => ""), "dolibarr_info" => array("icon" => "desktop", "indicator" => "PhpDebugBar.DebugBar.TooltipIndicator", "tooltip" => array("html" => $this->getDolibarrInfo( ), "class" => "tooltip-wide"), "map" => "", "default" => ""), "mail_info" => array("icon" => "envelope", "indicator" => "PhpDebugBar.DebugBar.TooltipIndicator", "tooltip" => array("html" => $this->getMailInfo( ), "class" => "tooltip-extra-wide"), "map" => "", "default" => ""))
/htdocs/debugbar/class/DataCollector/DolPhpCollector.php:1121return [$name => ['icon' => 'list', 'widget' => 'PhpDebugBar.Widgets.MessagesWidget', 'map' => "$name.messages", 'default' => '[]', ], "$name:badge" => ['map' => "$name.count", 'default' => 'null', ], ]
/htdocs/debugbar/class/DataCollector/DolMessagesCollector.php:442return array("$title" => array("icon" => "list-alt", "widget" => "PhpDebugBar.Widgets.MessagesWidget", "map" => "$name.messages", "default" => "[]"), "$title:badge" => array("map" => "$name.count", "default" => "null"))
/htdocs/contact/card.php:5122$object->array_options['options_' . $attributekey] = dol_mktime(GETPOSTINT($attributekeylong . 'hour'), GETPOSTINT($attributekeylong . 'min'), GETPOSTINT($attributekeylong . 'sec'), GETPOSTINT($attributekeylong . 'month'), GETPOSTINT($attributekeylong . 'day'), GETPOSTINT($attributekeylong . 'year'))
/htdocs/debugbar/class/DataCollector/DolTimeDataCollector.php:401return array("time" => array("icon" => "clock-o", "tooltip" => $langs->transnoentities('RequestDuration'), "map" => "time.duration_str", "default" => "'0ms'"), $langs->transnoentities('Timeline') => array("icon" => "tasks", "widget" => "PhpDebugBar.Widgets.TimelineWidget", "map" => "time", "default" => "{}"))
/htdocs/debugbar/class/DataCollector/DolConfigCollector.php:751$config = array('Dolibarr' => array('const' => $const['user'], '$conf' => $this->objectToArray($conf), '$user' => $this->objectToArray($user)), 'PHP' => array('version' => PHP_VERSION, 'interface' => PHP_SAPI, 'os' => PHP_OS))
/htdocs/debugbar/class/DataCollector/DolLogsCollector.php:772return array("$title" => array("icon" => "list-alt", "widget" => "PhpDebugBar.Widgets.MessagesWidget", "map" => "$name.messages", "default" => "[]"), "$title:badge" => array("map" => "$name.count", "default" => "null"))
/htdocs/contact/list.php:96853$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/contact/list.php:96752$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/contact/list.php:2311$arrayfields['p.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/contact/card.php:13001$formquestion = array(array('label' => $langs->trans("LoginToCreate"), 'type' => 'text', 'name' => 'login', 'value' => $login), array('label' => $langs->trans("Password"), 'type' => 'text', 'name' => 'password', 'value' => $password), )
/htdocs/contact/class/contact.class.php:10661$this->country = $obj->country_id ? ($langs->trans('Country' . $obj->country_code) != 'Country' . $obj->country_code ? $langs->transnoentities('Country' . $obj->country_code) : $obj->country) : ''
/htdocs/contact/class/contact.class.php:10482$this->civility = $obj->civility_code ? ($langs->trans("Civility" . $obj->civility_code) != "Civility" . $obj->civility_code ? $langs->trans("Civility" . $obj->civility_code) : $obj->civility_code) : ''
/htdocs/contact/canvas/actions_contactcard_common.class.php:2702$formquestion = array(array('label' => $langs->trans("LoginToCreate"), 'type' => 'text', 'name' => 'login', 'value' => $login), array('label' => $langs->trans("Password"), 'type' => 'text', 'name' => 'password', 'value' => $password))
/htdocs/contact/agenda.php:2671$out .= (!empty($objcon->id) ? '&amp;contactid=' . $objcon->id : '') . '&amp;origin=contact&amp;originid=' . $object->id . '&amp;backtopage=' . urlencode($_SERVER['PHP_SELF'] . ($objcon->id > 0 ? '?id=' . $objcon->id : ''))
/htdocs/accountancy/class/accountingjournal.class.php:9802$header = array($langs->transnoentitiesnoconv("Date"), $langs->transnoentitiesnoconv("Piece"), $langs->transnoentitiesnoconv("AccountAccounting"), $langs->transnoentitiesnoconv("LabelOperation"), $langs->transnoentitiesnoconv("AccountingDebit"), $langs->transnoentitiesnoconv("AccountingCredit"), )
/htdocs/accountancy/class/accountingjournal.class.php:9892$header = array($langs->transnoentitiesnoconv("Date"), $langs->transnoentitiesnoconv("Piece"), $langs->transnoentitiesnoconv("AccountAccounting"), $langs->transnoentitiesnoconv("LabelOperation"), $langs->transnoentitiesnoconv("AccountingDebit"), $langs->transnoentitiesnoconv("AccountingCredit"), )
/htdocs/accountancy/class/accountingjournal.class.php:10281self::$accounting_account_cached[$account] = array('found' => true, 'label' => $accountingaccount->label, 'code_formatted_1' => length_accounta(html_entity_decode($account)), 'label_formatted_1' => mb_convert_encoding(dol_trunc($accountingaccount->label, 32), 'ISO-8859-1'), 'label_formatted_2' => dol_trunc($accountingaccount->label, 32), )
/htdocs/accountancy/class/lettering.class.php:7861$sql .= " LEFT JOIN " . MAIN_DB_PREFIX . $this->db->sanitize($linked_info['table']) . " AS tl2 ON tl2." . $this->db->sanitize($linked_info['fk_link']) . " = tl." . $this->db->sanitize($linked_info['fk_link'])
/htdocs/accountancy/class/accountingjournal.class.php:5871$blocks[] = array('doc_date' => $depreciation_date, 'date_lim_reglement' => '', 'doc_ref' => $element_static->ref, 'date_creation' => $now, 'doc_type' => 'asset', 'fk_doc' => $element_static->id, 'fk_docdet' => $depreciation_id, 'thirdparty_code' => '', 'subledger_account' => '', 'subledger_label' => '', 'numero_compte' => $account, 'label_compte' => $account_infos['label'], 'label_operation' => $element_name_formatted_0 . ' - ' . $depreciation_ref, 'montant' => $mt, 'sens' => $mt < 0 ? 'D' : 'C', 'debit' => $mt < 0 ? -$mt : 0, 'credit' => $mt >= 0 ? $mt : 0, 'code_journal' => $journal, 'journal_label' => $journal_label_formatted, 'piece_num' => '', 'import_key' => '', 'fk_user_author' => $user->id, 'entity' => $conf->entity, )
/htdocs/accountancy/class/accountingjournal.class.php:6961$blocks[] = array('date' => $disposal_date_formatted, 'piece' => $element_link, 'account_accounting' => $account_to_show, 'subledger_account' => '', 'label_operation' => $label_operation . ' - ' . $disposal_ref, 'debit' => $mt < 0 ? price(-$mt) : '', 'credit' => $mt >= 0 ? price($mt) : '', )
/htdocs/accountancy/class/accountingjournal.class.php:7071$blocks[] = array('doc_date' => $disposal_date, 'date_lim_reglement' => '', 'doc_ref' => $element_static->ref, 'date_creation' => $now, 'doc_type' => 'asset', 'fk_doc' => $element_static->id, 'fk_docdet' => 0, 'thirdparty_code' => '', 'subledger_account' => '', 'subledger_label' => '', 'numero_compte' => $account, 'label_compte' => $account_infos['label'], 'label_operation' => $element_name_formatted_0 . ' - ' . $disposal_ref, 'montant' => $mt, 'sens' => $mt < 0 ? 'D' : 'C', 'debit' => $mt < 0 ? -$mt : 0, 'credit' => $mt >= 0 ? $mt : 0, 'code_journal' => $journal, 'journal_label' => $journal_label_formatted, 'piece_num' => '', 'import_key' => '', 'fk_user_author' => $user->id, 'entity' => $conf->entity, )
/htdocs/accountancy/class/accountingjournal.class.php:9661$header = array($langs->transnoentitiesnoconv("BankId"), $langs->transnoentitiesnoconv("Date"), $langs->transnoentitiesnoconv("PaymentMode"), $langs->transnoentitiesnoconv("AccountAccounting"), $langs->transnoentitiesnoconv("LedgerAccount"), $langs->transnoentitiesnoconv("SubledgerAccount"), $langs->transnoentitiesnoconv("Label"), $langs->transnoentitiesnoconv("AccountingDebit"), $langs->transnoentitiesnoconv("AccountingCredit"), $langs->transnoentitiesnoconv("Journal"), $langs->transnoentitiesnoconv("Note"), )
/htdocs/accountancy/class/accountancyexport.class.php:14683$objectDirPath = !empty($conf->fournisseur->facture->multidir_output[$conf->entity]) ? $conf->fournisseur->facture->multidir_output[$conf->entity] : $conf->fournisseur->facture->dir_output
/htdocs/accountancy/class/accountancyexport.class.php:16803$objectDirPath = !empty($conf->fournisseur->facture->multidir_output[$conf->entity]) ? $conf->fournisseur->facture->multidir_output[$conf->entity] : $conf->fournisseur->facture->dir_output
/htdocs/accountancy/customer/index.php:6701$sql .= " SUM(" . $db->ifsql("MONTH(f.datef) = " . ((int) $j), " (" . $db->ifsql("fd.total_ht < 0", " (-1 * (abs(fd.total_ht) - (fd.buy_price_ht * fd.qty * (fd.situation_percent / 100))))", " (fd.total_ht - (fd.buy_price_ht * fd.qty * (fd.situation_percent / 100)))") . ")", 0) . ") AS month" . str_pad((string) $j, 2, '0', STR_PAD_LEFT) . ","
/htdocs/accountancy/customer/index.php:6921$sql .= " SUM(" . $db->ifsql("MONTH(f.datef) = " . ((int) $j), " (" . $db->ifsql("fd.total_ht < 0", " (-1 * (abs(fd.total_ht) - (fd.buy_price_ht * fd.qty)))", " (fd.total_ht - (fd.buy_price_ht * fd.qty))") . ")", 0) . ") AS month" . str_pad((string) $j, 2, '0', STR_PAD_LEFT) . ","
/htdocs/accountancy/class/accountancyexport.class.php:1251$listofexporttypes = array(self::$EXPORT_TYPE_CONFIGURABLE => $langs->trans('Modelcsv_configurable'), self::$EXPORT_TYPE_CEGID => $langs->trans('Modelcsv_CEGID'), self::$EXPORT_TYPE_COALA => $langs->trans('Modelcsv_COALA'), self::$EXPORT_TYPE_BOB50 => $langs->trans('Modelcsv_bob50'), self::$EXPORT_TYPE_CIEL => $langs->trans('Modelcsv_ciel'), self::$EXPORT_TYPE_QUADRATUS => $langs->trans('Modelcsv_quadratus'), self::$EXPORT_TYPE_WINFIC => $langs->trans('Modelcsv_winfic'), self::$EXPORT_TYPE_EBP => $langs->trans('Modelcsv_ebp'), self::$EXPORT_TYPE_COGILOG => $langs->trans('Modelcsv_cogilog'), self::$EXPORT_TYPE_AGIRIS => $langs->trans('Modelcsv_agiris'), self::$EXPORT_TYPE_OPENCONCERTO => $langs->trans('Modelcsv_openconcerto'), self::$EXPORT_TYPE_SAGE50_SWISS => $langs->trans('Modelcsv_Sage50_Swiss'), self::$EXPORT_TYPE_CHARLEMAGNE => $langs->trans('Modelcsv_charlemagne'), self::$EXPORT_TYPE_LDCOMPTA => $langs->trans('Modelcsv_LDCompta'), self::$EXPORT_TYPE_LDCOMPTA10 => $langs->trans('Modelcsv_LDCompta10'), self::$EXPORT_TYPE_GESTIMUMV3 => $langs->trans('Modelcsv_Gestinumv3'), self::$EXPORT_TYPE_GESTIMUMV5 => $langs->trans('Modelcsv_Gestinumv5'), self::$EXPORT_TYPE_FEC => $langs->trans('Modelcsv_FEC'), self::$EXPORT_TYPE_FEC2 => $langs->trans('Modelcsv_FEC2'), self::$EXPORT_TYPE_ISUITEEXPERT => 'Export iSuite Expert', )
/htdocs/accountancy/class/accountancyexport.class.php:1651$formatcode = array(self::$EXPORT_TYPE_CONFIGURABLE => 'csv', self::$EXPORT_TYPE_CEGID => 'cegid', self::$EXPORT_TYPE_COALA => 'coala', self::$EXPORT_TYPE_BOB50 => 'bob50', self::$EXPORT_TYPE_CIEL => 'ciel', self::$EXPORT_TYPE_QUADRATUS => 'quadratus', self::$EXPORT_TYPE_WINFIC => 'winfic', self::$EXPORT_TYPE_EBP => 'ebp', self::$EXPORT_TYPE_COGILOG => 'cogilog', self::$EXPORT_TYPE_AGIRIS => 'agiris', self::$EXPORT_TYPE_OPENCONCERTO => 'openconcerto', self::$EXPORT_TYPE_SAGE50_SWISS => 'sage50ch', self::$EXPORT_TYPE_CHARLEMAGNE => 'charlemagne', self::$EXPORT_TYPE_LDCOMPTA => 'ldcompta', self::$EXPORT_TYPE_LDCOMPTA10 => 'ldcompta10', self::$EXPORT_TYPE_GESTIMUMV3 => 'gestimumv3', self::$EXPORT_TYPE_GESTIMUMV5 => 'gestimumv5', self::$EXPORT_TYPE_FEC => 'fec', self::$EXPORT_TYPE_FEC2 => 'fec2', self::$EXPORT_TYPE_ISUITEEXPERT => 'isuiteexpert', )
/htdocs/accountancy/class/accountancyexport.class.php:2051$exporttypes = array('param' => array(self::$EXPORT_TYPE_CONFIGURABLE => array('label' => $langs->trans('Modelcsv_configurable'), 'ACCOUNTING_EXPORT_FORMAT' => getDolGlobalString('ACCOUNTING_EXPORT_FORMAT', 'txt'), 'ACCOUNTING_EXPORT_SEPARATORCSV' => getDolGlobalString('ACCOUNTING_EXPORT_SEPARATORCSV', ','), 'ACCOUNTING_EXPORT_ENDLINE' => getDolGlobalString('ACCOUNTING_EXPORT_ENDLINE', 1), 'ACCOUNTING_EXPORT_DATE' => getDolGlobalString('ACCOUNTING_EXPORT_DATE', '%Y-%m-%d'), ), self::$EXPORT_TYPE_CEGID => array('label' => $langs->trans('Modelcsv_CEGID'), ), self::$EXPORT_TYPE_COALA => array('label' => $langs->trans('Modelcsv_COALA'), ), self::$EXPORT_TYPE_BOB50 => array('label' => $langs->trans('Modelcsv_bob50'), ), self::$EXPORT_TYPE_CIEL => array('label' => $langs->trans('Modelcsv_ciel'), 'ACCOUNTING_EXPORT_FORMAT' => 'txt', ), self::$EXPORT_TYPE_QUADRATUS => array('label' => $langs->trans('Modelcsv_quadratus'), 'ACCOUNTING_EXPORT_FORMAT' => 'txt', ), self::$EXPORT_TYPE_WINFIC => array('label' => $langs->trans('Modelcsv_winfic'), 'ACCOUNTING_EXPORT_FORMAT' => 'txt', ), self::$EXPORT_TYPE_EBP => array('label' => $langs->trans('Modelcsv_ebp'), ), self::$EXPORT_TYPE_COGILOG => array('label' => $langs->trans('Modelcsv_cogilog'), ), self::$EXPORT_TYPE_AGIRIS => array('label' => $langs->trans('Modelcsv_agiris'), ), self::$EXPORT_TYPE_OPENCONCERTO => array('label' => $langs->trans('Modelcsv_openconcerto'), ), self::$EXPORT_TYPE_SAGE50_SWISS => array('label' => $langs->trans('Modelcsv_Sage50_Swiss'), ), self::$EXPORT_TYPE_CHARLEMAGNE => array('label' => $langs->trans('Modelcsv_charlemagne'), 'ACCOUNTING_EXPORT_FORMAT' => 'txt', ), self::$EXPORT_TYPE_LDCOMPTA => array('label' => $langs->trans('Modelcsv_LDCompta'), ), self::$EXPORT_TYPE_LDCOMPTA10 => array('label' => $langs->trans('Modelcsv_LDCompta10'), ), self::$EXPORT_TYPE_GESTIMUMV3 => array('label' => $langs->trans('Modelcsv_Gestinumv3'), 'ACCOUNTING_EXPORT_FORMAT' => 'txt', ), self::$EXPORT_TYPE_GESTIMUMV5 => array('label' => $langs->trans('Modelcsv_Gestinumv5'), 'ACCOUNTING_EXPORT_FORMAT' => 'txt', ), self::$EXPORT_TYPE_FEC => array('label' => $langs->trans('Modelcsv_FEC'), 'ACCOUNTING_EXPORT_FORMAT' => 'txt', ), self::$EXPORT_TYPE_FEC2 => array('label' => $langs->trans('Modelcsv_FEC2'), 'ACCOUNTING_EXPORT_FORMAT' => 'txt', ), self::$EXPORT_TYPE_ISUITEEXPERT => array('label' => 'iSuite Expert', 'ACCOUNTING_EXPORT_FORMAT' => 'csv', ), ), 'cr' => array('1' => $langs->trans("Unix"), '2' => $langs->trans("Windows")), 'format' => array('csv' => $langs->trans("csv"), 'txt' => $langs->trans("txt")), )
/htdocs/accountancy/class/accountancyexport.class.php:10023$objectDirPath = !empty($conf->fournisseur->facture->multidir_output[$conf->entity]) ? $conf->fournisseur->facture->multidir_output[$conf->entity] : $conf->fournisseur->facture->dir_output
/htdocs/install/step1.php:6999$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/install/step2.php:1159$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/install/upgrade.php:671$dirmodule = ((GETPOST("dirmodule", 'alpha', 3) && GETPOST("dirmodule", 'alpha', 3) != 'ignoredbversion')) ? GETPOST("dirmodule", 'alpha', 3) : ((empty($argv[3]) || $argv[3] == 'ignoredbversion') ? '' : $argv[3])
/htdocs/install/upgrade2.php:1489$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/install/step5.php:1689$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/accountancy/customer/list.php:7112$labelcountry = ($objp->country_code && ($langs->trans("Country" . $objp->country_code) != "Country" . $objp->country_code)) ? $langs->trans("Country" . $objp->country_code) : $objp->country_label
/htdocs/install/check.php:3649$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/install/step4.php:799$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/webservices/server_thirdparty.php:3471$thirdparty_result_fields = array('id' => $thirdparty->id, 'ref' => $thirdparty->name, 'ref_ext' => $thirdparty->ref_ext, 'status' => $thirdparty->status, 'client' => $thirdparty->client, 'supplier' => $thirdparty->fournisseur, 'customer_code' => $thirdparty->code_client, 'supplier_code' => $thirdparty->code_fournisseur, 'customer_code_accountancy' => $thirdparty->code_compta_client, 'supplier_code_accountancy' => $thirdparty->code_compta_fournisseur, 'user_creation_id' => $thirdparty->user_creation_id, 'date_creation' => dol_print_date($thirdparty->date_creation, 'dayhourrfc'), 'user_modification_id' => $thirdparty->user_modification_id, 'date_modification' => dol_print_date($thirdparty->date_modification, 'dayhourrfc'), 'address' => $thirdparty->address, 'zip' => $thirdparty->zip, 'town' => $thirdparty->town, 'region_code' => $thirdparty->region_code, 'country_id' => $thirdparty->country_id, 'country_code' => $thirdparty->country_code, 'country' => $thirdparty->country, 'phone' => $thirdparty->phone, 'fax' => $thirdparty->fax, 'email' => $thirdparty->email, 'url' => $thirdparty->url, 'profid1' => $thirdparty->idprof1, 'profid2' => $thirdparty->idprof2, 'profid3' => $thirdparty->idprof3, 'profid4' => $thirdparty->idprof4, 'profid5' => $thirdparty->idprof5, 'profid6' => $thirdparty->idprof6, 'capital' => $thirdparty->capital, 'barcode' => $thirdparty->barcode, 'vat_used' => $thirdparty->tva_assuj, 'vat_number' => $thirdparty->tva_intra, 'note_private' => $thirdparty->note_private, 'note_public' => $thirdparty->note_public)
/htdocs/install/repair.php:15361$sql_attach_values = array((string) ((int) $obj_dispatch->fk_element), (string) ((int) $obj_dispatch->fk_product), (string) ((int) $obj_line->rowid), (string) ((float) $qty_for_line), (string) ((int) $obj_dispatch->fk_entrepot), (string) ((int) $obj_dispatch->fk_user), $obj_dispatch->datec ? "'" . $db->idate($db->jdate($obj_dispatch->datec)) . "'" : 'NULL', $obj_dispatch->comment ? "'" . $db->escape($obj_dispatch->comment) . "'" : 'NULL', $obj_dispatch->status ? (string) ((int) $obj_dispatch->status) : 'NULL', $obj_dispatch->tms ? "'" . $db->idate($db->jdate($obj_dispatch->tms)) . "'" : 'NULL', $obj_dispatch->batch ? "'" . $db->escape($obj_dispatch->batch) . "'" : 'NULL', $obj_dispatch->eatby ? "'" . $db->escape($obj_dispatch->eatby) . "'" : 'NULL', $obj_dispatch->sellby ? "'" . $db->escape($obj_dispatch->sellby) . "'" : 'NULL')
/htdocs/webservices/server_invoice.php:3431$linesresp[] = array('id' => $line->id, 'type' => $line->product_type, 'desc' => dol_htmlcleanlastbr($line->desc), 'total_net' => $line->total_ht, 'total_vat' => $line->total_tva, 'total' => $line->total_ttc, 'vat_rate' => $line->tva_tx, 'qty' => $line->qty, 'unitprice' => $line->subprice, 'date_start' => $line->date_start ? dol_print_date($line->date_start, 'dayrfc') : '', 'date_end' => $line->date_end ? dol_print_date($line->date_end, 'dayrfc') : '', 'product_id' => $line->fk_product, 'product_ref' => $line->product_ref, 'product_label' => $line->product_label, 'product_desc' => $line->product_desc, )
/htdocs/webservices/server_thirdparty.php:7751$arraythirdparties[] = array('id' => $obj->socRowid, 'ref' => $obj->ref, 'ref_ext' => $obj->ref_ext, 'address' => $obj->address, 'zip' => $obj->zip, 'town' => $obj->town, 'country' => $obj->country, 'phone' => $obj->phone, 'fax' => $obj->fax, 'url' => $obj->url)
/htdocs/install/upgrade.php:1519$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/install/upgrade.php:681$ignoredbversion = (GETPOST('ignoredbversion', 'alpha', 3) == 'ignoredbversion') ? GETPOST('ignoredbversion', 'alpha', 3) : ((empty($argv[3]) || $argv[3] != 'ignoredbversion') ? '' : $argv[3])
/htdocs/install/repair.php:1791$oneoptionset = (GETPOST('standard', 'alpha') || GETPOST('restore_thirdparties_logos', 'alpha') || GETPOST('clean_linked_elements', 'alpha') || GETPOST('clean_menus', 'alpha') || GETPOST('clean_orphelin_dir', 'alpha') || GETPOST('clean_product_stock_batch', 'alpha') || GETPOST('set_empty_time_spent_amount', 'alpha') || GETPOST('rebuild_product_thumbs', 'alpha') || GETPOST('clean_perm_table', 'alpha') || GETPOST('force_disable_of_modules_not_found', 'alpha') || GETPOST('force_utf8_on_tables', 'alpha') || GETPOST('force_utf8mb4_on_tables', 'alpha') || GETPOST('force_collation_from_conf_on_tables', 'alpha') || GETPOST('rebuild_sequences', 'alpha'))
/htdocs/install/repair.php:1339$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/accountancy/bookkeeping/card.php:3531$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $id . '&mode=' . $mode, $langs->trans('DeleteMvt'), $langs->trans('ConfirmDeleteMvt', $langs->transnoentitiesnoconv("RegistrationInAccounting")), 'confirm_delete', '', 0, 1)
/htdocs/accountancy/bookkeeping/export.php:1921$arrayfields = array('t.piece_num' => array('label' => $langs->trans("TransactionNumShort"), 'checked' => 1), 't.code_journal' => array('label' => $langs->trans("Codejournal"), 'checked' => 1), 't.doc_date' => array('label' => $langs->trans("Docdate"), 'checked' => 1), 't.doc_ref' => array('label' => $langs->trans("Piece"), 'checked' => 1), 't.numero_compte' => array('label' => $langs->trans("AccountAccountingShort"), 'checked' => 1), 't.subledger_account' => array('label' => $langs->trans("SubledgerAccount"), 'checked' => 1), 't.label_operation' => array('label' => $langs->trans("Label"), 'checked' => 1), 't.debit' => array('label' => $langs->trans("AccountingDebit"), 'checked' => 1), 't.credit' => array('label' => $langs->trans("AccountingCredit"), 'checked' => 1), 't.lettering_code' => array('label' => $langs->trans("LetteringCode"), 'checked' => 1), 't.date_creation' => array('label' => $langs->trans("DateCreation"), 'checked' => 0), 't.tms' => array('label' => $langs->trans("DateModification"), 'checked' => 0), 't.date_export' => array('label' => $langs->trans("DateExport"), 'checked' => 1), 't.date_validated' => array('label' => $langs->trans("DateValidationAndLock"), 'checked' => 1, 'enabled' => !getDolGlobalString("ACCOUNTANCY_DISABLE_CLOSURE_LINE_BY_LINE")), 't.import_key' => array('label' => $langs->trans("ImportId"), 'checked' => 0, 'position' => 1100), )
/htdocs/accountancy/journal/sellsjournal.php:9975$period = $form->selectDate($date_start ? $date_start : -1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end ? $date_end : -1, 'date_end', 0, 0, 0, '', 1, 0)
/htdocs/accountancy/closure/index.php:1871$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?fiscal_period_id=' . $current_fiscal_period['id'], $langs->trans('ValidateMovements'), $langs->trans('DescValidateMovements', $langs->transnoentitiesnoconv("RegistrationInAccounting")), 'confirm_step_1', $form_question, '', 1, 300)
/htdocs/accountancy/journal/purchasesjournal.php:6281$bookkeeping->label_operation = dol_trunc($companystatic->name, 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $langs->trans("VAT") . ' ' . implode(', ', $def_tva[$key][$k]) . ' %' . ($numtax ? ' - Localtax ' . $numtax : '')
/htdocs/accountancy/journal/purchasesjournal.php:9405$period = $form->selectDate($date_start ? $date_start : -1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end ? $date_end : -1, 'date_end', 0, 0, 0, '', 1, 0)
/htdocs/accountancy/journal/variousjournal.php:1841$some_mandatory_steps_of_setup_were_not_done = getDolGlobalString('ACCOUNTING_ACCOUNT_CUSTOMER') == "" || getDolGlobalString('ACCOUNTING_ACCOUNT_CUSTOMER') == '-1' || getDolGlobalString('ACCOUNTING_ACCOUNT_SUPPLIER') == "" || getDolGlobalString('ACCOUNTING_ACCOUNT_SUPPLIER') == '-1' || !getDolGlobalString('SALARIES_ACCOUNTING_ACCOUNT_PAYMENT') || getDolGlobalString('SALARIES_ACCOUNTING_ACCOUNT_PAYMENT') == '-1'
/htdocs/accountancy/journal/variousjournal.php:2205$period = $form->selectDate($date_start ? $date_start : -1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end ? $date_end : -1, 'date_end', 0, 0, 0, '', 1, 0)
/htdocs/accountancy/admin/categories_list.php:8193$url = $_SERVER["PHP_SELF"] . '?' . ($page ? 'page=' . $page . '&' : '') . 'sortfield=' . $sortfield . '&sortorder=' . $sortorder . '&rowid=' . (!empty($obj->rowid) ? $obj->rowid : (!empty($obj->code) ? $obj->code : '')) . '&code=' . (!empty($obj->code) ? urlencode($obj->code) : '')
/htdocs/accountancy/admin/journals_list.php:1471$sourceList = array('1' => $langs->trans('AccountingJournalType1'), '2' => $langs->trans('AccountingJournalType2'), '3' => $langs->trans('AccountingJournalType3'), '4' => $langs->trans('AccountingJournalType4'), '5' => $langs->trans('AccountingJournalType5'), '8' => $langs->trans('AccountingJournalType8'), '9' => $langs->trans('AccountingJournalType9'), )
/htdocs/accountancy/bookkeeping/listbyaccount.php:1601$arrayfields = array('t.piece_num' => array('label' => $langs->trans("TransactionNumShort"), 'checked' => 1), 't.code_journal' => array('label' => $langs->trans("Codejournal"), 'checked' => 1), 't.doc_date' => array('label' => $langs->trans("Docdate"), 'checked' => 1), 't.doc_ref' => array('label' => $langs->trans("Piece"), 'checked' => 1), 't.label_operation' => array('label' => $langs->trans("Label"), 'checked' => 1), 't.lettering_code' => array('label' => $langs->trans("Lettering"), 'checked' => 1), 't.debit' => array('label' => $langs->trans("AccountingDebit"), 'checked' => 1), 't.credit' => array('label' => $langs->trans("AccountingCredit"), 'checked' => 1), 't.balance' => array('label' => $langs->trans("Balance"), 'checked' => 1), 't.date_export' => array('label' => $langs->trans("DateExport"), 'checked' => -1), 't.date_validated' => array('label' => $langs->trans("DateValidation"), 'checked' => -1, 'enabled' => !getDolGlobalString("ACCOUNTANCY_DISABLE_CLOSURE_LINE_BY_LINE")), 't.import_key' => array('label' => $langs->trans("ImportId"), 'checked' => -1, 'position' => 1100), )
/htdocs/accountancy/admin/export.php:601$model_option = array('1' => array('label' => 'ACCOUNTING_EXPORT_FORMAT', 'param' => $listformat, ), '2' => array('label' => 'ACCOUNTING_EXPORT_SEPARATORCSV', 'param' => '', ), '3' => array('label' => 'ACCOUNTING_EXPORT_ENDLINE', 'param' => $listcr, ), '4' => array('label' => 'ACCOUNTING_EXPORT_DATE', 'param' => '', ), )
/htdocs/accountancy/bookkeeping/export.php:9071$newcardbutton .= dolGetButtonTitle($buttonLabel, $langs->trans("ExportFilteredList"), 'fa fa-file-export paddingleft', $_SERVER["PHP_SELF"] . '?action=export_file&token=' . newToken( ) . ($param ? '&' . $param : '') . '&sortfield=' . urlencode($sortfield) . '&sortorder=' . urlencode($sortorder), $user->hasRight('accounting', 'mouvements', 'export'))
/htdocs/accountancy/bookkeeping/list.php:1871$arrayfields = array('t.piece_num' => array('label' => $langs->trans("TransactionNumShort"), 'checked' => 1), 't.code_journal' => array('label' => $langs->trans("Codejournal"), 'checked' => 1), 't.doc_date' => array('label' => $langs->trans("Docdate"), 'checked' => 1), 't.doc_ref' => array('label' => $langs->trans("Piece"), 'checked' => 1), 't.numero_compte' => array('label' => $langs->trans("AccountAccountingShort"), 'checked' => 1), 't.subledger_account' => array('label' => $langs->trans("SubledgerAccount"), 'checked' => 1), 't.label_operation' => array('label' => $langs->trans("Label"), 'checked' => 1), 't.debit' => array('label' => $langs->trans("AccountingDebit"), 'checked' => 1), 't.credit' => array('label' => $langs->trans("AccountingCredit"), 'checked' => 1), 't.lettering_code' => array('label' => $langs->trans("LetteringCode"), 'checked' => 1), 't.date_creation' => array('label' => $langs->trans("DateCreation"), 'checked' => 0), 't.tms' => array('label' => $langs->trans("DateModification"), 'checked' => 0), 't.date_export' => array('label' => $langs->trans("DateExport"), 'checked' => 0), 't.date_validated' => array('label' => $langs->trans("DateValidationAndLock"), 'checked' => 0, 'enabled' => !getDolGlobalString("ACCOUNTANCY_DISABLE_CLOSURE_LINE_BY_LINE")), 't.import_key' => array('label' => $langs->trans("ImportId"), 'checked' => 0, 'position' => 1100), )
/htdocs/accountancy/bookkeeping/export.php:8971$newcardbutton .= '<a class="valignmiddle" href="' . $_SERVER['PHP_SELF'] . '?action=setreexport&token=' . newToken( ) . '&value=1' . ($param ? '&' . $param : '') . '&sortfield=' . urlencode($sortfield) . '&sortorder=' . urlencode($sortorder) . '">' . img_picto($langs->trans("ClickToShowAlreadyExportedLines"), 'switch_off', 'class="small size15x valignmiddle"')
/htdocs/accountancy/bookkeeping/export.php:9011$newcardbutton .= '<a class="valignmiddle" href="' . $_SERVER['PHP_SELF'] . '?action=setreexport&token=' . newToken( ) . '&value=0' . ($param ? '&' . $param : '') . '&sortfield=' . urlencode($sortfield) . '&sortorder=' . urlencode($sortorder) . '">' . img_picto($langs->trans("DocsAlreadyExportedAreIncluded"), 'switch_on', 'class="warning size15x valignmiddle"')
/htdocs/accountancy/class/bookkeeping.class.php:6901$sql .= ' ' . (!isset($this->date_lim_reglement) || dol_strlen($this->date_lim_reglement) == 0 ? 'NULL' : "'" . $this->db->idate($this->date_lim_reglement) . "'") . ','
/htdocs/accountancy/class/bookkeeping.class.php:6891$sql .= ' ' . (!isset($this->doc_date) || dol_strlen($this->doc_date) == 0 ? 'NULL' : "'" . $this->db->idate($this->doc_date) . "'") . ','
/htdocs/accountancy/class/bookkeeping.class.php:54966$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/accountancy/class/accountancysystem.class.php:1741$sql .= " VALUES ('" . $this->db->idate($now) . "'," . ((int) $user->id) . ",'" . $this->db->escape($this->numero) . "','" . $this->db->escape($this->label) . "')"
/htdocs/accountancy/supplier/list.php:7162$labelcountry = ($objp->country_code && ($langs->trans("Country" . $objp->country_code) != "Country" . $objp->country_code)) ? $langs->trans("Country" . $objp->country_code) : $objp->country_label
/htdocs/accountancy/admin/subaccount.php:751$arrayfields = array('subaccount' => array('label' => $langs->trans("AccountNumber"), 'checked' => 1), 'label' => array('label' => $langs->trans("Label"), 'checked' => 1), 'type' => array('label' => $langs->trans("Type"), 'checked' => 1), 'reconcilable' => array('label' => $langs->trans("Reconcilable"), 'checked' => 1))
/htdocs/accountancy/admin/accountmodel.php:6231$url = $_SERVER["PHP_SELF"] . '?token=' . newToken( ) . ($page ? '&page=' . $page : '') . '&sortfield=' . $sortfield . '&sortorder=' . $sortorder . '&rowid=' . (!empty($obj->rowid) ? $obj->rowid : (!empty($obj->code) ? $obj->code : '')) . '&code=' . (!empty($obj->code) ? urlencode($obj->code) : '')
/htdocs/accountancy/admin/journals_list.php:6253$url = $_SERVER["PHP_SELF"] . '?' . ($page ? 'page=' . $page . '&' : '') . 'sortfield=' . $sortfield . '&sortorder=' . $sortorder . '&rowid=' . (!empty($obj->rowid) ? $obj->rowid : (!empty($obj->code) ? $obj->code : '')) . '&code=' . (!empty($obj->code) ? urlencode($obj->code) : '')
/htdocs/accountancy/class/accountingjournal.class.php:5761$blocks[] = array('date' => $depreciation_date_formatted, 'piece' => $element_link, 'account_accounting' => $account_to_show, 'subledger_account' => '', 'label_operation' => $label_operation . ' - ' . $depreciation_ref, 'debit' => $mt < 0 ? price(-$mt) : '', 'credit' => $mt >= 0 ? price($mt) : '', )
/htdocs/accountancy/class/accountingjournal.class.php:5231$pre_data['elements'][$obj->rowid]['depreciation'][$obj->depreciation_id] = array('date' => $this->db->jdate($obj->depreciation_date), 'ref' => $obj->depreciation_ref, 'lines' => array($compta_debit => -$obj->depreciation_ht, $compta_credit => $obj->depreciation_ht, ), )
/htdocs/accountancy/class/accountingjournal.class.php:30966$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/accountancy/class/accountancycategory.class.php:8081$data[] = array('rowid' => $obj->rowid, 'code' => $obj->code, 'label' => $obj->label, 'position' => $obj->position, 'category_type' => $obj->category_type, 'formula' => $obj->formula, 'sens' => $obj->sens, 'bc' => $obj->sens)
/htdocs/accountancy/class/accountancycategory.class.php:7491$data[$name_cat][$obj->rowid] = array('id' => $obj->rowid, 'code' => $obj->code, 'label' => $obj->label, 'position' => $obj->position, 'category_type' => $obj->category_type, 'formula' => $obj->formula, 'sens' => $obj->sens, 'account_number' => $obj->account_number, 'account_label' => $obj->account_label)
/htdocs/accountancy/class/bookkeeping.class.php:25461$list[$obj->rowid] = array('id' => (int) $obj->rowid, 'label' => $obj->label, 'date_start' => $this->db->jdate($obj->date_start), 'date_end' => $this->db->jdate($obj->date_end), 'status' => (int) $obj->statut, )
/htdocs/accountancy/class/bookkeeping.class.php:23481$sql_list[] = "('" . $this->db->idate($fiscal_period['date_start']) . "' <= " . $this->db->sanitize($alias) . "doc_date AND " . $this->db->sanitize($alias) . "doc_date <= '" . $this->db->idate($fiscal_period['date_end']) . "')"
/htdocs/accountancy/class/bookkeeping.class.php:14461$sql .= ' doc_date = ' . (!isset($this->doc_date) || dol_strlen($this->doc_date) != 0 ? "'" . $this->db->idate($this->doc_date) . "'" : 'null') . ','
/htdocs/modulebuilder/index.php:64531$FILENAMEZIP = "module_" . $modulelowercase . '-' . $arrayversion[0] . (empty($arrayversion[1]) ? '.0' : '.' . $arrayversion[1]) . (empty($arrayversion[2]) ? '' : "." . $arrayversion[2]) . ".zip"
/htdocs/expedition/contact.php:1696$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $objectsrc->socid, $objectsrc->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/expedition/note.php:1226$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $objectsrc->socid, $objectsrc->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/expedition/dispatch.php:8422$dluodatesuffix = !empty($objd->eatby) ? dol_stringtotime($objd->eatby) : dol_mktime(0, 0, 0, GETPOST('dluo' . $suffix . 'month'), GETPOST('dluo' . $suffix . 'day'), GETPOST('dluo' . $suffix . 'year'))
/htdocs/expedition/dispatch.php:8362$dlcdatesuffix = !empty($objd->sellby) ? dol_stringtotime($objd->sellby) : dol_mktime(0, 0, 0, GETPOST('dlc' . $suffix . 'month'), GETPOST('dlc' . $suffix . 'day'), GETPOST('dlc' . $suffix . 'year'))
/htdocs/expedition/dispatch.php:45417$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, (!getDolGlobalString('PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS') ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/expedition/dispatch.php:4412$morehtmlref .= $form->editfieldval("RefCustomer", 'ref_customer', $object->ref_customer, $object, $user->hasRight('expedition', 'creer'), 'string' . (isset($conf->global->THIRDPARTY_REF_INPUT_SIZE) ? ':' . getDolGlobalString('THIRDPARTY_REF_INPUT_SIZE') : ''), '', null, null, '', 1)
/htdocs/expedition/dispatch.php:2561$sql .= " VALUES (" . ((int) $idline) . ", " . ($eatby ? "'" . $db->idate($eatby) . "'" : "null") . ", " . ($sellby ? "'" . $db->idate($sellby) . "'" : "null") . ", "
/htdocs/modulebuilder/template/myobject_list.php:53753$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/modulebuilder/template/myobject_list.php:53652$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/modulebuilder/template/myobject_list.php:17427$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/expedition/list.php:60653$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/expedition/list.php:60552$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/expedition/list.php:5901$arrayofmassactions = array('builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"') . $langs->trans("PDFMerge"), 'classifyclose' => img_picto('', 'stop-circle', 'class="pictofixedwidth"') . $langs->trans("Close"), 'presend' => img_picto('', 'email', 'class="pictofixedwidth"') . $langs->trans("SendByMail"), )
/htdocs/modulebuilder/template/myobject_card.php:6288$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlcenter)
/htdocs/expedition/list.php:1231$arrayfields = array('e.ref' => array('label' => $langs->trans("Ref"), 'checked' => 1, 'position' => 1), 'e.ref_customer' => array('label' => $langs->trans("RefCustomer"), 'checked' => 1, 'position' => 2), 's.nom' => array('label' => $langs->trans("ThirdParty"), 'checked' => 1, 'position' => 3), 's.town' => array('label' => $langs->trans("Town"), 'checked' => 1, 'position' => 4), 's.zip' => array('label' => $langs->trans("Zip"), 'checked' => 1, 'position' => 5), 'state.nom' => array('label' => $langs->trans("StateShort"), 'checked' => 0, 'position' => 6), 'country.code_iso' => array('label' => $langs->trans("Country"), 'checked' => 0, 'position' => 7), 'typent.code' => array('label' => $langs->trans("ThirdPartyType"), 'checked' => $checkedtypetiers, 'position' => 8), 'e.date_delivery' => array('label' => $langs->trans("DateDeliveryPlanned"), 'checked' => 1, 'position' => 9), 'e.fk_shipping_method' => array('label' => $langs->trans('SendingMethod'), 'checked' => 1, 'position' => 10), 'e.tracking_number' => array('label' => $langs->trans("TrackingNumber"), 'checked' => 1, 'position' => 11), 'e.weight' => array('label' => $langs->trans("Weight"), 'checked' => 0, 'position' => 12), 'e.datec' => array('label' => $langs->trans("DateCreation"), 'checked' => 0, 'position' => 500), 'e.tms' => array('label' => $langs->trans("DateModificationShort"), 'checked' => 0, 'position' => 500), 'e.fk_statut' => array('label' => $langs->trans("Status"), 'checked' => 1, 'position' => 1000), 'l.ref' => array('label' => $langs->trans("DeliveryRef"), 'checked' => 1, 'position' => 1010, 'enabled' => (getDolGlobalInt('MAIN_SUBMODULE_DELIVERY') ? 1 : 0)), 'l.date_delivery' => array('label' => $langs->trans("DateReceived"), 'position' => 1020, 'checked' => 1, 'enabled' => (getDolGlobalInt('MAIN_SUBMODULE_DELIVERY') ? 1 : 0)), 'e.billed' => array('label' => $langs->trans("Billed"), 'checked' => 1, 'position' => 1100, 'enabled' => 'getDolGlobalString("WORKFLOW_BILL_ON_SHIPMENT") !== "0"'))
/htdocs/expedition/card.php:22711$alreadysent[$obj->rowid][$obj->shipmentline_id] = array('shipment_ref' => $obj->shipment_ref, 'shipment_id' => $obj->shipment_id, 'warehouse' => $obj->fk_entrepot, 'qty_shipped' => $obj->qty_shipped, 'product_tosell' => $obj->product_tosell, 'product_tobuy' => $obj->product_tobuy, 'product_tobatch' => $obj->product_tobatch, 'date_valid' => $db->jdate($obj->date_valid), 'date_delivery' => $db->jdate($obj->date_delivery))
/htdocs/modulebuilder/index.php:39181$attributesUnique = array('proplabel' => $form->textwithpicto($langs->trans("Label"), $langs->trans("YouCanUseTranslationKey")), 'propname' => $form->textwithpicto($langs->trans("Code"), $langs->trans("PropertyDesc"), 1, 'help', 'extracss', 0, 3, 'propertyhelp'), 'proptype' => $form->textwithpicto($langs->trans("Type"), $langs->trans("TypeOfFieldsHelpIntro") . '<br><br>' . $langs->trans("TypeOfFieldsHelp"), 1, 'help', 'extracss', 0, 3, 'typehelp'), 'proparrayofkeyval' => $form->textwithpicto($langs->trans("ArrayOfKeyValues"), $langs->trans("ArrayOfKeyValuesDesc")), 'propnotnull' => $form->textwithpicto($langs->trans("NotNull"), $langs->trans("NotNullDesc")), 'propdefault' => $langs->trans("DefaultValue"), 'propindex' => $langs->trans("DatabaseIndex"), 'propforeignkey' => $form->textwithpicto($langs->trans("ForeignKey"), $langs->trans("ForeignKeyDesc"), 1, 'help', 'extracss', 0, 3, 'foreignkeyhelp'), 'propposition' => $langs->trans("Position"), 'propenabled' => $form->textwithpicto($langs->trans("Enabled"), $langs->trans("EnabledDesc"), 1, 'help', 'extracss', 0, 3, 'enabledhelp'), 'propvisible' => $form->textwithpicto($langs->trans("Visibility"), $langs->trans("VisibleDesc") . '<br><br>' . $langs->trans("ItCanBeAnExpression"), 1, 'help', 'extracss', 0, 3, 'visiblehelp'), 'propnoteditable' => $langs->trans("NotEditable"), 'propsearchall' => $form->textwithpicto($langs->trans("SearchAll"), $langs->trans("SearchAllDesc")), 'propisameasure' => $form->textwithpicto($langs->trans("IsAMeasure"), $langs->trans("IsAMeasureDesc")), 'propcss' => $langs->trans("CSSClass"), 'propcssview' => $langs->trans("CSSViewClass"), 'propcsslist' => $langs->trans("CSSListClass"), 'prophelp' => $langs->trans("KeyForTooltip"), 'propshowoncombobox' => $langs->trans("ShowOnCombobox"), 'propcomment' => $langs->trans("Comment"), )
/htdocs/expedition/card.php:18892$morehtmlref .= $form->editfieldval("RefCustomer", 'ref_customer', $object->ref_customer, $object, $user->hasRight('expedition', 'creer'), 'string' . (isset($conf->global->THIRDPARTY_REF_INPUT_SIZE) ? ':' . getDolGlobalString('THIRDPARTY_REF_INPUT_SIZE') : ''), '', null, null, '', 1)
/htdocs/expedition/card.php:19016$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $objectsrc->socid, $objectsrc->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/modulebuilder/index.php:32122$linktoenabledisable .= ' <a href="' . $urltouse . (preg_match('/\?/', $urltouse) ? '&' : '?') . 'save_lastsearch_values=1&backtopage=' . urlencode($backtourl) . '" title="' . $langs->trans("Setup") . '">' . img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 8px"') . '</a>'
/htdocs/modulebuilder/index.php:32171$linktoenabledisable .= ' &nbsp; <a href="' . dol_buildpath('/' . $regs[2] . '/admin/' . $regs[1], 1) . '?save_lastsearch_values=1&backtopage=' . urlencode($backtourl) . '" title="' . $langs->trans("Setup") . '">' . img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 8px"') . '</a>'
/htdocs/modulebuilder/index.php:28831$menuModify = array('fk_menu' => GETPOST('fk_menu', 'alpha'), 'type' => GETPOST('type', 'alpha'), 'titre' => ucfirst(GETPOST('titre', 'alpha')), 'mainmenu' => GETPOST('mainmenu', 'alpha'), 'leftmenu' => $menus[$key]['leftmenu'], 'url' => GETPOST('url', 'alpha'), 'langs' => strtolower($module) . "@" . strtolower($module), 'position' => '', 'enabled' => GETPOST('enabled', 'alpha'), 'perms' => GETPOST('perms', 'alpha'), 'target' => GETPOST('target', 'alpha'), 'user' => GETPOST('user', 'alpha'), )
/htdocs/modulebuilder/index.php:32072$linktoenabledisable .= ' <a href="' . $urltouse . (preg_match('/\?/', $urltouse) ? '&' : '?') . 'save_lastsearch_values=1&backtopage=' . urlencode($backtourl) . '" title="' . $langs->trans("Setup") . '">' . img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 8px"') . '</a>'
/htdocs/expedition/dispatch.php:1593$dDLUO = dol_mktime(12, 0, 0, GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'month'), GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'day'), GETPOSTINT('dluo_' . $reg[1] . '_' . $reg[2] . 'year'))
/htdocs/expedition/dispatch.php:1603$dDLC = dol_mktime(12, 0, 0, GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'month'), GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'day'), GETPOSTINT('dlc_' . $reg[1] . '_' . $reg[2] . 'year'))
/htdocs/modulebuilder/index.php:55191$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?permskey=' . urlencode((string) (GETPOSTINT('permskey'))) . '&tab=' . urlencode((string) ($tab)) . '&module=' . urlencode((string) ($module)) . '&tabobj=' . urlencode((string) ($tabobj)), $langs->trans('Delete'), $langs->trans('Confirm Delete Right', GETPOST('permskey', 'alpha')), 'confirm_deleteright', '', 0, 1)
/htdocs/expedition/document.php:1536$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $objectsrc->socid, $objectsrc->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/modulebuilder/index.php:47191$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?dictionnarykey=' . urlencode((string) (GETPOSTINT('dictionnarykey'))) . '&tab=' . urlencode((string) ($tab)) . '&module=' . urlencode((string) ($module)), $langs->trans('Delete'), $langs->trans('Confirm Delete Dictionnary', GETPOST('dictionnarykey', 'alpha')), 'confirm_deletedictionary', '', 0, 1)
/htdocs/modulebuilder/index.php:50871$formconfirms = $form->formconfirm($_SERVER["PHP_SELF"] . '?menukey=' . urlencode((string) (GETPOSTINT('menukey'))) . '&tab=' . urlencode((string) ($tab)) . '&module=' . urlencode((string) ($module)), $langs->trans('Delete'), ($menus[GETPOST('menukey')]['fk_menu'] === 'fk_mainmenu=' . strtolower($module) ? $langs->trans('Warning: you will delete all menus linked to this one.', GETPOSTINT('menukey')) : $langs->trans('Confirm Delete Menu', GETPOSTINT('menukey'))), 'confirm_deletemenu', '', 0, 1)
/htdocs/modulebuilder/index.php:40661$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?propertykey=' . urlencode(GETPOST('propertykey', 'alpha')) . '&objectname=' . urlencode($objectname) . '&tab=' . urlencode($tab) . '&module=' . urlencode($module) . '&tabobj=' . urlencode($tabobj), $langs->trans('Delete'), $langs->trans('ConfirmDeleteProperty', GETPOST('propertykey', 'alpha')), 'confirm_deleteproperty', '', 0, 1)
/htdocs/expedition/shipment.php:2996$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $objectsrc->socid, $objectsrc->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300')
/htdocs/workstation/workstation_list.php:11927$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/main.inc.php:29271$dropDownQuickAddHtml .= ' <a class="dropdown-item quickadd-item" href="' . DOL_URL_ROOT . $item['url'] . '" title="' . $langs->trans(explode('@', $item['title'])[0]) . '"> ' . img_picto('', $item['picto'], 'style="width:18px;"') . ' ' . $langs->trans(explode('@', $item['name'])[0]) . '</a> '
/htdocs/workstation/workstation_list.php:45152$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/workstation/workstation_list.php:1291$arrayfields['wug.fk_usergroup'] = array('label' => $langs->trans('UserGroups'), 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => 1000, 'help' => empty($val['help']) ? '' : $val['help'], 'csslist' => 'minwidth100')
/htdocs/main.inc.php:25531$virtuelcardLink = dolButtonToOpenUrlInDialogPopup('publicvirtualcardmenu', $langs->transnoentitiesnoconv("PublicVirtualCardUrl") . (is_object($user) ? ' - ' . $user->getFullName($langs) : '') . ' (' . $stringforfirstkey . ' v)', img_picto($langs->trans("PublicVirtualCardUrl") . ' (' . $stringforfirstkey . ' v)', 'card', ''), $urltovirtualcard, '', 'button-top-menu-dropdown marginleftonly nohover', "closeTopMenuLoginDropdown()", '', 'v')
/htdocs/main.inc.php:25131$dropdownBody .= '<br><b>' . $langs->trans("Browser") . ':</b> ' . $conf->browser->name . ($conf->browser->version ? ' ' . $conf->browser->version : '') . ' <small class="opacitymedium">(' . dol_escape_htmltag($_SERVER['HTTP_USER_AGENT']) . ')</small>'
/htdocs/main.inc.php:27691$items = array('items' => array(array("url" => "/adherents/card.php?action=create&amp;mainmenu=members", "title" => "MenuNewMember@members", "name" => "Adherent@members", "picto" => "object_member", "activation" => isModEnabled('member') && $user->hasRight("adherent", "write"), "position" => 5, ), array("url" => "/societe/card.php?action=create&amp;mainmenu=companies", "title" => "MenuNewThirdParty@companies", "name" => "ThirdParty@companies", "picto" => "object_company", "activation" => isModEnabled("societe") && $user->hasRight("societe", "write"), "position" => 10, ), array("url" => "/contact/card.php?action=create&amp;mainmenu=companies", "title" => "NewContactAddress@companies", "name" => "Contact@companies", "picto" => "object_contact", "activation" => isModEnabled("societe") && $user->hasRight("societe", "contact", "write"), "position" => 20, ), array("url" => "/comm/propal/card.php?action=create&amp;mainmenu=commercial", "title" => "NewPropal@propal", "name" => "Proposal@propal", "picto" => "object_propal", "activation" => isModEnabled("propal") && $user->hasRight("propal", "write"), "position" => 30, ), array("url" => "/commande/card.php?action=create&amp;mainmenu=commercial", "title" => "NewOrder@orders", "name" => "Order@orders", "picto" => "object_order", "activation" => isModEnabled('order') && $user->hasRight("commande", "write"), "position" => 40, ), array("url" => "/compta/facture/card.php?action=create&amp;mainmenu=billing", "title" => "NewBill@bills", "name" => "Bill@bills", "picto" => "object_bill", "activation" => isModEnabled('invoice') && $user->hasRight("facture", "write"), "position" => 50, ), array("url" => "/contrat/card.php?action=create&amp;mainmenu=commercial", "title" => "NewContractSubscription@contracts", "name" => "Contract@contracts", "picto" => "object_contract", "activation" => isModEnabled('contract') && $user->hasRight("contrat", "write"), "position" => 60, ), array("url" => "/supplier_proposal/card.php?action=create&amp;mainmenu=commercial", "title" => "SupplierProposalNew@supplier_proposal", "name" => "SupplierProposal@supplier_proposal", "picto" => "supplier_proposal", "activation" => isModEnabled('supplier_proposal') && $user->hasRight("supplier_invoice", "write"), "position" => 70, ), array("url" => "/fourn/commande/card.php?action=create&amp;mainmenu=commercial", "title" => "NewSupplierOrderShort@orders", "name" => "SupplierOrder@orders", "picto" => "supplier_order", "activation" => (isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight("fournisseur", "commande", "write")) || (isModEnabled("supplier_order") && $user->hasRight("supplier_invoice", "write")), "position" => 80, ), array("url" => "/fourn/facture/card.php?action=create&amp;mainmenu=billing", "title" => "NewBill@bills", "name" => "SupplierBill@bills", "picto" => "supplier_invoice", "activation" => (isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight("fournisseur", "facture", "write")) || (isModEnabled("supplier_invoice") && $user->hasRight("supplier_invoice", "write")), "position" => 90, ), array("url" => "/ticket/card.php?action=create&amp;mainmenu=ticket", "title" => "NewTicket@ticket", "name" => "Ticket@ticket", "picto" => "ticket", "activation" => isModEnabled('ticket') && $user->hasRight("ticket", "write"), "position" => 100, ), array("url" => "/fichinter/card.php?action=create&mainmenu=commercial", "title" => "NewIntervention@interventions", "name" => "Intervention@interventions", "picto" => "intervention", "activation" => isModEnabled('intervention') && $user->hasRight("ficheinter", "creer"), "position" => 110, ), array("url" => "/product/card.php?action=create&amp;type=0&amp;mainmenu=products", "title" => "NewProduct@products", "name" => "Product@products", "picto" => "object_product", "activation" => isModEnabled("product") && $user->hasRight("produit", "write"), "position" => 400, ), array("url" => "/product/card.php?action=create&amp;type=1&amp;mainmenu=products", "title" => "NewService@products", "name" => "Service@products", "picto" => "object_service", "activation" => isModEnabled("service") && $user->hasRight("service", "write"), "position" => 410, ), array("url" => "/user/card.php?action=create&amp;type=1&amp;mainmenu=home", "title" => "AddUser@users", "name" => "User@users", "picto" => "user", "activation" => $user->hasRight("user", "user", "write"), "position" => 500, ), ), )
/htdocs/main.inc.php:25771$btnUser = '<!-- div for user link --> <div id="topmenu-login-dropdown" class="userimg atoplogin dropdown user user-menu inline-block"> <a href="' . DOL_URL_ROOT . '/user/card.php?id=' . $user->id . '" class="dropdown-toggle login-dropdown-a" data-toggle="dropdown"> ' . $userImage . (empty($user->photo) ? '<span class="hidden-xs maxwidth200 atoploginusername hideonsmartphone paddingleft">' . dol_trunc($user->firstname ? $user->firstname : $user->login, 10) . '</span>' : '') . ' </a> <div class="dropdown-menu"> <!-- User image --> <div class="user-header"> ' . $userDropDownImage . ' <p> ' . $profilName . '<br>'
/htdocs/modulebuilder/index.php:19561$filetodelete = array('myobject_card.php' => strtolower($objectname) . '_card.php', 'myobject_note.php' => strtolower($objectname) . '_note.php', 'myobject_contact.php' => strtolower($objectname) . '_contact.php', 'myobject_document.php' => strtolower($objectname) . '_document.php', 'myobject_agenda.php' => strtolower($objectname) . '_agenda.php', 'myobject_list.php' => strtolower($objectname) . '_list.php', 'admin/myobject_extrafields.php' => 'admin/' . strtolower($objectname) . '_extrafields.php', 'lib/mymodule_myobject.lib.php' => 'lib/' . strtolower($module) . '_' . strtolower($objectname) . '.lib.php', 'test/phpunit/MyObjectTest.php' => 'test/phpunit/' . strtolower($objectname) . 'Test.php', 'sql/llx_mymodule_myobject.sql' => 'sql/llx_' . strtolower($module) . '_' . strtolower($objectname) . '.sql', 'sql/llx_mymodule_myobject_extrafields.sql' => 'sql/llx_' . strtolower($module) . '_' . strtolower($objectname) . '_extrafields.sql', 'sql/llx_mymodule_myobject.key.sql' => 'sql/llx_' . strtolower($module) . '_' . strtolower($objectname) . '.key.sql', 'sql/llx_mymodule_myobject_extrafields.key.sql' => 'sql/llx_' . strtolower($module) . '_' . strtolower($objectname) . '_extrafields.key.sql', 'scripts/myobject.php' => 'scripts/' . strtolower($objectname) . '.php', 'class/myobject.class.php' => 'class/' . strtolower($objectname) . '.class.php', 'class/api_myobject.class.php' => 'class/api_' . strtolower($module) . '.class.php', 'core/modules/mymodule/mod_myobject_advanced.php' => 'core/modules/' . strtolower($module) . '/mod_' . strtolower($objectname) . '_advanced.php', 'core/modules/mymodule/mod_myobject_standard.php' => 'core/modules/' . strtolower($module) . '/mod_' . strtolower($objectname) . '_standard.php', 'core/modules/mymodule/modules_myobject.php' => 'core/modules/' . strtolower($module) . '/modules_' . strtolower($objectname) . '.php', 'core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php' => 'core/modules/' . strtolower($module) . '/doc/doc_generic_' . strtolower($objectname) . '_odt.modules.php', 'core/modules/mymodule/doc/pdf_standard_myobject.modules.php' => 'core/modules/' . strtolower($module) . '/doc/pdf_standard_' . strtolower($objectname) . '.modules.php')
/htdocs/modulebuilder/index.php:17581$addfieldentry = array('name' => GETPOST('propname', 'aZ09'), 'label' => GETPOST('proplabel', 'alpha'), 'type' => strtolower(GETPOST('proptype', 'alpha')), 'arrayofkeyval' => GETPOST('proparrayofkeyval', 'alphawithlgt'), 'visible' => GETPOST('propvisible', 'alphanohtml'), 'enabled' => GETPOST('propenabled', 'alphanohtml'), 'position' => GETPOSTINT('propposition'), 'notnull' => GETPOSTINT('propnotnull'), 'index' => GETPOSTINT('propindex'), 'foreignkey' => GETPOST('propforeignkey', 'alpha'), 'searchall' => GETPOSTINT('propsearchall'), 'isameasure' => GETPOSTINT('propisameasure'), 'comment' => GETPOST('propcomment', 'alpha'), 'help' => GETPOST('prophelp', 'alpha'), 'css' => GETPOST('propcss', 'alpha'), 'cssview' => GETPOST('propcssview', 'alpha'), 'csslist' => GETPOST('propcsslist', 'alpha'), 'default' => GETPOST('propdefault', 'restricthtml'), 'noteditable' => intval(GETPOSTINT('propnoteditable')), 'validate' => GETPOSTINT('propvalidate'))
/htdocs/modulebuilder/index.php:27901$menuToAdd = array('fk_menu' => GETPOST('fk_menu', 'alpha'), 'type' => GETPOST('type', 'alpha'), 'titre' => ucfirst(GETPOST('titre', 'alpha')), 'prefix' => '', 'mainmenu' => GETPOST('mainmenu', 'alpha'), 'leftmenu' => GETPOST('leftmenu', 'alpha'), 'url' => GETPOST('url', 'alpha'), 'langs' => strtolower($module) . "@" . strtolower($module), 'position' => '', 'enabled' => GETPOST('enabled', 'alpha'), 'perms' => '$user->hasRight("' . strtolower($module) . '", "' . GETPOST('objects', 'alpha') . '", "' . GETPOST('perms', 'alpha') . '")', 'target' => GETPOST('target', 'alpha'), 'user' => GETPOST('user', 'alpha'), )
/htdocs/modulebuilder/index.php:22431$FILENAMEZIP = "module_" . $modulelowercase . '-' . $arrayversion[0] . (empty($arrayversion[1]) ? '.0' : '.' . $arrayversion[1]) . (empty($arrayversion[2]) ? '' : '.' . $arrayversion[2]) . '.zip'
/htdocs/workstation/workstation_agenda.php:522$actioncode = GETPOST("actioncode", "alpha", 3) ? GETPOST("actioncode", "alpha", 3) : (GETPOST("actioncode") == '0' ? '0' : (!getDolGlobalString('AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECT') ? '' : $conf->global->AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECT))
/htdocs/workstation/workstation_list.php:45253$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/workstation/class/workstation.class.php:7041$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'mrp'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/modulebuilder/index.php:15621$arrayreplacement = array('mymodule' => strtolower($module), 'MyModule' => $module, 'MYMODULE' => strtoupper($module), 'My module' => $module, 'my module' => $module, 'mon module' => $module, 'Mon module' => $module, 'htdocs/modulebuilder/template/' => strtolower($modulename), 'myobject' => strtolower($objectname), 'MyObject' => $objectname, '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/main.inc.php:3481$cookieparams = array('expires' => empty($cookievalue) ? 0 : (time( ) + (86400 * 354)), 'path' => '/', 'secure' => ((empty($dolibarr_main_force_https) && isHTTPS( ) === false) ? false : true), 'httponly' => true, 'samesite' => 'Lax')
/htdocs/main.inc.php:15401$parameters = array('head' => &$head, 'title' => &$title, 'help_url' => &$help_url, 'target' => &$target, 'disablejs' => &$disablejs, 'disablehead' => &$disablehead, 'arrayofjs' => &$arrayofjs, 'arrayofcss' => &$arrayofcss, 'morequerystring' => &$morequerystring, 'morecssonbody' => &$morecssonbody, 'replacemainareaby' => &$replacemainareaby, 'disablenofollow' => &$disablenofollow, 'disablenoindex' => &$disablenoindex)
/htdocs/main.inc.php:18561$themeparam = '?lang=' . $langs->defaultlang . '&amp;theme=' . $conf->theme . (GETPOST('optioncss', 'aZ09') ? '&amp;optioncss=' . GETPOST('optioncss', 'aZ09', 1) : '') . (empty($user->id) ? '' : ('&amp;userid=' . $user->id)) . '&amp;entity=' . $conf->entity
/htdocs/core/lib/customreports.lib.php:1131$arrayofmesures[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-average'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans($extrafields->attributes[$object->table_element]['label'][$key]) . ' <span class="opacitymedium">(' . $langs->trans("Average") . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.2', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:1061$arrayofmesures[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-sum'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans($extrafields->attributes[$object->table_element]['label'][$key]) . ' <span class="opacitymedium">(' . $langs->trans("Sum") . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.1', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:911$arrayofmesures[$tablealias . '.' . $key . '-max'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $langs->trans("Maximum") . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.4', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:841$arrayofmesures[$tablealias . '.' . $key . '-min'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $langs->trans("Minimum") . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.3', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:771$arrayofmesures[$tablealias . '.' . $key . '-average'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $langs->trans("Average") . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.2', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:701$arrayofmesures[$tablealias . '.' . $key . '-sum'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $langs->trans("Sum") . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.1', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:551$arrayofmesures[$tablealias . '.count'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans("Number"), 'labelnohtml' => $labelofobject . ': ' . $langs->trans("Number"), 'position' => 0, 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/security2.lib.php:5831$out .= 'jQuery(document).ready(function () { jQuery("#' . dol_escape_js($htmlnameofbutton) . '").click(function() { var currenttoken = jQuery("meta[name=anti-csrf-currenttoken]").attr("content"); console.log("We click on the button ' . dol_escape_js($htmlnameofbutton) . ' to suggest a key. anti-csrf-currentotken is "+currenttoken+". We will fill ' . dol_escape_js($htmlname) . '"); jQuery.get( "' . DOL_URL_ROOT . '/core/ajax/security.php", { action: \'getrandompassword\', generic: ' . ($generic ? '1' : '0') . ', token: currenttoken }, function(result) { if (jQuery("input#' . dol_escape_js($htmlname) . '").attr("type") == "password") { jQuery("input#' . dol_escape_js($htmlname) . '").attr("type", "text"); } jQuery("#' . dol_escape_js($htmlname) . '").val(result); }); }); });' . "\n"
/htdocs/core/lib/usergroups.lib.php:11771$colorBlindOptions = array(0 => $langs->trans('No'), 'flashy' => $langs->trans('Flashy'), 'protanopia' => $langs->trans('Protanopia'), 'deuteranopes' => $langs->trans('Deuteranopes'), 'tritanopes' => $langs->trans('Tritanopes'), )
/htdocs/core/lib/usergroups.lib.php:451$canreadperms = ($user->admin || ($user->id != $object->id && $user->hasRight('user', 'user_advance', 'readperms')) || ($user->id == $object->id && $user->hasRight('user', 'self_advance', 'readperms')))
/htdocs/core/lib/loan.lib.php:1361$output[$numactualloadterm] = array('cap_rest' => $cap_rest, 'cap_rest_str' => price($cap_rest, 0, '', 1, -1, -1, $conf->currency), 'interet' => $int, 'interet_str' => price($int, 0, '', 1, -1, -1, $conf->currency), 'mens' => $mens, )
/htdocs/core/lib/loan.lib.php:1251$output[$numactualloadterm] = array('cap_rest' => $cap_rest, 'cap_rest_str' => price($cap_rest, 0, '', 1, -1, -1, $conf->currency), 'interet' => $int, 'interet_str' => price($int, 0, '', 1, -1, -1, $conf->currency), 'mens' => $mens)
/htdocs/core/lib/functionsnumtoword.lib.php:861$list2 = array('', $langs->transnoentitiesnoconv('ten'), $langs->transnoentitiesnoconv('twenty'), $langs->transnoentitiesnoconv('thirty'), $langs->transnoentitiesnoconv('forty'), $langs->transnoentitiesnoconv('fifty'), $langs->transnoentitiesnoconv('sixty'), $langs->transnoentitiesnoconv('seventy'), $langs->transnoentitiesnoconv('eighty'), $langs->transnoentitiesnoconv('ninety'), $langs->transnoentitiesnoconv('hundred'))
/htdocs/core/lib/functionsnumtoword.lib.php:641$list1 = array('', $langs->transnoentitiesnoconv('one'), $langs->transnoentitiesnoconv('two'), $langs->transnoentitiesnoconv('three'), $langs->transnoentitiesnoconv('four'), $langs->transnoentitiesnoconv('five'), $langs->transnoentitiesnoconv('six'), $langs->transnoentitiesnoconv('seven'), $langs->transnoentitiesnoconv('eight'), $langs->transnoentitiesnoconv('nine'), $langs->transnoentitiesnoconv('ten'), $langs->transnoentitiesnoconv('eleven'), $langs->transnoentitiesnoconv('twelve'), $langs->transnoentitiesnoconv('thirteen'), $langs->transnoentitiesnoconv('fourteen'), $langs->transnoentitiesnoconv('fifteen'), $langs->transnoentitiesnoconv('sixteen'), $langs->transnoentitiesnoconv('seventeen'), $langs->transnoentitiesnoconv('eighteen'), $langs->transnoentitiesnoconv('nineteen'))
/htdocs/core/class/html.formadmin.class.php:4561$paperformat[$obj->code] = $langs->trans('PaperFormat' . strtoupper($obj->code)) . ' - ' . round($obj->width) . 'x' . round($obj->height) . ' ' . ($unitKey == 'SizeUnit' . $obj->unit ? $obj->unit : $unitKey)
/htdocs/core/class/html.formadmin.class.php:1051$out .= '<select ' . ($multiselect ? 'multiple="multiple" ' : '') . 'class="flat' . ($morecss ? ' ' . $morecss : '') . '" id="' . $htmlname . '" name="' . $htmlname . ($multiselect ? '[]' : '') . '"' . ($disabled ? ' disabled' : '') . '>'
/htdocs/core/lib/customreports.lib.php:4061$arrayofgroupby[$tablealias . '.' . $key . '-day'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $YYYY . '-' . $MM . '-' . $DD . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.3', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:4151$arrayofgroupby[$tablealias . '.' . $key] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val['label']), 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)), 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:3921$arrayofgroupby[$tablealias . '.' . $key . '-year'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $YYYY . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.1', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:3991$arrayofgroupby[$tablealias . '.' . $key . '-month'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $YYYY . '-' . $MM . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.2', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:2951$arrayofxaxis[preg_replace('/^t/', 'te', $tablealias) . '.' . $key] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val), 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => 1000 + (int) $extrafields->attributes[$object->table_element]['pos'][$key] + ($count * 100000), 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:3583$YYYY = substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1)
/htdocs/core/lib/customreports.lib.php:2801$arrayofxaxis[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-month'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val) . ' <span class="opacitymedium">(' . $YYYY . '-' . $MM . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.2', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:2871$arrayofxaxis[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-day'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val) . ' <span class="opacitymedium">(' . $YYYY . '-' . $MM . '-' . $DD . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.3', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:2501$arrayofxaxis[$tablealias . '.' . $key] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val['label']), 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)), 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:2731$arrayofxaxis[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-year'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val) . ' <span class="opacitymedium">(' . $YYYY . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.1', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:2341$arrayofxaxis[$tablealias . '.' . $key . '-month'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $YYYY . '-' . $MM . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.2', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:2411$arrayofxaxis[$tablealias . '.' . $key . '-day'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $YYYY . '-' . $MM . '-' . $DD . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.3', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:1893$YYYY = substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1)
/htdocs/core/lib/customreports.lib.php:2271$arrayofxaxis[$tablealias . '.' . $key . '-year'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val['label']) . ' <span class="opacitymedium">(' . $YYYY . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val['label']), 'position' => ($position + ($count * 100000)) . '.1', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:1201$arrayofmesures[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-min'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans($extrafields->attributes[$object->table_element]['label'][$key]) . ' <span class="opacitymedium">(' . $langs->trans("Minimum") . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.3', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:1271$arrayofmesures[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-max'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . $labelofobject . ': ' . $langs->trans($extrafields->attributes[$object->table_element]['label'][$key]) . ' <span class="opacitymedium">(' . $langs->trans("Maximum") . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.4', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/website.lib.php:8171$ret .= '{ "@context": "https://schema.org/", "@type": "QAPage", "mainEntity": { "@type": "Question", "name": "' . dol_escape_json($data['name']) . '", "text": "' . dol_escape_json($data['name']) . '", "answerCount": 1, "author": { "@type": "Person", "name": "' . dol_escape_json($data['author']) . '" } "acceptedAnswer": { "@type": "Answer", "text": "' . dol_escape_json(dol_string_nohtmltag(dolStripPhpCode($data['description']))) . '", "author": { "@type": "Person", "name": "' . dol_escape_json($data['author']) . '" } } } }' . "\n"
/htdocs/core/lib/website.lib.php:7821$ret .= '{ "@context": "https://schema.org/", "@type": "Product", "name": "' . dol_escape_json($data['label']) . '", "image": [ "' . dol_escape_json($data['image']) . '", ], "description": "' . dol_escape_json($data['description']) . '", "sku": "' . dol_escape_json($data['ref']) . '", "brand": { "@type": "Thing", "name": "' . dol_escape_json($data['brand']) . '" }, "author": { "@type": "Person", "name": "' . dol_escape_json($data['author']) . '" } }, "offers": { "@type": "Offer", "url": "https://example.com/anvil", "priceCurrency": "' . dol_escape_json($data['currency'] ? $data['currency'] : $conf->currency) . '", "price": "' . dol_escape_json($data['price']) . '", "itemCondition": "https://schema.org/UsedCondition", "availability": "https://schema.org/InStock", "seller": { "@type": "Organization", "name": "' . dol_escape_json($mysoc->name) . '" } } }' . "\n"
/htdocs/core/lib/website.lib.php:13112$filetosave = $conf->medias->multidir_output[$conf->entity] . '/image/' . $object->ref . $dirforimages . (preg_match('/^\//', $regs[2][$key]) ? '' : '/') . $regs[2][$key]
/htdocs/core/lib/website.lib.php:8801$canonicalurl = $website->virtualhost . (($websitepage->id == $website->fk_default_home) ? '/' : (($shortlangcode != substr($website->lang, 0, 2) ? '/' . $shortlangcode : '') . '/' . $websitepage->pageurl . '.php'))
/htdocs/core/lib/website.lib.php:4611$sql .= " pageviews_previous_month = " . $db->ifsql("lastaccess < '" . $db->idate(dol_mktime(0, 0, 0, $tmpnow['mon'], 1, $tmpnow['year'], 'gmt', 0), 'gmt') . "'", 'pageviews_month', 'pageviews_previous_month') . ","
/htdocs/core/lib/phpsessionindb.lib.php:1361$insert_query .= " VALUES ('" . $dbsession->escape($sess_id) . "', '" . $dbsession->escape($val) . "', '" . $dbsession->idate($time_stamp) . "', 0, '" . $dbsession->escape(getUserRemoteIP( )) . "', '" . $dbsession->escape(substr($_SERVER['HTTP_USER_AGENT'], 0, 255)) . "')"
/htdocs/core/lib/website.lib.php:7341$ret .= '{ "@context": "https://schema.org", "@type": "NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "' . dol_escape_json($pageurl) . '" }, "headline": "' . dol_escape_json($title) . '", "image": [ "' . dol_escape_json($image) . '" ], "dateCreated": "' . dol_print_date($websitepage->date_creation, 'dayhourrfc') . '", "datePublished": "' . dol_print_date($websitepage->date_creation, 'dayhourrfc') . '", "dateModified": "' . dol_print_date($websitepage->date_modification, 'dayhourrfc') . '", "author": { "@type": "Person", "name": "' . dol_escape_json($websitepage->author_alias) . '" }, "publisher": { "@type": "Organization", "name": "' . dol_escape_json($companyname) . '", "logo": { "@type": "ImageObject", "url": "/wrapper.php?modulepart=mycompany&file=logos%2F' . urlencode($mysoc->logo) . '" } },' . "\n"
/htdocs/core/lib/website.lib.php:6821$ret .= '{ "@context": "https://schema.org", "@type": "Organization", "name": "' . dol_escape_json(!empty($data['name']) ? $data['name'] : $companyname) . '", "url": "' . dol_escape_json(!empty($data['url']) ? $data['url'] : $url) . '", "logo": "' . ($data['logo'] ? dol_escape_json($data['logo']) : '/wrapper.php?modulepart=mycompany&file=logos%2F' . urlencode($mysoc->logo)) . '", "contactPoint": { "@type": "ContactPoint", "contactType": "Contact", "email": "' . dol_escape_json(!empty($data['email']) ? $data['email'] : $mysoc->email) . '" }' . "\n"
/htdocs/core/lib/invoice.lib.php:4061$dataseries[$i] = array($langs->transnoentitiesnoconv('NbOfOpenInvoices'), $obj->nblate30, $obj->nblate15 - $obj->nblate30, $obj->nblatenow - $obj->nblate15, $obj->nbnotlatenow - $obj->nbnotlate15, $obj->nbnotlate15 - $obj->nbnotlate30, $obj->nbnotlate30)
/htdocs/core/lib/security.lib.php:5971$wemustcheckpermissionforcreate = (GETPOST('sendit', 'alpha') || GETPOST('linkit', 'alpha') || in_array(GETPOST('action', 'aZ09'), array('create', 'update', 'set', 'upload', 'add_element_resource', 'confirm_deletebank', 'confirm_delete_linked_resource')) || GETPOST('roworder', 'alpha', 2))
/htdocs/core/lib/admin.lib.php:18071$doleditor = new DolEditor('constvalue' . (empty($strictw3c) ? '' : ($strictw3c == 3 ? '_' . $const : '[]')), $obj->value, '', 160, 'dolibarr_notes', '', false, false, isModEnabled('fckeditor'), ROWS_5, '90%')
/htdocs/core/lib/invoice.lib.php:4161$legend = array($langs->trans('InvoiceLate30Days'), $langs->trans('InvoiceLate15Days'), $langs->trans('InvoiceLateMinus15Days'), $mode == 'customers' ? $langs->trans('InvoiceNotLate') : $langs->trans("InvoiceToPay"), $mode == 'customers' ? $langs->trans('InvoiceNotLate15Days') : $langs->trans("InvoiceToPay15Days"), $mode == 'customers' ? $langs->trans('InvoiceNotLate30Days') : $langs->trans("InvoiceToPay30Days"), )
/htdocs/core/lib/customreports.lib.php:4451$arrayofgroupby[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-month'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val) . ' <span class="opacitymedium">(' . $YYYY . '-' . $MM . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.2', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:4381$arrayofgroupby[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-year'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val) . ' <span class="opacitymedium">(' . $YYYY . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.1', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:4601$arrayofgroupby[preg_replace('/^t/', 'te', $tablealias) . '.' . $key] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val), 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => 1000 + (int) $extrafields->attributes[$object->table_element]['pos'][$key] + ($count * 100000), 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/customreports.lib.php:4521$arrayofgroupby[preg_replace('/^t/', 'te', $tablealias) . '.' . $key . '-day'] = array('label' => img_picto('', (empty($object->picto) ? 'generic' : $object->picto), 'class="pictofixedwidth"') . ' ' . $labelofobject . ': ' . $langs->trans($val) . ' <span class="opacitymedium">(' . $YYYY . '-' . $MM . '-' . $DD . ')</span>', 'labelnohtml' => $labelofobject . ': ' . $langs->trans($val), 'position' => ($position + ($count * 100000)) . '.3', 'table' => $object->table_element, 'tablefromt' => $tablepath)
/htdocs/core/lib/json.lib.php:2041$char = pack('C*', $ord_var_c, ord($val[$c + 1]), ord($val[$c + 2]), ord($val[$c + 3]), ord($val[$c + 4]), ord($val[$c + 5]))
/htdocs/core/lib/functions2.lib.php:16741$numeroSemaine = (((int) date("z", mktime(12, 0, 0, (int) date("m", $jeudiSemaine), (int) date("d", $jeudiSemaine), (int) date("Y", $jeudiSemaine))) - (int) date("z", mktime(12, 0, 0, (int) date("m", $premierJeudiAnnee), (int) date("d", $premierJeudiAnnee), (int) date("Y", $premierJeudiAnnee)))) / 7) + 1
/htdocs/core/lib/modulebuilder.lib.php:4061$texttoinsert .= "ALTER TABLE llx_" . strtolower($module) . '_' . strtolower($objectname) . " ADD CONSTRAINT llx_" . strtolower($module) . '_' . strtolower($objectname) . "_" . $key . " FOREIGN KEY (" . $key . ") REFERENCES llx_" . preg_replace('/^llx_/', '', $tmp[0]) . "(" . $tmp[1] . ");"
/htdocs/core/lib/modulebuilder.lib.php:10142$arrayreplacement = array('mymodule' => strtolower($modulename), 'MyModule' => $modulename, 'MYMODULE' => strtoupper($modulename), 'My module' => $modulename, 'my module' => $modulename, 'Mon module' => $modulename, 'mon module' => $modulename, 'htdocs/modulebuilder/template' => strtolower($modulename), 'myobject' => strtolower($objectname), 'MyObject' => $objectname, 'MYOBJECT' => strtoupper($objectname), '---Put here your own copyright and developer email---' => dol_print_date($now, '%Y') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''))
/htdocs/core/lib/json.lib.php:1951$char = pack('C*', $ord_var_c, ord($val[$c + 1]), ord($val[$c + 2]), ord($val[$c + 3]), ord($val[$c + 4]))
/htdocs/core/lib/website.lib.php:13481$tmp = preg_replace('/' . preg_quote($regs[0][$key], '/') . '/i', '<img' . $regs[1][$key] . 'src="' . DOL_URL_ROOT . '/viewimage.php?modulepart=medias&file=' . $filename . '"' . $regs[3][$key] . '>', $tmp)
/htdocs/core/lib/website.lib.php:13742$filetosave = $conf->medias->multidir_output[$conf->entity] . '/image/' . $object->ref . $dirforimages . (preg_match('/^\//', $regs[2][$key]) ? '' : '/') . $regs[2][$key]
/htdocs/core/lib/functions2.lib.php:16661$premierJeudiAnnee = mktime(12, 0, 0, 1, 1, (int) date("Y", $jeudiSemaine)) + (4 - (int) date("w", mktime(12, 0, 0, 1, 1, (int) date("Y", $jeudiSemaine)))) * 24 * 60 * 60
/htdocs/core/lib/functions2.lib.php:16681$premierJeudiAnnee = mktime(12, 0, 0, 1, 1, (int) date("Y", $jeudiSemaine)) + (7 - ((int) date("w", mktime(12, 0, 0, 1, 1, (int) date("Y", $jeudiSemaine))) - 4)) * 24 * 60 * 60
/htdocs/index.php:6951$textlate .= ' (' . $langs->trans("Late") . ' = ' . $langs->trans("DateReference") . ' > ' . $langs->trans("DateToday") . ' ' . (ceil($board->warning_delay) >= 0 ? '+' : '') . ceil($board->warning_delay) . ' ' . $langs->trans("days") . ')'
/htdocs/master.inc.php:1439$db = getDoliDBInstance($conf->db->type, $conf->db->host, $conf->db->user, $conf->db->pass, $conf->db->name, (int) $conf->db->port)
/htdocs/filefunc.inc.php:3661$tmp = 'http' . ((!isHTTPS( ) && (empty($_SERVER["SERVER_PORT"]) || $_SERVER["SERVER_PORT"] != 443)) ? '' : 's') . '://' . $_SERVER["SERVER_NAME"] . ((empty($_SERVER["SERVER_PORT"]) || $_SERVER["SERVER_PORT"] == 80 || $_SERVER["SERVER_PORT"] == 443) ? '' : ':' . $_SERVER["SERVER_PORT"]) . ($tmp3 ? (preg_match('/^\//', $tmp3) ? '' : '/') . $tmp3 : '')
/htdocs/index.php:5621$textLateTitle .= ' (' . $langs->trans("Late") . ' = ' . $langs->trans("DateReference") . ' > ' . $langs->trans("DateToday") . ' ' . (ceil(empty($board->warning_delay) ? 0 : $board->warning_delay) >= 0 ? '+' : '') . ceil(empty($board->warning_delay) ? 0 : $board->warning_delay) . ' ' . $langs->trans("days") . ')'
/htdocs/core/lib/json.lib.php:3641return chr(0xE0 | (($bytes >> 12) & 0x0F)) . chr(0x80 | (($bytes >> 6) & 0x3F)) . chr(0x80 | ($bytes & 0x3F))
/htdocs/core/lib/json.lib.php:3991return chr(0x07 & (ord($utf8[0]) >> 2)) . chr((0xC0 & (ord($utf8[0]) << 6)) | (0x3F & ord($utf8[1])))
/htdocs/core/lib/json.lib.php:4041return chr((0xF0 & (ord($utf8[0]) << 4)) | (0x0F & (ord($utf8[1]) >> 2))) . chr((0xC0 & (ord($utf8[1]) << 6)) | (0x7F & ord($utf8[2])))
/htdocs/core/lib/date.lib.php:3011return sprintf("%02d", ($sWeek * $lengthOfWeek * $nbHbyDay + $sDay * $nbHbyDay + (int) floor($iSecond / 3600))) . ':' . sprintf("%02d", ((int) floor(($iSecond % 3600) / 60)))
/htdocs/core/lib/date.lib.php:2991return sprintf("%02d", ($sWeek * $lengthOfWeek * $nbHbyDay + $sDay * $nbHbyDay + (int) floor($iSecond / 3600))) . ':' . sprintf("%02d", ((int) floor(($iSecond % 3600) / 60))) . ':' . sprintf("%02d", ((int) ($iSecond % 60)))
/htdocs/core/lib/date.lib.php:10981$montharray = array(1 => $outputlangs->trans("Month01"), 2 => $outputlangs->trans("Month02"), 3 => $outputlangs->trans("Month03"), 4 => $outputlangs->trans("Month04"), 5 => $outputlangs->trans("Month05"), 6 => $outputlangs->trans("Month06"), 7 => $outputlangs->trans("Month07"), 8 => $outputlangs->trans("Month08"), 9 => $outputlangs->trans("Month09"), 10 => $outputlangs->trans("Month10"), 11 => $outputlangs->trans("Month11"), 12 => $outputlangs->trans("Month12"))
/htdocs/core/lib/date.lib.php:4691$date = dol_mktime(substr($tmp, 8, 2), substr($tmp, 10, 2), substr($tmp, 12, 2), substr($tmp, 4, 2), substr($tmp, 6, 2), substr($tmp, 0, 4), $gm)
/htdocs/core/lib/ajax.lib.php:711$script .= '$(document).ready(function() { var autoselect = ' . ((int) $autoselect) . '; var options = ' . json_encode($ajaxoptions) . '; /* Option of actions to do after keyup, or after select */ /* Remove selected id as soon as we type or delete a char (it means old selection is wrong). Use keyup/down instead of change to avoid losing the product id. This is needed only for select of predefined product */ $("input#search_' . $htmlnamejquery . '").keydown(function(e) { if (e.keyCode != 9) /* If not "Tab" key */ { if (e.keyCode == 13) { return false; } /* disable "ENTER" key useful for barcode readers */ console.log("Clear id previously selected for field ' . $htmlname . '"); $("#' . $htmlnamejquery . '").val(""); } }); // Check options for secondary actions when keyup $("input#search_' . $htmlnamejquery . '").keyup(function() { if ($(this).val().length == 0) { $("#search_' . $htmlnamejquery . '").val(""); $("#' . $htmlnamejquery . '").val("").trigger("change"); if (options.option_disabled) { $("#" + options.option_disabled).removeAttr("disabled"); } if (options.disabled) { $.each(options.disabled, function(key, value) { $("#" + value).removeAttr("disabled"); }); } if (options.update) { $.each(options.update, function(key, value) { $("#" + key).val("").trigger("change"); }); } if (options.show) { $.each(options.show, function(key, value) { $("#" + value).hide().trigger("hide"); }); } if (options.update_textarea) { $.each(options.update_textarea, function(key, value) { if (typeof CKEDITOR == "object" && typeof CKEDITOR.instances != "undefined" && CKEDITOR.instances[key] != "undefined") { CKEDITOR.instances[key].setData(""); } else { $("#" + key).html(""); } }); } } }); $("input#search_' . $htmlnamejquery . '").autocomplete({ source: function( request, response ) { $.get("' . $url . ($urloption ? '?' . $urloption : '') . '", { "' . str_replace('.', '_', $htmlname) . '": request.term }, function(data){ if (data != null) { response($.map( data, function(item) { if (autoselect == 1 && data.length == 1) { $("#search_' . $htmlnamejquery . '").val(item.value); $("#' . $htmlnamejquery . '").val(item.key).trigger("change"); } var label = ""; if (item.label != null) { label = item.label.toString(); } var update = {}; if (options.update) { $.each(options.update, function(key, value) { update[key] = item[value]; }); } var textarea = {}; if (options.update_textarea) { $.each(options.update_textarea, function(key, value) { textarea[key] = item[value]; }); } console.log("Return value from GET to the rest of code"); return { label: label, value: item.value, id: item.key, disabled: item.disabled, update: update, textarea: textarea, pbq: item.pbq, type: item.type, qty: item.qty, discount: item.discount, pricebasetype: item.pricebasetype, price_ht: item.price_ht, price_ttc: item.price_ttc, price_unit_ht: item.price_unit_ht, price_unit_ht_locale: item.price_unit_ht_locale, '
/htdocs/core/lib/date.lib.php:11141$montharray = array(1 => $outputlangs->trans("MonthShort01"), 2 => $outputlangs->trans("MonthShort02"), 3 => $outputlangs->trans("MonthShort03"), 4 => $outputlangs->trans("MonthShort04"), 5 => $outputlangs->trans("MonthShort05"), 6 => $outputlangs->trans("MonthShort06"), 7 => $outputlangs->trans("MonthShort07"), 8 => $outputlangs->trans("MonthShort08"), 9 => $outputlangs->trans("MonthShort09"), 10 => $outputlangs->trans("MonthShort10"), 11 => $outputlangs->trans("MonthShort11"), 12 => $outputlangs->trans("MonthShort12"))
/htdocs/core/lib/ajax.lib.php:6561$out = '<a ' . ($morecss ? 'class="' . $morecss . '" ' : '') . 'href="' . $_SERVER['PHP_SELF'] . '?action=set_' . $code . '&token=' . newToken( ) . '&entity=' . $entity . ($mode ? '&mode=' . $mode : '') . ($forcereload ? '&dol_resetcache=1' : '') . '">' . img_picto($langs->trans("Disabled"), 'off') . '</a>'
/htdocs/core/lib/ajax.lib.php:1711$script .= ' description : item.description, ref_customer: item.ref_customer, tva_tx: item.tva_tx, default_vat_code: item.default_vat_code } })); } else { console.error("Error: Ajax url ' . $url . ($urloption ? '?' . $urloption : '') . ' has returned an empty page. Should be an empty json array."); } }, "json"); }, dataType: "json", minLength: ' . ((int) $minLength) . ', select: function( event, ui ) { // Function ran once new value has been selected into javascript combo console.log("We will trigger change on input ' . $htmlname . ' because of the select definition of autocomplete code for input#search_' . $htmlname . '"); console.log("Selected id = "+ui.item.id+" - If this value is null, it means you select a record with key that is null so selection is not effective"); console.log("Propagate before some properties retrieved by ajax into data-xxx properties of #' . $htmlnamejquery . ' component"); //console.log(ui.item); // For supplier price and customer when price by quantity is off $("#' . $htmlnamejquery . '").attr("data-up", ui.item.price_ht); $("#' . $htmlnamejquery . '").attr("data-up-locale", ui.item.price_unit_ht_locale); $("#' . $htmlnamejquery . '").attr("data-base", ui.item.pricebasetype); $("#' . $htmlnamejquery . '").attr("data-qty", ui.item.qty); $("#' . $htmlnamejquery . '").attr("data-discount", ui.item.discount); $("#' . $htmlnamejquery . '").attr("data-description", ui.item.description); $("#' . $htmlnamejquery . '").attr("data-ref-customer", ui.item.ref_customer); $("#' . $htmlnamejquery . '").attr("data-tvatx", ui.item.tva_tx); $("#' . $htmlnamejquery . '").attr("data-default-vat-code", ui.item.default_vat_code); '
/htdocs/core/lib/ajax.lib.php:6611$out = "\n<!-- Ajax code to switch constant " . $code . " -->" . ' <script> $(document).ready(function() { var input = ' . json_encode($input) . '; var url = \'' . DOL_URL_ROOT . '/core/ajax/constantonoff.php\'; var code = \'' . dol_escape_js($code) . '\'; var entity = \'' . dol_escape_js($entity) . '\'; var strict = \'' . dol_escape_js($strict) . '\'; var userid = \'' . dol_escape_js($user->id) . '\'; var yesButton = \'' . dol_escape_js($langs->transnoentities("Yes")) . '\'; var noButton = \'' . dol_escape_js($langs->transnoentities("No")) . '\'; var token = \'' . currentToken( ) . '\'; // Set constant $("#set_" + code).click(function() { if (input.alert && input.alert.set) { if (input.alert.set.yesButton) yesButton = input.alert.set.yesButton; if (input.alert.set.noButton) noButton = input.alert.set.noButton; confirmConstantAction("set", url, code, input, input.alert.set, entity, yesButton, noButton, strict, userid, token); } else { setConstant(url, code, input, entity, 0, ' . ((int) $forcereload) . ', userid, token); } }); // Del constant $("#del_" + code).click(function() { if (input.alert && input.alert.del) { if (input.alert.del.yesButton) yesButton = input.alert.del.yesButton; if (input.alert.del.noButton) noButton = input.alert.del.noButton; confirmConstantAction("del", url, code, input, input.alert.del, entity, yesButton, noButton, strict, userid, token); } else {'
/htdocs/core/lib/ajax.lib.php:6581$out = '<a ' . ($morecss ? 'class="' . $morecss . '" ' : '') . ' href="' . $_SERVER['PHP_SELF'] . '?action=del_' . $code . '&token=' . newToken( ) . '&entity=' . $entity . ($mode ? '&mode=' . $mode : '') . ($forcereload ? '&dol_resetcache=1' : '') . '">' . img_picto($langs->trans("Enabled"), 'on') . '</a>'
/htdocs/core/lib/ajax.lib.php:7041$out .= '<span id="del_' . $code . '" class="valignmiddle inline-block linkobject ' . (!empty($conf->global->$code) ? '' : 'hideobject') . '">' . ($revertonoff ? img_picto($langs->trans("Disabled"), 'switch_off' . $suffix, '', false, 0, 0, '', '', $marginleftonlyshort) : img_picto($langs->trans("Enabled"), 'switch_on' . $suffix, '', false, 0, 0, '', '', $marginleftonlyshort)) . '</span>'
/htdocs/core/lib/ajax.lib.php:7031$out .= '<span id="set_' . $code . '" class="valignmiddle inline-block linkobject ' . (!empty($conf->global->$code) ? 'hideobject' : '') . '">' . ($revertonoff ? img_picto($langs->trans("Enabled"), 'switch_on', '', false, 0, 0, '', '', $marginleftonlyshort) : img_picto($langs->trans("Disabled"), 'switch_off', '', false, 0, 0, '', '', $marginleftonlyshort)) . '</span>'
/htdocs/core/lib/ajax.lib.php:8311$out .= '<a id="set_' . $htmlname . '_' . $object->id . '" class="linkobject ' . ($object->$code == 1 ? 'hideobject' : '') . ($morecss ? ' ' . $morecss : '') . '" href="' . DOL_URL_ROOT . '/core/ajax/objectonoff.php?action=set&token=' . newToken( ) . '&id=' . ((int) $object->id) . '&element=' . urlencode($object->element) . '&field=' . urlencode($field) . '&value=1&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $object->id) . '">' . img_picto($langs->trans($text_off), $switchoff, '', false, 0, 0, '', $cssswitchoff) . '</a>'
/htdocs/core/lib/ajax.lib.php:7381$out .= '<script> $(function() { var input = ' . json_encode($input) . '; // Set constant $("#set_' . $htmlname . '_' . $object->id . '").click(function() { console.log("Click managed by ajax_object_onoff"); $.get( "' . DOL_URL_ROOT . '/core/ajax/objectonoff.php", { action: \'set\', field: \'' . dol_escape_js($field) . '\', value: \'1\', element: \'' . dol_escape_js((empty($object->module) || $object->module == $object->element) ? $object->element : $object->element . '@' . $object->module) . '\', id: \'' . ((int) $object->id) . '\', token: \'' . currentToken( ) . '\' }, function() { $("#set_' . $htmlname . '_' . $object->id . '").hide(); $("#del_' . $htmlname . '_' . $object->id . '").show(); // Enable another element if (input.disabled && input.disabled.length > 0) { $.each(input.disabled, function(key,value) { $("#" + value).removeAttr("disabled"); if ($("#" + value).hasClass("butActionRefused") == true) { $("#" + value).removeClass("butActionRefused"); $("#" + value).addClass("butAction"); } }); // Show another element } else if (input.showhide && input.showhide.length > 0) { $.each(input.showhide, function(key,value) { $("#" + value).show(); }); } }); }); // Del constant $("#del_' . $htmlname . '_' . $object->id . '").click(function() { console.log("Click managed by ajax_object_onoff"); $.get( "' . DOL_URL_ROOT . '/core/ajax/objectonoff.php", { action: \'set\', field: \'' . dol_escape_js($field) . '\', value: \'0\', element: \'' . dol_escape_js((empty($object->module) || $object->module == $object->element) ? $object->element : $object->element . '@' . $object->module) . '\', id: \'' . ((int) $object->id) . '\', token: \'' . currentToken( ) . '\' }, function() { $("#del_' . $htmlname . '_' . $object->id . '").hide(); $("#set_' . $htmlname . '_' . $object->id . '").show(); // Disable another element if (input.disabled && input.disabled.length > 0) { $.each(input.disabled, function(key,value) { $("#" + value).prop("disabled", true); if ($("#" + value).hasClass("butAction") == true) { $("#" + value).removeClass("butAction"); $("#" + value).addClass("butActionRefused"); } }); // Hide another element } else if (input.showhide && input.showhide.length > 0) { $.each(input.showhide, function(key,value) { $("#" + value).hide(); }); } }); }); }); </script>'
/htdocs/core/lib/ajax.lib.php:8341$out .= '<span id="set_' . $htmlname . '_' . $object->id . '" class="linkobject ' . ($object->$code == 1 ? 'hideobject' : '') . ($morecss ? ' ' . $morecss : '') . '">' . img_picto($langs->trans($text_off), $switchoff, '', false, 0, 0, '', $cssswitchoff) . '</span>'
/htdocs/core/lib/ajax.lib.php:8321$out .= '<a id="del_' . $htmlname . '_' . $object->id . '" class="linkobject ' . ($object->$code == 1 ? '' : 'hideobject') . ($morecss ? ' ' . $morecss : '') . '" href="' . DOL_URL_ROOT . '/core/ajax/objectonoff.php?action=set&token=' . newToken( ) . '&id=' . ((int) $object->id) . '&element=' . urlencode($object->element) . '&field=' . urlencode($field) . '&value=0&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?id=' . $object->id) . '">' . img_picto($langs->trans($text_on), $switchon, '', false, 0, 0, '', $cssswitchon) . '</a>'
/htdocs/bom/class/bom.class.php:9671$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'bom/" . $this->db->escape($this->newref) . "'"
/htdocs/bom/class/bom.class.php:203466$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/bom/class/api_boms.class.php:3631$updateRes = $this->bom->addLine($request_data->fk_product, $request_data->qty, $request_data->qty_frozen, $request_data->disable_stock_change, $request_data->efficiency, $request_data->position, $request_data->fk_bom_child, $request_data->import_key, $request_data->fk_unit)
/htdocs/core/actions_massactions.inc.php:5011$attachedfiles = array('paths' => array_merge($attachedfiles['paths'], $objAttachedFiles['paths']), 'names' => array_merge($attachedfiles['names'], $objAttachedFiles['names']), 'mimes' => array_merge($attachedfiles['mimes'], $objAttachedFiles['mimes']))
/htdocs/bom/bom_list.php:49753$newcardbutton .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=kanban' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ($mode == 'kanban' ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/bom/bom_net_needs.php:1931$viewlink = dolGetButtonTitle($langs->trans('GroupByX', $langs->transnoentitiesnoconv("Products")), '', 'fa fa-bars imgforviewmode', $_SERVER['PHP_SELF'] . '?id=' . $object->id . '&token=' . newToken( ), '', 1, array('morecss' => 'reposition ' . ($action !== 'treeview' ? 'btnTitleSelected' : '')))
/htdocs/bom/bom_net_needs.php:1941$viewlink .= dolGetButtonTitle($langs->trans('TreeView'), '', 'fa fa-stream imgforviewmode', $_SERVER['PHP_SELF'] . '?id=' . $object->id . '&action=treeview&token=' . newToken( ), '', 1, array('morecss' => 'reposition marginleftonly ' . ($action == 'treeview' ? 'btnTitleSelected' : '')))
/htdocs/bom/bom_agenda.php:882$upload_dir = (!empty($conf->bom->multidir_output[$object->entity]) ? $conf->bom->multidir_output[$object->entity] : $conf->bom->dir_output) . "/" . $object->id
/htdocs/webservices/server_actioncomm.php:3051$actioncomm_result_fields = array('id' => $actioncomm->id, 'ref' => $actioncomm->ref, 'ref_ext' => $actioncomm->ref_ext, 'type_id' => $actioncomm->type_id, 'type_code' => $actioncomm->type_code, 'type' => $actioncomm->type, 'label' => $actioncomm->label, 'datep' => dol_print_date($actioncomm->datep, 'dayhourrfc'), 'datef' => dol_print_date($actioncomm->datef, 'dayhourrfc'), 'datec' => dol_print_date($actioncomm->datec, 'dayhourrfc'), 'datem' => dol_print_date($actioncomm->datem, 'dayhourrfc'), 'note' => $actioncomm->note_private, 'percentage' => $actioncomm->percentage, 'author' => $actioncomm->authorid, 'usermod' => $actioncomm->usermodid, 'userownerid' => $actioncomm->userownerid, 'priority' => $actioncomm->priority, 'fulldayevent' => $actioncomm->fulldayevent, 'location' => $actioncomm->location, 'socid' => $actioncomm->socid, 'contactid' => $actioncomm->contact_id, 'projectid' => $actioncomm->fk_project, 'fk_element' => $actioncomm->fk_element, 'elementtype' => $actioncomm->elementtype)
/htdocs/bom/bom_note.php:612$upload_dir = (!empty($conf->bom->multidir_output[$object->entity]) ? $conf->bom->multidir_output[$object->entity] : $conf->bom->dir_output) . "/" . $object->id
/htdocs/bom/bom_list.php:11227$arrayfields['t.' . $key] = array('label' => $val['label'], 'checked' => (($visible < 0) ? 0 : 1), 'enabled' => (abs($visible) != 3 && (int) dol_eval($val['enabled'], 1)), 'position' => $val['position'], 'help' => isset($val['help']) ? $val['help'] : '')
/htdocs/bom/bom_list.php:49652$newcardbutton .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-bars imgforviewmode', $_SERVER["PHP_SELF"] . '?mode=common' . preg_replace('/(&|\?)*mode=[^&]+/', '', $param), '', ((empty($mode) || $mode == 'common') ? 2 : 1), array('morecss' => 'reposition'))
/htdocs/webservices/server_supplier_invoice.php:4041$linesresp[] = array('id' => $line->rowid, 'type' => $line->product_type, 'desc' => dol_htmlcleanlastbr($line->description), 'total_net' => $line->total_ht, 'total_vat' => $line->total_tva, 'total' => $line->total_ttc, 'vat_rate' => $line->tva_tx, 'qty' => $line->qty, 'product_ref' => $line->product_ref, 'product_label' => $line->product_label, 'product_desc' => $line->product_desc, )
/htdocs/webservices/server_supplier_invoice.php:4201$linesinvoice[] = array('id' => $invoice->id, 'ref' => $invoice->ref, 'ref_supplier' => $invoice->ref_supplier, 'ref_ext' => $invoice->ref_ext, 'fk_user_author' => $invoice->user_creation_id, 'fk_user_valid' => $invoice->user_validation_id, 'fk_thirdparty' => $invoice->socid, 'type' => $invoice->type, 'status' => $invoice->status, 'total_net' => $invoice->total_ht, 'total_vat' => $invoice->total_tva, 'total' => $invoice->total_ttc, 'date_creation' => dol_print_date($invoice->datec, 'dayhourrfc'), 'date_modification' => dol_print_date($invoice->tms, 'dayhourrfc'), 'date_invoice' => dol_print_date($invoice->date, 'dayhourrfc'), 'date_term' => dol_print_date($invoice->date_echeance, 'dayhourrfc'), 'label' => $invoice->label, 'paid' => $invoice->paid, 'note_private' => $invoice->note_private, 'note_public' => $invoice->note_public, 'close_code' => $invoice->close_code, 'close_note' => $invoice->close_note, 'lines' => $linesresp)
/htdocs/webservices/server_productorservice.php:4191$productorservice_result_fields = array('id' => $product->id, 'ref' => $product->ref, 'ref_ext' => $product->ref_ext, 'label' => $product->label, 'description' => $product->description, 'date_creation' => dol_print_date($product->date_creation, 'dayhourrfc'), 'date_modification' => dol_print_date($product->date_modification, 'dayhourrfc'), 'note' => $product->note, 'status_tosell' => $product->status, 'status_tobuy' => $product->status_buy, 'type' => $product->type, 'barcode' => $product->barcode, 'barcode_type' => $product->barcode_type, 'country_id' => $product->country_id > 0 ? $product->country_id : '', 'country_code' => $product->country_code, 'custom_code' => $product->customcode, 'price_net' => $product->price, 'price' => $product->price_ttc, 'price_min_net' => $product->price_min, 'price_min' => $product->price_min_ttc, 'price_base_type' => $product->price_base_type, 'vat_rate' => $product->tva_tx, 'vat_npr' => $product->tva_npr, 'localtax1_tx' => $product->localtax1_tx, 'localtax2_tx' => $product->localtax2_tx, 'stock_real' => $product->stock_reel, 'stock_virtual' => $product->stock_theorique, 'stock_alert' => $product->seuil_stock_alerte, 'pmp' => $product->pmp, 'import_key' => $product->import_key, 'dir' => $pdir, 'images' => $product->liste_photos($dir, $nbmax))
/htdocs/webservices/server_productorservice.php:10591$products[] = array('id' => $tmpproduct->id, 'ref' => $tmpproduct->ref, 'ref_ext' => $tmpproduct->ref_ext, 'label' => !empty($tmpproduct->multilangs[$langs->defaultlang]["label"]) ? $tmpproduct->multilangs[$langs->defaultlang]["label"] : $tmpproduct->label, 'description' => !empty($tmpproduct->multilangs[$langs->defaultlang]["description"]) ? $tmpproduct->multilangs[$langs->defaultlang]["description"] : $tmpproduct->description, 'date_creation' => dol_print_date($tmpproduct->date_creation, 'dayhourrfc'), 'date_modification' => dol_print_date($tmpproduct->date_modification, 'dayhourrfc'), 'note' => !empty($tmpproduct->multilangs[$langs->defaultlang]["note"]) ? $tmpproduct->multilangs[$langs->defaultlang]["note"] : $tmpproduct->note, 'status_tosell' => $tmpproduct->status, 'status_tobuy' => $tmpproduct->status_buy, 'type' => $tmpproduct->type, 'barcode' => $tmpproduct->barcode, 'barcode_type' => $tmpproduct->barcode_type, 'country_id' => $tmpproduct->country_id > 0 ? $tmpproduct->country_id : '', 'country_code' => $tmpproduct->country_code, 'custom_code' => $tmpproduct->customcode, 'price_net' => $tmpproduct->price, 'price' => $tmpproduct->price_ttc, 'vat_rate' => $tmpproduct->tva_tx, 'price_base_type' => $tmpproduct->price_base_type, 'stock_real' => $tmpproduct->stock_reel, 'stock_alert' => $tmpproduct->seuil_stock_alerte, 'pmp' => $tmpproduct->pmp, 'import_key' => $tmpproduct->import_key, 'dir' => $pdir, 'images' => $tmpproduct->liste_photos($dir, $nbmax))
/htdocs/webservices/server_contact.php:5481$linescontact[] = array('id' => $contact->id, 'ref' => $contact->ref, 'civility_id' => $contact->civility_id ? $contact->civility_id : '', 'lastname' => $contact->lastname ? $contact->lastname : '', 'firstname' => $contact->firstname ? $contact->firstname : '', 'address' => $contact->address ? $contact->address : '', 'zip' => $contact->zip ? $contact->zip : '', 'town' => $contact->town ? $contact->town : '', 'state_id' => $contact->state_id ? $contact->state_id : '', 'state_code' => $contact->state_code ? $contact->state_code : '', 'state' => $contact->state ? $contact->state : '', 'country_id' => $contact->country_id ? $contact->country_id : '', 'country_code' => $contact->country_code ? $contact->country_code : '', 'country' => $contact->country ? $contact->country : '', 'socid' => $contact->socid ? $contact->socid : '', 'socname' => $contact->socname ? $contact->socname : '', 'poste' => $contact->poste ? $contact->poste : '', 'phone_pro' => $contact->phone_pro ? $contact->phone_pro : '', 'fax' => $contact->fax ? $contact->fax : '', 'phone_perso' => $contact->phone_perso ? $contact->phone_perso : '', 'phone_mobile' => $contact->phone_mobile ? $contact->phone_mobile : '', 'email' => $contact->email ? $contact->email : '', 'priv' => $contact->priv ? $contact->priv : '', 'mail' => $contact->mail ? $contact->mail : '', 'birthday' => $contact->birthday ? $contact->birthday : '', 'default_lang' => $contact->default_lang ? $contact->default_lang : '', 'note' => $contact->note ? $contact->note : '', 'ref_facturation' => $contact->ref_facturation ? $contact->ref_facturation : '', 'ref_contrat' => $contact->ref_contrat ? $contact->ref_contrat : '', 'ref_commande' => $contact->ref_commande ? $contact->ref_commande : '', 'ref_propal' => $contact->ref_propal ? $contact->ref_propal : '', 'user_id' => $contact->user_id ? $contact->user_id : '', 'user_login' => $contact->user_login ? $contact->user_login : '', 'status' => $contact->statut ? $contact->statut : '')
/htdocs/webservices/server_contact.php:3011$contact_result_fields = array('id' => $contact->id, 'ref_ext' => $contact->ref_ext, 'lastname' => $contact->lastname, 'firstname' => $contact->firstname, 'address' => $contact->address, 'zip' => $contact->zip, 'town' => $contact->town, 'state_id' => $contact->state_id, 'state_code' => $contact->state_code, 'state' => $contact->state, 'country_id' => $contact->country_id, 'country_code' => $contact->country_code, 'country' => $contact->country, 'socid' => $contact->socid, 'status' => $contact->statut, 'phone_pro' => $contact->phone_pro, 'fax' => $contact->fax, 'phone_perso' => $contact->phone_perso, 'phone_mobile' => $contact->phone_mobile, 'code' => $contact->code, 'email' => $contact->email, 'birthday' => $contact->birthday, 'default_lang' => $contact->default_lang, 'note' => $contact->note, 'ref_facturation' => $contact->ref_facturation, 'ref_contrat' => $contact->ref_contrat, 'ref_commande' => $contact->ref_commande, 'ref_propal' => $contact->ref_propal, 'user_id' => $contact->user_id, 'user_login' => $contact->user_login, 'civility_id' => $contact->civility_id, 'poste' => $contact->poste)
/htdocs/webservices/server_supplier_invoice.php:2921$objectresp = array('result' => array('result_code' => 'OK', 'result_label' => ''), 'invoice' => array('id' => $invoice->id, 'ref' => $invoice->ref, 'ref_supplier' => $invoice->ref_supplier, 'ref_ext' => $invoice->ref_ext, 'fk_user_author' => $invoice->fk_user_author, 'fk_user_valid' => $invoice->fk_user_valid, 'fk_thirdparty' => $invoice->fk_soc, 'type' => $invoice->type, 'status' => $invoice->statut, 'total_net' => $invoice->total_ht, 'total_vat' => $invoice->total_tva, 'total' => $invoice->total_ttc, 'date_creation' => dol_print_date($invoice->datec, 'dayhourrfc'), 'date_modification' => dol_print_date($invoice->tms, 'dayhourrfc'), 'date_invoice' => dol_print_date($invoice->date, 'dayhourrfc'), 'date_term' => dol_print_date($invoice->date_echeance, 'dayhourrfc'), 'label' => $invoice->label, 'paid' => $invoice->paid, 'note_private' => $invoice->note_private, 'note_public' => $invoice->note_public, 'close_code' => $invoice->close_code, 'close_note' => $invoice->close_note, 'lines' => $linesresp, ))
/htdocs/webservices/server_supplier_invoice.php:2791$linesresp[] = array('id' => $line->rowid, 'type' => $line->product_type, 'total_net' => $line->total_ht, 'total_vat' => $line->total_tva, 'total' => $line->total_ttc, 'vat_rate' => $line->tva_tx, 'qty' => $line->qty)
/htdocs/webservices/server_user.php:3661$objectresp = array('result' => array('result_code' => 'OK', 'result_label' => ''), 'user' => array('id' => $user->id, 'lastname' => $user->lastname, 'firstname' => $user->firstname, 'note' => $user->note, 'email' => $user->email, 'signature' => $user->signature, 'office_phone' => $user->office_phone, 'office_fax' => $user->office_fax, 'user_mobile' => $user->user_mobile, 'admin' => $user->admin, 'login' => $user->login, 'entity' => $user->entity, 'pass_indatabase' => $user->pass_indatabase, 'pass_indatabase_crypted' => $user->pass_indatabase_crypted, 'datec' => dol_print_date($user->datec, 'dayhourrfc'), 'datem' => dol_print_date($user->datem, 'dayhourrfc'), 'fk_thirdparty' => $user->socid, 'fk_contact' => $user->contact_id, 'fk_member' => $user->fk_member, 'datelastlogin' => dol_print_date($user->datelastlogin, 'dayhourrfc'), 'datepreviouslogin' => dol_print_date($user->datepreviouslogin, 'dayhourrfc'), 'statut' => $user->statut, 'photo' => $user->photo, 'lang' => $user->lang, 'canvas' => $user->canvas))
/htdocs/webservices/server_order.php:9141$result = $object->fetch($order['id'], (empty($order['id']) ? $order['ref'] : ''), (empty($order['id']) && empty($order['ref']) ? $order['ref_ext'] : ''))
/htdocs/webservices/server_category.php:2631$cat['filles'][] = array('id' => $child_cat->id, 'id_mere' => $categorie->id_mere, 'label' => $child_cat->label, 'description' => $child_cat->description, 'socid' => $child_cat->socid, 'type' => $child_cat->type, 'dir' => $pdir, 'photos' => $child_cat->liste_photos($dir, $nbmax))
/htdocs/webservices/server_category.php:2451$cat = array('id' => $categorie->id, 'id_mere' => $categorie->id_mere, 'label' => $categorie->label, 'description' => $categorie->description, 'socid' => $categorie->socid, 'type' => $categorie->type, 'dir' => $pdir, 'photos' => $categorie->liste_photos($dir, $nbmax))
/htdocs/webservices/server_order.php:4531$objectresp = array('result' => array('result_code' => 'OK', 'result_label' => ''), 'order' => array('id' => $order->id, 'ref' => $order->ref, 'ref_client' => $order->ref_client, 'ref_ext' => $order->ref_ext, 'thirdparty_id' => $order->socid, 'status' => $order->statut, 'total_net' => $order->total_ht, 'total_vat' => $order->total_tva, 'total_localtax1' => $order->total_localtax1, 'total_localtax2' => $order->total_localtax2, 'total' => $order->total_ttc, 'project_id' => $order->fk_project, 'date' => $order->date ? dol_print_date($order->date, 'dayrfc') : '', 'date_creation' => $order->date_creation ? dol_print_date($order->date_creation, 'dayhourrfc') : '', 'date_validation' => $order->date_validation ? dol_print_date($order->date_creation, 'dayhourrfc') : '', 'date_modification' => $order->date_modification ? dol_print_date($order->date_modification, 'dayhourrfc') : '', 'source' => $order->source, 'billed' => $order->billed, 'note_private' => $order->note_private, 'note_public' => $order->note_public, 'cond_reglement_id' => $order->cond_reglement_id, 'cond_reglement_code' => $order->cond_reglement_code, 'cond_reglement' => $order->cond_reglement, 'mode_reglement_id' => $order->mode_reglement_id, 'mode_reglement_code' => $order->mode_reglement_code, 'mode_reglement' => $order->mode_reglement, 'date_livraison' => $order->delivery_date, 'demand_reason_id' => $order->demand_reason_id, 'demand_reason_code' => $order->demand_reason_code, 'lines' => $linesresp))
/htdocs/webservices/server_order.php:4271$linesresp[] = array('id' => $line->rowid, 'fk_commande' => $line->fk_commande, 'fk_parent_line' => $line->fk_parent_line, 'desc' => $line->desc, 'qty' => $line->qty, 'price' => $line->price, 'unitprice' => $line->subprice, 'vat_rate' => $line->tva_tx, 'remise' => $line->remise, 'remise_percent' => $line->remise_percent, 'product_id' => $line->fk_product, 'product_type' => $line->product_type, 'total_net' => $line->total_ht, 'total_vat' => $line->total_tva, 'total' => $line->total_ttc, 'date_start' => $line->date_start, 'date_end' => $line->date_end, 'product_ref' => $line->product_ref, 'product_label' => $line->product_label, 'product_desc' => $line->product_desc)
/htdocs/webservices/server_order.php:6071$linesorders[] = array('id' => $order->id, 'ref' => $order->ref, 'ref_client' => $order->ref_client, 'ref_ext' => $order->ref_ext, 'socid' => $order->socid, 'status' => $order->statut, 'total_net' => $order->total_ht, 'total_vat' => $order->total_tva, 'total_localtax1' => $order->total_localtax1, 'total_localtax2' => $order->total_localtax2, 'total' => $order->total_ttc, 'project_id' => $order->fk_project, 'date' => $order->date_commande ? dol_print_date($order->date_commande, 'dayrfc') : '', 'source' => $order->source, 'billed' => $order->billed, 'note_private' => $order->note_private, 'note_public' => $order->note_public, 'cond_reglement_id' => $order->cond_reglement_id, 'cond_reglement' => $order->cond_reglement, 'cond_reglement_doc' => $order->cond_reglement_doc, 'cond_reglement_code' => $order->cond_reglement_code, 'mode_reglement_id' => $order->mode_reglement_id, 'mode_reglement' => $order->mode_reglement, 'mode_reglement_code' => $order->mode_reglement_code, 'date_livraison' => $order->delivery_date, 'demand_reason_id' => $order->demand_reason_id, 'demand_reason_code' => $order->demand_reason_code, 'lines' => $linesresp)
/htdocs/webservices/server_order.php:5821$linesresp[] = array('id' => $line->rowid, 'type' => $line->product_type, 'fk_commande' => $line->fk_commande, 'fk_parent_line' => $line->fk_parent_line, 'desc' => $line->desc, 'qty' => $line->qty, 'price' => $line->price, 'unitprice' => $line->subprice, 'tva_tx' => $line->tva_tx, 'remise' => $line->remise, 'remise_percent' => $line->remise_percent, 'total_net' => $line->total_ht, 'total_vat' => $line->total_tva, 'total' => $line->total_ttc, 'date_start' => $line->date_start, 'date_end' => $line->date_end, 'product_id' => $line->fk_product, 'product_ref' => $line->product_ref, 'product_label' => $line->product_label, 'product_desc' => $line->product_desc)
/htdocs/webservices/server_invoice.php:4781$linesresp[] = array('id' => $line->id, 'type' => $line->product_type, 'total_net' => $line->total_ht, 'total_vat' => $line->total_tva, 'total' => $line->total_ttc, 'vat_rate' => $line->tva_tx, 'qty' => $line->qty, 'unitprice' => $line->subprice, 'date_start' => $line->date_start ? dol_print_date($line->date_start, 'dayrfc') : '', 'date_end' => $line->date_end ? dol_print_date($line->date_end, 'dayrfc') : '', 'product_id' => $line->fk_product, 'product_ref' => $line->product_ref, 'product_label' => $line->product_label, 'product_desc' => $line->product_desc, )
/htdocs/webservices/server_invoice.php:3641$objectresp = array('result' => array('result_code' => 'OK', 'result_label' => ''), 'invoice' => array('id' => $invoice->id, 'ref' => $invoice->ref, 'ref_ext' => $invoice->ref_ext ? $invoice->ref_ext : '', 'thirdparty_id' => $invoice->socid, 'fk_user_author' => $invoice->fk_user_author ? $invoice->fk_user_author : '', 'fk_user_valid' => $invoice->user_validation_id ? $invoice->user_validation_id : '', 'date' => $invoice->date ? dol_print_date($invoice->date, 'dayrfc') : '', 'date_due' => $invoice->date_lim_reglement ? dol_print_date($invoice->date_lim_reglement, 'dayrfc') : '', 'date_creation' => $invoice->date_creation ? dol_print_date($invoice->date_creation, 'dayhourrfc') : '', 'date_validation' => $invoice->date_validation ? dol_print_date($invoice->date_creation, 'dayhourrfc') : '', 'date_modification' => $invoice->datem ? dol_print_date($invoice->datem, 'dayhourrfc') : '', 'type' => $invoice->type, 'total_net' => $invoice->total_ht, 'total_vat' => $invoice->total_tva, 'total' => $invoice->total_ttc, 'note_private' => $invoice->note_private ? $invoice->note_private : '', 'note_public' => $invoice->note_public ? $invoice->note_public : '', 'status' => $invoice->statut, 'project_id' => $invoice->fk_project, 'close_code' => $invoice->close_code ? $invoice->close_code : '', 'close_note' => $invoice->close_note ? $invoice->close_note : '', 'payment_mode_id' => $invoice->mode_reglement_id ? $invoice->mode_reglement_id : '', 'lines' => $linesresp))
/htdocs/webservices/server_project.php:3841$project_result_fields = array('id' => $project->id, 'ref' => $project->ref, 'label' => $project->title, 'thirdparty_id' => $project->socid, 'public' => $project->public, 'status' => $project->statut, 'date_start' => $project->date_start ? dol_print_date($project->date_start, 'dayrfc') : '', 'date_end' => $project->date_end ? dol_print_date($project->date_end, 'dayrfc') : '', 'budget' => $project->budget_amount, 'description' => $project->description, )
/htdocs/webservices/server_invoice.php:4971$linesinvoice[] = array('id' => $invoice->id, 'ref' => $invoice->ref, 'ref_ext' => $invoice->ref_ext ? $invoice->ref_ext : '', 'fk_user_author' => $invoice->fk_user_author ? $invoice->fk_user_author : '', 'fk_user_valid' => $invoice->user_validation_id ? $invoice->user_validation_id : '', 'date' => $invoice->date ? dol_print_date($invoice->date, 'dayrfc') : '', 'date_due' => $invoice->date_lim_reglement ? dol_print_date($invoice->date_lim_reglement, 'dayrfc') : '', 'date_creation' => $invoice->date_creation ? dol_print_date($invoice->date_creation, 'dayhourrfc') : '', 'date_validation' => $invoice->date_validation ? dol_print_date($invoice->date_creation, 'dayhourrfc') : '', 'date_modification' => $invoice->datem ? dol_print_date($invoice->datem, 'dayhourrfc') : '', 'type' => $invoice->type, 'total_net' => $invoice->total_ht, 'total_vat' => $invoice->total_tva, 'total' => $invoice->total_ttc, 'note_private' => $invoice->note_private ? $invoice->note_private : '', 'note_public' => $invoice->note_public ? $invoice->note_public : '', 'status' => $invoice->statut, 'project_id' => $invoice->fk_project, 'close_code' => $invoice->close_code ? $invoice->close_code : '', 'close_note' => $invoice->close_note ? $invoice->close_note : '', 'payment_mode_id' => $invoice->mode_reglement_id ? $invoice->mode_reglement_id : '', 'lines' => $linesresp)
/htdocs/core/tpl/massactions_pre.tpl.php:3911$formquestion[] = array('type' => 'other', 'name' => 'affectedcommercial', 'label' => $form->editfieldkey('AllocateCommercial', 'commercial_id', '', $object, 0), 'value' => $form->multiselectarray('commercial', $userlist, null, 0, 0, 'quatrevingtpercent widthcentpercentminusx', 0, 0, '', '', '', 1))
/htdocs/core/tpl/login.tpl.php:1105$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TOPMENU_BACK1') ? $colorbackhmenu1 : $conf->global->THEME_ELDY_TOPMENU_BACK1) : (empty($user->conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->conf->THEME_ELDY_TOPMENU_BACK1)
/htdocs/core/tpl/massactions_pre.tpl.php:561$formquestion = array(array('type' => 'other', 'name' => 'projectid', 'label' => $langs->trans('Project') . ': ', 'value' => $form->selectProjects('', 'projectid', '', '', '', '', '', '', '', 1, 1)), )
/htdocs/core/tpl/massactions_pre.tpl.php:851$formquestion[] = array('type' => 'other', 'name' => 'affecttag_' . $categ_type['code'], 'label' => '', 'value' => $form->multiselectarray('contcats_' . $categ_type['code'], $categ_arbo_tmp, GETPOST('contcats_' . $categ_type['code'], 'array'), null, null, '', 0, '60%', '', '', $langs->transnoentitiesnoconv("SelectTheTagsToAssign")))
/htdocs/core/tpl/passwordforgotten.tpl.php:855$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TOPMENU_BACK1') ? $colorbackhmenu1 : $conf->global->THEME_ELDY_TOPMENU_BACK1) : (empty($user->conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->conf->THEME_ELDY_TOPMENU_BACK1)
/htdocs/core/tpl/contacts.tpl.php:2881$arrayfields = array('rowid' => array('label' => $langs->trans("Id"), 'checked' => 1), 'nature' => array('label' => $langs->trans("NatureOfContact"), 'checked' => 1), 'thirdparty' => array('label' => $langs->trans("ThirdParty"), 'checked' => 1), 'contact' => array('label' => $langs->trans("Users") . ' | ' . $langs->trans("Contacts"), 'checked' => 1), 'type' => array('label' => $langs->trans("ContactType"), 'checked' => 1), 'status' => array('label' => $langs->trans("Status"), 'checked' => 1), 'link' => array('label' => $langs->trans("Link"), 'checked' => 1), )
/htdocs/core/tpl/filemanager.tpl.php:901$tmpurl = ((!empty($conf->use_javascript_ajax) && !getDolGlobalString('MAIN_ECM_DISABLE_JS')) ? '#' : ($_SERVER["PHP_SELF"] . '?action=refreshmanual' . ($module ? '&amp;module=' . $module : '') . ($section ? '&amp;section=' . $section : '')))
/htdocs/core/tpl/extrafields_list_array_fields.tpl.php:291$arrayfields[$extrafieldsobjectprefix . $key] = array('label' => $extrafields->attributes[$extrafieldsobjectkey]['label'][$key], 'type' => $extrafields->attributes[$extrafieldsobjectkey]['type'][$key], 'checked' => (((int) dol_eval($extrafields->attributes[$extrafieldsobjectkey]['list'][$key], 1, 1, '1') <= 0) ? 0 : 1), 'position' => $extrafields->attributes[$extrafieldsobjectkey]['pos'][$key], 'enabled' => (abs((int) dol_eval($extrafields->attributes[$extrafieldsobjectkey]['list'][$key], 1)) != 3 && (int) dol_eval($extrafields->attributes[$extrafieldsobjectkey]['perms'][$key], 1, 1, '1')), 'langfile' => $extrafields->attributes[$extrafieldsobjectkey]['langfile'][$key], 'help' => $extrafields->attributes[$extrafieldsobjectkey]['help'][$key], )
/htdocs/core/tpl/objectline_edit.tpl.php:1651$doleditor = new DolEditor('product_desc', GETPOSTISSET('product_desc') ? GETPOST('product_desc', 'restricthtml') : $line->description, '', (!getDolGlobalString('MAIN_DOLEDITOR_HEIGHT') ? 164 : $conf->global->MAIN_DOLEDITOR_HEIGHT), $toolbarname, '', false, true, $enable, $nbrows, '98%')
/htdocs/core/tpl/notes.tpl.php:371$permission = (isset($permissionnote) ? $permissionnote : (isset($permission) ? $permission : ($user->hasRight($module, 'create') ? $user->rights->$module->create : ($user->hasRight($module, 'creer') ? $user->rights->$module->creer : 0))))
/htdocs/core/tpl/objectline_view.tpl.php:3821$locataxes_array = getLocalTaxesFromRate($line->tva . ($line->vat_src_code ? ' (' . $line->vat_src_code . ')' : ''), 0, ($senderissupplier ? $mysoc : $object->thirdparty), ($senderissupplier ? $object->thirdparty : $mysoc))
/htdocs/core/tpl/objectline_view.tpl.php:3831$tmp = calcul_price_total($line->qty, $line->pu, $line->remise_percent, $line->txtva, -1, -1, 0, 'HT', $line->info_bits, $line->type, ($senderissupplier ? $object->thirdparty : $mysoc), $locataxes_array, 100, $object->multicurrency_tx, $line->multicurrency_subprice)
/htdocs/core/tpl/commonfields_edit.tpl.php:921$value = GETPOSTISSET($key) ? dol_mktime(GETPOSTINT($key . 'hour'), GETPOSTINT($key . 'min'), GETPOSTINT($key . 'sec'), GETPOSTINT($key . 'month'), GETPOSTINT($key . 'day'), GETPOSTINT($key . 'year')) : $object->$key
/htdocs/core/tpl/passwordreset.tpl.php:875$colorbackhmenu1 = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED) ? (!getDolGlobalString('THEME_ELDY_TOPMENU_BACK1') ? $colorbackhmenu1 : $conf->global->THEME_ELDY_TOPMENU_BACK1) : (empty($user->conf->THEME_ELDY_TOPMENU_BACK1) ? $colorbackhmenu1 : $user->conf->THEME_ELDY_TOPMENU_BACK1)
/htdocs/core/js/lib_head.js.php:1111$tradDaysShort = array($langs->trans("ShortSunday"), $langs->trans("ShortMonday"), $langs->trans("ShortTuesday"), $langs->trans("ShortWednesday"), $langs->trans("ShortThursday"), $langs->trans("ShortFriday"), $langs->trans("ShortSaturday"))
/htdocs/core/js/lib_head.js.php:1211$tradDaysMin = array($langs->trans("SundayMin"), $langs->trans("MondayMin"), $langs->trans("TuesdayMin"), $langs->trans("WednesdayMin"), $langs->trans("ThursdayMin"), $langs->trans("FridayMin"), $langs->trans("SaturdayMin"))
/htdocs/core/js/lib_head.js.php:1011$tradDays = array($langs->trans("Sunday"), $langs->trans("Monday"), $langs->trans("Tuesday"), $langs->trans("Wednesday"), $langs->trans("Thursday"), $langs->trans("Friday"), $langs->trans("Saturday"))
/htdocs/core/js/lib_head.js.php:861$tradMonthsShort = array($langs->trans("MonthShort01"), $langs->trans("MonthShort02"), $langs->trans("MonthShort03"), $langs->trans("MonthShort04"), $langs->trans("MonthShort05"), $langs->trans("MonthShort06"), $langs->trans("MonthShort07"), $langs->trans("MonthShort08"), $langs->trans("MonthShort09"), $langs->trans("MonthShort10"), $langs->trans("MonthShort11"), $langs->trans("MonthShort12"))
/htdocs/core/js/lib_head.js.php:711$tradMonths = array(dol_escape_js($langs->transnoentitiesnoconv("Month01")), dol_escape_js($langs->transnoentitiesnoconv("Month02")), dol_escape_js($langs->transnoentitiesnoconv("Month03")), dol_escape_js($langs->transnoentitiesnoconv("Month04")), dol_escape_js($langs->transnoentitiesnoconv("Month05")), dol_escape_js($langs->transnoentitiesnoconv("Month06")), dol_escape_js($langs->transnoentitiesnoconv("Month07")), dol_escape_js($langs->transnoentitiesnoconv("Month08")), dol_escape_js($langs->transnoentitiesnoconv("Month09")), dol_escape_js($langs->transnoentitiesnoconv("Month10")), dol_escape_js($langs->transnoentitiesnoconv("Month11")), dol_escape_js($langs->transnoentitiesnoconv("Month12")))
/htdocs/core/triggers/interface_95_modWebhook_WebhookTriggers.class.php:1051$errormsg = "The WebHook for " . $action . " failed to get URL " . $tmpobject->url . " with httpcode=" . (!empty($response['http_code']) ? $response['http_code'] : "") . " curl_error_no=" . (!empty($response['curl_error_no']) ? $response['curl_error_no'] : "")
/htdocs/core/triggers/interface_50_modNotification_Notification.class.php:1711$ret[] = array('rowid' => $obj->rowid, 'code' => $obj->code, 'contexts' => $obj->contexts, 'label' => $obj->label, 'description' => $obj->description, 'elementtype' => $obj->elementtype)
/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php:5271$list = $contrat->getListOfContracts($option = 'all', $status = [Contrat::STATUS_DRAFT, Contrat::STATUS_VALIDATED], $product_categories = [$conf->global->TICKET_PRODUCT_CATEGORY], $line_status = [ContratLigne::STATUS_INITIAL, ContratLigne::STATUS_OPEN])
/htdocs/core/actions_addupdatedelete.inc.php:3631$object->$keyforfield = dol_mktime(GETPOST($keyforfield . 'hour'), GETPOST($keyforfield . 'min'), GETPOST($keyforfield . 'sec'), GETPOST($keyforfield . 'month'), GETPOST($keyforfield . 'day'), GETPOST($keyforfield . 'year'))
/htdocs/core/actions_addupdatedelete.inc.php:2692$value = dol_mktime(GETPOSTINT($key . 'hour'), GETPOSTINT($key . 'min'), GETPOSTINT($key . 'sec'), GETPOSTINT($key . 'month'), GETPOSTINT($key . 'day'), GETPOSTINT($key . 'year'), 'tzuserrel')
/htdocs/core/actions_addupdatedelete.inc.php:1162$value = dol_mktime(GETPOSTINT($key . 'hour'), GETPOSTINT($key . 'min'), GETPOSTINT($key . 'sec'), GETPOSTINT($key . 'month'), GETPOSTINT($key . 'day'), GETPOSTINT($key . 'year'), 'tzuserrel')
/htdocs/core/customreports.php:6851$arrayofyaxis['te.' . $key] = array('label' => $extrafields->attributes[$object->table_element]['label'][$key], 'position' => (int) $extrafields->attributes[$object->table_element]['pos'][$key], 'table' => $object->table_element)
/htdocs/core/customreports.php:2993$YYYY = substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1) . substr($langs->trans("Year"), 0, 1)
/htdocs/core/customreports.php:1271$arrayoftype = array('thirdparty' => array('langs' => 'companies', 'label' => 'ThirdParties', 'picto' => 'company', 'ObjectClassName' => 'Societe', 'enabled' => isModEnabled('societe'), 'ClassPath' => "/societe/class/societe.class.php"), 'contact' => array('label' => 'Contacts', 'picto' => 'contact', 'ObjectClassName' => 'Contact', 'enabled' => isModEnabled('societe'), 'ClassPath' => "/contact/class/contact.class.php"), 'proposal' => array('label' => 'Proposals', 'picto' => 'proposal', 'ObjectClassName' => 'Propal', 'enabled' => isModEnabled('propal'), 'ClassPath' => "/comm/propal/class/propal.class.php"), 'order' => array('label' => 'Orders', 'picto' => 'order', 'ObjectClassName' => 'Commande', 'enabled' => isModEnabled('order'), 'ClassPath' => "/commande/class/commande.class.php"), 'invoice' => array('langs' => 'facture', 'label' => 'Invoices', 'picto' => 'bill', 'ObjectClassName' => 'Facture', 'enabled' => isModEnabled('invoice'), 'ClassPath' => "/compta/facture/class/facture.class.php"), 'invoice_template' => array('label' => 'PredefinedInvoices', 'picto' => 'bill', 'ObjectClassName' => 'FactureRec', 'enabled' => isModEnabled('invoice'), 'ClassPath' => "/compta/class/facturerec.class.php", 'langs' => 'bills'), 'contract' => array('label' => 'Contracts', 'picto' => 'contract', 'ObjectClassName' => 'Contrat', 'enabled' => isModEnabled('contract'), 'ClassPath' => "/contrat/class/contrat.class.php", 'langs' => 'contracts'), 'contractdet' => array('label' => 'ContractLines', 'picto' => 'contract', 'ObjectClassName' => 'ContratLigne', 'enabled' => isModEnabled('contract'), 'ClassPath' => "/contrat/class/contrat.class.php", 'langs' => 'contracts'), 'bom' => array('label' => 'BOM', 'picto' => 'bom', 'ObjectClassName' => 'Bom', 'enabled' => isModEnabled('bom')), 'mrp' => array('label' => 'MO', 'picto' => 'mrp', 'ObjectClassName' => 'Mo', 'enabled' => isModEnabled('mrp'), 'ClassPath' => "/mrp/class/mo.class.php"), 'ticket' => array('label' => 'Ticket', 'picto' => 'ticket', 'ObjectClassName' => 'Ticket', 'enabled' => isModEnabled('ticket')), 'member' => array('label' => 'Adherent', 'picto' => 'member', 'ObjectClassName' => 'Adherent', 'enabled' => isModEnabled('member'), 'ClassPath' => "/adherents/class/adherent.class.php", 'langs' => 'members'), 'cotisation' => array('label' => 'Subscriptions', 'picto' => 'member', 'ObjectClassName' => 'Subscription', 'enabled' => isModEnabled('member'), 'ClassPath' => "/adherents/class/subscription.class.php", 'langs' => 'members'), )
/htdocs/core/bookmarks_page.php:1061$bookmarkList .= '<a class="dropdown-item bookmark-item' . (strpos($obj->url, 'http') === 0 ? ' bookmark-item-external' : '') . '" id="bookmark-item-' . $obj->rowid . '" data-id="' . $obj->rowid . '" ' . ($obj->target == 1 ? ' target="_blank" rel="noopener noreferrer"' : '') . ' href="' . dol_escape_htmltag($obj->url) . '" >'
/htdocs/core/actions_extrafields.inc.php:3701$result = $extrafields->update(GETPOST('attrname', 'aZ09'), GETPOST('label', 'alpha'), $type, $extrasize, $elementtype, (GETPOST('unique', 'alpha') ? 1 : 0), (GETPOST('required', 'alpha') ? 1 : 0), $pos, $params, (GETPOST('alwayseditable', 'alpha') ? 1 : 0), (GETPOST('perms', 'alpha') ? GETPOST('perms', 'alpha') : ''), $visibility, GETPOST('help', 'alpha'), GETPOST('default_value', 'alpha'), $computedvalue, (GETPOST('entitycurrentorall', 'alpha') ? 0 : ''), GETPOST('langfile'), GETPOST('enabled', 'nohtml'), (GETPOST('totalizable', 'alpha') ? 1 : 0), GETPOST('printable', 'alpha'), array('css' => $css, 'cssview' => $cssview, 'csslist' => $csslist))
/htdocs/core/actions_extrafields.inc.php:1991$result = $extrafields->addExtraField(GETPOST('attrname', 'aZ09'), GETPOST('label', 'alpha'), $type, GETPOSTINT('pos'), $extrasize, $elementtype, (GETPOST('unique', 'alpha') ? 1 : 0), (GETPOST('required', 'alpha') ? 1 : 0), $default_value, $params, (GETPOST('alwayseditable', 'alpha') ? 1 : 0), (GETPOST('perms', 'alpha') ? GETPOST('perms', 'alpha') : ''), $visibility, GETPOST('help', 'alpha'), GETPOST('computed_value', 'alpha'), (GETPOST('entitycurrentorall', 'alpha') ? 0 : ''), GETPOST('langfile', 'alpha'), 1, (GETPOST('totalizable', 'alpha') ? 1 : 0), GETPOST('printable', 'alpha'), array('css' => $css, 'cssview' => $cssview, 'csslist' => $csslist))
/htdocs/core/datepicker.php:831$tradTemp = array($langs->trans("January"), $langs->trans("February"), $langs->trans("March"), $langs->trans("April"), $langs->trans("May"), $langs->trans("June"), $langs->trans("July"), $langs->trans("August"), $langs->trans("September"), $langs->trans("October"), $langs->trans("November"), $langs->trans("December"))
/htdocs/core/class/html.form.class.php:38211$outarrayentry = array('key' => $outkey, 'value' => $outref, 'label' => $outvallabel, 'qty' => $outqty, 'price_qty_ht' => price2num($objp->fprice, 'MU'), 'price_unit_ht' => price2num($objp->unitprice, 'MU'), 'price_ht' => price2num($objp->unitprice, 'MU'), 'tva_tx_formated' => price($objp->tva_tx, 0, $langs, 1, -1, 2), 'tva_tx' => price2num($objp->tva_tx), 'default_vat_code' => $objp->default_vat_code, 'discount' => $outdiscount, 'type' => $outtype, 'duration_value' => $outdurationvalue, 'duration_unit' => $outdurationunit, 'disabled' => (empty($objp->idprodfournprice) ? true : false), 'description' => $objp->description)
/htdocs/core/class/html.form.class.php:38581$outarraypush = array('key' => $outkey, 'value' => $outref, 'label' => $outvallabel, 'qty' => $outqty, 'price_qty_ht' => price2num($objp->fprice, 'MU'), 'price_qty_ht_locale' => price($objp->fprice), 'price_unit_ht' => price2num($objp->unitprice, 'MU'), 'price_unit_ht_locale' => price($objp->unitprice), 'price_ht' => price2num($objp->unitprice, 'MU'), 'tva_tx_formated' => price($objp->tva_tx), 'tva_tx' => price2num($objp->tva_tx), 'default_vat_code' => $objp->default_vat_code, 'discount' => $outdiscount, 'type' => $outtype, 'duration_value' => $outdurationvalue, 'duration_unit' => $outdurationunit, 'disabled' => (empty($objp->idprodfournprice) ? true : false), 'description' => $objp->description)
/htdocs/core/class/html.form.class.php:40001$opt .= price($objp->unitprice * (getDolGlobalString('DISPLAY_DISCOUNTED_SUPPLIER_PRICE') ? (1 - $objp->remise_percent / 100) : 1), 1, $langs, 0, 0, -1, $conf->currency) . "/" . $langs->trans("Unit")
/htdocs/core/class/html.form.class.php:40541$label = ($langs->trans("PaymentConditionShort" . $obj->code) != "PaymentConditionShort" . $obj->code ? $langs->trans("PaymentConditionShort" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/core/class/html.form.class.php:41031$label = ($langs->trans("AvailabilityType" . $obj->code) != "AvailabilityType" . $obj->code ? $langs->trans("AvailabilityType" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/core/class/html.form.class.php:42842$label = ($langs->transnoentitiesnoconv("PaymentTypeShort" . $obj->code) != "PaymentTypeShort" . $obj->code ? $langs->transnoentitiesnoconv("PaymentTypeShort" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/core/class/html.form.class.php:46042$label = ($langs->transnoentitiesnoconv("PaymentTypeShort" . $obj->code) != "PaymentTypeShort" . $obj->code ? $langs->transnoentitiesnoconv("PaymentTypeShort" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/core/class/html.form.class.php:52851$more .= '<div class="tagtr"><div class="tagtd' . (empty($input['tdclass']) ? '' : (' ' . $input['tdclass'])) . '">' . $input['label'] . '</div><div class="tagtd"><input type="text" class="flat' . $morecss . '" id="' . dol_escape_htmltag($input['name']) . '" name="' . dol_escape_htmltag($input['name']) . '"' . $size . ' value="' . (empty($input['value']) ? '' : $input['value']) . '"' . $moreattr . ' /></div></div>' . "\n"
/htdocs/core/class/html.form.class.php:35481$sql .= "(pfp.ref_fourn LIKE '" . $this->db->escape($prefix . $crit) . "%' OR p.ref LIKE '" . $this->db->escape($prefix . $crit) . "%' OR p.label LIKE '" . $this->db->escape($prefix . $crit) . "%'"
/htdocs/core/class/html.form.class.php:36312$da = array('h' => $langs->trans('Hour'), 'd' => $langs->trans('Day'), 'w' => $langs->trans('Week'), 'm' => $langs->trans('Month'), 'y' => $langs->trans('Year'))
/htdocs/core/class/html.form.class.php:37191$optlabel .= ' - ' . price($objp->fprice * (getDolGlobalString('DISPLAY_DISCOUNTED_SUPPLIER_PRICE') ? (1 - $objp->remise_percent / 100) : 1), 1, $langs, 0, 0, -1, $conf->currency) . "/"
/htdocs/core/class/html.form.class.php:37201$outvallabel .= ' - ' . price($objp->fprice * (getDolGlobalString('DISPLAY_DISCOUNTED_SUPPLIER_PRICE') ? (1 - $objp->remise_percent / 100) : 1), 0, $langs, 0, 0, -1, $conf->currency) . "/"
/htdocs/core/class/html.form.class.php:37241$optlabel .= ' - ' . price($objp->fprice * (getDolGlobalString('DISPLAY_DISCOUNTED_SUPPLIER_PRICE') ? (1 - $objp->remise_percent / 100) : 1), 1, $langs, 0, 0, -1, $conf->currency) . "/" . $objp->quantity
/htdocs/core/class/html.form.class.php:37251$outvallabel .= ' - ' . price($objp->fprice * (getDolGlobalString('DISPLAY_DISCOUNTED_SUPPLIER_PRICE') ? (1 - $objp->remise_percent / 100) : 1), 0, $langs, 0, 0, -1, $conf->currency) . "/" . $objp->quantity
/htdocs/core/class/html.form.class.php:37311$optlabel .= " (" . price($objp->unitprice * (getDolGlobalString('DISPLAY_DISCOUNTED_SUPPLIER_PRICE') ? (1 - $objp->remise_percent / 100) : 1), 1, $langs, 0, 0, -1, $conf->currency) . "/" . $langs->trans("Unit") . ")"
/htdocs/core/class/html.form.class.php:37321$outvallabel .= " (" . price($objp->unitprice * (getDolGlobalString('DISPLAY_DISCOUNTED_SUPPLIER_PRICE') ? (1 - $objp->remise_percent / 100) : 1), 0, $langs, 0, 0, -1, $conf->currency) . "/" . $langs->transnoentities("Unit") . ")"
/htdocs/core/class/html.form.class.php:15901$s = ($obj->address ? ' - ' . $obj->address : '') . ($obj->zip ? ' - ' . $obj->zip : '') . ($obj->town ? ' ' . $obj->town : '')
/htdocs/core/class/html.form.class.php:15171$out .= '<select id="' . $htmlname . '" class="flat' . ($morecss ? ' ' . $morecss : '') . '"' . ($moreparam ? ' ' . $moreparam : '') . ' name="' . $htmlname . ($multiple ? '[]' : '') . '" ' . ($multiple ? 'multiple' : '') . '>' . "\n"
/htdocs/core/class/html.form.class.php:21161$out .= '<select class="flat' . ($morecss ? ' ' . $morecss : ' minwidth200') . '" id="' . $htmlname . '" name="' . $htmlname . ($multiple ? '[]' : '') . '" ' . ($multiple ? 'multiple' : '') . ' ' . ($disabled ? ' disabled' : '') . '>'
/htdocs/core/class/html.form.class.php:18191$out .= '<select class="flat' . ($morecss ? ' ' . $morecss : '') . '" id="' . $htmlid . '" name="' . $htmlname . (($num || empty($disableifempty)) ? '' : ' disabled') . ($multiple ? '[]' : '') . '" ' . ($multiple ? 'multiple' : '') . ' ' . (!empty($moreparam) ? $moreparam : '') . '>'
/htdocs/core/class/html.form.class.php:24091$out .= '<span class="hideonsmartphone">&nbsp;-&nbsp;<span class="opacitymedium">' . $langs->trans("Availability") . ':</span> </span><input id="transparencyresource" class="paddingrightonly" ' . ($action == 'view' ? 'disabled' : '') . ' type="checkbox" name="transparency"' . ($listofresourceid[$value['id']]['transparency'] ? ' checked' : '') . '><label for="transparency">' . $langs->trans("Busy") . '</label>'
/htdocs/core/class/html.form.class.php:23231$out .= '<span class="hideonsmartphone">&nbsp;-&nbsp;<span class="opacitymedium">' . $langs->trans("Availability") . ':</span> </span><input id="transparency" class="paddingrightonly" ' . ($action == 'view' ? 'disabled' : '') . ' type="checkbox" name="transparency"' . ($listofuserid[$ownerid]['transparency'] ? ' checked' : '') . '><label for="transparency">' . $langs->trans("Busy") . '</label>'
/htdocs/core/class/html.form.class.php:33841$optJson = array('key' => $outkey, 'value' => $outref, 'label' => $outval, 'label2' => $outlabel, 'desc' => $outdesc, 'type' => $outtype, 'price_ht' => price2num($outprice_ht), 'price_ttc' => price2num($outprice_ttc), 'price_ht_locale' => price(price2num($outprice_ht)), 'price_ttc_locale' => price(price2num($outprice_ttc)), 'pricebasetype' => $outpricebasetype, 'tva_tx' => $outtva_tx, 'default_vat_code' => $outdefault_vat_code, 'qty' => $outqty, 'discount' => $outdiscount, 'duration_value' => $outdurationvalue, 'duration_unit' => $outdurationunit, 'pbq' => $outpbq, 'labeltrans' => $outlabel_translated, 'desctrans' => $outdesc_translated, 'ref_customer' => $outrefcust)
/htdocs/core/class/html.form.class.php:31662$da = array('h' => $langs->trans('Hour'), 'd' => $langs->trans('Day'), 'w' => $langs->trans('Week'), 'm' => $langs->trans('Month'), 'y' => $langs->trans('Year'))
/htdocs/core/class/html.formmargin.class.php:1041$pa_ht = (($pv < 0 || ($pv == 0 && in_array($object->element, array('facture', 'facture_fourn')) && $object->type == $object::TYPE_CREDIT_NOTE)) ? -$line->pa_ht : $line->pa_ht)
/htdocs/core/tpl/extrafields_view.tpl.php:2381$value = GETPOSTISSET("options_" . $tmpkeyextra) ? dol_mktime(GETPOSTINT("options_" . $tmpkeyextra . "hour"), GETPOSTINT("options_" . $tmpkeyextra . "min"), GETPOSTINT("options_" . $tmpkeyextra . "sec"), GETPOSTINT("options_" . $tmpkeyextra . "month"), GETPOSTINT("options_" . $tmpkeyextra . "day"), GETPOSTINT("options_" . $tmpkeyextra . "year"), 'tzuserrel') : $datenotinstring
/htdocs/core/class/html.form.class.php:3181$doleditor = new DolEditor($htmlname, ($editvalue ? $editvalue : $value), (empty($tmp[2]) ? '' : $tmp[2]), (empty($tmp[3]) ? '100' : $tmp[3]), (empty($tmp[1]) ? 'dolibarr_notes' : $tmp[1]), 'In', (empty($tmp[5]) ? 0 : $tmp[5]), (isset($tmp[8]) ? ($tmp[8] ? true : false) : true), true, (empty($tmp[6]) ? '20' : $tmp[6]), (empty($tmp[7]) ? '100' : $tmp[7]))
/htdocs/core/class/html.form.class.php:1741$ret .= '<a class="editfielda reposition" href="' . $_SERVER["PHP_SELF"] . '?action=edit' . $htmlname . '&token=' . newToken( ) . '&' . $paramid . '=' . $object->id . $moreparam . '">' . img_edit($langs->trans('Edit'), ($notabletag ? 0 : 1)) . '</a>'
/htdocs/core/class/html.form.class.php:8581$ret .= '<!-- JS CODE TO ENABLE mass action select --> <script nonce="' . getNonce( ) . '"> function initCheckForSelect(mode, name, cssclass) /* mode is 0 during init of page or click all, 1 when we click on 1 checkboxi, "name" refers to the class of the massaction button, "cssclass" to the class of the checkfor select boxes */ { atleastoneselected=0; jQuery("."+cssclass).each(function( index ) { /* console.log( index + ": " + $( this ).text() ); */ if ($(this).is(\':checked\')) atleastoneselected++; }); console.log("initCheckForSelect mode="+mode+" name="+name+" cssclass="+cssclass+" atleastoneselected="+atleastoneselected); if (atleastoneselected || ' . $alwaysvisible . ') { jQuery("."+name).show(); ' . ($selected ? 'if (atleastoneselected) { jQuery("."+name+"select").val("' . $selected . '").trigger(\'change\'); jQuery("."+name+"confirmed").prop(\'disabled\', false); }' : '') . ' ' . ($selected ? 'if (! atleastoneselected) { jQuery("."+name+"select").val("0").trigger(\'change\'); jQuery("."+name+"confirmed").prop(\'disabled\', true); } ' : '') . ' } else { jQuery("."+name).hide(); jQuery("."+name+"other").hide(); } } jQuery(document).ready(function () { initCheckForSelect(0, "' . $name . '", "' . $cssclass . '"); jQuery(".' . $cssclass . '").click(function() { initCheckForSelect(1, "' . $name . '", "' . $cssclass . '"); }); jQuery(".' . $name . 'select").change(function() { var massaction = $( this ).val(); var urlform = $( this ).closest("form").attr("action").replace("#show_files",""); if (massaction == "builddoc") { urlform = urlform + "#show_files"; } $( this ).closest("form").attr("action", urlform); console.log("we select a mass action name=' . $name . ' massaction="+massaction+" - "+urlform); /* Warning: if you set submit button to disabled, post using Enter will no more work if there is no other button */ if ($(this).val() != \'0\') { jQuery(".' . $name . 'confirmed").prop(\'disabled\', false); jQuery(".' . $name . 'other").hide(); /* To disable if another div was open */ jQuery(".' . $name . '"+massaction).show(); } else { jQuery(".' . $name . 'confirmed").prop(\'disabled\', true); jQuery(".' . $name . 'other").hide(); /* To disable any div open */ } }); }); </script> '
/htdocs/core/class/html.form.class.php:8541$ret .= '<input type="submit" disabled name="confirmmassaction"' . (empty($conf->use_javascript_ajax) ? '' : ' style="display: none"') . ' class="reposition button smallpaddingimp' . (empty($conf->use_javascript_ajax) ? '' : ' hideobject') . ' ' . $name . ' ' . $name . 'confirmed" value="' . dol_escape_htmltag($langs->trans("Confirm")) . '">'
/htdocs/core/class/html.form.class.php:13461$urloption = 'htmlname=' . urlencode((string) (str_replace('.', '_', $htmlname))) . '&outjson=1&filter=' . urlencode((string) ($filter)) . (empty($excludeids) ? '' : '&excludeids=' . implode(',', $excludeids)) . ($showtype ? '&showtype=' . urlencode((string) ($showtype)) : '') . ($showcode ? '&showcode=' . urlencode((string) ($showcode)) : '')
/htdocs/core/class/html.form.class.php:9672$countryArray[$i]['label'] = ($obj->code_iso && $langs->transnoentitiesnoconv("Country" . $obj->code_iso) != "Country" . $obj->code_iso ? $langs->transnoentitiesnoconv("Country" . $obj->code_iso) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/core/class/doleditor.class.php:2831$out .= ' var aceEditor = window.ace.edit("' . $this->htmlname . 'aceeditorid"); aceEditor.moveCursorTo(' . ($this->posy + 1) . ',' . $this->posx . '); aceEditor.gotoLine(' . ($this->posy + 1) . ',' . $this->posx . '); var StatusBar = window.ace.require("ace/ext/statusbar").StatusBar; // Init status bar. Need lib ext-statusbar var statusBar = new StatusBar(aceEditor, document.getElementById("statusBar' . $this->htmlname . '")); // Init status bar. Need lib ext-statusbar var oldNbOfLines = 0; jQuery(".morelines' . $this->htmlname . '").click(function() { var aceEditorClicked = window.ace.edit("' . $this->htmlname . 'aceeditorid"); currentline = aceEditorClicked.getOption("maxLines"); if (oldNbOfLines == 0) { oldNbOfLines = currentline; } console.log("We click on more lines, oldNbOfLines is "+oldNbOfLines+", we have currently "+currentline); if (currentline < 500) { aceEditorClicked.setOptions({ maxLines: 500 }); } else { aceEditorClicked.setOptions({ maxLines: oldNbOfLines }); } }); })'
/htdocs/core/class/doleditor.class.php:3441$out .= 'jQuery(document).ready(function() { jQuery(".buttonforacesave").click(function() { console.log("We click on savefile button for component ' . dol_escape_js($this->htmlname) . '"); var aceEditor = window.ace.edit("' . dol_escape_js($this->htmlname) . 'aceeditorid"); if (aceEditor) { var cursorPos = aceEditor.getCursorPosition(); //console.log(cursorPos); if (cursorPos) { jQuery("#' . dol_escape_js($this->htmlname) . '_x").val(cursorPos.column); jQuery("#' . dol_escape_js($this->htmlname) . '_y").val(cursorPos.row); } //console.log(aceEditor.getSession().getValue()); // Inject content of editor into the original HTML field. jQuery("#' . dol_escape_js($this->htmlname) . '").val(aceEditor.getSession().getValue()); /*if (jQuery("#' . dol_escape_js($this->htmlname) . '").html().length > 0) return true; else return false;*/ return true; } else { console.log("Failed to retrieve js object ACE from its name"); return false; } }); })'
/htdocs/core/class/doleditor.class.php:1511$out .= '<textarea id="' . $this->htmlname . '" name="' . $this->htmlname . '" rows="' . $this->rows . '"' . (preg_match('/%/', $this->cols) ? ' style="margin-top: 5px; width: ' . $this->cols . '"' : ' cols="' . $this->cols . '"') . ' ' . ($moreparam ? $moreparam : '') . ' class="flat ' . $morecss . '">'
/htdocs/core/class/doleditor.class.php:1891$out .= '<script nonce="' . getNonce( ) . '" type="text/javascript"> $(document).ready(function () { /* console.log("Run ckeditor"); */ /* if (CKEDITOR.loadFullCore) CKEDITOR.loadFullCore(); */ /* should be editor=CKEDITOR.replace but what if there is several editors ? */ tmpeditor = CKEDITOR.replace(\'' . dol_escape_js($this->htmlname) . '\', { /* property:xxx is same than CKEDITOR.config.property = xxx */ customConfig: ckeditorConfig, removePlugins: \'' . dol_escape_js($pluginstodisable) . '\', versionCheck: false, readOnly: ' . ($this->readonly ? 'true' : 'false') . ', htmlEncodeOutput: ' . dol_escape_js($htmlencode_force) . ', allowedContent: ' . ($disallowAnyContent ? 'false' : 'true') . ', /* Advanced Content Filter (ACF) is own when allowedContent is false */ extraAllowedContent: \'a[target];div{float,display}\', /* Add the style float and display into div to default other allowed tags */ disallowedContent: \'\', /* Tags that are not allowed */ fullPage: ' . ($fullpage ? 'true' : 'false') . ', /* if true, the html, header and body tags are kept */ toolbar: \'' . dol_escape_js($this->toolbarname) . '\', toolbarStartupExpanded: ' . ($this->toolbarstartexpanded ? 'true' : 'false') . ', width: ' . ($this->width ? '\'' . dol_escape_js($this->width) . '\'' : '\'\'') . ', height: ' . dol_escape_js($this->height) . ', skin: \'' . dol_escape_js($skin) . '\', ' . $scaytautostartup . ' language: \'' . dol_escape_js($langs->defaultlang) . '\', textDirection: \'' . dol_escape_js($langs->trans("DIRECTION")) . '\', on : { instanceReady : function(ev) { console.log("ckeditor instanceReady"); // Output paragraphs as <p>Text</p>. this.dataProcessor.writer.setRules( \'p\', { indent : false, breakBeforeOpen : true, breakAfterOpen : false, breakBeforeClose : false, breakAfterClose : true }); }, /* This is to remove the tab Link on image popup. Does not work, so commented */ /* dialogDefinition: function (event) { var dialogName = event.data.name; var dialogDefinition = event.data.definition; if (dialogName == \'image\') { dialogDefinition.removeContents(\'Link\'); } } */ }, disableNativeSpellChecker: ' . (!getDolGlobalString('CKEDITOR_NATIVE_SPELLCHECKER') ? 'true' : 'false')
/htdocs/core/class/html.formother.class.php:12881$selectboxlist .= '<script nonce="' . getNonce( ) . '" type="text/javascript"> // To update list of activated boxes function updateBoxOrder(closing) { var left_list = cleanSerialize(jQuery("#boxhalfleft").sortable("serialize")); var right_list = cleanSerialize(jQuery("#boxhalfright").sortable("serialize")); var boxorder = \'A:\' + left_list + \'-B:\' + right_list; if (boxorder==\'A:A-B:B\' && closing == 1) // There is no more boxes on screen, and we are after a delete of a box so we must hide title { jQuery.ajax({ url: \'' . DOL_URL_ROOT . '/core/ajax/box.php?closing=1&boxorder=\'+boxorder+\'&zone=' . $areacode . '&userid=\'+' . $user->id . ', async: false }); // We force reload to be sure to get all boxes into list window.location.search=\'mainmenu=' . GETPOST("mainmenu", "aZ09") . '&leftmenu=' . GETPOST('leftmenu', "aZ09") . '&action=delbox&token=' . newToken( ) . '\'; } else { jQuery.ajax({ url: \'' . DOL_URL_ROOT . '/core/ajax/box.php?closing=\'+closing+\'&boxorder=\'+boxorder+\'&zone=' . $areacode . '&userid=\'+' . $user->id . ', async: true }); } } jQuery(document).ready(function() { jQuery("#boxcombo").change(function() { var boxid=jQuery("#boxcombo").val(); if (boxid > 0) { console.log("A box widget has been selected for addition, we call ajax page to add it.") var left_list = cleanSerialize(jQuery("#boxhalfleft").sortable("serialize")); var right_list = cleanSerialize(jQuery("#boxhalfright").sortable("serialize")); var boxorder = \'A:\' + left_list + \'-B:\' + right_list; jQuery.ajax({ url: \'' . DOL_URL_ROOT . '/core/ajax/box.php?boxorder=\'+boxorder+\'&boxid=\'+boxid+\'&zone=' . $areacode . '&userid=' . $user->id . '\' }).done(function() { window.location.search=\'mainmenu=' . GETPOST("mainmenu", "aZ09") . '&leftmenu=' . GETPOST('leftmenu', "aZ09") . '\'; }); } });'
/htdocs/core/class/html.formother.class.php:14831$label = ($langs->trans($dictionarytable . $obj->{$keyfield}) != $dictionarytable . $obj->{$labelfield} ? $langs->trans($dictionarytable . $obj->{$keyfield}) : $obj->{$labelfield})
/htdocs/core/class/html.formother.class.php:8761$out .= '<script nonce="' . getNonce( ) . '" type="text/javascript"> jQuery(document).ready(function(){ var originalhex = null; $(\'#colorpicker' . $prefix . '\').jPicker( { window: { title: \'' . dol_escape_js($langs->trans("SelectAColor")) . '\', /* any title for the jPicker window itself - displays "Drag Markers To Pick A Color" if left null */ effects: { type: \'show\', /* effect used to show/hide an expandable picker. Acceptable values "slide", "show", "fade" */ speed: { show: \'fast\', /* duration of "show" effect. Acceptable values are "fast", "slow", or time in ms */ hide: \'fast\' /* duration of "hide" effect. Acceptable values are "fast", "slow", or time in ms */ } }, position: { x: \'screenCenter\', /* acceptable values "left", "center", "right", "screenCenter", or relative px value */ y: \'center\' /* acceptable values "top", "bottom", "center", or relative px value */ }, }, images: { clientPath: \'' . DOL_URL_ROOT . '/includes/jquery/plugins/jpicker/images/\', picker: { file: \'../../../../../theme/common/colorpicker.png\', width: 14, height: 14 } }, localization: // alter these to change the text presented by the picker (e.g. different language) { text: { title: \'' . dol_escape_js($langs->trans("SelectAColor")) . '\', newColor: \'' . dol_escape_js($langs->trans("New")) . '\', currentColor: \'' . dol_escape_js($langs->trans("Current")) . '\', ok: \'' . dol_escape_js($langs->trans("Validate")) . '\', cancel: \'' . dol_escape_js($langs->trans("Cancel")) . '\' } } }, function(color, context) { console.log("close color selector"); }, function(color, context) { var hex = color.val(\'hex\'); console.log("new color selected in jpicker "+hex+" setpropertyonselect=' . dol_escape_js($setpropertyonselect) . '");'
/htdocs/core/class/html.formother.class.php:10461$week = array(0 => $langs->trans("Day0"), 1 => $langs->trans("Day1"), 2 => $langs->trans("Day2"), 3 => $langs->trans("Day3"), 4 => $langs->trans("Day4"), 5 => $langs->trans("Day5"), 6 => $langs->trans("Day6"))
/htdocs/core/class/html.form.class.php:101191$out .= '<select class="flat minwidth200' . ($morecss ? ' ' . $morecss : '') . '" id="' . $htmlname . '" name="' . $htmlname . ($multiple ? '[]' : '') . '" ' . ($multiple ? 'multiple' : '') . ' ' . ($disabled ? ' disabled' : '') . '>'
/htdocs/core/class/html.form.class.php:109651$label = ($langs->trans("InvoiceSubtype" . $obj->rowid) != "InvoiceSubtype" . $obj->rowid) ? $langs->trans("InvoiceSubtype" . $obj->rowid) : (($obj->label != '-') ? $obj->label : '')
/htdocs/core/class/html.form.class.php:100181$ret .= '<div class="divforspanimg photo' . $modulepart . ($cssclass ? ' ' . $cssclass : '') . '" alt="" ' . ($width ? ' width="' . $width . '"' : '') . ($height ? ' height="' . $height . '"' : '') . '>' . img_picto('', 'company') . '</div>'
/htdocs/core/class/html.form.class.php:100211$ret .= '<img class="photo' . $modulepart . ($cssclass ? ' ' . $cssclass : '') . '" alt="" ' . ($width ? ' width="' . $width . '"' : '') . ($height ? ' height="' . $height . '"' : '') . ' src="' . DOL_URL_ROOT . $nophoto . '">'
/htdocs/core/class/smtps.class.php:18201return 'Importance: ' . $this->_aryPriority[$this->_msgPriority] . "\r\n" . 'Priority: ' . $this->_aryPriority[$this->_msgPriority] . "\r\n" . 'X-Priority: ' . $this->_msgPriority . ' (' . $this->_aryPriority[$this->_msgPriority] . ')' . "\r\n"
/htdocs/core/class/lessc.class.php:14211$new = array('color', $w1 * $first[1] + $w2 * $second[1], $w1 * $first[2] + $w2 * $second[2], $w1 * $first[3] + $w2 * $second[3], )
/htdocs/core/class/utils_diff.class.php:3401$html .= $indentation . " <tr>\n" . $indentation . ' <td class="diff' . ($leftCell == $rightCell ? 'Unmodified' : ($leftCell == '' ? 'Blank' : 'Deleted')) . '">' . $leftCell . "</td>\n" . $indentation . ' <td class="diff' . ($leftCell == $rightCell ? 'Unmodified' : ($rightCell == '' ? 'Blank' : 'Inserted')) . '">' . $rightCell . "</td>\n" . $indentation . " </tr>\n"
/htdocs/core/class/smtps.class.php:16101$content .= "--" . $this->_getBoundary('mixed') . "\r\n" . 'Content-Disposition: attachment; filename="' . $_data['fileName'] . '"' . "\r\n" . 'Content-Type: ' . $_data['mimeType'] . '; name="' . $_data['fileName'] . '"' . "\r\n" . 'Content-Transfer-Encoding: base64' . "\r\n" . 'Content-Description: ' . $_data['fileName'] . "\r\n"
/htdocs/core/class/html.form.class.php:90061$out = '<!-- Component multiSelectArrayWithCheckbox ' . $htmlname . ' --> <dl class="dropdown"> <dt> <a href="#' . $htmlname . '"> ' . img_picto('', 'list') . ' </a> <input type="hidden" class="' . $htmlname . '" name="' . $htmlname . '" value="' . $listcheckedstring . '"> </dt> <dd class="dropdowndd"> <div class="multiselectcheckbox' . $htmlname . '"> <ul class="' . $htmlname . ($pos == '1' ? 'left' : '') . '"> <li><input class="inputsearch_dropdownselectedfields width90p minwidth200imp" style="width:90%;" type="text" placeholder="' . $langs->trans('Search') . '"></li> ' . $listoffieldsforselection . ' </ul> </div> </dd> </dl> <script nonce="' . getNonce( ) . '" type="text/javascript"> jQuery(document).ready(function () { $(\'.multiselectcheckbox' . $htmlname . ' input[type="checkbox"]\').on(\'click\', function () { console.log("A new field was added/removed, we edit field input[name=formfilteraction]"); $("input:hidden[name=formfilteraction]").val(\'listafterchangingselectedfields\'); // Update field so we know we changed something on selected fields after POST var title = $(this).val() + ","; if ($(this).is(\':checked\')) { $(\'.' . $htmlname . '\').val(title + $(\'.' . $htmlname . '\').val()); } else { $(\'.' . $htmlname . '\').val( $(\'.' . $htmlname . '\').val().replace(title, \'\') ) } // Now, we submit page //$(this).parents(\'form:first\').submit(); }); $("input.inputsearch_dropdownselectedfields").on("keyup", function() { var value = $(this).val().toLowerCase(); $(\'.multiselectcheckbox' . $htmlname . ' li > label\').filter(function() { $(this).parent().toggle($(this).text().toLowerCase().indexOf(value) > -1) }); }); }); </script> '
/htdocs/core/class/html.form.class.php:90011$listoffieldsforselection .= '<li><input type="checkbox" id="checkbox' . $key . '" value="' . $key . '"' . ((empty($val['checked']) || $val['checked'] == '-1') ? '' : ' checked="checked"') . '/><label for="checkbox' . $key . '">' . dol_escape_htmltag($langs->trans($val['label'])) . '</label></li>'
/htdocs/core/class/html.form.class.php:88261$out .= '<select id="' . $htmlname . '" class="multiselect' . ($useenhancedmultiselect ? ' multiselectononeline' : '') . ($morecss ? ' ' . $morecss : '') . '" multiple name="' . $htmlname . '[]"' . ($moreattrib ? ' ' . $moreattrib : '') . ($width ? ' style="width: ' . (preg_match('/%/', (string) $width) ? $width : $width . 'px') . '"' : '') . '>' . "\n"
/htdocs/core/class/html.form.class.php:87041$outdelayed = "\n" . '<!-- JS CODE TO ENABLE ' . $tmpplugin . ' for id ' . $htmlname . ' --> <script nonce="' . getNonce( ) . '"> $(document).ready(function () { var data = ' . json_encode($formattedarrayresult) . '; ' . ($callurlonselect ? 'var saveRemoteData = ' . json_encode($array) . ';' : '') . ' $(".' . $htmlname . '").select2({ data: data, language: select2arrayoflanguage, containerCssClass: \':all:\', /* Line to add class of origin SELECT propagated to the new <span class="select2-selection...> tag */ placeholder: "' . dol_escape_js($placeholder) . '", escapeMarkup: function (markup) { return markup; }, // let our custom formatter work minimumInputLength: ' . $minimumInputLength . ', formatResult: function (result, container, query, escapeMarkup) { return escapeMarkup(result.text); }, matcher: function (params, data) { if(! data.id) return null;'
/htdocs/core/class/html.form.class.php:100151$ret .= '<img class="photo' . $modulepart . ($cssclass ? ' ' . $cssclass : '') . '" alt="" title="' . $email . ' Gravatar avatar" ' . ($width ? ' width="' . $width . '"' : '') . ($height ? ' height="' . $height . '"' : '') . ' src="https://www.gravatar.com/avatar/' . dol_hash(strtolower(trim($email)), 'sha256', 1) . '?s=' . $width . '&d=' . $defaultimg . '">'
/htdocs/core/class/html.form.class.php:99911$ret .= '<img class="photo' . $modulepart . ($cssclass ? ' ' . $cssclass : '') . '" alt="Photo alt" id="photologo' . (preg_replace('/[^a-z]/i', '_', $file)) . '" class="' . $cssclass . '" ' . ($width ? ' width="' . $width . '"' : '') . ($height ? ' height="' . $height . '"' : '') . ' src="' . DOL_URL_ROOT . '/viewimage.php?modulepart=' . $modulepart . '&entity=' . $entity . '&file=' . urlencode($altfile) . '&cache=' . $cache . '">'
/htdocs/core/class/html.form.class.php:99781$ret .= '<img alt="" class="photo' . $modulepart . ($cssclass ? ' ' . $cssclass : '') . ' photologo' . (preg_replace('/[^a-z]/i', '_', $file)) . '" ' . ($width ? ' width="' . $width . '"' : '') . ($height ? ' height="' . $height . '"' : '') . ' src="' . DOL_URL_ROOT . '/viewimage.php?modulepart=' . $modulepart . '&entity=' . $entity . '&file=' . urlencode($file) . '&cache=' . $cache . '">'
/htdocs/core/class/html.form.class.php:92931$possiblelinks = array('propal' => array('enabled' => isModEnabled('propal'), 'perms' => 1, 'label' => 'LinkToProposal', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_client, t.total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "propal as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('propal') . ')'), 'shipping' => array('enabled' => isModEnabled('shipping'), 'perms' => 1, 'label' => 'LinkToExpedition', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "expedition as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('shipping') . ')'), 'order' => array('enabled' => isModEnabled('order'), 'perms' => 1, 'label' => 'LinkToOrder', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_client, t.total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "commande as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('commande') . ')'), 'invoice' => array('enabled' => isModEnabled('invoice'), 'perms' => 1, 'label' => 'LinkToInvoice', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_client, t.total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "facture as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('invoice') . ')'), 'invoice_template' => array('enabled' => isModEnabled('invoice'), 'perms' => 1, 'label' => 'LinkToTemplateInvoice', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.titre as ref, t.total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "facture_rec as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('invoice') . ')'), 'contrat' => array('enabled' => isModEnabled('contract'), 'perms' => 1, 'label' => 'LinkToContract', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_customer as ref_client, t.ref_supplier, SUM(td.total_ht) as total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "contrat as t, " . $this->db->prefix( ) . "contratdet as td WHERE t.fk_soc = s.rowid AND td.fk_contrat = t.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('contract') . ') GROUP BY s.rowid, s.nom, s.client, t.rowid, t.ref, t.ref_customer, t.ref_supplier'), 'fichinter' => array('enabled' => isModEnabled('intervention'), 'perms' => 1, 'label' => 'LinkToIntervention', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "fichinter as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('intervention') . ')'), 'supplier_proposal' => array('enabled' => isModEnabled('supplier_proposal'), 'perms' => 1, 'label' => 'LinkToSupplierProposal', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, '' as ref_supplier, t.total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "supplier_proposal as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('supplier_proposal') . ')'), 'order_supplier' => array('enabled' => isModEnabled("supplier_order"), 'perms' => 1, 'label' => 'LinkToSupplierOrder', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_supplier, t.total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "commande_fournisseur as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('commande_fournisseur') . ')'), 'invoice_supplier' => array('enabled' => isModEnabled("supplier_invoice"), 'perms' => 1, 'label' => 'LinkToSupplierInvoice', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_supplier, t.total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "facture_fourn as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('facture_fourn') . ')'), 'ticket' => array('enabled' => isModEnabled('ticket'), 'perms' => 1, 'label' => 'LinkToTicket', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.track_id, '0' as total_ht FROM " . $this->db->prefix( ) . "societe as s, " . $this->db->prefix( ) . "ticket as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('ticket') . ')'), 'mo' => array('enabled' => isModEnabled('mrp'), 'perms' => 1, 'label' => 'LinkToMo', 'sql' => "SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.rowid, '0' as total_ht FROM " . $this->db->prefix( ) . "societe as s INNER JOIN " . $this->db->prefix( ) . "mrp_mo as t ON t.fk_soc = s.rowid WHERE t.fk_soc IN (" . $this->db->sanitize($listofidcompanytoscan) . ') AND t.entity IN (' . getEntity('mo') . ')'))
/htdocs/core/class/html.form.class.php:64311$tmparray['labelallrates'] = $obj->taux . '/' . ($obj->localtax1 ? $obj->localtax1 : '0') . '/' . ($obj->localtax2 ? $obj->localtax2 : '0') . ($obj->code ? ' (' . $obj->code . ')' : '')
/htdocs/core/class/html.form.class.php:55171$formconfirm .= ' console.log("after post ok"); } $(this).dialog("close"); }, "' . dol_escape_js($langs->transnoentities($labelbuttonno)) . '": function() { var options = "token=' . urlencode(newToken( )) . '"; var inputko = ' . json_encode($inputko) . '; /* List of fields into form */ var page = "' . dol_escape_js(!empty($page) ? $page : '') . '"; var pageno="' . dol_escape_js(!empty($pageno) ? $pageno : '') . '"; if (inputko.length > 0) { $.each(inputko, function(i, inputname) { var more = ""; if ($("#" + inputname).attr("type") == "checkbox") { more = ":checked"; } var inputvalue = $("#" + inputname + more).val(); if (typeof inputvalue == "undefined") { inputvalue=""; } options += "&" + inputname + "=" + encodeURIComponent(inputvalue); }); } var urljump=pageno + (pageno.indexOf("?") < 0 ? "?" : "&") + options; //alert(urljump); if (pageno.length > 0) {'
/htdocs/core/class/html.form.class.php:54771$formconfirm .= ' resizable: false, height: "' . $height . '", width: "' . $width . '", modal: true, closeOnEscape: false, buttons: { "' . dol_escape_js($langs->transnoentities($labelbuttonyes)) . '": function() { var options = "token=' . urlencode(newToken( )) . '"; var inputok = ' . json_encode($inputok) . '; /* List of fields into form */ var page = "' . dol_escape_js(!empty($page) ? $page : '') . '"; var pageyes = "' . dol_escape_js(!empty($pageyes) ? $pageyes : '') . '"; if (inputok.length > 0) { $.each(inputok, function(i, inputname) { var more = ""; var inputvalue; if ($("input[name=\'" + inputname + "\']").attr("type") == "radio") { inputvalue = $("input[name=\'" + inputname + "\']:checked").val(); } else { if ($("#" + inputname).attr("type") == "checkbox") { more = ":checked"; } inputvalue = $("#" + inputname + more).val(); } if (typeof inputvalue == "undefined") { inputvalue=""; } console.log("formconfirm check inputname="+inputname+" inputvalue="+inputvalue); options += "&" + inputname + "=" + encodeURIComponent(inputvalue); }); } var urljump = pageyes + (pageyes.indexOf("?") < 0 ? "?" : "&") + options; if (pageyes.length > 0) {'
/htdocs/core/class/html.form.class.php:52871$more .= '<div class="tagtr"><div class="tagtd' . (empty($input['tdclass']) ? '' : (' ' . $input['tdclass'])) . '">' . $input['label'] . '</div><div class="tagtd"><input type="password" class="flat' . $morecss . '" id="' . dol_escape_htmltag($input['name']) . '" name="' . dol_escape_htmltag($input['name']) . '"' . $size . ' value="' . (empty($input['value']) ? '' : $input['value']) . '"' . $moreattr . ' /></div></div>' . "\n"
/htdocs/core/class/html.form.class.php:86891$out = '<select type="text"' . ($textfortitle ? ' title="' . dol_escape_htmltag($textfortitle) . '"' : '') . ' id="' . $htmlname . '" class="' . $htmlname . ($morecss ? ' ' . $morecss : '') . '"' . ($moreparam ? ' ' . $moreparam : '') . ' name="' . $htmlname . '"><option></option></select>'
/htdocs/core/class/html.form.class.php:85891$outdelayed = "\n" . '<!-- JS CODE TO ENABLE ' . $tmpplugin . ' for id ' . $htmlname . ' --> <script nonce="' . getNonce( ) . '"> $(document).ready(function () { ' . ($callurlonselect ? 'var saveRemoteData = [];' : '') . ' $(".' . $htmlname . '").select2({ ajax: { dir: "ltr", url: "' . $url . '", dataType: \'json\', delay: 250, data: function (params) { return { q: params.term, // search term page: params.page } }, processResults: function (data) { // parse the results into the format expected by Select2. // since we are using custom formatting functions we do not need to alter the remote JSON data //console.log(data); saveRemoteData = data; /* format json result for select2 */ result = [] $.each( data, function( key, value ) { result.push({id: key, text: value.text}); }); //return {results:[{id:\'none\', text:\'aa\'}, {id:\'rrr\', text:\'Red\'},{id:\'bbb\', text:\'Search a into projects\'}], more:false} //console.log(result); return {results: result, more: false} }, cache: true }, language: select2arrayoflanguage, containerCssClass: \':all:\', /* Line to add class of origin SELECT propagated to the new <span class="select2-selection...> tag */ placeholder: "' . dol_escape_js($placeholder) . '", escapeMarkup: function (markup) { return markup; }, // let our custom formatter work minimumInputLength: ' . ((int) $minimumInputLength) . ', formatResult: function (result, container, query, escapeMarkup) { return escapeMarkup(result.text); }, }); ' . ($callurlonselect ? ' /* Code to execute a GET when we select a value */ $(".' . $htmlname . '").change(function() { var selected = $(".' . $htmlname . '").val(); console.log("We select in selectArrayAjax the entry "+selected) $(".' . $htmlname . '").val(""); /* reset visible combo value */ $.each( saveRemoteData, function( key, value ) { if (key == selected) { console.log("selectArrayAjax - Do a redirect to "+value.url) location.assign(value.url); } }); });' : '') . ' }); </script>'
/htdocs/core/class/html.form.class.php:84621$out .= '<option class="optiongrey" ' . ($moreparamonempty ? $moreparamonempty . ' ' : '') . 'value="' . (((int) $show_empty) < 0 ? $show_empty : -1) . '"' . ($id == $show_empty ? ' selected' : '') . '>' . $textforempty . '</option>' . "\n"
/htdocs/core/class/html.form.class.php:72333$TDurationTypes = array('y' => $langs->trans('Years'), 'm' => $langs->trans('Month'), 'w' => $langs->trans('Weeks'), 'd' => $langs->trans('Days'), 'h' => $langs->trans('Hours'), 'i' => $langs->trans('Minutes'))
/htdocs/core/class/html.formcompany.class.php:5881$labeljs = (($langs->trans("JuridicalStatus" . $obj->code) != "JuridicalStatus" . $obj->code) ? $langs->trans("JuridicalStatus" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/core/class/html.formcompany.class.php:4961$out .= ($langs->trans("Civility" . $obj->code) != "Civility" . $obj->code ? $langs->trans("Civility" . $obj->code) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/core/class/translate.class.php:6961$str = str_replace(array('"', '<b>', '</b>', '<u>', '</u>', '<i', '</i>', '<center>', '</center>', '<strong>', '</strong>', '<a ', '</a>', '<br>', '<span', '</span>', '< ', '>'), array('__quot__', '__tagb__', '__tagbend__', '__tagu__', '__taguend__', '__tagi__', '__tagiend__', '__tagcenter__', '__tagcenterend__', '__tagb__', '__tagbend__', '__taga__', '__tagaend__', '__tagbr__', '__tagspan__', '__tagspanend__', '__ltspace__', '__gt__'), $str)
/htdocs/core/class/evalmath.class.php:2971return $this->trigger(6, "wrong number of arguments ($arg_count given, " . count($this->f[$fnn]['args']) . " expected)", array($arg_count, count($this->f[$fnn]['args'])))
/htdocs/core/class/html.formcompany.class.php:3392$out .= $obj->code . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/class/html.formcompany.class.php:3452$out .= ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/class/html.formcompany.class.php:3432$out .= $obj->region_name . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/class/html.formcompany.class.php:3372$out .= $obj->region_name . ' - ' . $obj->code . ' - ' . ($langs->trans($obj->code) != $obj->code ? $langs->trans($obj->code) : ($obj->name != '-' ? $obj->name : ''))
/htdocs/core/class/dolreceiptprinter.class.php:3931$options = array(1 => $langs->trans('CONNECTOR_DUMMY'), 2 => $langs->trans('CONNECTOR_FILE_PRINT'), 3 => $langs->trans('CONNECTOR_NETWORK_PRINT'), 4 => $langs->trans('CONNECTOR_WINDOWS_PRINT'), 5 => $langs->trans('CONNECTOR_CUPS_PRINT'), )
/htdocs/core/class/dolreceiptprinter.class.php:4181$options = array(0 => $langs->trans('PROFILE_DEFAULT'), 1 => $langs->trans('PROFILE_SIMPLE'), 2 => $langs->trans('PROFILE_EPOSTEP'), 3 => $langs->trans('PROFILE_P822D'), 4 => $langs->trans('PROFILE_STAR'), )
/htdocs/core/class/dolreceiptprinter.class.php:4461$sql .= " VALUES ('" . $this->db->escape($name) . "', " . ((int) $type) . ", " . ((int) $profile) . ", '" . $this->db->escape($parameter) . "', " . ((int) $conf->entity) . ")"
/htdocs/core/class/html.formprojet.class.php:2771$outarray[] = array('key' => (int) $obj->rowid, 'value' => $obj->ref, 'ref' => $obj->ref, 'labelx' => $labeltoshow, 'label' => ($disabled ? '<span class="opacitymedium">' . $labeltoshow . '</span>' : $labeltoshow), 'disabled' => (bool) $disabled)
/htdocs/core/class/commonobject.class.php:39062$sqlfix = "UPDATE " . $this->db->prefix( ) . $this->table_element_line . " SET " . $fieldtva . " = " . price2num((float) $tmpcal[1]) . ", total_ttc = " . price2num((float) $tmpcal[2]) . " WHERE rowid = " . ((int) $obj->rowid)
/htdocs/core/class/commonobject.class.php:38952$sqlfix = "UPDATE " . $this->db->prefix( ) . $this->table_element_line . " SET " . $fieldtva . " = " . price2num((float) $tmpcal[1]) . ", total_ttc = " . price2num((float) $tmpcal[2]) . " WHERE rowid = " . ((int) $obj->rowid)
/htdocs/core/class/commonobject.class.php:38861$tmpcal = calcul_price_total($obj->qty, $obj->up, $obj->remise_percent, $obj->vatrate, $obj->localtax1_tx, $obj->localtax2_tx, 0, 'HT', $obj->info_bits, $obj->product_type, $seller, $localtax_array, (isset($obj->situation_percent) ? $obj->situation_percent : 100), $multicurrency_tx)
/htdocs/core/class/commonobject.class.php:15381$tab[$i] = array('parentId' => $this->id, 'source' => $obj->source, 'socid' => $obj->socid, 'id' => $obj->id, 'nom' => $obj->lastname, 'civility' => $obj->civility, 'lastname' => $obj->lastname, 'firstname' => $obj->firstname, 'email' => $obj->email, 'login' => (empty($obj->login) ? '' : $obj->login), 'photo' => (empty($obj->photo) ? '' : $obj->photo), 'statuscontact' => $obj->statuscontact, 'rowid' => $obj->rowid, 'code' => $obj->code, 'libelle' => $libelle_type, 'status' => $obj->statuslink, 'fk_c_type_contact' => $obj->fk_c_type_contact)
/htdocs/core/class/fileupload.class.php:5231$tmpres = $this->handleFileUpload(isset($upload['tmp_name']) ? $upload['tmp_name'] : null, isset($_SERVER['HTTP_X_FILE_NAME']) ? $_SERVER['HTTP_X_FILE_NAME'] : (isset($upload['name']) ? $upload['name'] : null), isset($_SERVER['HTTP_X_FILE_SIZE']) ? $_SERVER['HTTP_X_FILE_SIZE'] : (isset($upload['size']) ? $upload['size'] : null), isset($_SERVER['HTTP_X_FILE_TYPE']) ? $_SERVER['HTTP_X_FILE_TYPE'] : (isset($upload['type']) ? $upload['type'] : null), isset($upload['error']) ? $upload['error'] : null, 0)
/htdocs/core/class/fileupload.class.php:5071$tmpres = $this->handleFileUpload($upload['tmp_name'][$index], isset($_SERVER['HTTP_X_FILE_NAME']) ? $_SERVER['HTTP_X_FILE_NAME'] : $upload['name'][$index], isset($_SERVER['HTTP_X_FILE_SIZE']) ? $_SERVER['HTTP_X_FILE_SIZE'] : $upload['size'][$index], isset($_SERVER['HTTP_X_FILE_TYPE']) ? $_SERVER['HTTP_X_FILE_TYPE'] : $upload['type'][$index], $upload['error'][$index], $index)
/htdocs/core/class/fileupload.class.php:1831return ($https ? 'https://' : 'http://') . (!empty($_SERVER['REMOTE_USER']) ? $_SERVER['REMOTE_USER'] . '@' : '') . (isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : ($_SERVER['SERVER_NAME'] . ($https && $_SERVER['SERVER_PORT'] === 443 || $_SERVER['SERVER_PORT'] === 80 ? '' : ':' . $_SERVER['SERVER_PORT']))) . substr($_SERVER['SCRIPT_NAME'], 0, strrpos($_SERVER['SCRIPT_NAME'], '/'))
/htdocs/core/class/fileupload.class.php:991$this->options = array('script_url' => $_SERVER['PHP_SELF'], 'upload_dir' => $dir_output . '/' . $object_ref . '/', 'upload_url' => DOL_URL_ROOT . '/document.php?modulepart=' . $element . '&attachment=1&file=/' . $object_ref . '/', 'param_name' => 'files', 'delete_type' => 'DELETE', 'max_file_size' => null, 'min_file_size' => 1, 'accept_file_types' => '/.+$/i', 'max_number_of_files' => null, 'max_width' => null, 'max_height' => null, 'min_width' => 1, 'min_height' => 1, 'discard_aborted_uploads' => true, 'image_versions' => array('thumbnail' => array('upload_dir' => $dir_output . '/' . $object_ref . '/thumbs/', 'upload_url' => DOL_URL_ROOT . '/document.php?modulepart=' . urlencode($element) . '&attachment=1&file=' . urlencode('/' . $object_ref . '/thumbs/'), 'max_width' => 80, 'max_height' => 80)))
/htdocs/core/class/commonobject.class.php:73381$out = '<input type="text" class="flat ' . $morecss . '" name="' . $keyprefix . $key . $keysuffix . '" id="' . $keyprefix . $key . $keysuffix . '"' . ($size > 0 ? ' maxlength="' . $size . '"' : '') . ' value="' . dol_escape_htmltag($value) . '"' . ($moreparam ? $moreparam : '') . ($autofocusoncreate ? ' autofocus' : '') . '>'
/htdocs/core/class/commonobject.class.php:73341$out = '<input type="text" class="flat ' . $morecss . '" name="' . $keyprefix . $key . $keysuffix . '" id="' . $keyprefix . $key . $keysuffix . '"' . ($newsize > 0 ? ' maxlength="' . $newsize . '"' : '') . ' value="' . dol_escape_htmltag($value) . '"' . ($moreparam ? $moreparam : '') . ($autofocusoncreate ? ' autofocus' : '') . '>'
/htdocs/core/class/commonobject.class.php:73282$out = $form->selectDate($value, $keyprefix . $key . $keysuffix, $showtime, $showtime, $required, '', 1, (($keyprefix != 'search_' && $keyprefix != 'search_options_') ? 1 : 0), 0, 1, '', '', '', 1, '', '', 'tzuserrel')
/htdocs/core/class/commonobject.class.php:68091$sql .= ") VALUES (" . $this->id . ", '" . $this->db->escape($key) . "', '" . $this->db->escape($table_element) . "', '" . $this->db->escape($langcode) . "', '" . $this->db->escape($value) . "'"
/htdocs/core/class/commonobject.class.php:54531$this->tpl['label'] .= ($line->product_type == -1 ? '&nbsp;' : ($line->product_type == 1 ? img_object($langs->trans(''), 'service') : img_object($langs->trans(''), 'product')))
/htdocs/core/class/commonobject.class.php:52751$line->pu_ttc = price2num((!empty($line->subprice) ? $line->subprice : 0) * (1 + ((!empty($line->tva_tx) ? $line->tva_tx : 0) / 100)), 'MU')
/htdocs/core/class/commonobject.class.php:51891$parameters = array('line' => $line, 'num' => $num, 'i' => $i, 'dateSelector' => $dateSelector, 'seller' => $seller, 'buyer' => $buyer, 'selected' => $selected, 'table_element_line' => $line->table_element, 'fk_parent_line' => $line->fk_parent_line, 'defaulttpldir' => $defaulttpldir)
/htdocs/core/class/commonobject.class.php:39521$sqlfix = "UPDATE " . $this->db->prefix( ) . $this->table_element_line . " SET " . $fieldtva . " = " . price2num($obj->total_tva - (float) $diff) . ", total_ttc = " . price2num($obj->total_ttc - (float) $diff) . " WHERE rowid = " . ((int) $obj->rowid)
/htdocs/core/class/extrafields.class.php:10662$out = $form->selectDate($value, $keyprefix . $key . $keysuffix, $showtime, $showtime, $required, '', 1, (($keyprefix != 'search_' && $keyprefix != 'search_options_') ? 1 : 0), 0, 1, '', '', '', 1, '', '', 'tzuserrel')
/htdocs/core/class/extrafields.class.php:20551$expand_display = ((isset($_COOKIE['DOLCOLLAPSE_' . $object->table_element . '_extrafields_' . $key]) || GETPOSTINT('ignorecollapsesetup')) ? (empty($_COOKIE['DOLCOLLAPSE_' . $object->table_element . '_extrafields_' . $key]) ? false : true) : ($extrafield_collapse_display_value == 2 ? false : true))
/htdocs/core/class/extrafields.class.php:10601$out .= $form->selectDate($prefill['start'], $keyprefix . $key . $keysuffix . '_start', 1, 1, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans("From"), 'tzuserrel')
/htdocs/core/class/extrafields.class.php:10621$out .= $form->selectDate($prefill['end'], $keyprefix . $key . $keysuffix . '_end', 1, 1, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans("to"), 'tzuserrel')
/htdocs/core/class/utils.class.php:9111$arrayreplacement = array('mymodule' => strtolower($module), 'MyModule' => $module, 'MYMODULE' => strtoupper($module), 'My module' => $module, 'my module' => $module, 'Mon module' => $module, 'mon module' => $module, 'htdocs/modulebuilder/template' => strtolower($module), '__MYCOMPANY_NAME__' => $mysoc->name, '__KEYWORDS__' => $module, '__USER_FULLNAME__' => $user->getFullName($langs), '__USER_EMAIL__' => $user->email, '__YYYY-MM-DD__' => dol_print_date($now, 'dayrfc'), '---Put here your own copyright and developer email---' => dol_print_date($now, 'dayrfc') . ' ' . $user->getFullName($langs) . ($user->email ? ' <' . $user->email . '>' : ''), '__DATA_SPECIFICATION__' => 'Not yet available', '__README__' => dolMd2Asciidoc($contentreadme), '__CHANGELOG__' => dolMd2Asciidoc($contentchangelog), )
/htdocs/core/class/extrafields.class.php:6101$parameters = array('field_desc' => &$field_desc, 'table' => $table, 'attr_name' => $attrname, 'label' => $label, 'type' => $type, 'length' => $length, 'unique' => $unique, 'required' => $required, 'pos' => $pos, 'param' => $param, 'alwayseditable' => $alwayseditable, 'perms' => $perms, 'list' => $list, 'help' => $help, 'default' => $default, 'computed' => $computed, 'entity' => $entity, 'langfile' => $langfile, 'enabled' => $enabled, 'totalizable' => $totalizable, 'printable' => $printable)
/htdocs/core/class/translate.class.php:7151$str = str_replace(array('__quot__', '__tagb__', '__tagbend__', '__tagu__', '__taguend__', '__tagi__', '__tagiend__', '__tagcenter__', '__tagcenterend__', '__taga__', '__tagaend__', '__tagbr__', '__tagspan__', '__tagspanend__', '__ltspace__', '__gt__'), array('"', '<b>', '</b>', '<u>', '</u>', '<i', '</i>', '<center>', '</center>', '<a ', '</a>', '<br>', '<span', '</span>', '< ', '>'), $str)
/htdocs/core/class/translate.class.php:11711$this->cache_currencies[$obj->code_iso]['label'] = ($obj->code_iso && $this->trans("Currency" . $obj->code_iso) != "Currency" . $obj->code_iso ? $this->trans("Currency" . $obj->code_iso) : ($obj->label != '-' ? $obj->label : ''))
/htdocs/core/class/extrafields.class.php:23451$value_key = dol_mktime(GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "hour"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "min"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "sec"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "month"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "day"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "year"), 'tzuserrel')
/htdocs/core/class/commonpeople.class.php:791$lastname = (isset($this->lastname) ? $this->lastname : (isset($this->name) ? $this->name : (property_exists($this, 'nom') && isset($this->nom) ? $this->nom : (property_exists($this, 'societe') && isset($this->societe) ? $this->societe : (property_exists($this, 'company') && isset($this->company) ? $this->company : '')))))
/htdocs/core/class/extrafields.class.php:23351$value_key = array('start' => dol_mktime(GETPOSTINT($dateparamname_start . 'hour'), GETPOSTINT($dateparamname_start . 'min'), GETPOSTINT($dateparamname_start . 'sec'), GETPOSTINT($dateparamname_start . 'month'), GETPOSTINT($dateparamname_start . 'day'), GETPOSTINT($dateparamname_start . 'year'), 'tzuserrel'), 'end' => dol_mktime($dateparamname_end_hour, $dateparamname_end_min, $dateparamname_end_sec, GETPOSTINT($dateparamname_end . 'month'), GETPOSTINT($dateparamname_end . 'day'), GETPOSTINT($dateparamname_end . 'year'), 'tzuserrel'))
/htdocs/core/class/extrafields.class.php:23431$value_key = dol_mktime(GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "hour"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "min"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "sec"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "month"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "day"), GETPOSTINT($keysuffix . "options_" . $key . $keyprefix . "year"), 'gmt')
/htdocs/core/class/extrafields.class.php:22191$value_key = dol_mktime(GETPOSTINT("options_" . $key . "hour"), GETPOSTINT("options_" . $key . "min"), GETPOSTINT("options_" . $key . "sec"), GETPOSTINT("options_" . $key . "month"), GETPOSTINT("options_" . $key . "day"), GETPOSTINT("options_" . $key . "year"), 'gmt')
/htdocs/core/class/extrafields.class.php:23301$value_key = array('start' => dol_mktime(GETPOSTINT($dateparamname_start . 'hour'), GETPOSTINT($dateparamname_start . 'min'), GETPOSTINT($dateparamname_start . 'sec'), GETPOSTINT($dateparamname_start . 'month'), GETPOSTINT($dateparamname_start . 'day'), GETPOSTINT($dateparamname_start . 'year'), 'gmt'), 'end' => dol_mktime($dateparamname_end_hour, $dateparamname_end_min, $dateparamname_end_sec, GETPOSTINT($dateparamname_end . 'month'), GETPOSTINT($dateparamname_end . 'day'), GETPOSTINT($dateparamname_end . 'year'), 'gmt'))
/htdocs/core/class/extrafields.class.php:20651$out = '<' . $tagtype . ' id="trextrafieldseparator' . $key . (!empty($object->id) ? '_' . $object->id : '') . '" class="trextrafieldseparator trextrafieldseparator' . $key . (!empty($object->id) ? '_' . $object->id : '') . '">'
/htdocs/core/class/extrafields.class.php:22161$value_key = dol_mktime(GETPOSTINT("options_" . $key . "hour"), GETPOSTINT("options_" . $key . "min"), GETPOSTINT("options_" . $key . "sec"), GETPOSTINT("options_" . $key . "month"), GETPOSTINT("options_" . $key . "day"), GETPOSTINT("options_" . $key . "year"), 'tzuserrel')
/htdocs/core/class/discount.class.php:2831$sql .= " VALUES (" . $conf->entity . ", '" . $this->db->idate($this->datec != '' ? $this->datec : dol_now( )) . "', " . ((int) $this->socid) . ", " . (empty($this->discount_type) ? 0 : intval($this->discount_type)) . ", " . ((int) $userid) . ", '" . $this->db->escape($this->description) . "',"
/htdocs/core/class/notify.class.php:12491$sql .= " VALUES ('" . $this->db->idate(dol_now( )) . "', " . ((int) $notifcodedefid) . ", " . ($object->socid > 0 ? ((int) $object->socid) : 'null') . ", null, 'email', 'tofixedemail', '" . $this->db->escape($object_type) . "', " . ((int) $object->id) . ", '" . $this->db->escape($sendto) . "')"
/htdocs/core/class/fiscalyear.class.php:3812$result .= img_object(($notooltip ? '' : $label), $this->picto, ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams . ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . $classfortooltip . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/core/class/discount.class.php:2841$sql .= " " . price2num($this->amount_ht) . ", " . price2num($this->amount_tva) . ", " . price2num($this->amount_ttc) . ", " . price2num($this->tva_tx) . ", '" . $this->db->escape($this->vat_src_code) . "',"
/htdocs/core/class/html.formmail.class.php:11621$out .= '<br>' . $langs->trans("and") . ' <input class="minwidth200" id="sendto" name="sendto" value="' . (!is_array($this->withto) && !is_numeric($this->withto) ? (GETPOSTISSET("sendto") ? GETPOST("sendto") : $this->withto) : "") . '" />'
/htdocs/core/class/html.formmail.class.php:7021$out .= ' ' . $form->selectarray('fromtype', $liste, empty($arraydefaultmessage->email_from) ? $this->fromtype : 'from_template_' . GETPOST('modelmailselected'), 0, 0, 0, '', 0, 0, 0, '', 'fromforsendingprofile maxwidth200onsmartphone', 1, '', $disablebademails)
/htdocs/core/class/html.formmail.class.php:12281$out .= '<input class="minwidth200" id="sendtocc" name="sendtocc" value="' . (GETPOST("sendtocc", "alpha") ? GETPOST("sendtocc", "alpha") : ((!is_array($this->withtocc) && !is_numeric($this->withtocc)) ? $this->withtocc : '')) . '" />'
/htdocs/core/class/html.formmail.class.php:11711$out .= '<input class="minwidth200" id="sendto" name="sendto" value="' . (($this->withtofree && !is_numeric($this->withtofree)) ? $this->withtofree : (!is_array($this->withto) && !is_numeric($this->withto) ? (GETPOSTISSET("sendto") ? GETPOST("sendto") : $this->withto) : "")) . '" />'
/htdocs/core/class/html.formmail.class.php:14661$out .= "<script type='text/javascript'> $(document).ready(function() { // for keydown $('#ai_instructions').keydown(function(event) { if (event.keyCode === 13) { event.preventDefault(); $('#generate_button').click(); } }); $('#generate_button').click(function() { var instructions = $('#ai_instructions').val(); var timeoutfinished = 0; var apicallfinished = 0; $('#ai_status_message').show(); $('.icon-container .loader').show(); setTimeout(function() { timeoutfinished = 1; if (apicallfinished) { $('#ai_status_message').hide(); } }, 2000); //editor on readonly if (CKEDITOR.instances." . $htmlContent . ") { CKEDITOR.instances." . $htmlContent . ".setReadOnly(1); } $.ajax({ url: '" . DOL_URL_ROOT . "/ai/ajax/generate_content.php?token=" . currentToken( ) . "', type: 'POST', contentType: 'application/json', data: JSON.stringify({ 'format': '" . dol_escape_js($format) . "', 'instructions': instructions, }), success: function(response) { console.log('Add response into field " . $htmlContent . ": '+response); jQuery('#" . $htmlContent . "').val(response); if (CKEDITOR.instances && CKEDITOR.instances." . $htmlContent . " && " . getDolGlobalInt('FCKEDITOR_ENABLE_MAIL', 0) . ") { CKEDITOR.instances." . $htmlContent . ".setReadOnly(0); CKEDITOR.instances." . $htmlContent . ".setData(response); } // remove readonly $('#ai_instructions').val(''); apicallfinished = 1; if (timeoutfinished) { $('#ai_status_message').hide(); } }, error: function(xhr, status, error) { alert(error); console.error('error ajax', status, error); $('#ai_status_message').hide(); } }); }); }); </script> "
/htdocs/core/class/html.formmail.class.php:12781$out .= '<input class="minwidth200" id="sendtoccc" name="sendtoccc" value="' . (GETPOSTISSET("sendtoccc") ? GETPOST("sendtoccc", "alpha") : ((!is_array($this->withtoccc) && !is_numeric($this->withtoccc)) ? $this->withtoccc : '')) . '" />'
/htdocs/core/class/commondocgenerator.class.php:2101$array_user = array('myuser_lastname' => $user->lastname, 'myuser_firstname' => $user->firstname, 'myuser_fullname' => $user->getFullName($outputlangs, 1), 'myuser_login' => $user->login, 'myuser_phone' => $user->office_phone, 'myuser_address' => $user->address, 'myuser_zip' => $user->zip, 'myuser_town' => $user->town, 'myuser_country' => $user->country, 'myuser_country_code' => $user->country_code, 'myuser_state' => $user->state, 'myuser_state_code' => $user->state_code, 'myuser_fax' => $user->office_fax, 'myuser_mobile' => $user->user_mobile, 'myuser_email' => $user->email, 'myuser_logo' => $logotouse, 'myuser_job' => $user->job, 'myuser_web' => '', 'myuser_birth' => dol_print_date($user->birth, 'day', 'gmt'), 'myuser_dateemployment' => dol_print_date($user->dateemployment, 'day', 'tzuser'), 'myuser_dateemploymentend' => dol_print_date($user->dateemploymentend, 'day', 'tzuser'), 'myuser_gender' => $user->gender, )
/htdocs/core/class/html.formmail.class.php:18541$substit_line = array('__PRODUCT_REF__' => isset($line->product_ref) ? $line->product_ref : '', '__PRODUCT_LABEL__' => isset($line->product_label) ? $line->product_label : '', '__PRODUCT_DESCRIPTION__' => isset($line->product_desc) ? $line->product_desc : '', '__LABEL__' => isset($line->label) ? $line->label : '', '__DESCRIPTION__' => isset($line->desc) ? $line->desc : '', '__DATE_START_YMD__' => dol_print_date($line->date_start, 'day', 0, $outputlangs), '__DATE_END_YMD__' => dol_print_date($line->date_end, 'day', 0, $outputlangs), '__QUANTITY__' => $line->qty, '__SUBPRICE__' => price($line->subprice), '__AMOUNT__' => price($line->total_ttc), '__AMOUNT_EXCL_TAX__' => price($line->total_ht))
/htdocs/core/class/commondocgenerator.class.php:3161return array('mycompany_logo' => $logotouse, 'mycompany_name' => $mysoc->name, 'mycompany_email' => $mysoc->email, 'mycompany_phone' => $mysoc->phone, 'mycompany_fax' => $mysoc->fax, 'mycompany_address' => $mysoc->address, 'mycompany_zip' => $mysoc->zip, 'mycompany_town' => $mysoc->town, 'mycompany_country' => $mysoc->country, 'mycompany_country_code' => $mysoc->country_code, 'mycompany_state' => $mysoc->state, 'mycompany_state_code' => $mysoc->state_code, 'mycompany_web' => $mysoc->url, 'mycompany_juridicalstatus' => $mysoc->forme_juridique, 'mycompany_managers' => $mysoc->managers, 'mycompany_capital' => $mysoc->capital, 'mycompany_barcode' => $mysoc->barcode, 'mycompany_idprof1' => $mysoc->idprof1, 'mycompany_idprof2' => $mysoc->idprof2, 'mycompany_idprof3' => $mysoc->idprof3, 'mycompany_idprof4' => $mysoc->idprof4, 'mycompany_idprof5' => $mysoc->idprof5, 'mycompany_idprof6' => $mysoc->idprof6, 'mycompany_vatnumber' => $mysoc->tva_intra, 'mycompany_socialobject' => $mysoc->socialobject, 'mycompany_note_private' => $mysoc->note_private, )
/htdocs/core/class/commondocgenerator.class.php:2621$array_member = array('mymember_lastname' => $member->lastname, 'mymember_firstname' => $member->firstname, 'mymember_fullname' => $member->getFullName($outputlangs, 1), 'mymember_login' => $member->login, 'mymember_address' => $member->address, 'mymember_zip' => $member->zip, 'mymember_town' => $member->town, 'mymember_country_code' => $member->country_code, 'mymember_country' => $member->country, 'mymember_state_code' => $member->state_code, 'mymember_state' => $member->state, 'mymember_phone_perso' => $member->phone_perso, 'mymember_phone_pro' => $member->phone, 'mymember_phone_mobile' => $member->phone_mobile, 'mymember_email' => $member->email, 'mymember_logo' => $logotouse, 'mymember_gender' => $member->gender, 'mymember_birth_locale' => dol_print_date($member->birth, 'day', 'tzuser', $outputlangs), 'mymember_birth' => dol_print_date($member->birth, 'day', 'tzuser'), )
/htdocs/core/class/commondocgenerator.class.php:4351$array_contact = array($array_key . '_fullname' => $object->getFullName($outputlangs, 1), $array_key . '_lastname' => $object->lastname, $array_key . '_firstname' => $object->firstname, $array_key . '_address' => $object->address, $array_key . '_zip' => $object->zip, $array_key . '_town' => $object->town, $array_key . '_state_id' => $object->state_id, $array_key . '_state_code' => $object->state_code, $array_key . '_state' => $object->state, $array_key . '_country_id' => $object->country_id, $array_key . '_country_code' => $object->country_code, $array_key . '_country' => $object->country, $array_key . '_poste' => $object->poste, $array_key . '_socid' => $object->socid, $array_key . '_statut' => $object->statut, $array_key . '_code' => $object->code, $array_key . '_email' => $object->email, $array_key . '_phone_pro' => $object->phone_pro, $array_key . '_phone_perso' => $object->phone_perso, $array_key . '_phone_mobile' => $object->phone_mobile, $array_key . '_fax' => $object->fax, $array_key . '_birthday' => $object->birthday, $array_key . '_default_lang' => $object->default_lang, $array_key . '_note_public' => $object->note_public, $array_key . '_note_private' => $object->note_private, $array_key . '_civility' => $object->civility, )
/htdocs/core/class/commondocgenerator.class.php:3701$array_thirdparty = array('company_name' => $object->name, 'company_name_alias' => $object->name_alias, 'company_email' => $object->email, 'company_phone' => $object->phone, 'company_fax' => $object->fax, 'company_address' => $object->address, 'company_zip' => $object->zip, 'company_town' => $object->town, 'company_country' => $object->country, 'company_country_code' => $object->country_code, 'company_state' => $object->state, 'company_state_code' => $object->state_code, 'company_web' => $object->url, 'company_barcode' => $object->barcode, 'company_vatnumber' => $object->tva_intra, 'company_customercode' => $object->code_client, 'company_suppliercode' => $object->code_fournisseur, 'company_customeraccountancycode' => $object->code_compta, 'company_supplieraccountancycode' => $object->code_compta_fournisseur, 'company_juridicalstatus' => $object->forme_juridique, 'company_outstanding_limit' => $object->outstanding_limit, 'company_capital' => $object->capital, 'company_idprof1' => $object->idprof1, 'company_idprof2' => $object->idprof2, 'company_idprof3' => $object->idprof3, 'company_idprof4' => $object->idprof4, 'company_idprof5' => $object->idprof5, 'company_idprof6' => $object->idprof6, 'company_note_public' => $object->note_public, 'company_note_private' => $object->note_private, 'company_default_bank_iban' => (is_object($object->bank_account) ? $object->bank_account->iban : ''), 'company_default_bank_bic' => (is_object($object->bank_account) ? $object->bank_account->bic : ''))
/htdocs/core/class/commonobject.class.php:87711$value = (GETPOSTISSET($timekey)) ? dol_mktime(GETPOSTINT($timekey . 'hour', 3), GETPOSTINT($timekey . 'min', 3), GETPOSTINT($timekey . 'sec', 3), GETPOSTINT($timekey . 'month', 3), GETPOSTINT($timekey . 'day', 3), GETPOSTINT($timekey . 'year', 3), 'tzuserrel') : $datenotinstring
/htdocs/core/class/commonobject.class.php:92811$return .= '<img class="photo photowithmargin' . ($addphotorefcss ? ' ' . $addphotorefcss : '') . '"' . ($maxHeight ? ' height="' . $maxHeight . '"' : '') . ' src="' . DOL_URL_ROOT . '/viewimage.php?hashp=' . urlencode($val['share']) . ($cache ? '&cache=' . urlencode($cache) : '') . '" title="' . dol_escape_htmltag($alt) . '">'
/htdocs/core/class/commonobject.class.php:92841$return .= '<img class="photo photowithmargin' . ($addphotorefcss ? ' ' . $addphotorefcss : '') . '" height="' . $maxHeight . '" src="' . DOL_URL_ROOT . '/viewimage.php?hashp=' . urlencode($val['share']) . ($cache ? '&cache=' . urlencode($cache) : '') . '" title="' . dol_escape_htmltag($alt) . '">'
/htdocs/core/class/commonobject.class.php:92931$return .= '<img class="photo photowithmargin' . ($addphotorefcss ? ' ' . $addphotorefcss : '') . ' maxwidth150onsmartphone maxwidth200"' . ($maxHeight ? ' height="' . $maxHeight . '"' : '') . ' src="' . DOL_URL_ROOT . '/viewimage.php?modulepart=' . $modulepart . '&entity=' . $this->entity . ($cache ? '&cache=' . urlencode($cache) : '') . '&file=' . urlencode($pdirthumb . $photo_vignette) . '" title="' . dol_escape_htmltag($alt) . '">'
/htdocs/core/class/commonobject.class.php:92961$return .= '<img class="photo photowithmargin' . ($addphotorefcss ? ' ' . $addphotorefcss : '') . '" height="' . $maxHeight . '" src="' . DOL_URL_ROOT . '/viewimage.php?modulepart=' . $modulepart . '&entity=' . $this->entity . ($cache ? '&cache=' . urlencode($cache) : '') . '&file=' . urlencode($pdir . $photo) . '" title="' . dol_escape_htmltag($alt) . '">'
/htdocs/core/class/commonobject.class.php:93162$return .= '<a href="' . DOL_URL_ROOT . '/core/photos_resize.php?modulepart=' . urlencode('produit|service') . '&id=' . $this->id . '&file=' . urlencode($pdir . $viewfilename) . '" title="' . dol_escape_htmltag($langs->trans("Resize")) . '">' . img_picto($langs->trans("Resize"), 'resize', '') . '</a> &nbsp; '
/htdocs/core/class/commonobject.class.php:93452$return .= '<a href="' . DOL_URL_ROOT . '/core/photos_resize.php?modulepart=' . urlencode('produit|service') . '&id=' . $this->id . '&file=' . urlencode($pdir . $viewfilename) . '" title="' . dol_escape_htmltag($langs->trans("Resize")) . '">' . img_picto($langs->trans("Resize"), 'resize', '') . '</a> &nbsp; '
/htdocs/core/class/commonobject.class.php:105301$fields = array('label' => 'This is label', 'ref' => 'ABCD1234', 'description' => 'This is a description', 'qty' => 123.12, 'note_public' => 'Public note', 'note_private' => 'Private note', 'date_creation' => (dol_now( ) - 3600 * 48), 'date_modification' => (dol_now( ) - 3600 * 24), 'fk_user_creat' => $user->id, 'fk_user_modif' => $user->id, 'date' => dol_now( ), )
/htdocs/core/class/commonobject.class.php:108241$sql .= " WHERE fk_object IN (SELECT rowid FROM " . $this->db->prefix( ) . "ecm_files WHERE src_object_type = '" . $this->db->escape($this->table_element . (empty($this->module) ? "" : "@" . $this->module)) . "' AND src_object_id = " . ((int) $this->id) . ")"
/htdocs/core/class/interfaces.class.php:851$error = 'function run_triggers called with wrong parameters action=' . $action . ' object=' . ((string) (int) is_object($object)) . ' user=' . ((string) (int) is_object($user)) . ' langs=' . ((string) (int) is_object($langs)) . ' conf=' . ((string) (int) is_object($conf))
/htdocs/core/class/html.formticket.class.php:10581$tabscript[$groupcodefather] = 'if ($("#' . $htmlname . ($levelid > 1 ? '_child_' . ($levelid - 1) : '') . '").val() == "' . dol_escape_js($groupcodefather) . '"){ $(".' . $htmlname . '_' . dol_escape_htmltag($fatherid) . '_child_' . $levelid . '").show() console.log("We show child tickets of ' . $groupcodefather . ' group ticket") }else{ $(".' . $htmlname . '_' . dol_escape_htmltag($fatherid) . '_child_' . $levelid . '").hide() console.log("We hide child tickets of ' . $groupcodefather . ' group ticket") }'
/htdocs/core/class/html.formticket.class.php:10761$stringtoprint .= 'if (arraynotparents.includes($("#' . $htmlname . ($levelid > 1 ? '_child_' . ($levelid - 1) : '') . '").val())){ console.log("' . $htmlname . '_child_' . $levelid . '") if($("#' . $htmlname . '_child_' . $levelid . '").val() == "" && ($("#' . $htmlname . '_child_' . $levelid . '").attr("child_id")>' . $child_id . ')){ $("#' . $htmlname . '_child_' . $levelid . '").hide(); console.log("We hide ' . $htmlname . '_child_' . $levelid . ' input") } if(arraynotparents.includes("' . $groupticket . '") && ' . $child_id . ' == 0){ $("#ticketcategory_select_child_id").val($("#' . $htmlname . '").attr("child_id")) $("#ticketcategory_select").val($("#' . $htmlname . '").val()) ; console.log("We choose ' . $htmlname . ' input and reload hidden input"); } } $("#' . $htmlname . ($levelid > 1 ? '_child_' . ($levelid - 1) : '') . '").change(function() { child_id = $("#' . $htmlname . ($levelid > 1 ? '_child_' . $levelid : '') . '").attr("child_id"); /* Change of value to select this value*/ if (arraynotparents.includes($(this).val()) || $(this).attr("child_id") == ' . $use_multilevel . ') { $("#ticketcategory_select").val($(this).val()); $("#ticketcategory_select_child_id").val($(this).attr("child_id")) ; console.log("We choose to select "+ $(this).val()); }else{ if ($("#' . $htmlname . '_child_' . $levelid . ' option").length <= 1) { $("#ticketcategory_select").val($(this).val()); $("#ticketcategory_select_child_id").val($(this).attr("child_id")); console.log("We choose to select "+ $(this).val() + " and next combo has no item, so we keep this selection"); } else { console.log("We choose to select "+ $(this).val() + " but next combo has some item, so we clean selected item"); $("#ticketcategory_select").val(""); $("#ticketcategory_select_child_id").val(""); } } console.log("We select a new value into combo child_id="+child_id); // Hide all selected box that are child of the one modified $(".groupticketchild").each(function(){ if ($(this).attr("child_id") > child_id) { console.log("hide child_id="+$(this).attr("child_id")); $(this).val(""); $(this).hide(); } }) // Now we enable the next combo $("#' . $htmlname . '_child_' . $levelid . '").val(""); if (!arraynotparents.includes($(this).val()) && $("#' . $htmlname . '_child_' . $levelid . ' option").length > 1) { console.log($("#' . $htmlname . '_child_' . $levelid . ' option").length); $("#' . $htmlname . '_child_' . $levelid . '").show() } else { $("#' . $htmlname . '_child_' . $levelid . '").hide() } '
/htdocs/core/class/menu.class.php:761$this->liste[] = array('url' => $url, 'titre' => $titre, 'level' => $level, 'enabled' => $enabled, 'target' => $target, 'mainmenu' => $mainmenu, 'leftmenu' => $leftmenu, 'position' => $position, 'id' => $id, 'idsel' => $idsel, 'classname' => $classname, 'prefix' => $prefix)
/htdocs/core/class/menu.class.php:1001$array_new = array(0 => array('url' => $url, 'titre' => $titre, 'level' => $level, 'enabled' => $enabled, 'target' => $target, 'mainmenu' => $mainmenu, 'leftmenu' => $leftmenu, 'position' => $position, 'id' => $id, 'idsel' => $idsel, 'classname' => $classname, 'prefix' => $prefix))
/htdocs/core/class/notify.class.php:9892$sql .= " VALUES ('" . $this->db->idate(dol_now( )) . "', " . ((int) $notifcodedefid) . ", " . ($object->socid > 0 ? ((int) $object->socid) : 'null') . ", " . ((int) $obj->cid) . ", '" . $this->db->escape($obj->type) . "', '" . $this->db->escape($object_type) . "', '" . $this->db->escape($obj->type_target) . "', " . ((int) $object->id) . ", '" . $this->db->escape($obj->email) . "')"
/htdocs/core/class/notify.class.php:9922$sql .= " VALUES ('" . $this->db->idate(dol_now( )) . "', " . ((int) $notifcodedefid) . ", " . ($object->socid > 0 ? ((int) $object->socid) : 'null') . ", " . ((int) $obj->cid) . ", '" . $this->db->escape($obj->type) . "', '" . $this->db->escape($object_type) . "', '" . $this->db->escape($obj->type_target) . "', " . ((int) $object->id) . ", '" . $this->db->escape($obj->email) . "')"
/htdocs/core/class/timespent.class.php:76266$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : 'class="' . (($withpicto != 2) ? 'paddingright ' : '') . 'classfortooltip"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/core/class/timespent.class.php:7405$result .= img_object(($notooltip ? '' : $label), ($this->picto ? $this->picto : 'generic'), ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams . ' class="' . (($withpicto != 2) ? 'paddingright ' : '') . $classfortooltip . '"'), 0, 0, $notooltip ? 0 : 1)
/htdocs/core/class/timespent.class.php:5141$sql = 'UPDATE ' . MAIN_DB_PREFIX . "ecm_files set filename = CONCAT('" . $this->db->escape($this->newref) . "', SUBSTR(filename, " . (strlen($this->ref) + 1) . ")), filepath = 'timespent/" . $this->db->escape($this->newref) . "'"
/htdocs/core/class/html.formfile.class.php:21911$out .= '<a class="pictopreview ' . $urladvancedpreview['css'] . '" href="' . $urladvancedpreview['url'] . '"' . (empty($urladvancedpreview['mime']) ? '' : ' mime="' . $urladvancedpreview['mime'] . '"') . ' ' . (empty($urladvancedpreview['target']) ? '' : ' target="' . $urladvancedpreview['target'] . '"') . '>'
/htdocs/core/class/stats.class.php:2481$data[$i][] = isset($datay[$endyear][($i + $sm) % 12]['label']) ? $datay[$endyear][($i + $sm) % 12]['label'] : $datay[$endyear][($i + $sm) % 12][0]
/htdocs/core/class/stats.class.php:2143$newpathofdestfile = $conf->user->dir_temp . '/' . get_class($this) . '_' . __FUNCTION__ . '_' . (empty($this->cachefilesuffix) ? '' : $this->cachefilesuffix . '_') . $langs->defaultlang . '_entity.' . $conf->entity . '_user' . $user->id . '.cache'
/htdocs/core/class/stats.class.php:1491$data[$i][] = $datay[$year - (1 - (int) floor(($i + $sm) / 12)) + ($sm == 0 ? 1 : 0)][($i + $sm) % 12][1]
/htdocs/core/class/stats.class.php:1123$newpathofdestfile = $conf->user->dir_temp . '/' . get_class($this) . '_' . __FUNCTION__ . '_' . (empty($this->cachefilesuffix) ? '' : $this->cachefilesuffix . '_') . $langs->defaultlang . '_entity.' . $conf->entity . '_user' . $user->id . '.cache'
/htdocs/core/class/dolgraph.class.php:11671$this->stringtoshow .= '<div id="placeholder_' . $tag . '" style="min-height: ' . $this->height . (strpos((string) $this->height, '%') > 0 ? '' : 'px') . '; max-height: ' . (strpos((string) $this->height, '%') > 0 ? $this->height : ((int) $this->height + 100) . 'px') . '; width:' . $this->width . (strpos((string) $this->width, '%') > 0 ? '' : 'px') . ';" class="' . $cssfordiv . ' dolgraph' . (empty($dolxaxisvertical) ? '' : ' ' . $dolxaxisvertical) . (empty($this->cssprefix) ? '' : ' dolgraph' . $this->cssprefix) . ' center">' . "\n"
/htdocs/core/class/dolgraph.class.php:8521$this->stringtoshow .= '<div id="placeholder_' . $tag . '" style="width:' . $this->width . 'px;height:' . $this->height . 'px;" class="dolgraph' . (empty($dolxaxisvertical) ? '' : ' ' . $dolxaxisvertical) . (empty($this->cssprefix) ? '' : ' dolgraph' . $this->cssprefix) . ' center"></div>' . "\n"
/htdocs/core/class/stats.class.php:3393$newpathofdestfile = $conf->user->dir_temp . '/' . get_class($this) . '_' . __FUNCTION__ . '_' . (empty($this->cachefilesuffix) ? '' : $this->cachefilesuffix . '_') . $langs->defaultlang . '_entity.' . $conf->entity . '_user' . $user->id . '.cache'
/htdocs/core/class/stats.class.php:2521$data[$i][] = $datay[$year - (1 - floor(($i + $sm) / 12)) + ($sm == 0 ? 1 : 0)][($i + $sm) % 12][1]
/htdocs/core/class/CMailFile.class.php:9081$additionnalparam .= ($additionnalparam ? ' ' : '') . (getDolGlobalString('MAIN_MAIL_ERRORS_TO') ? '-f' . $this->getValidAddress($conf->global->MAIN_MAIL_ERRORS_TO, 2) : ($this->addr_from != '' ? '-f' . $this->getValidAddress($this->addr_from, 2) : ''))
/htdocs/core/boxes/box_graph_invoices_permonth.php:787$this->info_box_head = array('text' => $text, 'limit' => dol_strlen($text), 'graph' => 1, 'sublink' => '', 'subtext' => $langs->trans("Filter"), 'subpicto' => 'filter.png', 'subclass' => 'linkobject boxfilter', 'target' => 'none')
/htdocs/core/class/html.formactions.class.php:2171$url .= '&origin=' . urlencode($typeelement) . '&originid=' . ((int) $object->id) . ((!empty($object->socid) && $object->socid > 0) ? '&socid=' . ((int) $object->socid) : ((!empty($socid) && $socid > 0) ? '&socid=' . ((int) $socid) : ''))
/htdocs/core/class/dolgraph.class.php:15621$s = '<div class="nographyet" style="width:' . (preg_match('/%/', $this->width) ? $this->width : $this->width . 'px') . '; height:' . (preg_match('/%/', $this->height) ? $this->height : $this->height . 'px') . ';"></div>'
/htdocs/core/class/commondocgenerator.class.php:7301$resarray = array('line_pos' => $linenumber, 'line_fulldesc' => doc_getlinedesc($line, $outputlangs), 'line_product_ref' => (empty($line->product_ref) ? '' : $line->product_ref), 'line_product_ref_fourn' => (empty($line->ref_fourn) ? '' : $line->ref_fourn), 'line_product_label' => (empty($line->product_label) ? '' : $line->product_label), 'line_product_type' => (empty($line->product_type) ? '' : $line->product_type), 'line_product_barcode' => (empty($line->product_barcode) ? '' : $line->product_barcode), 'line_product_desc' => (empty($line->product_desc) ? '' : $line->product_desc), 'line_desc' => $line->desc, 'line_vatrate' => vatrate($line->tva_tx, true, $line->info_bits), 'line_localtax1_rate' => vatrate($line->localtax1_tx), 'line_localtax2_rate' => vatrate($line->localtax1_tx), 'line_up' => price2num($line->subprice), 'line_up_locale' => price($line->subprice, 0, $outputlangs), 'line_total_up' => price2num($line->subprice * (float) $line->qty), 'line_total_up_locale' => price($line->subprice * (float) $line->qty, 0, $outputlangs), 'line_qty' => $line->qty, 'line_discount_percent' => ($line->remise_percent ? $line->remise_percent . '%' : ''), 'line_price_ht' => price2num($line->total_ht), 'line_price_ttc' => price2num($line->total_ttc), 'line_price_vat' => price2num($line->total_tva), 'line_price_ht_locale' => price($line->total_ht, 0, $outputlangs), 'line_price_ttc_locale' => price($line->total_ttc, 0, $outputlangs), 'line_price_vat_locale' => price($line->total_tva, 0, $outputlangs), 'line_date_start' => dol_print_date($line->date_start, 'day'), 'line_date_start_locale' => dol_print_date($line->date_start, 'day', 'tzserver', $outputlangs), 'line_date_start_rfc' => dol_print_date($line->date_start, 'dayrfc'), 'line_date_end' => dol_print_date($line->date_end, 'day'), 'line_date_end_locale' => dol_print_date($line->date_end, 'day', 'tzserver', $outputlangs), 'line_date_end_rfc' => dol_print_date($line->date_end, 'dayrfc'), 'line_multicurrency_code' => price2num($line->multicurrency_code), 'line_multicurrency_subprice' => price2num($line->multicurrency_subprice), 'line_multicurrency_total_ht' => price2num($line->multicurrency_total_ht), 'line_multicurrency_total_tva' => price2num($line->multicurrency_total_tva), 'line_multicurrency_total_ttc' => price2num($line->multicurrency_total_ttc), 'line_multicurrency_subprice_locale' => price($line->multicurrency_subprice, 0, $outputlangs), 'line_multicurrency_total_ht_locale' => price($line->multicurrency_total_ht, 0, $outputlangs), 'line_multicurrency_total_tva_locale' => price($line->multicurrency_total_tva, 0, $outputlangs), 'line_multicurrency_total_ttc_locale' => price($line->multicurrency_total_ttc, 0, $outputlangs), )
/htdocs/core/class/commondocgenerator.class.php:8071$resql = $this->db->query("SELECT " . $columns . " FROM " . $this->db->prefix( ) . "product_fournisseur_price_extrafields AS ex INNER JOIN " . $this->db->prefix( ) . "product_fournisseur_price AS f ON ex.fk_object = f.rowid WHERE f.ref_fourn = '" . $this->db->escape($line->ref_supplier) . "'")
/htdocs/core/class/commondocgenerator.class.php:4871$array_other = array('current_date' => dol_print_date($now, 'day', 'tzuser'), 'current_datehour' => dol_print_date($now, 'dayhour', 'tzuser'), 'current_server_date' => dol_print_date($now, 'day', 'tzserver'), 'current_server_datehour' => dol_print_date($now, 'dayhour', 'tzserver'), 'current_date_locale' => dol_print_date($now, 'day', 'tzuser', $outputlangs), 'current_datehour_locale' => dol_print_date($now, 'dayhour', 'tzuser', $outputlangs), 'current_server_date_locale' => dol_print_date($now, 'day', 'tzserver', $outputlangs), 'current_server_datehour_locale' => dol_print_date($now, 'dayhour', 'tzserver', $outputlangs), )
/htdocs/core/class/commondocgenerator.class.php:5511$resarray = array($array_key . '_id' => $object->id, $array_key . '_ref' => (property_exists($object, 'ref') ? $object->ref : ''), $array_key . '_label' => (property_exists($object, 'label') ? $object->label : ''), $array_key . '_ref_ext' => (property_exists($object, 'ref_ext') ? $object->ref_ext : ''), $array_key . '_ref_customer' => (!empty($object->ref_client) ? $object->ref_client : (empty($object->ref_customer) ? '' : $object->ref_customer)), $array_key . '_ref_supplier' => (!empty($object->ref_fournisseur) ? $object->ref_fournisseur : (empty($object->ref_supplier) ? '' : $object->ref_supplier)), $array_key . '_source_invoice_ref' => ((empty($invoice_source) || empty($invoice_source->ref)) ? '' : $invoice_source->ref), $array_key . '_hour' => dol_print_date($date, 'hour'), $array_key . '_date' => dol_print_date($date, 'day'), $array_key . '_date_rfc' => dol_print_date($date, 'dayrfc'), $array_key . '_date_limit' => (!empty($object->date_lim_reglement) ? dol_print_date($object->date_lim_reglement, 'day') : ''), $array_key . '_date_limit_rfc' => (!empty($object->date_lim_reglement) ? dol_print_date($object->date_lim_reglement, 'dayrfc') : ''), $array_key . '_date_end' => (!empty($object->fin_validite) ? dol_print_date($object->fin_validite, 'day') : ''), $array_key . '_date_creation' => dol_print_date($object->date_creation, 'day'), $array_key . '_date_modification' => (!empty($object->date_modification) ? dol_print_date($object->date_modification, 'day') : ''), $array_key . '_date_validation' => (!empty($object->date_validation) ? dol_print_date($object->date_validation, 'dayhour') : ''), $array_key . '_date_approve' => (!empty($object->date_approve) ? dol_print_date($object->date_approve, 'day') : ''), $array_key . '_date_delivery_planed' => (!empty($object->delivery_date) ? dol_print_date($object->delivery_date, 'day') : ''), $array_key . '_date_close' => (!empty($object->date_cloture) ? dol_print_date($object->date_cloture, 'dayhour') : ''), $array_key . '_payment_mode_code' => $object->mode_reglement_code, $array_key . '_payment_mode' => ($outputlangs->transnoentitiesnoconv('PaymentType' . $object->mode_reglement_code) != 'PaymentType' . $object->mode_reglement_code ? $outputlangs->transnoentitiesnoconv('PaymentType' . $object->mode_reglement_code) : $object->mode_reglement), $array_key . '_payment_term_code' => $object->cond_reglement_code, $array_key . '_payment_term' => ($outputlangs->transnoentitiesnoconv('PaymentCondition' . $object->cond_reglement_code) != 'PaymentCondition' . $object->cond_reglement_code ? $outputlangs->transnoentitiesnoconv('PaymentCondition' . $object->cond_reglement_code) : ($object->cond_reglement_doc ? $object->cond_reglement_doc : $object->cond_reglement)), $array_key . '_incoterms' => (method_exists($object, 'display_incoterms') ? $object->display_incoterms( ) : ''), $array_key . '_total_ht_locale' => price($object->total_ht, 0, $outputlangs), $array_key . '_total_vat_locale' => (!empty($object->total_vat) ? price($object->total_vat, 0, $outputlangs) : price($object->total_tva, 0, $outputlangs)), $array_key . '_total_localtax1_locale' => price($object->total_localtax1, 0, $outputlangs), $array_key . '_total_localtax2_locale' => price($object->total_localtax2, 0, $outputlangs), $array_key . '_total_ttc_locale' => price($object->total_ttc, 0, $outputlangs), $array_key . '_total_ht' => price2num($object->total_ht), $array_key . '_total_vat' => (!empty($object->total_vat) ? price2num($object->total_vat) : price2num($object->total_tva)), $array_key . '_total_localtax1' => price2num($object->total_localtax1), $array_key . '_total_localtax2' => price2num($object->total_localtax2), $array_key . '_total_ttc' => price2num($object->total_ttc), $array_key . '_multicurrency_code' => $object->multicurrency_code, $array_key . '_multicurrency_tx' => price2num($object->multicurrency_tx), $array_key . '_multicurrency_total_ht' => price2num($object->multicurrency_total_ht), $array_key . '_multicurrency_total_tva' => price2num($object->multicurrency_total_tva), $array_key . '_multicurrency_total_ttc' => price2num($object->multicurrency_total_ttc), $array_key . '_multicurrency_total_ht_locale' => price($object->multicurrency_total_ht, 0, $outputlangs), $array_key . '_multicurrency_total_tva_locale' => price($object->multicurrency_total_tva, 0, $outputlangs), $array_key . '_multicurrency_total_ttc_locale' => price($object->multicurrency_total_ttc, 0, $outputlangs), $array_key . '_note_private' => $object->note_private, $array_key . '_note_public' => $object->note_public, $array_key . '_note' => $object->note_public, $array_key . '_already_payed_locale' => price($sumpayed, 0, $outputlangs), $array_key . '_already_payed' => price2num($sumpayed), $array_key . '_already_deposit_locale' => price($sumdeposit, 0, $outputlangs), $array_key . '_already_deposit' => price2num($sumdeposit), $array_key . '_already_creditnote_locale' => price($sumcreditnote, 0, $outputlangs), $array_key . '_already_creditnote' => price2num($sumcreditnote), $array_key . '_already_payed_all_locale' => price(price2num($already_payed_all, 'MT'), 0, $outputlangs), $array_key . '_already_payed_all' => price2num($already_payed_all, 'MT'), $array_key . '_remain_to_pay_locale' => price(price2num($object->total_ttc - $already_payed_all, 'MT'), 0, $outputlangs), $array_key . '_remain_to_pay' => price2num($object->total_ttc - $already_payed_all, 'MT'))
/htdocs/core/class/html.formsetup.class.php:8281return (($this->langs->trans($this->confKey . 'Tooltip') != $this->confKey . 'Tooltip') ? $this->langs->trans($this->confKey . 'Tooltip') : '')
/htdocs/core/class/html.formsetup.class.php:8411$out = (($this->langs->trans($this->confKey) != $this->confKey) ? $this->langs->trans($this->confKey) : $this->langs->trans('MissingTranslationForConfKey', $this->confKey))
/htdocs/core/class/commondocgenerator.class.php:8611$array_shipment = array($array_key . '_id' => $object->id, $array_key . '_ref' => $object->ref, $array_key . '_ref_ext' => $object->ref_ext, $array_key . '_ref_customer' => $object->ref_customer, $array_key . '_date_delivery' => dol_print_date($object->date_delivery, 'day'), $array_key . '_hour_delivery' => dol_print_date($object->date_delivery, 'hour'), $array_key . '_date_creation' => dol_print_date($object->date_creation, 'day'), $array_key . '_total_ht' => price($object->total_ht), $array_key . '_total_vat' => price($object->total_tva), $array_key . '_total_ttc' => price($object->total_ttc), $array_key . '_total_discount_ht' => price($object->getTotalDiscount( )), $array_key . '_note_private' => $object->note_private, $array_key . '_note' => $object->note_public, $array_key . '_tracking_number' => $object->tracking_number, $array_key . '_tracking_url' => $object->tracking_url, $array_key . '_shipping_method' => $object->listmeths[0]['libelle'], $array_key . '_weight' => $object->trueWeight . ' ' . measuringUnitString(0, 'weight', $object->weight_units), $array_key . '_width' => $object->trueWidth . ' ' . measuringUnitString(0, 'size', $object->width_units), $array_key . '_height' => $object->trueHeight . ' ' . measuringUnitString(0, 'size', $object->height_units), $array_key . '_depth' => $object->trueDepth . ' ' . measuringUnitString(0, 'size', $object->depth_units), $array_key . '_size' => $calculatedVolume . ' ' . measuringUnitString(0, 'volume'), )
/htdocs/core/class/commondocgenerator.class.php:17401$def = array('rank' => intval($extrafields->attributes[$object->table_element]['pos'][$key]), 'width' => 25, 'status' => (bool) $enabled, 'title' => array('label' => $outputlangs->transnoentities($label)), 'content' => array('align' => 'C'), 'border-left' => true, )
/htdocs/core/class/html.formfile.class.php:3521$parameters = array('modulepart' => &$modulepart, 'modulesubdir' => &$modulesubdir, 'filedir' => &$filedir, 'urlsource' => &$urlsource, 'genallowed' => &$genallowed, 'delallowed' => &$delallowed, 'modelselected' => &$modelselected, 'allowgenifempty' => &$allowgenifempty, 'forcenomultilang' => &$forcenomultilang, 'noform' => &$noform, 'param' => &$param, 'title' => &$title, 'buttonlabel' => &$buttonlabel, 'codelang' => &$codelang, 'morepicto' => &$morepicto, 'hideifempty' => &$hideifempty, 'removeaction' => &$removeaction)
/htdocs/core/class/html.formfile.class.php:8201$parameters = array('colspan' => ($colspan + $colspanmore), 'socid' => (isset($GLOBALS['socid']) ? $GLOBALS['socid'] : ''), 'id' => (isset($GLOBALS['id']) ? $GLOBALS['id'] : ''), 'modulepart' => $modulepart)
/htdocs/core/class/html.formsetup.class.php:10721$out = '<input required="required" type="password" class="flat" id="' . $this->confKey . '" name="' . $this->confKey . '" value="' . (GETPOST($this->confKey, 'alpha') ? GETPOST($this->confKey, 'alpha') : $this->fieldValue) . '" minlength="' . $min . '" maxlength="' . $max . '">'
/htdocs/core/class/html.formfile.class.php:2641$parameters = array('socid' => (isset($GLOBALS['socid']) ? $GLOBALS['socid'] : ''), 'id' => (isset($GLOBALS['id']) ? $GLOBALS['id'] : ''), 'url' => $url, 'perm' => $perm, 'options' => $options)
/htdocs/core/class/html.formfile.class.php:12321$parameters = array('filearray' => $filearray, 'modulepart' => $modulepart, 'param' => $param, 'forcedownload' => $forcedownload, 'relativepath' => $relativepath, 'relativedir' => $relativedir, 'permtodelete' => $permonobject, 'useinecm' => $useinecm, 'textifempty' => $textifempty, 'maxlength' => $maxlength, 'title' => $title, 'url' => $url)
/htdocs/core/class/html.formfile.class.php:14412$urlforhref = DOL_URL_ROOT . '/viewimage.php?modulepart=' . $modulepart . '&entity=' . (empty($object->entity) ? $conf->entity : $object->entity) . '&file=' . urlencode($relativepath . $fileinfo['filename'] . '.' . strtolower($fileinfo['extension']))
/htdocs/core/class/html.formfile.class.php:9711$parameters = array('colspan' => ($colspan + $colspanmore), 'socid' => (isset($GLOBALS['socid']) ? $GLOBALS['socid'] : ''), 'id' => (isset($GLOBALS['id']) ? $GLOBALS['id'] : ''), 'modulepart' => $modulepart, 'relativepath' => $relativepath)
/htdocs/core/class/html.formfile.class.php:11241$tmpout .= '<li><a href="' . $tmparray['url'] . '"' . ($tmparray['css'] ? ' class="' . $tmparray['css'] . '"' : '') . ($tmparray['mime'] ? ' mime="' . $tmparray['mime'] . '"' : '') . ($tmparray['target'] ? ' target="' . $tmparray['target'] . '"' : '') . '>'
/htdocs/core/lib/functions.lib.php:138051if(isset($conf->cache['elementlinkcache'][$histo[$key]['elementtype']]) && isset($conf->cache['elementlinkcache'][$histo[$key]['elementtype']][$histo[$key]['fk_element']])) { /**/ } else { /**/ }
/htdocs/core/lib/functions.lib.php:137432if($histo[$key]['percent'] > 0 && $histo[$key]['percent'] < 100 && !$histo[$key]['dateend'] && $histo[$key]['datestart'] && $histo[$key]['datestart'] < ($now - $delay_warning)) { /**/ }
/htdocs/core/lib/propal.lib.php:451if((empty($conf->commande->enabled) && ((isModEnabled("shipping") && getDolGlobalInt('MAIN_SUBMODULE_EXPEDITION') && $user->hasRight('expedition', 'lire')) || (getDolGlobalInt('MAIN_SUBMODULE_DELIVERY') && $user->hasRight('expedition', 'delivery', 'lire'))))) { /**/ }
/htdocs/core/lib/project.lib.php:1301if(isModEnabled("supplier_proposal") || isModEnabled("supplier_order") || isModEnabled("supplier_invoice") || isModEnabled("propal") || isModEnabled('order') || isModEnabled('invoice') || isModEnabled('contract') || isModEnabled('intervention') || isModEnabled('agenda') || isModEnabled('deplacement') || isModEnabled('stock')) { /**/ }
/htdocs/core/lib/functions.lib.php:137111if($user->hasRight('agenda', 'allactions', 'create') || (($actionstatic->authorid == $user->id || $actionstatic->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'create'))) { /**/ }
/htdocs/core/lib/functions.lib.php:105921if($action == 'create' || $action == 'edit' || (empty($action) && (preg_match('/new\.php/', $_SERVER["PHP_SELF"]))) || ((empty($action) || $action == 'addline') && (preg_match('/card\.php/', $_SERVER["PHP_SELF"])))) { /**/ }
/htdocs/core/lib/functions.lib.php:137402if($histo[$key]['percent'] > 0 && $histo[$key]['percent'] < 100 && $histo[$key]['dateend'] && $histo[$key]['dateend'] < ($now - $delay_warning)) { /**/ }
/htdocs/core/lib/functions.lib.php:137372if($histo[$key]['percent'] == 0 && !$histo[$key]['datestart'] && $histo[$key]['dateend'] && $histo[$key]['datestart'] < ($now - $delay_warning)) { /**/ }
/htdocs/core/lib/functions.lib.php:84921if(isModEnabled('contract') && (!is_object($object) || $object->element == 'contract') && (empty($exclude) || !in_array('contract', $exclude)) && (empty($include) || in_array('contract', $include))) { /**/ }
/htdocs/core/lib/functions.lib.php:84801if(isModEnabled('recruitment') && (!is_object($object) || $object->element == 'recruitmentcandidature') && (empty($exclude) || !in_array('recruitment', $exclude)) && (empty($include) || in_array('recruitment', $include))) { /**/ }
/htdocs/core/lib/functions.lib.php:85011if(isModEnabled("intervention") && (!is_object($object) || $object->element == 'fichinter') && (empty($exclude) || !in_array('intervention', $exclude)) && (empty($include) || in_array('intervention', $include))) { /**/ }
/htdocs/core/lib/functions.lib.php:84981if(isModEnabled("propal") && (!is_object($object) || $object->element == 'propal') && (empty($exclude) || !in_array('propal', $exclude)) && (empty($include) || in_array('propal', $include))) { /**/ }
/htdocs/core/lib/functions.lib.php:71391if(($seller_country_code == $buyer_country_code) || (in_array($seller_country_code, array('FR', 'MC')) && in_array($buyer_country_code, array('FR', 'MC'))) || (in_array($seller_country_code, array('MQ', 'GP')) && in_array($buyer_country_code, array('MQ', 'GP')))) { /**/ }
/htdocs/core/lib/functions.lib.php:69431if(($mysoc->country_code == $thirdpartytouse->country_code) || (in_array($mysoc->country_code, array('FR', 'MC')) && in_array($thirdpartytouse->country_code, array('FR', 'MC'))) || (in_array($mysoc->country_code, array('MQ', 'GP')) && in_array($thirdpartytouse->country_code, array('MQ', 'GP')))) { /**/ } else { /**/ }
/htdocs/core/lib/functions.lib.php:84681if(isModEnabled('ticket') && (!is_object($object) || $object->element == 'ticket') && (empty($exclude) || !in_array('ticket', $exclude)) && (empty($include) || in_array('ticket', $include))) { /**/ }
/htdocs/core/lib/functions.lib.php:84581if(isModEnabled('member') && (!is_object($object) || $object->element == 'adherent') && (empty($exclude) || !in_array('member', $exclude)) && (empty($include) || in_array('member', $include))) { /**/ }
/htdocs/core/ajax/selectsearchbox.php:1191if(((isModEnabled('fournisseur') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'commande', 'lire')) || (isModEnabled('supplier_order') && $user->hasRight('supplier_order', 'lire'))) && !getDolGlobalString('MAIN_SEARCHFORM_SUPPLIER_ORDER_DISABLED')) { /**/ }
/htdocs/core/ajax/selectsearchbox.php:1222if(((isModEnabled('fournisseur') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'facture', 'lire')) || (isModEnabled('supplier_invoice') && $user->hasRight('supplier_invoice', 'lire'))) && !getDolGlobalString('MAIN_SEARCHFORM_SUPPLIER_INVOICE_DISABLED')) { /**/ }
/htdocs/core/ajax/selectsearchbox.php:1372if(((isModEnabled('fournisseur') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'facture', 'lire')) || (isModEnabled('supplier_invoice') && $user->hasRight('supplier_invoice', 'lire'))) && !getDolGlobalString('MAIN_SEARCHFORM_SUPPLIER_INVOICE_DISABLED')) { /**/ }
/htdocs/core/ajax/loadinplace.php:1051if($user->hasRight($element, 'lire') || $user->hasRight($element, 'read') || (isset($subelement) && ($user->hasRight($element, $subelement, 'lire') || $user->hasRight($element, $subelement, 'read'))) || ($element == 'payment' && $user->hasRight('facture', 'lire')) || ($element == 'payment_supplier' && $user->hasRight('fournisseur', 'facture', 'lire'))) { /**/ } else { /**/ }
/htdocs/core/modules/import/import_xlsx.modules.php:4502if($objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromcodeid' || $objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromref' || $objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromcodeorlabel') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromcodeandlabel') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'zeroifnull') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromcodeunits' || $objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchscalefromcodeunits') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getcustomercodeifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getsuppliercodeifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getcustomeraccountancycodeifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getsupplieraccountancycodeifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getrefifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'compute') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'numeric') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'accountingaccount') { /**/ }
/htdocs/core/modules/import/import_csv.modules.php:4062if($objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromcodeid' || $objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromref' || $objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromcodeorlabel') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromcodeandlabel') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'zeroifnull') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchidfromcodeunits' || $objimport->array_import_convertvalue[0][$val]['rule'] == 'fetchscalefromcodeunits') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getcustomercodeifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getsuppliercodeifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getcustomeraccountancycodeifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getsupplieraccountancycodeifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'getrefifauto') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'compute') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'numeric') { /**/ } elseif($objimport->array_import_convertvalue[0][$val]['rule'] == 'accountingaccount') { /**/ }
/htdocs/core/modules/rapport/pdf_paiement.class.php:5571if((($this->doc_type == 'client' && getDolGlobalString('PAYMENTS_REPORT_GROUP_BY_MOD')) || ($this->doc_type == 'fourn' && getDolGlobalString('PAYMENTS_FOURN_REPORT_GROUP_BY_MOD'))) && ($mod != $lines[$j + 1][2])) { /**/ }
/htdocs/core/ajax/selectsearchbox.php:771if(((isModEnabled('societe') && (!getDolGlobalString('SOCIETE_DISABLE_PROSPECTS') || !getDolGlobalString('SOCIETE_DISABLE_CUSTOMERS'))) || isModEnabled('supplier_order') || isModEnabled('supplier_invoice') || isModEnabled('supplier_proposal')) && !getDolGlobalString('MAIN_SEARCHFORM_SOCIETE_DISABLED') && $user->hasRight('societe', 'lire')) { /**/ }
/htdocs/core/modules/dons/html_cerfafr.modules.php:4041if(($cent[2] == 0 || $cent[2] == '') && ($dix[2] == 0 || $dix[2] == '') && ($unite[2] == 1)) { /**/ } elseif(($cent[2] != 0 && $cent[2] != '') || ($dix[2] != 0 && $dix[2] != '') || ($unite[2] != 0 && $unite[2] != '')) { /**/ } else { /**/ }
/htdocs/core/modules/dons/html_cerfafr.modules.php:4061elseif(($cent[2] != 0 && $cent[2] != '') || ($dix[2] != 0 && $dix[2] != '') || ($unite[2] != 0 && $unite[2] != '')) { /**/ } else { /**/ }
/htdocs/core/modules/facture/doc/pdf_crabe.modules.php:11782elseif(($object->mode_reglement_code == 'CHQ' && !getDolGlobalInt('FACTURE_CHQ_NUMBER') && empty($object->fk_account) && empty($object->fk_bank)) || ($object->mode_reglement_code == 'VIR' && !getDolGlobalInt('FACTURE_RIB_NUMBER') && empty($object->fk_account) && empty($object->fk_bank))) { /**/ }
/htdocs/core/modules/facture/doc/pdf_sponge.modules.php:12722elseif(($object->mode_reglement_code == 'CHQ' && !getDolGlobalInt('FACTURE_CHQ_NUMBER') && empty($object->fk_account) && empty($object->fk_bank)) || ($object->mode_reglement_code == 'VIR' && !getDolGlobalInt('FACTURE_RIB_NUMBER') && empty($object->fk_account) && empty($object->fk_bank))) { /**/ }
/htdocs/core/lib/product.lib.php:731if((isModEnabled("supplier_proposal") || isModEnabled("supplier_order") || isModEnabled("supplier_invoice")) && ($user->hasRight('fournisseur', 'lire') || $user->hasRight('supplier_order', 'read') || $user->hasRight('supplier_invoice', 'read')) || (isModEnabled('margin') && $user->hasRight("margin", "liretous"))) { /**/ }
/htdocs/core/lib/accounting.lib.php:401if(!isset($var) || is_null($var) || ($allow_ws == false && trim($var) == "" && !is_bool($var)) || ($allow_false === false && is_bool($var) && $var === false) || (is_array($var) && empty($var))) { /**/ }
/htdocs/core/modules/dons/html_cerfafr.modules.php:3961if(($cent[3] == 0 || $cent[3] == '') && ($dix[3] == 0 || $dix[3] == '') && ($unite[3] == 1)) { /**/ } elseif(($cent[3] != 0 && $cent[3] != '') || ($dix[3] != 0 && $dix[3] != '') || ($unite[3] != 0 && $unite[3] != '')) { /**/ } else { /**/ }
/htdocs/core/modules/dons/html_cerfafr.modules.php:3981elseif(($cent[3] != 0 && $cent[3] != '') || ($dix[3] != 0 && $dix[3] != '') || ($unite[3] != 0 && $unite[3] != '')) { /**/ } else { /**/ }
/htdocs/core/lib/customreports.lib.php:1031if(!empty($extrafields->attributes[$object->table_element]['totalizable'][$key]) && (!isset($extrafields->attributes[$object->table_element]['enabled'][$key]) || (int) dol_eval($extrafields->attributes[$object->table_element]['enabled'][$key], 1, 1, '1'))) { /**/ }
/htdocs/main.inc.php:10491if($resultFetchUser <= 0 || ($user->flagdelsessionsbefore && !empty($_SESSION["dol_logindate"]) && $user->flagdelsessionsbefore > $_SESSION["dol_logindate"]) || ($user->status != $user::STATUS_ENABLED) || ($user->isNotIntoValidityDateRange( ))) { /**/ } else { /**/ }
/htdocs/core/lib/usergroups.lib.php:1461if((isModEnabled('salaries') && $user->hasRight('salaries', 'read')) || (isModEnabled('hrm') && $user->hasRight('hrm', 'employee', 'read')) || (isModEnabled('expensereport') && $user->hasRight('expensereport', 'lire') && ($user->id == $object->id || $user->hasRight('expensereport', 'readall'))) || (isModEnabled('holiday') && $user->hasRight('holiday', 'read') && ($user->id == $object->id || $user->hasRight('holiday', 'readall')))) { /**/ }
/htdocs/main.inc.php:6131if((!empty($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'POST') || $sensitiveget || GETPOSTISSET('massaction') || ((GETPOSTISSET('actionlogin') || GETPOSTISSET('action')) && defined('CSRFCHECK_WITH_TOKEN'))) { /**/ }
/htdocs/core/class/html.formfile.class.php:18111if(!is_dir($file['name']) && $file['name'] != '.' && $file['name'] != '..' && $file['name'] != 'CVS' && !preg_match('/\.meta$/i', $file['name'])) { /**/ }
/htdocs/core/class/hookmanager.class.php:1721if(in_array($method, array('createFrom', 'dashboardAccountancy', 'dashboardActivities', 'dashboardCommercials', 'dashboardContracts', 'dashboardDonation', 'dashboardEmailings', 'dashboardExpenseReport', 'dashboardHRM', 'dashboardInterventions', 'dashboardMRP', 'dashboardMembers', 'dashboardOpensurvey', 'dashboardOrders', 'dashboardOrdersSuppliers', 'dashboardProductServices', 'dashboardProjects', 'dashboardPropals', 'dashboardSpecialBills', 'dashboardSupplierProposal', 'dashboardThirdparties', 'dashboardTickets', 'dashboardUsersGroups', 'dashboardWarehouse', 'dashboardWarehouseReceptions', 'dashboardWarehouseSendings', 'insertExtraHeader', 'insertExtraFooter', 'printLeftBlock', 'formAddObjectLine', 'formBuilddocOptions', 'showSocinfoOnPrint'))) { /**/ }
/htdocs/core/class/commondocgenerator.class.php:17111if(!empty($extrafields->attributes[$object->table_element]) && is_array($extrafields->attributes[$object->table_element]) && array_key_exists('label', $extrafields->attributes[$object->table_element]) && is_array($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/core/class/html.formmail.class.php:18791if(!empty($extrafields->attributes[$product->table_element]['label']) && is_array($extrafields->attributes[$product->table_element]['label']) && count($extrafields->attributes[$product->table_element]['label']) > 0) { /**/ }
/htdocs/core/class/html.formmail.class.php:6001if(!($this->fromtype === 'user' && $this->fromid > 0) && !($this->fromtype === 'company') && !($this->fromtype === 'robot') && !preg_match('/user_aliases/', $this->fromtype) && !preg_match('/global_aliases/', $this->fromtype) && !preg_match('/senderprofile/', $this->fromtype)) { /**/ } else { /**/ }
/htdocs/core/class/commonobject.class.php:98501if(array_key_exists('ref', $this->fields) && array_key_exists('notnull', $this->fields['ref']) && $this->fields['ref']['notnull'] > 0 && array_key_exists('default', $this->fields['ref']) && $this->fields['ref']['default'] == '(PROV)') { /**/ }
/htdocs/core/class/commonobject.class.php:98051if(isset($this->fields[$key]['notnull']) && $this->fields[$key]['notnull'] == 1 && (!isset($values[$key]) || $values[$key] === 'NULL') && !is_null($this->fields[$key]['default'])) { /**/ }
/htdocs/core/class/commonobject.class.php:97971if(isset($this->fields[$key]['notnull']) && $this->fields[$key]['notnull'] == 1 && (!isset($values[$key]) || $values[$key] === 'NULL') && is_null($this->fields[$key]['default'])) { /**/ }
/htdocs/core/class/commonobject.class.php:93101if($photo_vignette && (image_format_supported($photo) > 0) && ((isset($this->imgWidth) && $this->imgWidth > $maxWidth) || (isset($this->imgHeight) && $this->imgHeight > $maxHeight))) { /**/ }
/htdocs/core/class/commonobject.class.php:85961if(is_array($extrafields->attributes[$this->table_element]) && array_key_exists('label', $extrafields->attributes[$this->table_element]) && is_array($extrafields->attributes[$this->table_element]['label']) && count($extrafields->attributes[$this->table_element]['label']) > 0) { /**/ }
/htdocs/core/class/commonobject.class.php:42521if($loadalsoobjects && $this->id > 0 && $sourceid == $this->id && $sourcetype == $this->element && $targetid == $this->id && $targettype == $this->element && $clause == 'OR') { /**/ }
/htdocs/core/class/commonpeople.class.php:1982if(!empty($this->phone) || !empty($this->phone_pro) || !empty($this->phone_mobile) || !empty($this->phone_perso) || !empty($this->fax) || !empty($this->office_phone) || !empty($this->user_mobile) || !empty($this->office_fax)) { /**/ }
/htdocs/core/class/extrafields.class.php:21721if(empty($enabled) || ($onlykey === '@GETPOSTISSET' && in_array($this->attributes[$object->table_element]['type'][$key], array('boolean', 'checkbox', 'chkbxlst')) && in_array(abs($enabled), array(2, 5)) && !GETPOSTISSET('options_' . $key))) { /**/ }
/htdocs/core/class/extrafields.class.php:21481if(!empty($onlykey) && $onlykey == '@GETPOSTISSET' && !GETPOSTISSET('options_' . $key) && (!in_array($this->attributes[$object->table_element]['type'][$key], array('boolean', 'checkbox', 'chkbxlst')))) { /**/ }
/htdocs/main.inc.php:13721if((!empty($conf->browser->layout) && $conf->browser->layout == 'phone') || (!empty($_SESSION['dol_screenwidth']) && $_SESSION['dol_screenwidth'] < 400) || (!empty($_SESSION['dol_screenheight']) && $_SESSION['dol_screenheight'] < 400 || getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER'))) { /**/ }
/htdocs/core/lib/functions.lib.php:27871if(getDolGlobalString('MAIN_SHOW_TECHNICAL_ID') && (getDolGlobalString('MAIN_SHOW_TECHNICAL_ID') == '1' || preg_match('/' . preg_quote($object->element, '/') . '/i', $conf->global->MAIN_SHOW_TECHNICAL_ID)) && !empty($object->id)) { /**/ }
/htdocs/core/lib/functions.lib.php:46511if(empty($srconly) && in_array($pictowithouttext, array('1downarrow', '1uparrow', '1leftarrow', '1rightarrow', '1uparrow_selected', '1downarrow_selected', '1leftarrow_selected', '1rightarrow_selected', 'accountancy', 'accounting_account', 'account', 'accountline', 'action', 'add', 'address', 'ai', 'angle-double-down', 'angle-double-up', 'asset', 'bank_account', 'barcode', 'bank', 'bell', 'bill', 'billa', 'billr', 'billd', 'birthday-cake', 'bom', 'bookcal', 'bookmark', 'briefcase-medical', 'bug', 'building', 'card', 'calendarlist', 'calendar', 'calendarmonth', 'calendarweek', 'calendarday', 'calendarperuser', 'calendarpertype', 'cash-register', 'category', 'chart', 'check', 'clock', 'clone', 'close_title', 'code', 'cog', 'collab', 'company', 'contact', 'country', 'contract', 'conversation', 'cron', 'cross', 'cubes', 'check-circle', 'check-square', 'currency', 'multicurrency', 'chevron-left', 'chevron-right', 'chevron-down', 'chevron-top', 'commercial', 'companies', 'delete', 'dolly', 'dollyrevert', 'donation', 'download', 'dynamicprice', 'edit', 'ellipsis-h', 'email', 'entity', 'envelope', 'eraser', 'establishment', 'expensereport', 'external-link-alt', 'external-link-square-alt', 'eye', 'filter', 'file', 'file-o', 'file-code', 'file-export', 'file-import', 'file-upload', 'autofill', 'folder', 'folder-open', 'folder-plus', 'font', 'gears', 'generate', 'generic', 'globe', 'globe-americas', 'graph', 'grip', 'grip_title', 'group', 'hands-helping', 'help', 'holiday', 'id-card', 'images', 'incoterm', 'info', 'intervention', 'inventory', 'intracommreport', 'jobprofile', 'key', 'knowledgemanagement', 'label', 'language', 'layout', 'line', 'link', 'list', 'list-alt', 'listlight', 'loan', 'lock', 'lot', 'long-arrow-alt-right', 'margin', 'map-marker-alt', 'member', 'meeting', 'minus', 'money-bill-alt', 'movement', 'mrp', 'note', 'next', 'off', 'on', 'order', 'paiment', 'paragraph', 'play', 'pdf', 'phone', 'phoning', 'phoning_mobile', 'phoning_fax', 'playdisabled', 'previous', 'poll', 'pos', 'printer', 'product', 'propal', 'proposal', 'puce', 'stock', 'resize', 'service', 'stats', 'trip', 'security', 'setup', 'share-alt', 'sign-out', 'split', 'stripe', 'stripe-s', 'switch_off', 'switch_on', 'switch_on_warning', 'switch_on_red', 'tools', 'unlink', 'uparrow', 'user', 'user-tie', 'vcard', 'wrench', 'github', 'google', 'jabber', 'microsoft', 'skype', 'twitter', 'facebook', 'linkedin', 'instagram', 'snapchat', 'youtube', 'google-plus-g', 'whatsapp', 'generic', 'home', 'hrm', 'members', 'products', 'invoicing', 'partnership', 'payment', 'payment_vat', 'pencil-ruler', 'pictoconfirm', 'preview', 'project', 'projectpub', 'projecttask', 'question', 'refresh', 'region', 'salary', 'shipment', 'state', 'supplier_invoice', 'supplier_invoicea', 'supplier_invoicer', 'supplier_invoiced', 'technic', 'ticket', 'error', 'warning', 'recent', 'reception', 'recruitmentcandidature', 'recruitmentjobposition', 'replacement', 'resource', 'recurring', 'rss', 'shapes', 'skill', 'square', 'sort-numeric-down', 'stop-circle', 'supplier', 'supplier_proposal', 'supplier_order', 'supplier_invoice', 'timespent', 'title_setup', 'title_accountancy', 'title_bank', 'title_hrm', 'title_agenda', 'uncheck', 'url', 'user-cog', 'user-injured', 'user-md', 'vat', 'website', 'workstation', 'webhook', 'world', 'private', 'conferenceorbooth', 'eventorganization', 'stamp', 'signature', 'webportal'))) { /**/ }
/htdocs/core/lib/company.lib.php:22872if($histo[$key]['percent'] > 0 && $histo[$key]['percent'] < 100 && !$histo[$key]['dateend'] && $histo[$key]['datestart'] && $histo[$key]['datestart'] < ($now - $delay_warning)) { /**/ }
/htdocs/core/lib/functions.lib.php:7701if(!empty($_GET['action']) && (preg_match('/^create/', $_GET['action']) || preg_match('/^presend/', $_GET['action'])) && !isset($_GET[$paramname]) && !isset($_POST[$paramname])) { /**/ } elseif(!empty($paramname) && !isset($_GET[$paramname]) && !isset($_POST[$paramname])) { /**/ }
/htdocs/core/lib/company.lib.php:22812if($histo[$key]['percent'] == 0 && !$histo[$key]['datestart'] && $histo[$key]['dateend'] && $histo[$key]['datestart'] < ($now - $delay_warning)) { /**/ }
/htdocs/core/lib/company.lib.php:22842if($histo[$key]['percent'] > 0 && $histo[$key]['percent'] < 100 && $histo[$key]['dateend'] && $histo[$key]['dateend'] < ($now - $delay_warning)) { /**/ }
/htdocs/core/lib/company.lib.php:19041elseif(is_object($filterobj) && is_array($filterobj->fields) && is_array($filterobj->fields['rowid']) && ((!empty($filterobj->fields['ref']) && is_array($filterobj->fields['ref'])) || (!empty($filterobj->fields['label']) && is_array($filterobj->fields['label'])) || (!empty($filterobj->fields['titre']) && is_array($filterobj->fields['titre']))) && $filterobj->table_element && $filterobj->element) { /**/ } elseif(is_object($filterobj)) { /**/ }
/htdocs/core/lib/company.lib.php:20071if(($obj->percent >= 0 and $obj->percent < 100) || ($obj->percent == -1 && (!empty($obj->datep) && $obj->datep > $now))) { /**/ }
/htdocs/core/lib/company.lib.php:11881if(!empty($extrafields->attributes[$contactstatic->table_element]['label']) && is_array($extrafields->attributes[$contactstatic->table_element]['label']) && count($extrafields->attributes[$contactstatic->table_element]['label'])) { /**/ }
/htdocs/core/lib/company.lib.php:18501elseif(is_object($filterobj) && is_array($filterobj->fields) && is_array($filterobj->fields['rowid']) && ((!empty($filterobj->fields['ref']) && is_array($filterobj->fields['ref'])) || (!empty($filterobj->fields['label']) && is_array($filterobj->fields['label'])) || (!empty($filterobj->fields['titre']) && is_array($filterobj->fields['titre']))) && $filterobj->table_element && $filterobj->element) { /**/ }
/htdocs/core/lib/functions2.lib.php:16851if(((int) date("w", mktime(12, 0, 0, 1, 1, (int) date("Y", $jeudiSemaine))) == 4) || (((int) date("w", mktime(12, 0, 0, 1, 1, (int) date("Y", $jeudiSemaine))) == 3) && ((int) date("z", mktime(12, 0, 0, 12, 31, (int) date("Y", $jeudiSemaine))) == 365))) { /**/ } else { /**/ }
/htdocs/core/lib/company.lib.php:1841if((isModEnabled('order') || isModEnabled('propal') || isModEnabled('invoice') || isModEnabled('intervention') || isModEnabled("supplier_proposal") || isModEnabled("supplier_order") || isModEnabled("supplier_invoice")) && !getDolGlobalString('THIRDPARTIES_DISABLE_RELATED_OBJECT_TAB')) { /**/ }
/htdocs/core/lib/admin.lib.php:10241if(preg_match('/dol_login/i', $sessValues) && (preg_match('/dol_entity\|i:' . $conf->entity . ';/i', $sessValues) || preg_match('/dol_entity\|s:([0-9]+):"' . $conf->entity . '"/i', $sessValues)) && preg_match('/dol_company\|s:([0-9]+):"(' . getDolGlobalString('MAIN_INFO_SOCIETE_NOM') . ')"/i', $sessValues)) { /**/ }
/htdocs/core/lib/treeview.lib.php:1871elseif(!empty($tab[$x]['rowid']) && $tab[$x]['fk_menu'] == -1 && $tab[$x]['fk_mainmenu'] == $pere['mainmenu'] && $tab[$x]['fk_leftmenu'] == $pere['leftmenu']) { /**/ }
/htdocs/core/lib/barcode.lib.php:1391elseif((preg_match("/^ean$/i", $encoding)) || (($encoding) && (preg_match("/^isbn$/i", $encoding)) && ((strlen($code) == 9 || strlen($code) == 10) || (((preg_match("/^978/", $code) && strlen($code) == 12) || (strlen($code) == 13))))) || ((!isset($encoding) || !$encoding || (preg_match("/^ANY$/i", $encoding))) && (preg_match("/^[0-9]{12,13}$/", $code)))) { /**/ } elseif(file_exists($genbarcode_loc)) { /**/ } else { /**/ }
/htdocs/core/lib/invoice.lib.php:3481if(($mode == 'customers' && isModEnabled('invoice') && $user->hasRight('facture', 'lire')) || ($mode == 'suppliers' && (isModEnabled('fournisseur') || isModEnabled('supplier_invoice')) && $user->hasRight('fournisseur', 'facture', 'lire'))) { /**/ }
/htdocs/compta/facture/card.php:14031if((GETPOST('type') == Facture::TYPE_STANDARD || GETPOST('type') == Facture::TYPE_DEPOSIT || GETPOST('type') == Facture::TYPE_PROFORMA || (GETPOST('type') == Facture::TYPE_SITUATION && !GETPOST('situations'))) && GETPOST('fac_rec') <= 0) { /**/ }
/htdocs/compta/facture/card.php:8591if(($object->type == Facture::TYPE_CREDIT_NOTE || $object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_SITUATION) && $object->paye == 0 && empty($discountcheck->id)) { /**/ }
/htdocs/compta/facture/card.php:26951if(empty($productid) && (($pu_ht < 0 && !getDolGlobalString('FACTURE_ENABLE_NEGATIVE_LINES')) || $pu_ht == '') && (($pu_ht_devise < 0 && !getDolGlobalString('FACTURE_ENABLE_NEGATIVE_LINES')) || $pu_ht_devise == '') && $pu_ttc === '' && $pu_ttc_devise === '' && $object->type != Facture::TYPE_CREDIT_NOTE) { /**/ }
/htdocs/compta/facture/card.php:21761if($prod_entry_mode == 'free' && (empty($idprod) || $idprod < 0) && (($price_ht < 0 && !getDolGlobalString('FACTURE_ENABLE_NEGATIVE_LINES')) || $price_ht == '') && (($price_ht_devise < 0 && !getDolGlobalString('FACTURE_ENABLE_NEGATIVE_LINES')) || $price_ht_devise == '') && $price_ttc === '' && $price_ttc_devise === '' && $object->type != Facture::TYPE_CREDIT_NOTE) { /**/ }
/htdocs/compta/facture/card.php:29351elseif($action == 'import_lines_from_object' && $usercancreate && $object->status == Facture::STATUS_DRAFT && ($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA || $object->type == Facture::TYPE_SITUATION)) { /**/ }
/htdocs/compta/facture/card.php:28391if(in_array($object->status, array(Facture::STATUS_CLOSED, Facture::STATUS_VALIDATED)) && $object->type == Facture::TYPE_SITUATION && $usercancreate && !$objectidnext && $object->is_last_in_cycle( ) && $usercanunvalidate) { /**/ }
/htdocs/compta/facture/card.php:57771if($object->status == Facture::STATUS_DRAFT && count($object->lines) > 0 && ((($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA || $object->type == Facture::TYPE_SITUATION) && (getDolGlobalString('FACTURE_ENABLE_NEGATIVE') || $object->total_ttc >= 0)) || ($object->type == Facture::TYPE_CREDIT_NOTE && $object->total_ttc <= 0))) { /**/ }
/htdocs/compta/facture/card.php:57501if((($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT) || ($object->type == Facture::TYPE_CREDIT_NOTE && empty($discount->id)) || ($object->type == Facture::TYPE_DEPOSIT && empty($discount->id)) || ($object->type == Facture::TYPE_SITUATION && empty($discount->id))) && ($object->status == Facture::STATUS_CLOSED || $object->status == Facture::STATUS_ABANDONED || ($object->status == 1 && $object->paye == 1)) && ((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $usercancreate) || $usercanreopen)) { /**/ }
/htdocs/compta/sociales/card.php:8052if($object->paye == 0 && ((price2num($object->amount) < 0 && price2num($resteapayer, 'MT') < 0) || (price2num($object->amount) > 0 && price2num($resteapayer, 'MT') > 0)) && $user->hasRight('tax', 'charges', 'creer')) { /**/ }
/htdocs/compta/paiement.php:8241if(!empty($amounts[$invoice->id]) && (abs((float) $amounts[$invoice->id]) > abs((float) $amountsresttopay[$invoice->id])) || !empty($multicurrency_amounts[$invoice->id]) && (abs((float) $multicurrency_amounts[$invoice->id]) > abs((float) $multicurrency_amountsresttopay[$invoice->id]))) { /**/ }
/htdocs/compta/tva/card.php:8041if($object->paye == 0 && ((round($resteapayer) <= 0 && $object->amount > 0) || (round($resteapayer) >= 0 && $object->amount < 0)) && $user->hasRight('tax', 'charges', 'creer')) { /**/ }
/htdocs/compta/tva/card.php:7992if($object->paye == 0 && ((price2num($object->amount) < 0 && price2num($resteapayer, 'MT') < 0) || (price2num($object->amount) > 0 && price2num($resteapayer, 'MT') > 0)) && $user->hasRight('tax', 'charges', 'creer')) { /**/ }
/htdocs/compta/bank/bankentries_list.php:61415if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/compta/bank/bankentries_list.php:2471if((GETPOST('confirm_savestatement', 'alpha') || GETPOST('confirm_reconcile', 'alpha')) && (GETPOST("num_releve", "alpha") || !empty($rowids)) && $user->hasRight('banque', 'consolidate') && (!GETPOSTISSET('pageplusone') || (GETPOST('pageplusone') == GETPOST('pageplusoneold')))) { /**/ }
/htdocs/compta/facture/card.php:2591if($object->status == Facture::STATUS_CLOSED || ($object->status == Facture::STATUS_ABANDONED && ($object->close_code != 'replaced' || $object->getIdReplacingInvoice( ) == 0)) || ($object->status == Facture::STATUS_VALIDATED && $object->paye == 1)) { /**/ }
/htdocs/compta/bank/list.php:21115if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/compta/facture/card.php:59421if(($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA) && $object->status == 0 && $usercancreate) { /**/ }
/htdocs/compta/facture/card.php:59501if(in_array($object->status, array(Facture::STATUS_CLOSED, Facture::STATUS_VALIDATED)) && $object->type == Facture::TYPE_SITUATION && $usercancreate && !$objectidnext && $object->situation_counter > 1 && $object->is_last_in_cycle( ) && $usercanunvalidate) { /**/ }
/htdocs/compta/facture/card.php:60531if($usercancreate && $object->status == Facture::STATUS_DRAFT && ($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_PROFORMA || $object->type == Facture::TYPE_SITUATION)) { /**/ }
/htdocs/compta/facture/card-rec.php:8291if(((getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !$user->hasRight('produit', 'ignore_price_min_advance')) || !getDolGlobalString('MAIN_USE_ADVANCED_PERMS')) && (($typeinvoice == Facture::TYPE_STANDARD || $typeinvoice == Facture::TYPE_REPLACEMENT) && $price_min && ((float) price2num($pu_ht) * (1 - (float) $remise_percent / 100) < (float) price2num($price_min)))) { /**/ }
/htdocs/compta/facture/list.php:67845if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/compta/facture/list.php:19154if(isModEnabled('margin') && (!empty($arrayfields['total_pa']['checked']) || !empty($arrayfields['total_margin']['checked']) || !empty($arrayfields['total_margin_rate']['checked']) || !empty($arrayfields['total_mark_rate']['checked']))) { /**/ }
/htdocs/compta/facture/class/api_invoices.class.php:11631if(($this->invoice->type == Facture::TYPE_CREDIT_NOTE || $this->invoice->type == Facture::TYPE_STANDARD) && $this->invoice->paye == 0 && empty($discountcheck->id)) { /**/ }
/htdocs/compta/facture/class/facture.class.php:12951if(dol_mktime(0, 0, 0, $start['mon'], $start['mday'], $start['year'], 'gmt') == $first && dol_mktime(23, 59, 59, $end['mon'], $end['mday'], $end['year'], 'gmt') == $last) { /**/ }
/htdocs/compta/facture/card.php:58471if($object->type == Facture::TYPE_CREDIT_NOTE || $object->type == Facture::TYPE_DEPOSIT || $object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_SITUATION) { /**/ }
/htdocs/compta/facture/card.php:58581if(($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_SITUATION) && $object->status == Facture::STATUS_VALIDATED && empty($object->paye) && $resteapayer < 0 && $usercancreate && empty($discount->id)) { /**/ }
/htdocs/compta/facture/card.php:58621if($object->type == Facture::TYPE_CREDIT_NOTE && $object->status == Facture::STATUS_VALIDATED && $object->paye == 0 && $usercancreate && (getDolGlobalString('INVOICE_ALLOW_REUSE_OF_CREDIT_WHEN_PARTIALLY_REFUNDED') || $sumofpayment == 0) && $object->total_ht < 0) { /**/ }
/htdocs/compta/facture/card.php:58711if(price2num($object->total_ttc, 'MT') == price2num($sumofpaymentall, 'MT') || getDolGlobalInt('DEPOSIT_AS_CREDIT_AVAILABLE_EVEN_UNPAID') || ($object->type == Facture::STATUS_ABANDONED && in_array($object->close_code, array('bankcharge', 'discount_vat', 'other')))) { /**/ } else { /**/ }
/htdocs/compta/facture/card.php:58801if($object->status == Facture::STATUS_VALIDATED && $object->paye == 0 && $usercanissuepayment && (($object->type != Facture::TYPE_CREDIT_NOTE && $object->type != Facture::TYPE_DEPOSIT && ($resteapayer <= 0 || (getDolGlobalString('INVOICE_CAN_SET_PAID_EVEN_IF_PARTIALLY_PAID') && $object->total_ttc == $resteapayer))) || ($object->type == Facture::TYPE_CREDIT_NOTE && $resteapayer >= 0) || ($object->type == Facture::TYPE_DEPOSIT && $object->total_ttc > 0))) { /**/ }
/htdocs/compta/facture/card.php:58971if($object->status == Facture::STATUS_VALIDATED && $object->paye == 0 && $resteapayer > 0 && (!getDolGlobalString('INVOICE_CAN_SET_PAID_EVEN_IF_PARTIALLY_PAID') || $resteapayer != $object->total_ttc) && $usercanissuepayment) { /**/ }
/htdocs/compta/facture/card.php:59131if(($object->type == Facture::TYPE_STANDARD || ($object->type == Facture::TYPE_DEPOSIT && !getDolGlobalString('FACTURE_DEPOSITS_ARE_JUST_PAYMENTS')) || $object->type == Facture::TYPE_PROFORMA) && $object->status > 0 && $usercancreate) { /**/ }
/htdocs/compta/facture/card.php:59201if($object->status > Facture::STATUS_DRAFT && $object->type == Facture::TYPE_SITUATION && ($object->total_ttc - $totalpaid - $totalcreditnotes - $totaldeposits) > 0 && $usercancreate && !$objectidnext && $object->is_last_in_cycle( ) && getDolGlobalInt('INVOICE_USE_SITUATION_CREDIT_NOTE')) { /**/ }
/htdocs/asset/model/list.php:24930if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/asset/model/list.php:23145if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/asset/model/card.php:3094if(abs($val['visible']) != 1 && abs($val['visible']) != 3 && abs($val['visible']) != 4 && abs($val['visible']) != 5) { /**/ }
/htdocs/asset/model/card.php:1411if(($action == 'edit' && !($permissiontoadd && $object->status == $object::STATUS_DRAFT)) || ($action == 'confirm_setdraft' && !($permissiontoadd && $object->status != $object::STATUS_DRAFT)) || ($action == 'confirm_validate' && !($permissiontoadd && $object->status != $object::STATUS_VALIDATED)) || ($action == 'confirm_close' && !($permissiontoadd && $object->status != $object::STATUS_CANCELED))) { /**/ }
/htdocs/asset/class/assetdepreciationoptions.class.php:1741if(!empty($this->deprecation_options[$info[0]][$info[1]]) && $this->deprecation_options[$info[0]][$info[1]] != $info[2] && isset($this->fields[$field_key]['notnull'])) { /**/ }
/htdocs/asset/class/asset.class.php:4781if($result > 0 && ($this->date_start != $this->oldcopy->date_start || $this->acquisition_value_ht != $this->oldcopy->acquisition_value_ht || $this->reversal_date != $this->oldcopy->reversal_date || $this->reversal_amount_ht != $this->oldcopy->reversal_amount_ht || ($this->fk_asset_model > 0 && $this->fk_asset_model != $this->oldcopy->fk_asset_model))) { /**/ }
/htdocs/asset/model/list.php:54834if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/asset/model/list.php:25028if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/asset/list.php:25030if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/asset/list.php:23245if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/core/boxes/box_services_contracts.php:1381if($contractstatic->statut == Contrat::STATUS_VALIDATED && $objp->contractline_status == ContratLigne::STATUS_OPEN && !empty($dateline) && ($dateline + $conf->contrat->services->expires->warning_delay) < $now) { /**/ }
/htdocs/core/ajax/ajaxdirtree.php:4221if($file != '.' && $file != '..' && ((!empty($val['fullrelativename']) && $val['id'] >= 0) || dol_is_dir($fullpathselecteddir . (preg_match('/\/$/', $fullpathselecteddir) ? '' : '/') . $file))) { /**/ }
/htdocs/asset/tpl/depreciation_view.tpl.php:802if(abs($field_info['visible']) != 1 && abs($field_info['visible']) != 3 && abs($field_info['visible']) != 4 && abs($field_info['visible']) != 5) { /**/ }
/htdocs/asset/tpl/depreciation_options_view.tpl.php:802if(abs($field_info['visible']) != 1 && abs($field_info['visible']) != 3 && abs($field_info['visible']) != 4 && abs($field_info['visible']) != 5) { /**/ }
/htdocs/asset/list.php:54534if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/asset/list.php:25128if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/fourn/paiement/list.php:53934if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/don/paiement/list.php:49534if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/fourn/paiement/card.php:1041if($action == 'confirm_validate' && $confirm == 'yes' && ((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && ($user->hasRight("fournisseur", "facture", "creer") || $user->hasRight("supplier_invoice", "creer"))) || (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight("fournisseur", "supplier_invoice_advance", "validate")))) { /**/ }
/htdocs/fourn/paiement/card.php:3691if((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && ($user->hasRight("fournisseur", "facture", "creer") || $user->hasRight("supplier_invoice", "creer"))) || (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight("fournisseur", "supplier_invoice_advance", "validate"))) { /**/ }
/htdocs/commande/list_det.php:42215if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/commande/list_det.php:14734if(isModEnabled('margin') && (!empty($arrayfields['total_pa']['checked']) || !empty($arrayfields['total_margin']['checked']) || !empty($arrayfields['total_margin_rate']['checked']) || !empty($arrayfields['total_mark_rate']['checked']))) { /**/ }
/htdocs/commande/list.php:86315if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/commande/list.php:20344if(isModEnabled('margin') && (!empty($arrayfields['total_pa']['checked']) || !empty($arrayfields['total_margin']['checked']) || !empty($arrayfields['total_margin_rate']['checked']) || !empty($arrayfields['total_mark_rate']['checked']))) { /**/ }
/htdocs/fourn/facture/card.php:41021if($object->type == FactureFournisseur::TYPE_STANDARD && empty($object->paid) && ($object->total_ttc - $totalpaid - $totalcreditnotes - $totaldeposits) < 0 && $usercancreate && empty($discount->id)) { /**/ }
/htdocs/fourn/facture/card.php:41061if($object->type == FactureFournisseur::TYPE_CREDIT_NOTE && $object->status == 1 && $object->paid == 0 && $usercancreate && (getDolGlobalString('SUPPLIER_INVOICE_ALLOW_REUSE_OF_CREDIT_WHEN_PARTIALLY_REFUNDED') || $object->getSommePaiement( ) == 0)) { /**/ }
/htdocs/fourn/commande/list.php:81315if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/fourn/facture/card.php:40461if(($object->type == FactureFournisseur::TYPE_STANDARD || $object->type == FactureFournisseur::TYPE_REPLACEMENT || ($object->type == FactureFournisseur::TYPE_CREDIT_NOTE && empty($discount->id)) || ($object->type == FactureFournisseur::TYPE_DEPOSIT && empty($discount->id))) && ($object->status == FactureFournisseur::STATUS_CLOSED || $object->status == FactureFournisseur::STATUS_ABANDONED)) { /**/ }
/htdocs/fourn/facture/list.php:47745if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/fourn/class/fournisseur.commande.class.php:7641if((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && ($user->hasRight("fournisseur", "commande", "creer") || $user->hasRight("supplier_order", "creer"))) || (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight("fournisseur", "supplier_order_advance", "validate"))) { /**/ } else { /**/ }
/htdocs/fourn/facture/card.php:41181if($object->status == FactureFournisseur::STATUS_VALIDATED && $object->paid == 0 && (($object->type != FactureFournisseur::TYPE_CREDIT_NOTE && $object->type != FactureFournisseur::TYPE_DEPOSIT && ($resteapayer <= 0 || (getDolGlobalString('SUPPLIER_INVOICE_CAN_SET_PAID_EVEN_IF_PARTIALLY_PAID') && $object->total_ttc == $resteapayer))) || ($object->type == FactureFournisseur::TYPE_CREDIT_NOTE && $resteapayer >= 0) || ($object->type == FactureFournisseur::TYPE_DEPOSIT && $object->total_ttc > 0 && ($resteapayer == 0 || (getDolGlobalString('SUPPLIER_INVOICE_CAN_SET_PAID_EVEN_IF_PARTIALLY_PAID') && $object->total_ttc == $resteapayer))))) { /**/ }
/htdocs/fourn/facture/card-rec.php:8051if(((getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !$user->hasRight("produit", "ignore_price_min_advance")) || !getDolGlobalString('MAIN_USE_ADVANCED_PERMS')) && $price_min && (price2num($pu_ht) * (1 - $remise_percent / 100) < price2num($price_min))) { /**/ }
/htdocs/expedition/class/expedition.class.php:14182if(!$error && isModEnabled('stock') && ((getDolGlobalString('STOCK_CALCULATE_ON_SHIPMENT') && $this->statut > self::STATUS_DRAFT) || (getDolGlobalString('STOCK_CALCULATE_ON_SHIPMENT_CLOSE') && $this->statut == self::STATUS_CLOSED && $also_update_stock))) { /**/ }
/htdocs/modulebuilder/template/myobject_list.php:60840elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/modulebuilder/template/myobject_list.php:67240elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/modulebuilder/template/myobject_list.php:70034if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/expedition/class/expedition.class.php:12212if(!$error && isModEnabled('stock') && ((getDolGlobalString('STOCK_CALCULATE_ON_SHIPMENT') && $this->statut > self::STATUS_DRAFT) || (getDolGlobalString('STOCK_CALCULATE_ON_SHIPMENT_CLOSE') && $this->statut == self::STATUS_CLOSED && $also_update_stock))) { /**/ }
/htdocs/webhook/target_list.php:60540elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/webhook/target_list.php:54040elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/modulebuilder/admin/setup.php:501if($res1 < 0 || $res2 < 0 || $res3 < 0 || $res4 < 0 || $res5 < 0 || $res6 < 0 || $res7 < 0 || $res8 < 0) { /**/ } else { /**/ }
/htdocs/webhook/target_list.php:63434if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/webhook/target_list.php:24645if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/webhook/target_list.php:26528if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/webhook/target_list.php:26430if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/workstation/workstation_list.php:63734if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/workstation/workstation_list.php:60140elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/workstation/workstation_list.php:52540elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/workstation/workstation_list.php:27228if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/workstation/workstation_list.php:27130if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/workstation/workstation_list.php:24745if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/main.inc.php:37921if(!getDolGlobalString('MAIN_FIRST_PING_OK_DATE') || (!empty($conf->file->instance_unique_id) && ($hash_unique_id != $conf->global->MAIN_FIRST_PING_OK_ID) && (getDolGlobalString('MAIN_FIRST_PING_OK_ID') != 'disabled')) || $forceping) { /**/ }
/htdocs/modulebuilder/template/myobject_list.php:32528if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/modulebuilder/template/myobject_list.php:32430if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/modulebuilder/template/myobject_list.php:30645if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/expedition/class/expedition.class.php:4261if($this->create_line($this->lines[$i]->entrepot_id, $this->lines[$i]->origin_line_id, $this->lines[$i]->qty, $this->lines[$i]->rang, $this->lines[$i]->array_options) <= 0) { /**/ }
/htdocs/expedition/list.php:29215if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/expedition/card.php:26931if(getDolGlobalInt('MAIN_SUBMODULE_DELIVERY') && ($object->status == Expedition::STATUS_VALIDATED || $object->status == Expedition::STATUS_CLOSED) && $user->hasRight('expedition', 'delivery', 'creer') && empty($object->linkedObjectsIds['delivery'])) { /**/ }
/htdocs/expedition/card.php:5331elseif(($action == 'settracking_number' || $action == 'settracking_url' || $action == 'settrueWeight' || $action == 'settrueWidth' || $action == 'settrueHeight' || $action == 'settrueDepth' || $action == 'setshipping_method_id') && $user->hasRight('expedition', 'creer')) { /**/ } elseif($action == 'classifybilled') { /**/ } elseif($action == 'classifyclosed') { /**/ } elseif($action == 'deleteline' && !empty($line_id)) { /**/ } elseif($action == 'updateline' && $user->hasRight('expedition', 'creer') && GETPOST('save')) { /**/ } elseif($action == 'updateline' && $user->hasRight('expedition', 'creer') && GETPOST('cancel', 'alpha') == $langs->trans("Cancel")) { /**/ }
/htdocs/expedition/card.php:4651elseif($action == 'confirm_valid' && $confirm == 'yes' && ((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight('expedition', 'creer')) || (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight('expedition', 'shipping_advance', 'validate')))) { /**/ } elseif($action == 'confirm_cancel' && $confirm == 'yes' && $user->hasRight('expedition', 'supprimer')) { /**/ } elseif($action == 'confirm_delete' && $confirm == 'yes' && $user->hasRight('expedition', 'supprimer')) { /**/ } elseif($action == 'setdate_livraison' && $user->hasRight('expedition', 'creer')) { /**/ } elseif(($action == 'settracking_number' || $action == 'settracking_url' || $action == 'settrueWeight' || $action == 'settrueWidth' || $action == 'settrueHeight' || $action == 'settrueDepth' || $action == 'setshipping_method_id') && $user->hasRight('expedition', 'creer')) { /**/ } elseif($action == 'classifybilled') { /**/ } elseif($action == 'classifyclosed') { /**/ } elseif($action == 'deleteline' && !empty($line_id)) { /**/ } elseif($action == 'updateline' && $user->hasRight('expedition', 'creer') && GETPOST('save')) { /**/ } elseif($action == 'updateline' && $user->hasRight('expedition', 'creer') && GETPOST('cancel', 'alpha') == $langs->trans("Cancel")) { /**/ }
/htdocs/install/upgrade.php:2251if($dbversion_totest['type'] == $db->type && (versioncompare($dbversion_totest['version'], $versionarray) == 0 || versioncompare($dbversion_totest['version'], $versionarray) <= -4 || versioncompare($dbversion_totest['version'], $versionarray) >= 4)) { /**/ }
/htdocs/webservices/server_user.php:3581if($fuser->hasRight('user', 'user', 'lire') || ($fuser->hasRight('user', 'self', 'creer') && $id && $id == $fuser->id) || ($fuser->hasRight('user', 'self', 'creer') && $ref && $ref == $fuser->login) || ($fuser->hasRight('user', 'self', 'creer') && $ref_ext && $ref_ext == $fuser->ref_ext)) { /**/ } else { /**/ }
/htdocs/bom/bom_list.php:31045if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/bom/bom_list.php:32830if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/bom/bom_list.php:32928if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/bom/bom_list.php:57140elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/bom/bom_list.php:63440elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/bom/bom_list.php:65934if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/core/actions_linkedfiles.inc.php:391if((GETPOST('sendit', 'alpha') || GETPOST('linkit', 'restricthtml') || ($action == 'confirm_deletefile' && $confirm == 'yes') || ($action == 'confirm_updateline' && GETPOST('save', 'alpha') && GETPOST('link', 'alpha')) || ($action == 'renamefile' && GETPOST('renamefilesave', 'alpha'))) && empty($permissiontoadd)) { /**/ }
/htdocs/core/actions_linkedfiles.inc.php:921if(substr($link, 0, 7) != 'http://' && substr($link, 0, 8) != 'https://' && substr($link, 0, 7) != 'file://' && substr($link, 0, 7) != 'davs://') { /**/ }
/htdocs/core/actions_sendmails.inc.php:1111if(($action == 'send' || $action == 'relance') && !GETPOST('addfile') && !GETPOST('removAll') && !GETPOST('removedfile') && !GETPOST('cancel') && !GETPOST('modelselected')) { /**/ }
/htdocs/core/customreports.php:6841if(!empty($extrafields->attributes[$object->table_element]['totalizable'][$key]) && (!isset($extrafields->attributes[$object->table_element]['enabled'][$key]) || dol_eval($extrafields->attributes[$object->table_element]['enabled'][$key], 1, 1, '1'))) { /**/ }
/htdocs/core/triggers/interface_50_modBlockedlog_ActionsBlockedLog.class.php:881if($action === 'BILL_VALIDATE' || (($action === 'BILL_DELETE' || $action === 'BILL_SENTBYMAIL') && $object->statut != 0) || $action === 'BILL_SUPPLIER_VALIDATE' || (($action === 'BILL_SUPPLIER_DELETE' || $action === 'BILL_SUPPLIER_SENTBYMAIL') && $object->statut != 0) || $action === 'MEMBER_SUBSCRIPTION_CREATE' || $action === 'MEMBER_SUBSCRIPTION_MODIFY' || $action === 'MEMBER_SUBSCRIPTION_DELETE' || $action === 'DON_VALIDATE' || (($action === 'DON_MODIFY' || $action === 'DON_DELETE') && $object->statut != 0) || $action === 'CASHCONTROL_VALIDATE' || (in_array($object->element, array('facture', 'supplier_invoice')) && $action === 'DOC_DOWNLOAD' && $object->statut != 0) || (in_array($object->element, array('facture', 'supplier_invoice')) && $action === 'DOC_PREVIEW' && $object->statut != 0) || (getDolGlobalString('BLOCKEDLOG_ADD_ACTIONS_SUPPORTED') && in_array($action, explode(',', getDolGlobalString('BLOCKEDLOG_ADD_ACTIONS_SUPPORTED'))))) { /**/ }
/htdocs/core/triggers/interface_90_modSociete_ContactRoles.class.php:701if($action === 'PROPAL_CREATE' || $action === 'ORDER_CREATE' || $action === 'BILL_CREATE' || $action === 'ORDER_SUPPLIER_CREATE' || $action === 'BILL_SUPPLIER_CREATE' || $action === 'PROPOSAL_SUPPLIER_CREATE' || $action === 'CONTRACT_CREATE' || $action === 'FICHINTER_CREATE' || $action === 'PROJECT_CREATE' || $action === 'TICKET_CREATE') { /**/ }
/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php:2481if($element->statut == CommandeFournisseur::STATUS_ACCEPTED || $element->statut == CommandeFournisseur::STATUS_ORDERSENT || $element->statut == CommandeFournisseur::STATUS_RECEIVED_PARTIALLY || $element->statut == CommandeFournisseur::STATUS_RECEIVED_COMPLETELY) { /**/ }
/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php:3631if(isModEnabled('order') && isModEnabled("shipping") && !empty($conf->workflow->enabled) && ((getDolGlobalString('WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING') && ($action == 'SHIPPING_VALIDATE')) || (getDolGlobalString('WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING_CLOSED') && ($action == 'SHIPPING_CLOSED')))) { /**/ }
/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php:5191if(!empty($conf->contract->enabled) && isModEnabled('ticket') && isModEnabled('intervention') && !empty($conf->workflow->enabled) && getDolGlobalString('WORKFLOW_TICKET_LINK_CONTRACT') && getDolGlobalString('TICKET_PRODUCT_CATEGORY') && !empty($object->fk_soc)) { /**/ }
/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php:4451if((isModEnabled("fournisseur") || isModEnabled("supplier_order")) && isModEnabled("reception") && isModEnabled('workflow') && ((getDolGlobalString('WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION') && ($action == 'RECEPTION_VALIDATE')) || (getDolGlobalString('WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION_CLOSED') && ($action == 'RECEPTION_CLOSED')))) { /**/ }
/htdocs/core/tpl/commonfields_view.tpl.php:474if(abs($val['visible']) != 1 && abs($val['visible']) != 3 && abs($val['visible']) != 4 && abs($val['visible']) != 5) { /**/ }
/htdocs/core/tpl/object_discounts.tpl.php:651if(!empty($cannotApplyDiscount) || !$isInvoice || $isNewObject || $object->statut > $objclassname::STATUS_DRAFT || $object->type == $objclassname::TYPE_CREDIT_NOTE || $object->type == $objclassname::TYPE_DEPOSIT) { /**/ } else { /**/ }
/htdocs/core/tpl/admin_extrafields_view.tpl.php:1192if($extrafields->attributes[$elementtype]['type'][$key] == 'password' && !empty($extrafields->attributes[$elementtype]['param'][$key]['options']) && array_key_exists('dolcrypt', $extrafields->attributes[$elementtype]['param'][$key]['options'])) { /**/ }
/htdocs/core/tpl/commonfields_view.tpl.php:1394if(abs($val['visible']) != 1 && abs($val['visible']) != 3 && abs($val['visible']) != 4 && abs($val['visible']) != 5) { /**/ }
/htdocs/core/tpl/objectline_view.tpl.php:2001if($object->element == 'propal' || $object->element == 'order' || $object->element == 'facture' || $object->element == 'propal_supplier' || $object->element == 'supplier_proposal' || $object->element == 'commande') { /**/ }
/htdocs/core/tpl/admin_extrafields_view.tpl.php:1862if($extrafields->attributes[$elementtype]['type'][$key] == 'password' && !empty($extrafields->attributes[$elementtype]['param'][$key]['options']) && array_key_exists('dolcrypt', $extrafields->attributes[$elementtype]['param'][$key]['options'])) { /**/ }
/htdocs/core/tpl/objectline_view.tpl.php:4941if($num > 1 && $conf->browser->layout != 'phone' && ((property_exists($this, 'situation_counter') && $this->situation_counter == 1) || empty($this->situation_cycle_ref)) && empty($disablemove)) { /**/ } else { /**/ }
/htdocs/core/tpl/objectline_view.tpl.php:2941if((isset($seller->country_code) && isset($buyer->thirdparty->country_code) && $seller->country_code == $buyer->thirdparty->country_code) || $line->total_localtax2 || $seller->useLocalTax(2)) { /**/ } else { /**/ }
/htdocs/core/tpl/extrafields_view.tpl.php:2021if(($isdraft || !empty($extrafields->attributes[$object->table_element]['alwayseditable'][$tmpkeyextra])) && $permok && $enabled != 5 && ($action != 'edit_extras' || GETPOST('attribute') != $tmpkeyextra) && empty($extrafields->attributes[$object->table_element]['computed'][$tmpkeyextra])) { /**/ }
/htdocs/core/tpl/extrafields_view.tpl.php:631if(empty($reshook) && !empty($object->table_element) && isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/core/class/html.form.class.php:101461if((isset($selected[0]) && is_object($selected[0]) && $selected[0]->id == $obj->rowid) || ((!isset($selected[0]) || !is_object($selected[0])) && !empty($selected) && in_array($obj->rowid, $selected))) { /**/ }
/htdocs/core/class/html.formmargin.class.php:1071if(($object->element == 'facture' && $object->type == $object::TYPE_SITUATION) || ($object->element == 'facture' && $object->type == $object::TYPE_CREDIT_NOTE && getDolGlobalInt('INVOICE_USE_SITUATION_CREDIT_NOTE') && $object->situation_counter > 0)) { /**/ } else { /**/ }
/htdocs/core/class/evalmath.class.php:2711while ($stack->count > 0 and ($o2 = $stack->last( )) and in_array($o2, $ops) and ($ops_r[$op] ? $ops_p[$op] < $ops_p[$o2] : $ops_p[$op] <= $ops_p[$o2])) { /**/ }
/htdocs/core/class/lessc.class.php:31571if($this->literal("-", false) && (($this->variable($inner) && $inner = array("variable", $inner)) || $this->unit($inner) || $this->parenValue($inner))) { /**/ } else { /**/ }
/htdocs/contrat/services_list.php:26615if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/opensurvey/results.php:2061if(GETPOST("nouvelleheuredebut") == "vide" || (GETPOSTISSET("nouvelleheuredebut") && GETPOSTISSET("nouvelleheurefin") && (GETPOST("nouvelleheuredebut") < GETPOST("nouvelleheurefin") || (GETPOST("nouvelleheuredebut") == GETPOST("nouvelleheurefin") && (GETPOST("nouvelleminutedebut") < GETPOST("nouvelleminutefin")))))) { /**/ } else { /**/ }
/htdocs/contrat/card.php:6191if(((getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !$user->hasRight('produit', 'ignore_price_min_advance')) || !getDolGlobalString('MAIN_USE_ADVANCED_PERMS')) && ($price_min && ((float) price2num($pu_ht) * (1 - (float) price2num($remise_percent) / 100) < (float) price2num($price_min)))) { /**/ } else { /**/ }
/htdocs/contrat/list.php:33515if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/opensurvey/list.php:951if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label']) > 0) { /**/ }
/htdocs/opensurvey/wizard/choix_date.php:832if($debutcreneau[0] < 24 && $fincreneau[0] < 24 && $debutcreneau[1] < 60 && $fincreneau[1] < 60 && ($debutcreneau[0] < $fincreneau[0] || ($debutcreneau[0] == $fincreneau[0] && $debutcreneau[1] < $fincreneau[1]))) { /**/ } else { /**/ }
/htdocs/contrat/services_list.php:9251if($db->jdate($obj->date_ouverture_prevue) && ($db->jdate($obj->date_ouverture_prevue) < ($now - $conf->contrat->services->inactifs->warning_delay)) && $obj->statut == 0) { /**/ } else { /**/ }
/htdocs/opensurvey/results.php:11002if(empty($listofanswers[$i]['format']) || !in_array($listofanswers[$i]['format'], array('yesno', 'foragainst')) && isset($sumfor[$i]) && isset($meilleurecolonne) && $sumfor[$i] == $meilleurecolonne) { /**/ } else { /**/ }
/htdocs/opensurvey/wizard/choix_date.php:1761if(count($_SESSION["totalchoixjour"]) == "1" && $tmphoraires0[0] == "" && $tmphoraires0[1] == "" && $tmphoraires0[2] == "" && $tmphoraires0[3] == "" && $tmphoraires0[4] == "") { /**/ }
/htdocs/opensurvey/wizard/choix_date.php:4991if(date("j", $_SESSION["totalchoixjour"][$j]) == $numerojour && date("n", $_SESSION["totalchoixjour"][$j]) == $_SESSION["mois"] && date("Y", $_SESSION["totalchoixjour"][$j]) == $_SESSION["annee"]) { /**/ }
/htdocs/opensurvey/wizard/choix_date.php:962if($debutcreneau[0] < 24 && $fincreneau[0] < 24 && $debutcreneau[1] < 60 && $fincreneau[1] < 60 && ($debutcreneau[0] < $fincreneau[0] || ($debutcreneau[0] == $fincreneau[0] && $debutcreneau[1] < $fincreneau[1]))) { /**/ } else { /**/ }
/htdocs/opensurvey/wizard/choix_date.php:1511if($_SESSION["horaires$i"][0] == "" && $_SESSION["horaires$i"][1] == "" && $_SESSION["horaires$i"][2] == "" && $_SESSION["horaires$i"][3] == "" && $_SESSION["horaires$i"][4] == "") { /**/ } else { /**/ }
/htdocs/holiday/card.php:9631if((in_array($fuserid, $childids) && !$user->hasRight('holiday', 'write')) || (!in_array($fuserid, $childids) && ((getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !$user->hasRight('holiday', 'writeall_advance') || !$user->hasRight('holiday', 'writeall'))))) { /**/ } else { /**/ }
/htdocs/holiday/list.php:31845if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/opensurvey/wizard/choix_date.php:5091if(($numerojour >= $jourAJ && $_SESSION["mois"] == $moisAJ && $_SESSION["annee"] == $anneeAJ) || ($_SESSION["mois"] > $moisAJ && $_SESSION["annee"] == $anneeAJ) || $_SESSION["annee"] > $anneeAJ) { /**/ } else { /**/ }
/htdocs/holiday/card.php:8271if(($object->status == Holiday::STATUS_VALIDATED || $object->status == Holiday::STATUS_APPROVED) && (!empty($user->admin) || $user->id == $object->fk_validator || $cancreate || $cancreateall)) { /**/ }
/htdocs/contact/list.php:50345if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/adherents/cartes/carte.php:11345if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/adherents/cartes/carte.php:8245if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/holiday/card_group.php:3791if((in_array($fuserid, $childids) && !$user->hasRight('holiday', 'writeall')) || (!in_array($fuserid, $childids) && (!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') || !$user->hasRight('holiday', 'writeall_advance')))) { /**/ } else { /**/ }
/htdocs/variants/list.php:53740elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/variants/list.php:27628if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/variants/list.php:27530if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/loan/card.php:7581if(($object->paid == 0 || $object->paid == 2) && ((price2num($object->capital) > 0 && round($staytopay) < 0) || (price2num($object->capital) > 0 && round($staytopay) > 0)) && $user->hasRight('loan', 'write')) { /**/ }
/htdocs/accountancy/journal/bankjournal.php:11391if(getDolGlobalString('ACCOUNTING_ACCOUNT_CUSTOMER') == "" || getDolGlobalString('ACCOUNTING_ACCOUNT_CUSTOMER') == '-1' || getDolGlobalString('ACCOUNTING_ACCOUNT_SUPPLIER') == "" || getDolGlobalString('ACCOUNTING_ACCOUNT_SUPPLIER') == '-1' || getDolGlobalString('SALARIES_ACCOUNTING_ACCOUNT_PAYMENT') == "" || getDolGlobalString('SALARIES_ACCOUNTING_ACCOUNT_PAYMENT') == '-1' || getDolGlobalString('ACCOUNTING_ACCOUNT_EXPENSERERPORT') == "" || getDolGlobalString('ACCOUNTING_ACCOUNT_EXPENSERERPORT') == '-1') { /**/ }
/htdocs/accountancy/index.php:461if(!$user->hasRight('compta', 'resultat', 'lire') && !$user->hasRight('accounting', 'comptarapport', 'lire') && !$user->hasRight('accounting', 'mouvements', 'lire') && !$user->hasRight('asset', 'read') && !$user->hasRight('intracommreport', 'read')) { /**/ }
/htdocs/variants/combinations.php:3501if($prodcomb->delete($user) > 0 && (empty($delete_product) || ($delete_product == 'on' && $prodstatic->fetch($prodcomb->fk_product_child) > 0 && $prodstatic->delete($user) > 0))) { /**/ }
/htdocs/variants/list.php:61140elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/install/step2.php:3501if($db->errno( ) == 'DB_ERROR_KEY_NAME_ALREADY_EXISTS' || $db->errno( ) == 'DB_ERROR_CANNOT_CREATE' || $db->errno( ) == 'DB_ERROR_PRIMARY_KEY_ALREADY_EXISTS' || $db->errno( ) == 'DB_ERROR_TABLE_OR_KEY_ALREADY_EXISTS' || preg_match('/duplicate key name/i', $db->error( ))) { /**/ } else { /**/ }
/htdocs/accountancy/class/accountancyexport.class.php:17881elseif($aIndex + 1 < $aSize && $objectLines[$aIndex + 1]->piece_num == $line->piece_num && $aIndex - 1 < $aSize && $objectLines[$aIndex - 1]->piece_num == $line->piece_num) { /**/ }
/htdocs/accountancy/bookkeeping/list.php:1581if(!in_array($action, array('delmouv', 'delmouvconfirm')) && !GETPOSTISSET('begin') && !GETPOSTISSET('formfilteraction') && GETPOST('page', 'alpha') == '' && !GETPOSTINT('noreset') && $user->hasRight('accounting', 'mouvements', 'export')) { /**/ }
/htdocs/accountancy/bookkeeping/export.php:1631if(!in_array($action, array('export_file', 'delmouv', 'delmouvconfirm')) && !GETPOSTISSET('begin') && !GETPOSTISSET('formfilteraction') && GETPOSTINT('page') == '' && !GETPOSTINT('noreset') && $user->hasRight('accounting', 'mouvements', 'export')) { /**/ }
/htdocs/includes/nusoap/lib/nusoap.php:23671if(($this->scheme == 'http' || $this->scheme == 'ssl') && $this->authtype != 'ntlm' && (!is_array($this->proxy) || $this->proxy['authtype'] != 'ntlm')) { /**/ }
/htdocs/product/inventory/list.php:53740elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/includes/nusoap/lib/nusoap.php:64901if(isset($attrs['maxOccurs']) && ($attrs['maxOccurs'] == 'unbounded' || $attrs['maxOccurs'] > 1) && isset($v) && is_array($v) && $this->isArraySimpleOrStruct($v) == 'arraySimple') { /**/ } else { /**/ }
/htdocs/product/inventory/list.php:59840elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/includes/mobiledetect/mobiledetectlib/Mobile_Detect.php:16711if($this->version('BlackBerry', self::VERSION_TYPE_FLOAT) <= 5.0 || $this->match('MSIEMobile|Windows CE.*Mobile') || $this->version('Windows Mobile', self::VERSION_TYPE_FLOAT) <= 5.2 || $this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT) <= 3.2 || $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT) <= 3.2 || $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT) <= 3.2 || $this->version('IE', self::VERSION_TYPE_FLOAT) <= 7.0 && !$isMobile) { /**/ }
/htdocs/product/inventory/list.php:24830if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/includes/nusoap/lib/nusoap.php:23641if($this->use_curl || ($this->scheme == 'https') || ($this->scheme == 'http' && $this->authtype == 'ntlm') || ($this->scheme == 'http' && is_array($this->proxy) && $this->proxy['authtype'] == 'ntlm')) { /**/ }
/htdocs/product/inventory/list.php:24928if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/includes/mobiledetect/mobiledetectlib/Mobile_Detect.php:15721if($this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT) >= 4.3 || $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT) >= 4.3 || $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT) >= 4.3 || ($this->version('Android', self::VERSION_TYPE_FLOAT) > 2.1 && $this->is('Webkit')) || $this->version('Windows Phone OS', self::VERSION_TYPE_FLOAT) >= 7.5 || $this->is('BlackBerry') && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) >= 6.0 || $this->match('Playbook.*Tablet') || ($this->version('webOS', self::VERSION_TYPE_FLOAT) >= 1.4 && $this->match('Palm|Pre|Pixi')) || $this->match('hp.*TouchPad') || ($this->is('Firefox') && $this->version('Firefox', self::VERSION_TYPE_FLOAT) >= 18) || ($this->is('Chrome') && $this->is('AndroidOS') && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 4.0) || ($this->is('Skyfire') && $this->version('Skyfire', self::VERSION_TYPE_FLOAT) >= 4.1 && $this->is('AndroidOS') && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3) || ($this->is('Opera') && $this->version('Opera Mobi', self::VERSION_TYPE_FLOAT) >= 11.5 && $this->is('AndroidOS')) || $this->is('MeeGoOS') || $this->is('SailfishOS') || $this->is('Tizen') || $this->is('Dolfin') && $this->version('Bada', self::VERSION_TYPE_FLOAT) >= 2.0 || (($this->is('UC Browser') || $this->is('Dolfin')) && $this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3) || ($this->match('Kindle Fire') || $this->is('Kindle') && $this->version('Kindle', self::VERSION_TYPE_FLOAT) >= 3.0) || $this->is('AndroidOS') && $this->is('NookTablet') || $this->version('Chrome', self::VERSION_TYPE_FLOAT) >= 16 && !$isMobile || $this->version('Safari', self::VERSION_TYPE_FLOAT) >= 5.0 && !$isMobile || $this->version('Firefox', self::VERSION_TYPE_FLOAT) >= 10.0 && !$isMobile || $this->version('IE', self::VERSION_TYPE_FLOAT) >= 7.0 && !$isMobile || $this->version('Opera', self::VERSION_TYPE_FLOAT) >= 10 && !$isMobile) { /**/ }
/htdocs/product/stock/productlot_list.php:23645if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/includes/mobiledetect/mobiledetectlib/Mobile_Detect.php:16501if($this->is('iOS') && $this->version('iPad', self::VERSION_TYPE_FLOAT) < 4.3 || $this->is('iOS') && $this->version('iPhone', self::VERSION_TYPE_FLOAT) < 4.3 || $this->is('iOS') && $this->version('iPod', self::VERSION_TYPE_FLOAT) < 4.3 || $this->is('Blackberry') && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) >= 5 && $this->version('BlackBerry', self::VERSION_TYPE_FLOAT) < 6 || ($this->version('Opera Mini', self::VERSION_TYPE_FLOAT) >= 5.0 && $this->version('Opera Mini', self::VERSION_TYPE_FLOAT) <= 7.0 && ($this->version('Android', self::VERSION_TYPE_FLOAT) >= 2.3 || $this->is('iOS'))) || $this->match('NokiaN8|NokiaC7|N97.*Series60|Symbian/3') || $this->version('Opera Mobi', self::VERSION_TYPE_FLOAT) >= 11 && $this->is('SymbianOS')) { /**/ }
/htdocs/product/stock/productlot_list.php:25430if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Units.php:2751elseif($canOverflow = (\in_array($unit, ['month', 'year', ]) && ($overflow === false || ($overflow === null && ($ucUnit = ucfirst($unit) . 's') && !($this->{'local' . $ucUnit . 'Overflow'} ?? static::{'shouldOverflow' . $ucUnit}( )))))) { /**/ }
/htdocs/product/inventory/list.php:62334if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/includes/webklex/php-imap/vendor/illuminate/pagination/AbstractCursorPaginator.php:1721if((is_null($this->cursor) && !$this->hasMore) || (!is_null($this->cursor) && $this->cursor->pointsToNextItems( ) && !$this->hasMore)) { /**/ }
/htdocs/product/class/product.class.php:15021if(($this->type == Product::TYPE_PRODUCT && !$user->hasRight('produit', 'supprimer')) || ($this->type == Product::TYPE_SERVICE && !$user->hasRight('service', 'supprimer'))) { /**/ }
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php:921if($diff->f > 0 && $diff->y === -1 && $diff->m === 11 && $diff->d >= 27 && $diff->h === 23 && $diff->i === 59 && $diff->s === 59) { /**/ } elseif($diff->f < 0) { /**/ }
/htdocs/product/fournisseurs.php:8382if(!empty($extrafields->attributes["product_fournisseur_price"]['list'][$key]) && ($extrafields->attributes["product_fournisseur_price"]['list'][$key] == 1 || $extrafields->attributes["product_fournisseur_price"]['list'][$key] == 3 || ($action == "edit_price" && $extrafields->attributes["product_fournisseur_price"]['list'][$key] == 4))) { /**/ }
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php:11581if(\is_int($interval->days) && $interval->y === 0 && $interval->m === 0 && version_compare(PHP_VERSION, '8.1.0-dev', '<') && abs($interval->d - $daysDiff) === 1) { /**/ }
/htdocs/product/fournisseurs.php:8642if(!empty($extrafields->attributes["product_fournisseur_price"]['list'][$key]) && ($extrafields->attributes["product_fournisseur_price"]['list'][$key] == 1 || $extrafields->attributes["product_fournisseur_price"]['list'][$key] == 3 || ($action == "edit_price" && $extrafields->attributes["product_fournisseur_price"]['list'][$key] == 4))) { /**/ }
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php:6581elseif($this->dateInterval === null && ((\is_string($argument) && preg_match('/^(-?\d(\d(?![\/-])|[^\d\/-]([\/-])?)*|P[T\d].*|(?:\h*\d+(?:\.\d+)?\h*[a-z]+)+)$/i', $argument)) || $argument instanceof DateInterval || $argument instanceof Closure) && $parsedInterval = @CarbonInterval::make($argument)) { /**/ } elseif($this->startDate === null && $parsedDate = $this->makeDateTime($argument)) { /**/ } elseif($this->endDate === null && ($parsedDate = $parsedDate ?? $this->makeDateTime($argument))) { /**/ } elseif($this->recurrences === null && $this->endDate === null && is_numeric($argument)) { /**/ } elseif($this->options === null && (\is_int($argument) || $argument === null)) { /**/ } else { /**/ }
/htdocs/product/list.php:19951if((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) { /**/ } else { /**/ }
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php:441if($diff->s !== 0 || $diff->i !== 0 || $diff->h !== 0 || $diff->d !== 0 || $diff->m !== 0 || $diff->y !== 0) { /**/ }
/htdocs/product/price.php:4861if(!array_key_exists($key, $object->multiprices) || $object->multiprices[$key] != $newprice || $object->multiprices_min[$key] != $newprice_min || $object->multiprices_base_type[$key] != $val['price_base_type'] || $object->multiprices_tva_tx[$key] != $newvattx) { /**/ } else { /**/ }
/htdocs/includes/restler/framework/Luracast/Restler/Data/Validator.php:4261if(isset(static::$preFilters[$info->type]) && (is_scalar($input) || !empty($info->children)) && is_callable($func = static::$preFilters[$info->type])) { /**/ }
/htdocs/product/composition/card.php:6241if((empty($action) || $action == 'view' || $action == 'edit' || $action == 'search' || $action == 're-edit') && ($user->hasRight('produit', 'creer') || $user->hasRight('service', 'creer'))) { /**/ }
/htdocs/includes/webklex/php-imap/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php:18891if(!$this->isEmpty( ) && $this->years <= 0 && $this->months <= 0 && $this->dayz <= 0 && $this->hours <= 0 && $this->minutes <= 0 && $this->seconds <= 0 && $this->microseconds <= 0) { /**/ }
/htdocs/product/inventory/list.php:23045if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/includes/restler/framework/Luracast/Restler/UI/Forms.php:2581if(is_scalar($value) || ($c['type'] == 'array' && is_array($value) && $value == array_values($value)) || is_object($value) && $c['type'] == get_class($value)) { /**/ }
/htdocs/product/fournisseurs.php:12692if(!empty($arrayfields['ef.' . $key]['checked']) && !empty($extrafields->attributes["product_fournisseur_price"]['list'][$key]) && $extrafields->attributes["product_fournisseur_price"]['list'][$key] != 3) { /**/ }
/htdocs/includes/restler/framework/Luracast/Restler/UI/Forms.php:4741if(isset($_POST[static::FORM_KEY]) && ($target = Util::getRequestMethod( ) . ' ' . $restler->url) && isset($_SESSION[static::FORM_KEY][$target]) && $_POST[static::FORM_KEY] == $_SESSION[static::FORM_KEY][$target]) { /**/ }
/htdocs/product/fournisseurs.php:12762if(!empty($arrayfields['ef.' . $key]['checked']) && !empty($extrafields->attributes["product_fournisseur_price"]['list'][$key]) && $extrafields->attributes["product_fournisseur_price"]['list'][$key] != 3) { /**/ }
/htdocs/includes/restler/framework/Luracast/Restler/UI/Forms.php:2431if(is_scalar($value) || ($p['type'] == 'array' && is_array($value) && $value == array_values($value)) || is_object($value) && $p['type'] == get_class($value)) { /**/ }
/htdocs/user/class/api_users.class.php:6112if((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !DolibarrApiAccess::$user->hasRight('user', 'user', 'lire') && empty(DolibarrApiAccess::$user->admin)) || getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !DolibarrApiAccess::$user->hasRight('user', 'group_advance', 'read') && empty(DolibarrApiAccess::$user->admin)) { /**/ }
/htdocs/includes/restler/framework/Luracast/Restler/compatibility/restler2.php:141if($fileInfo->isFile( ) && 'php' === $fileInfo->getExtension( ) && ctype_lower($fileInfo->getBasename('.php')) && preg_match('/^ *(class|interface|abstract +class)' . ' +([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)/m', file_get_contents($fileInfo->getPathname( )), $matches)) /**//*B*/ ?>
/htdocs/user/class/api_users.class.php:5392if((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !DolibarrApiAccess::$user->hasRight('user', 'user', 'lire') && empty(DolibarrApiAccess::$user->admin)) || getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !DolibarrApiAccess::$user->hasRight('user', 'group_advance', 'read') && empty(DolibarrApiAccess::$user->admin)) { /**/ }
/htdocs/includes/restler/framework/Luracast/Restler/Routes.php:5371if(($m = Util::nestedValue($call, 'metadata', 'param', 0)) && !array_key_exists($m['name'], $data) && array_key_exists(Defaults::$fullRequestDataName, $data) && !is_null($d = $data[Defaults::$fullRequestDataName]) && isset($m['type']) && static::typeMatch($m['type'], $d)) { /**/ } else { /**/ }
/htdocs/user/class/user.class.php:38001if(preg_match('/' . $keyfilter1 . '/', $fullpath) || preg_match('/' . $keyfilter2 . '/', $fullpath) || preg_match('/' . $keyfilter3 . '/', $fullpath) || preg_match('/' . $keyfilter4 . '/', $fullpath)) { /**/ }
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:45361if((strlen($v_header_list[$v_nb_extracted]['stored_filename']) > strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) && (substr($v_header_list[$v_nb_extracted]['stored_filename'], 0, strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) == $p_options[PCLZIP_OPT_BY_NAME][$j])) { /**/ } elseif((($v_header_list[$v_nb_extracted]['external'] & 0x00000010) == 0x00000010) && ($v_header_list[$v_nb_extracted]['stored_filename'] . '/' == $p_options[PCLZIP_OPT_BY_NAME][$j])) { /**/ }
/htdocs/user/perms.php:6892if((!empty($object->admin) && !empty($objMod->rights_admin_allowed)) || in_array($obj->id, $permsuser) || (isset($permsgroupbyentitypluszero) && is_array($permsgroupbyentitypluszero) && in_array($obj->id, $permsgroupbyentitypluszero))) { /**/ }
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:32521if((strlen($v_header['stored_filename']) > strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) && (substr($v_header['stored_filename'], 0, strlen($p_options[PCLZIP_OPT_BY_NAME][$j])) == $p_options[PCLZIP_OPT_BY_NAME][$j])) { /**/ }
/htdocs/product/list.php:48615if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:31671if(($p_path == "") || ((substr($p_path, 0, 1) != "/") && (substr($p_path, 0, 3) != "../") && (substr($p_path, 1, 2) != ":/"))) { /**/ }
/htdocs/product/reassortlot.php:34328if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/includes/odtphp/zip/pclzip/pclzip.lib.php:24331if(($p_filedescr_list[$j]['type'] == 'file') || ($p_filedescr_list[$j]['type'] == 'virtual_file') || (($p_filedescr_list[$j]['type'] == 'folder') && (!isset($p_options[PCLZIP_OPT_REMOVE_ALL_PATH]) || !$p_options[PCLZIP_OPT_REMOVE_ALL_PATH]))) { /**/ }
/htdocs/product/reassortlot.php:34230if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Parser/Parser.php:1541if($this->lexer->token['type'] === EmailLexer::S_SP || $this->lexer->token['type'] === EmailLexer::S_HTAB || $this->lexer->token['type'] === EmailLexer::S_CR || $this->lexer->token['type'] === EmailLexer::S_LF || $this->lexer->token['type'] === EmailLexer::CRLF) { /**/ }
/htdocs/product/card.php:25241if((($object->status_batch == '1' && getDolGlobalString('PRODUCTBATCH_LOT_USE_PRODUCT_MASKS') && getDolGlobalString('PRODUCTBATCH_LOT_ADDON') == 'mod_lot_advanced') || ($object->status_batch == '2' && getDolGlobalString('PRODUCTBATCH_SN_ADDON') == 'mod_sn_advanced' && getDolGlobalString('PRODUCTBATCH_SN_USE_PRODUCT_MASKS')))) { /**/ }
/htdocs/includes/swiftmailer/egulias/email-validator/EmailValidator/Parser/DomainPart.php:2571if($this->lexer->token['type'] === EmailLexer::INVALID || $this->lexer->token['type'] === EmailLexer::C_DEL || $this->lexer->token['type'] === EmailLexer::S_LF) { /**/ }
/htdocs/user/list.php:96634if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/StringTable.php:421if(!is_object($cellValue) && ($cellValue !== null) && $cellValue !== '' && !isset($aFlippedStringTable[$cellValue]) && ($cell->getDataType( ) == DataType::TYPE_STRING || $cell->getDataType( ) == DataType::TYPE_STRING2 || $cell->getDataType( ) == DataType::TYPE_NULL)) { /**/ } elseif($cellValue instanceof RichText && ($cellValue !== null) && !isset($aFlippedStringTable[$cellValue->getHashCode( )])) { /**/ }
/htdocs/user/list.php:39145if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php:30891if($conditional->getStyle( )->getFont( )->getName( ) != null || $conditional->getStyle( )->getFont( )->getSize( ) != null || $conditional->getStyle( )->getFont( )->getBold( ) != null || $conditional->getStyle( )->getFont( )->getItalic( ) != null || $conditional->getStyle( )->getFont( )->getSuperscript( ) != null || $conditional->getStyle( )->getFont( )->getSubscript( ) != null || $conditional->getStyle( )->getFont( )->getUnderline( ) != null || $conditional->getStyle( )->getFont( )->getStrikethrough( ) != null || $conditional->getStyle( )->getFont( )->getColor( )->getARGB( ) != null) { /**/ } else { /**/ }
/htdocs/user/card.php:28482if((empty($user->socid) && in_array($id, $childids)) || (isModEnabled('salaries') && $user->hasRight("salaries", "readall")) || (isModEnabled('hrm') && $user->hasRight("hrm", "employee", "read"))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php:14201if(preg_match("/^[A-Z0-9\xc0-\xdc\\.]+$/", $tree['value']) and !preg_match('/^([A-Ia-i]?[A-Za-z])(\d+)$/', $tree['value']) and !preg_match('/^[A-Ia-i]?[A-Za-z](\\d+)\\.\\.[A-Ia-i]?[A-Za-z](\\d+)$/', $tree['value']) and !is_numeric($tree['value']) and !isset($this->ptg[$tree['value']])) { /**/ }
/htdocs/user/card.php:22551if($user->admin && ($user->id != $object->id) && ((!isModEnabled('multicompany') && $nbAdmin >= 1) || (isModEnabled('multicompany') && (($object->entity > 0 || ($user->entity == 0 && $object->entity == 0)) || $nbSuperAdmin > 1)))) { /**/ } else { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php:10471elseif(is_numeric($token) and (!is_numeric($token . $this->lookAhead) or ($this->lookAhead == '')) and ($this->lookAhead !== '!') and ($this->lookAhead !== ':')) { /**/ } elseif(preg_match('/"([^"]|""){0,255}"/', $token) and $this->lookAhead !== '"' and (substr_count($token, '"') % 2 == 0)) { /**/ } elseif(preg_match('/^#[A-Z0\\/]{3,5}[!?]{1}$/', $token) or $token === '#N/A') { /**/ } elseif(preg_match("/^[A-Z0-9\xc0-\xdc\\.]+$/i", $token) and ($this->lookAhead === '(')) { /**/ } elseif(substr($token, -1) === ')') { /**/ }
/htdocs/user/perms.php:6812if((!empty($object->admin) && !empty($objMod->rights_admin_allowed)) || in_array($obj->id, $permsuser) || (isset($permsgroupbyentitypluszero) && is_array($permsgroupbyentitypluszero) && in_array($obj->id, $permsgroupbyentitypluszero))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php:10351elseif(preg_match("/^'" . self::REGEX_SHEET_TITLE_QUOTED . '(\\:' . self::REGEX_SHEET_TITLE_QUOTED . ")?'\\!\\$?[A-Ia-i]?[A-Za-z]\\$?\\d+$/u", $token) and !preg_match('/\d/', $this->lookAhead) and ($this->lookAhead !== ':') and ($this->lookAhead !== '.')) { /**/ } elseif(preg_match('/^(\$)?[A-Ia-i]?[A-Za-z](\$)?\d+:(\$)?[A-Ia-i]?[A-Za-z](\$)?\d+$/', $token) && !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(preg_match('/^' . self::REGEX_SHEET_TITLE_UNQUOTED . '(\\:' . self::REGEX_SHEET_TITLE_UNQUOTED . ')?\\!\$?([A-Ia-i]?[A-Za-z])?\$?\\d+:\$?([A-Ia-i]?[A-Za-z])?\$?\\d+$/u', $token) and !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(preg_match("/^'" . self::REGEX_SHEET_TITLE_QUOTED . '(\\:' . self::REGEX_SHEET_TITLE_QUOTED . ")?'\\!\\$?([A-Ia-i]?[A-Za-z])?\\$?\\d+:\\$?([A-Ia-i]?[A-Za-z])?\\$?\\d+$/u", $token) and !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(is_numeric($token) and (!is_numeric($token . $this->lookAhead) or ($this->lookAhead == '')) and ($this->lookAhead !== '!') and ($this->lookAhead !== ':')) { /**/ } elseif(preg_match('/"([^"]|""){0,255}"/', $token) and $this->lookAhead !== '"' and (substr_count($token, '"') % 2 == 0)) { /**/ } elseif(preg_match('/^#[A-Z0\\/]{3,5}[!?]{1}$/', $token) or $token === '#N/A') { /**/ } elseif(preg_match("/^[A-Z0-9\xc0-\xdc\\.]+$/i", $token) and ($this->lookAhead === '(')) { /**/ } elseif(substr($token, -1) === ')') { /**/ }
/htdocs/user/bank.php:6081if(isModEnabled('salaries') && (($user->hasRight('salaries', 'read') && (in_array($object->id, $childids) || $object->id == $user->id)) || ($user->hasRight('salaries', 'readall')))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php:10321elseif(preg_match('/^' . self::REGEX_SHEET_TITLE_UNQUOTED . '(\\:' . self::REGEX_SHEET_TITLE_UNQUOTED . ')?\\!\$?[A-Ia-i]?[A-Za-z]\$?\\d+$/u', $token) and !preg_match('/\d/', $this->lookAhead) and ($this->lookAhead !== ':') and ($this->lookAhead !== '.')) { /**/ } elseif(preg_match("/^'" . self::REGEX_SHEET_TITLE_QUOTED . '(\\:' . self::REGEX_SHEET_TITLE_QUOTED . ")?'\\!\\$?[A-Ia-i]?[A-Za-z]\\$?\\d+$/u", $token) and !preg_match('/\d/', $this->lookAhead) and ($this->lookAhead !== ':') and ($this->lookAhead !== '.')) { /**/ } elseif(preg_match('/^(\$)?[A-Ia-i]?[A-Za-z](\$)?\d+:(\$)?[A-Ia-i]?[A-Za-z](\$)?\d+$/', $token) && !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(preg_match('/^' . self::REGEX_SHEET_TITLE_UNQUOTED . '(\\:' . self::REGEX_SHEET_TITLE_UNQUOTED . ')?\\!\$?([A-Ia-i]?[A-Za-z])?\$?\\d+:\$?([A-Ia-i]?[A-Za-z])?\$?\\d+$/u', $token) and !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(preg_match("/^'" . self::REGEX_SHEET_TITLE_QUOTED . '(\\:' . self::REGEX_SHEET_TITLE_QUOTED . ")?'\\!\\$?([A-Ia-i]?[A-Za-z])?\\$?\\d+:\\$?([A-Ia-i]?[A-Za-z])?\\$?\\d+$/u", $token) and !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(is_numeric($token) and (!is_numeric($token . $this->lookAhead) or ($this->lookAhead == '')) and ($this->lookAhead !== '!') and ($this->lookAhead !== ':')) { /**/ } elseif(preg_match('/"([^"]|""){0,255}"/', $token) and $this->lookAhead !== '"' and (substr_count($token, '"') % 2 == 0)) { /**/ } elseif(preg_match('/^#[A-Z0\\/]{3,5}[!?]{1}$/', $token) or $token === '#N/A') { /**/ } elseif(preg_match("/^[A-Z0-9\xc0-\xdc\\.]+$/i", $token) and ($this->lookAhead === '(')) { /**/ } elseif(substr($token, -1) === ')') { /**/ }
/htdocs/user/bank.php:4391if((empty($user->socid) && in_array($id, $childids)) || (isModEnabled('salaries') && $user->hasRight('salaries', 'readall')) || (isModEnabled('hrm') && $user->hasRight('hrm', 'employee', 'read'))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php:10301if(preg_match('/^\$?[A-Ia-i]?[A-Za-z]\$?\d+$/', $token) and !preg_match('/\d/', $this->lookAhead) and ($this->lookAhead !== ':') and ($this->lookAhead !== '.') and ($this->lookAhead !== '!')) { /**/ } elseif(preg_match('/^' . self::REGEX_SHEET_TITLE_UNQUOTED . '(\\:' . self::REGEX_SHEET_TITLE_UNQUOTED . ')?\\!\$?[A-Ia-i]?[A-Za-z]\$?\\d+$/u', $token) and !preg_match('/\d/', $this->lookAhead) and ($this->lookAhead !== ':') and ($this->lookAhead !== '.')) { /**/ } elseif(preg_match("/^'" . self::REGEX_SHEET_TITLE_QUOTED . '(\\:' . self::REGEX_SHEET_TITLE_QUOTED . ")?'\\!\\$?[A-Ia-i]?[A-Za-z]\\$?\\d+$/u", $token) and !preg_match('/\d/', $this->lookAhead) and ($this->lookAhead !== ':') and ($this->lookAhead !== '.')) { /**/ } elseif(preg_match('/^(\$)?[A-Ia-i]?[A-Za-z](\$)?\d+:(\$)?[A-Ia-i]?[A-Za-z](\$)?\d+$/', $token) && !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(preg_match('/^' . self::REGEX_SHEET_TITLE_UNQUOTED . '(\\:' . self::REGEX_SHEET_TITLE_UNQUOTED . ')?\\!\$?([A-Ia-i]?[A-Za-z])?\$?\\d+:\$?([A-Ia-i]?[A-Za-z])?\$?\\d+$/u', $token) and !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(preg_match("/^'" . self::REGEX_SHEET_TITLE_QUOTED . '(\\:' . self::REGEX_SHEET_TITLE_QUOTED . ")?'\\!\\$?([A-Ia-i]?[A-Za-z])?\\$?\\d+:\\$?([A-Ia-i]?[A-Za-z])?\\$?\\d+$/u", $token) and !preg_match('/\d/', $this->lookAhead)) { /**/ } elseif(is_numeric($token) and (!is_numeric($token . $this->lookAhead) or ($this->lookAhead == '')) and ($this->lookAhead !== '!') and ($this->lookAhead !== ':')) { /**/ } elseif(preg_match('/"([^"]|""){0,255}"/', $token) and $this->lookAhead !== '"' and (substr_count($token, '"') % 2 == 0)) { /**/ } elseif(preg_match('/^#[A-Z0\\/]{3,5}[!?]{1}$/', $token) or $token === '#N/A') { /**/ } elseif(preg_match("/^[A-Z0-9\xc0-\xdc\\.]+$/i", $token) and ($this->lookAhead === '(')) { /**/ } elseif(substr($token, -1) === ')') { /**/ }
/htdocs/user/list.php:10171if((isModEnabled('salaries') && $user->hasRight("salaries", "read") && in_array($obj->rowid, $childids)) || (isModEnabled('salaries') && $user->hasRight("salaries", "readall")) || (isModEnabled('hrm') && $user->hasRight("hrm", "employee", "read"))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig.php:16103if(((is_numeric($array1[$i])) && (!is_string($array1[$i]))) && ((is_numeric($array2[$i])) && (!is_string($array2[$i])))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig.php:16353if(((is_numeric($array1[$i])) && (!is_string($array1[$i]))) && ((is_numeric($array2[$i])) && (!is_string($array2[$i])))) { /**/ }
/htdocs/user/card.php:19991if($caneditfield && (!isModEnabled('multicompany') || !$user->entity || ($object->entity == $conf->entity) || ($conf->global->MULTICOMPANY_TRANSVERSE_MODE && $object->entity == 1))) { /**/ } elseif($caneditpasswordandsee && !$object->ldap_sid && (!isModEnabled('multicompany') || !$user->entity || ($object->entity == $conf->entity) || ($conf->global->MULTICOMPANY_TRANSVERSE_MODE && $object->entity == 1))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef.php:2911if((!preg_match('/^' . Calculation::CALCULATION_REGEXP_CELLREF . '$/i', $cellAddress1, $matches)) || (($cellAddress2 !== null) && (!preg_match('/^' . Calculation::CALCULATION_REGEXP_CELLREF . '$/i', $cellAddress2, $matches)))) { /**/ }
/htdocs/user/card.php:20071elseif($caneditpasswordandsee && !$object->ldap_sid && (!isModEnabled('multicompany') || !$user->entity || ($object->entity == $conf->entity) || ($conf->global->MULTICOMPANY_TRANSVERSE_MODE && $object->entity == 1))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef.php:7641if((is_numeric($lookup_value) && is_numeric($rowData[$firstColumn]) && ($rowData[$firstColumn] > $lookup_value)) || (!is_numeric($lookup_value) && !is_numeric($rowData[$firstColumn]) && ($firstLower > $lookupLower))) { /**/ }
/htdocs/user/card.php:20241elseif(($user->id != $id && $caneditpasswordandsee) && $object->login && !$object->ldap_sid && ((!isModEnabled('multicompany') && $object->entity == $user->entity) || !$user->entity || ($object->entity == $conf->entity) || ($conf->global->MULTICOMPANY_TRANSVERSE_MODE && $object->entity == 1))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php:5642elseif((($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_FUNCTION) && ($previousToken->getTokenSubType( ) == FormulaToken::TOKEN_SUBTYPE_STOP)) || (($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_SUBEXPRESSION) && ($previousToken->getTokenSubType( ) == FormulaToken::TOKEN_SUBTYPE_STOP)) || ($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_OPERATORPOSTFIX) || ($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_OPERAND)) { /**/ } else { /**/ }
/htdocs/user/card.php:20331elseif(($user->id != $id && $caneditpasswordandsend) && $object->login && !$object->ldap_sid && ((!isModEnabled('multicompany') && $object->entity == $user->entity) || !$user->entity || ($object->entity == $conf->entity) || ($conf->global->MULTICOMPANY_TRANSVERSE_MODE && $object->entity == 1))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:5331if((is_bool($arg)) && ((!Functions::isCellValue($k) && (Functions::getCompatibilityMode( ) === Functions::COMPATIBILITY_EXCEL)) || (Functions::getCompatibilityMode( ) === Functions::COMPATIBILITY_OPENOFFICE))) { /**/ }
/htdocs/user/card.php:20451if($user->id != $id && $candisableuser && $object->statut == 0 && ((!isModEnabled('multicompany') && $object->entity == $user->entity) || !$user->entity || ($object->entity == $conf->entity) || ($conf->global->MULTICOMPANY_TRANSVERSE_MODE && $object->entity == 1))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php:5501if(((is_numeric($arg)) && (!is_string($arg))) || ((is_numeric($arg)) && (!Functions::isCellValue($k)) && (Functions::getCompatibilityMode( ) !== Functions::COMPATIBILITY_GNUMERIC))) { /**/ }
/htdocs/user/card.php:20511if($user->id != $id && $candisableuser && $object->statut == 1 && ((!isModEnabled('multicompany') && $object->entity == $user->entity) || !$user->entity || ($object->entity == $conf->entity) || ($conf->global->MULTICOMPANY_TRANSVERSE_MODE && $object->entity == 1))) { /**/ } else { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig.php:15853if(((is_numeric($array1[$i])) && (!is_string($array1[$i]))) && ((is_numeric($array2[$i])) && (!is_string($array2[$i])))) { /**/ }
/htdocs/user/card.php:20621if($user->id != $id && $candisableuser && ((!isModEnabled('multicompany') && $object->entity == $user->entity) || !$user->entity || ($object->entity == $conf->entity) || ($conf->global->MULTICOMPANY_TRANSVERSE_MODE && $object->entity == 1))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php:45461if((Functions::getCompatibilityMode( ) != Functions::COMPATIBILITY_OPENOFFICE) && ((is_string($operand1) && !is_numeric($operand1) && strlen($operand1) > 0) || (is_string($operand2) && !is_numeric($operand2) && strlen($operand2) > 0))) { /**/ } else { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php:4971if(!((($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_FUNCTION) && ($previousToken->getTokenSubType( ) == FormulaToken::TOKEN_SUBTYPE_STOP)) || (($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_SUBEXPRESSION) && ($previousToken->getTokenSubType( ) == FormulaToken::TOKEN_SUBTYPE_STOP)) || ($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_OPERAND))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php:5091if(!((($nextToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_FUNCTION) && ($nextToken->getTokenSubType( ) == FormulaToken::TOKEN_SUBTYPE_START)) || (($nextToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_SUBEXPRESSION) && ($nextToken->getTokenSubType( ) == FormulaToken::TOKEN_SUBTYPE_START)) || ($nextToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_OPERAND))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php:5452elseif((($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_FUNCTION) && ($previousToken->getTokenSubType( ) == FormulaToken::TOKEN_SUBTYPE_STOP)) || (($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_SUBEXPRESSION) && ($previousToken->getTokenSubType( ) == FormulaToken::TOKEN_SUBTYPE_STOP)) || ($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_OPERATORPOSTFIX) || ($previousToken->getTokenType( ) == FormulaToken::TOKEN_TYPE_OPERAND)) { /**/ } else { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php:9561if(($cost <= 0) || (($salvage / $cost) < 0) || ($life <= 0) || ($period < 1) || ($factor <= 0.0) || ($period > $life)) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php:34692while ($stack->count( ) > 0 && ($o2 = $stack->last( )) && isset(self::$operators[$o2['value']]) && @(self::$operatorAssociativity[$opCharacter] ? self::$operatorPrecedence[$opCharacter] < self::$operatorPrecedence[$o2['value']] : self::$operatorPrecedence[$opCharacter] <= self::$operatorPrecedence[$o2['value']])) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php:37742while ($stack->count( ) > 0 && ($o2 = $stack->last( )) && isset(self::$operators[$o2['value']]) && @(self::$operatorAssociativity[$opCharacter] ? self::$operatorPrecedence[$opCharacter] < self::$operatorPrecedence[$o2['value']] : self::$operatorPrecedence[$opCharacter] <= self::$operatorPrecedence[$o2['value']])) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php:42851elseif((is_numeric($token)) || ($token === null) || (is_bool($token)) || ($token == '') || ($token[0] == '"') || ($token[0] == '#')) { /**/ } elseif(preg_match('/^' . self::CALCULATION_REGEXP_NAMEDRANGE . '$/i', $token, $matches)) { /**/ } else { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/Matrix.php:8275if((is_string($this->A[$i][$j])) && (strlen($this->A[$i][$j]) > 0) && (!is_numeric($this->A[$i][$j]))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/Matrix.php:7675if((is_string($this->A[$i][$j])) && (strlen($this->A[$i][$j]) > 0) && (!is_numeric($this->A[$i][$j]))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/EigenvalueDecomposition.php:5561if(abs($this->H[$m][$m - 1]) * (abs($q) + abs($r)) < $eps * (abs($p) * (abs($this->H[$m - 1][$m - 1]) + abs($z) + abs($this->H[$m + 1][$m + 1])))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/Matrix.php:11245if((is_string($this->A[$i][$j])) && (strlen($this->A[$i][$j]) > 0) && (!is_numeric($this->A[$i][$j]))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/StringHelper.php:2621elseif(defined('PHP_OS') && @stristr(PHP_OS, 'AIX') && defined('ICONV_IMPL') && (@strcasecmp(ICONV_IMPL, 'unknown') == 0) && defined('ICONV_VERSION') && (@strcasecmp(ICONV_VERSION, 'unknown') == 0)) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php:3761if(($pGrouping !== null) && (!in_array($pGrouping, self::$dateTimeGroups)) && (!in_array($pGrouping, self::$dynamicTypes)) && (!in_array($pGrouping, self::$topTenType))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/Matrix.php:6615if((is_string($this->A[$i][$j])) && (strlen($this->A[$i][$j]) > 0) && (!is_numeric($this->A[$i][$j]))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/Matrix.php:5575if((is_string($this->A[$i][$j])) && (strlen($this->A[$i][$j]) > 0) && (!is_numeric($this->A[$i][$j]))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:17581if((isset($run->rPr->strike['val']) && self::boolean((string) $run->rPr->strike['val'])) || (isset($run->rPr->strike) && !isset($run->rPr->strike['val']))) { /**/ }
/htdocs/comm/propal/list.php:59115if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:17401if((isset($run->rPr->i['val']) && self::boolean((string) $run->rPr->i['val'])) || (isset($run->rPr->i) && !isset($run->rPr->i['val']))) { /**/ }
/htdocs/comm/propal/card.php:30521if(((getDolGlobalString('PROPAL_REOPEN_UNSIGNED_ONLY') && $object->statut == Propal::STATUS_NOTSIGNED) || (!getDolGlobalString('PROPAL_REOPEN_UNSIGNED_ONLY') && ($object->statut == Propal::STATUS_SIGNED || $object->statut == Propal::STATUS_NOTSIGNED || $object->statut == Propal::STATUS_BILLED || $object->statut == Propal::STATUS_CANCELED))) && $usercanclose) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Worksheet.php:4381if((str_replace(self::$invalidCharacters, '', $pValue) !== $pValue) || (Shared\StringHelper::substring($pValue, -1, 1) == '\'') || (Shared\StringHelper::substring($pValue, 0, 1) == '\'')) { /**/ }
/htdocs/user/card.php:13491if((isModEnabled('salaries') && $user->hasRight("salaries", "read") && in_array($id, $childids)) || (isModEnabled('salaries') && $user->hasRight("salaries", "readall")) || (isModEnabled('hrm') && $user->hasRight("hrm", "employee", "read"))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php:361if(((string) $cfRule['type'] == Conditional::CONDITION_NONE || (string) $cfRule['type'] == Conditional::CONDITION_CELLIS || (string) $cfRule['type'] == Conditional::CONDITION_CONTAINSTEXT || (string) $cfRule['type'] == Conditional::CONDITION_CONTAINSBLANKS || (string) $cfRule['type'] == Conditional::CONDITION_NOTCONTAINSBLANKS || (string) $cfRule['type'] == Conditional::CONDITION_EXPRESSION) && isset($this->dxfs[(int) ($cfRule['dxfId'])])) { /**/ }
/htdocs/comm/propal/list.php:16934if(isModEnabled('margin') && (!empty($arrayfields['total_pa']['checked']) || !empty($arrayfields['total_margin']['checked']) || !empty($arrayfields['total_margin_rate']['checked']) || !empty($arrayfields['total_mark_rate']['checked']))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/barcodes/datamatrix.php:6121if((($numch[ENC_BASE256] + 1) <= $numch[ENC_ASCII]) OR (($numch[ENC_BASE256] + 1) < min($numch[ENC_C40], $numch[ENC_TXT], $numch[ENC_X12], $numch[ENC_EDF]))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/barcodes/qrcode.php:27061if(($rs['pad'] != $pad) OR ($rs['nroots'] != $nroots) OR ($rs['mm'] != $symsize) OR ($rs['gfpoly'] != $gfpoly) OR ($rs['fcr'] != $fcr) OR ($rs['prim'] != $prim)) { /**/ }
/htdocs/user/card.php:16572if((empty($user->socid) && in_array($id, $childids)) || (isModEnabled('salaries') && $user->hasRight("salaries", "readall")) || (isModEnabled('hrm') && $user->hasRight("hrm", "employee", "read"))) { /**/ }
/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:17361if((isset($run->rPr->b['val']) && self::boolean((string) $run->rPr->b['val'])) || (isset($run->rPr->b) && !isset($run->rPr->b['val']))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/barcodes/datamatrix.php:7191if(($data_length > 1) AND ($pos < ($data_length - 1)) AND ($this->isCharMode(ord($data[$pos]), ENC_ASCII_NUM) AND $this->isCharMode(ord($data[$pos + 1]), ENC_ASCII_NUM))) { /**/ } else { /**/ }
/htdocs/comm/action/class/cactioncomm.class.php:2371if($obj->module == 'invoice_supplier' && ((isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'facture', 'lire')) || (isModEnabled('supplier_invoice') && $user->hasRight('supplier_invoice', 'lire')))) { /**/ }
/htdocs/hrm/position.php:62634if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/comm/action/class/cactioncomm.class.php:2401if($obj->module == 'order_supplier' && ((isModEnabled("fournisseur") && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD') && $user->hasRight('fournisseur', 'commande', 'lire')) || (!isModEnabled('supplier_order') && $user->hasRight('supplier_order', 'lire')))) { /**/ }
/htdocs/hrm/job_list.php:23645if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/comm/action/card.php:25661if($user->hasRight('agenda', 'allactions', 'delete') || (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'delete'))) { /**/ } else { /**/ }
/htdocs/comm/action/index.php:19931if($user->hasRight('agenda', 'allactions', 'create') || (($event->authorid == $user->id || $event->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'create'))) { /**/ } else { /**/ }
/htdocs/hrm/position.php:37630if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/comm/propal/card.php:8161if($object->statut == Propal::STATUS_SIGNED || $object->statut == Propal::STATUS_NOTSIGNED || $object->statut == Propal::STATUS_BILLED || $object->statut == Propal::STATUS_CANCELED) { /**/ }
/htdocs/comm/propal/card.php:30331if(($object->statut == Propal::STATUS_DRAFT && $object->total_ttc >= 0 && count($object->lines) > 0) || ($object->statut == Propal::STATUS_DRAFT && getDolGlobalString('PROPAL_ENABLE_NEGATIVE') && count($object->lines) > 0)) { /**/ }
/htdocs/comm/action/class/cactioncomm.class.php:2581if($tmpmodule && isset($conf->$tmpmodule) && isModEnabled($tmpmodule) && ($user->hasRight($tmpmodule, 'read') || $user->hasRight($tmpmodule, 'lire') || $user->hasRight($tmpmodule, $tmpobject, 'read') || $user->hasRight($tmpmodule, $tmpobject, 'lire'))) { /**/ }
/htdocs/comm/propal/card.php:7591if(!$error && GETPOSTINT('statut') == $object::STATUS_SIGNED && GETPOSTINT('generate_deposit') == 'on' && !empty($deposit_percent_from_payment_terms) && isModEnabled('invoice') && $user->hasRight('facture', 'creer')) { /**/ }
/htdocs/societe/class/societe.class.php:18091if(empty($rowid) && empty($ref) && empty($ref_ext) && empty($barcode) && empty($idprof1) && empty($idprof2) && empty($idprof3) && empty($idprof4) && empty($idprof5) && empty($idprof6) && empty($email) && empty($ref_alias)) { /**/ }
/htdocs/societe/class/societe.class.php:40661elseif(!empty($this->idprof1) || !empty($this->idprof2) || !empty($this->idprof3) || !empty($this->idprof4) || !empty($this->idprof5) || !empty($this->idprof6)) { /**/ } elseif(!empty($this->typent_code) && $this->typent_code != 'TE_UNKNOWN') { /**/ }
/htdocs/societe/index.php:1912if(((isModEnabled('fournisseur') && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled('supplier_order') && $user->hasRight('supplier_order', 'lire')) || (isModEnabled('supplier_invoice') && $user->hasRight('supplier_invoice', 'lire'))) && !getDolGlobalString('SOCIETE_DISABLE_SUPPLIERS_STATS')) { /**/ }
/htdocs/societe/list.php:57315if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/comm/action/card.php:25522if($user->hasRight('agenda', 'allactions', 'create') || (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'create'))) { /**/ } else { /**/ }
/htdocs/comm/action/card.php:25592if($user->hasRight('agenda', 'allactions', 'create') || (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'create'))) { /**/ } else { /**/ }
/htdocs/comm/index.php:721if(!$user->hasRight('propal', 'read') && !$user->hasRight('supplier_proposal', 'read') && !$user->hasRight('commande', 'read') && !$user->hasRight('fournisseur', 'commande', 'read') && !$user->hasRight('supplier_order', 'read') && !$user->hasRight('fichinter', 'read') && !$user->hasRight('contrat', 'read')) { /**/ }
/htdocs/comm/action/card.php:2701if(empty($reshook) && $action == 'classin' && ($user->hasRight('agenda', 'allactions', 'create') || (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda', 'myactions', 'create')))) { /**/ }
/htdocs/societe/index.php:1271if(isModEnabled('societe') && $user->hasRight('societe', 'lire') && !getDolGlobalString('SOCIETE_DISABLE_PROSPECTS') && !getDolGlobalString('SOCIETE_DISABLE_PROSPECTS_STATS') && ($objp->client == 2 || $objp->client == 3)) { /**/ }
/htdocs/societe/website.php:51534if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/societe/website.php:48940elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/societe/website.php:29445if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/societe/index.php:1632if(((isModEnabled('fournisseur') && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled('supplier_order') && $user->hasRight('supplier_order', 'lire')) || (isModEnabled('supplier_invoice') && $user->hasRight('supplier_invoice', 'lire'))) && !getDolGlobalString('SOCIETE_DISABLE_SUPPLIERS_STATS')) { /**/ }
/htdocs/societe/index.php:1541if(!empty($conf->use_javascript_ajax) && ((round($third['prospect']) ? 1 : 0) + (round($third['customer']) ? 1 : 0) + (round($third['supplier']) ? 1 : 0) + (round($third['other']) ? 1 : 0) >= 2)) { /**/ } else { /**/ }
/htdocs/societe/index.php:1351if(((isModEnabled('fournisseur') && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled('supplier_order') && $user->hasRight('supplier_order', 'lire')) || (isModEnabled('supplier_invoice') && $user->hasRight('supplier_invoice', 'lire'))) && !getDolGlobalString('SOCIETE_DISABLE_SUPPLIERS_STATS') && $objp->fournisseur) { /**/ }
/htdocs/societe/index.php:1311if(isModEnabled('societe') && $user->hasRight('societe', 'lire') && !getDolGlobalString('SOCIETE_DISABLE_CUSTOMERS') && !getDolGlobalString('SOCIETE_DISABLE_CUSTOMERS_STATS') && ($objp->client == 1 || $objp->client == 3)) { /**/ }
/htdocs/hrm/position.php:35645if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/societe/card.php:21221if(((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) || (isModEnabled('supplier_proposal') && $user->hasRight('supplier_proposal', 'lire'))) { /**/ }
/htdocs/public/members/new.php:2171if(!GETPOSTISSET("pass1") || !GETPOSTISSET("pass2") || GETPOST("pass1", 'none') == '' || GETPOST("pass2", 'none') == '' || GETPOST("pass1", 'none') != GETPOST("pass2", 'none')) { /**/ }
/htdocs/societe/card.php:13994if((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) { /**/ }
/htdocs/public/ticket/list.php:68145if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/societe/card.php:13954if((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) { /**/ }
/htdocs/public/ticket/list.php:38045if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/societe/card.php:13771if((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire')) || (isModEnabled('supplier_proposal') && $user->hasRight('supplier_proposal', 'lire'))) { /**/ }
/htdocs/public/ticket/list.php:36545if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/societe/card.php:29183if(((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) && $object->fournisseur) { /**/ }
/htdocs/public/ticket/list.php:26845if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/societe/card.php:26893if(((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) && $object->fournisseur) { /**/ }
/htdocs/public/eventorganization/attendee_new.php:2391if(empty($reshook) && $action == 'add' && (!empty($conference->id) && $conference->status == 2 || !empty($project->id) && $project->status == Project::STATUS_VALIDATED)) { /**/ }
/htdocs/societe/card.php:24684if((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) { /**/ }
/htdocs/public/opensurvey/studs.php:7682if(empty($listofanswers[$i]['format']) || !in_array($listofanswers[$i]['format'], array('yesno', 'foragainst')) && isset($sumfor[$i]) && isset($meilleurecolonne) && $sumfor[$i] == $meilleurecolonne) { /**/ } else { /**/ }
/htdocs/societe/card.php:21334if((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) { /**/ }
/htdocs/projet/class/project.class.php:15411elseif($this->public && (($mode == 'read' && $user->hasRight('projet', 'lire')) || ($mode == 'write' && $user->hasRight('projet', 'creer')) || ($mode == 'delete' && $user->hasRight('projet', 'supprimer')))) { /**/ } else { /**/ }
/htdocs/eventorganization/conferenceorboothattendee_list.php:89340elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/projet/activity/perday.php:1412if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label']) > 0) { /**/ }
/htdocs/eventorganization/conferenceorboothattendee_list.php:91834if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/projet/activity/perweek.php:1432if(!empty($extrafields->attributes['projet_task']['label']) && is_array($extrafields->attributes['projet_task']['label']) && count($extrafields->attributes['projet_task']['label']) > 0) { /**/ }
/htdocs/eventorganization/conferenceorbooth_list.php:59045if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/projet/activity/permonth.php:1392if(!empty($extrafields->attributes['projet_task']['label']) && is_array($extrafields->attributes['projet_task']['label']) && count($extrafields->attributes['projet_task']['label']) > 0) { /**/ }
/htdocs/eventorganization/conferenceorbooth_list.php:61230if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/projet/class/project.class.php:15391if(($mode == 'read' && $user->hasRight('projet', 'all', 'lire')) || ($mode == 'write' && $user->hasRight('projet', 'all', 'creer')) || ($mode == 'delete' && $user->hasRight('projet', 'all', 'supprimer'))) { /**/ } elseif($this->public && (($mode == 'read' && $user->hasRight('projet', 'lire')) || ($mode == 'write' && $user->hasRight('projet', 'creer')) || ($mode == 'delete' && $user->hasRight('projet', 'supprimer')))) { /**/ } else { /**/ }
/htdocs/eventorganization/conferenceorbooth_list.php:61328if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/knowledgemanagement/knowledgerecord_list.php:63634if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/eventorganization/conferenceorbooth_list.php:85840elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/projet/element.php:8881if(($loanSchedule->datep >= $dates && $loanSchedule->datep <= $datee) || !empty($dates) && empty($datee) && $loanSchedule->datep >= $dates && $loanSchedule->datep <= dol_now( ) || empty($dates) && !empty($datee) && $loanSchedule->datep <= $datee) { /**/ }
/htdocs/eventorganization/conferenceorbooth_list.php:91940elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/projet/list.php:49715if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/eventorganization/conferenceorbooth_list.php:94434if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/projet/tasks/list.php:37745if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/admin/invoice.php:3295if(!class_exists($classname) && is_readable($dir . $filebis) && (preg_match('/mod_/', $filebis) || preg_match('/mod_/', $classname)) && substr($filebis, dol_strlen($filebis) - 3, 3) == 'php') { /**/ }
/htdocs/knowledgemanagement/knowledgerecord_list.php:26230if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/admin/modules.php:7181if(preg_match('/' . preg_quote($search_keyword, '/') . '/i', $modulename) || preg_match('/' . preg_quote($search_keyword, '/') . '/i', $moduletechnicalname) || ($moduledesc && preg_match('/' . preg_quote($search_keyword, '/') . '/i', $moduledesc)) || ($moduledesclong && preg_match('/' . preg_quote($search_keyword, '/') . '/i', $moduledesclong)) || ($moduleauthor && preg_match('/' . preg_quote($search_keyword, '/') . '/i', $moduleauthor))) { /**/ }
/htdocs/knowledgemanagement/knowledgerecord_list.php:26328if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/admin/dict.php:7721if((!GETPOSTISSET($value) || GETPOST($value) == '') && (!in_array($value, array('decalage', 'module', 'accountancy_code', 'accountancy_code_sell', 'accountancy_code_buy', 'tracking', 'picto', 'deposit_percent')) && ($id != 10 || ($value != 'code' && $value != 'note')))) { /**/ }
/htdocs/knowledgemanagement/knowledgerecord_list.php:55240elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/admin/supplier_payment.php:2275if(!class_exists($classname) && is_readable($dir . $filebis) && (preg_match('/mod_/', $filebis) || preg_match('/mod_/', $classname)) && substr($filebis, dol_strlen($filebis) - 3, 3) == 'php') { /**/ }
/htdocs/knowledgemanagement/knowledgerecord_list.php:61240elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/eventorganization/conferenceorboothattendee_list.php:28545if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/reception/list.php:61815if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/eventorganization/conferenceorboothattendee_list.php:30630if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/exports/class/export.class.php:7241elseif(is_array($this->array_export_special[$indice][$key]) && !empty($this->array_export_special[$indice][$key]['rule']) && $this->array_export_special[$indice][$key]['rule'] == 'compute') { /**/ } else { /**/ }
/htdocs/eventorganization/conferenceorboothattendee_list.php:30728if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/exports/class/export.class.php:7311if(!empty($this->array_export_special[$indice][$key]['class']) && !empty($this->array_export_special[$indice][$key]['classfile']) && !empty($this->array_export_special[$indice][$key]['method'])) { /**/ }
/htdocs/eventorganization/conferenceorboothattendee_list.php:83240elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/knowledgemanagement/knowledgerecord_list.php:24445if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/admin/mails_senderprofile_list.php:56540elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/product/stock/stocktransfer/stocktransfer_list.php:56040elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/admin/mails_senderprofile_list.php:28228if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/product/stock/stocktransfer/stocktransfer_list.php:49940elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/admin/mails_senderprofile_list.php:65134if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/supplier_proposal/list.php:33545if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/admin/mails_senderprofile_list.php:62540elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/product/stock/stocktransfer/stocktransfer_list.php:58534if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/admin/payment.php:1535if(!class_exists($classname) && is_readable($dir . $filebis) && (preg_match('/mod_/', $filebis) || preg_match('/mod_/', $classname)) && substr($filebis, dol_strlen($filebis) - 3, 3) == 'php') { /**/ }
/htdocs/product/stock/stocktransfer/stocktransfer_list.php:22845if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/admin/oauth.php:1971if(!dolibarr_del_const($db, $globalkey . '_NAME', $conf->entity) || !dolibarr_del_const($db, $globalkey . '_ID', $conf->entity) || !dolibarr_del_const($db, $globalkey . '_SECRET', $conf->entity) || !dolibarr_del_const($db, $globalkey . '_URLAUTHORIZE', $conf->entity) || !dolibarr_del_const($db, $globalkey . '_SCOPE', $conf->entity)) { /**/ } else { /**/ }
/htdocs/product/stock/list.php:63840elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/admin/menus.php:1921if(getDolGlobalString('MAIN_MENU_SMARTPHONE_FORCED') && preg_match('/smartphone/', $conf->global->MAIN_MENUFRONT_SMARTPHONE_FORCED) || (!getDolGlobalString('MAIN_MENUFRONT_SMARTPHONE_FORCED') && getDolGlobalString('MAIN_MENU_SMARTPHONE') && preg_match('/smartphone/', $conf->global->MAIN_MENUFRONT_SMARTPHONE))) { /**/ }
/htdocs/product/stock/stocktransfer/stocktransfer_list.php:24728if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/admin/menus.php:1831if(getDolGlobalString('MAIN_MENU_SMARTPHONE_FORCED') && preg_match('/smartphone/', $conf->global->MAIN_MENU_SMARTPHONE_FORCED) || (!getDolGlobalString('MAIN_MENU_SMARTPHONE_FORCED') && getDolGlobalString('MAIN_MENU_SMARTPHONE') && preg_match('/smartphone/', $conf->global->MAIN_MENU_SMARTPHONE))) { /**/ }
/htdocs/product/stock/stocktransfer/stocktransfer_list.php:24630if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/admin/emailcollector_list.php:24130if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/product/stock/list.php:25930if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/admin/emailcollector_list.php:22745if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/product/stock/list.php:23815if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/admin/emailcollector_list.php:52634if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/product/stock/list.php:55440elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/admin/emailcollector_list.php:24228if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/product/stock/list.php:26028if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/admin/mails_senderprofile_list.php:1202if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label']) > 0) { /**/ }
/htdocs/product/stock/productlot_list.php:59134if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/admin/chequereceipts.php:1505if(!class_exists($classname) && is_readable($dir . $filebis) && (preg_match('/mod_/', $filebis) || preg_match('/mod_/', $classname)) && substr($filebis, dol_strlen($filebis) - 3, 3) == 'php') { /**/ }
/htdocs/product/stock/productlot_list.php:25528if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/admin/mails_senderprofile_list.php:28130if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/product/stock/movement_card.php:45645if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/admin/mails_senderprofile_list.php:26345if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/product/stock/movement_list.php:67715if(!empty($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:7011if($decoding AND ($element[0] == 'stream') AND (isset($objdata[($i - 1)][0])) AND ($objdata[($i - 1)][0] == '<<')) { /**/ }
/htdocs/partnership/partnership_list.php:84934if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:3361elseif(($v[0] == '/') AND ($v[1] == 'Encrypt') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'ID') AND (isset($sarr[($k + 1)]))) { /**/ }
/htdocs/partnership/partnership_list.php:81840elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:3341elseif(($v[0] == '/') AND ($v[1] == 'Info') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'Encrypt') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'ID') AND (isset($sarr[($k + 1)]))) { /**/ }
/htdocs/partnership/partnership_list.php:75140elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:3321elseif(($v[0] == '/') AND ($v[1] == 'Root') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'Info') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'Encrypt') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'ID') AND (isset($sarr[($k + 1)]))) { /**/ }
/htdocs/partnership/partnership_list.php:36928if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:3301if(($v[0] == '/') AND ($v[1] == 'Size') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'numeric'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'Root') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'Info') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'Encrypt') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'objref'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'ID') AND (isset($sarr[($k + 1)]))) { /**/ }
/htdocs/blockedlog/class/blockedlog.class.php:6353if(!in_array($key, array('name', 'name_alias', 'ref_ext', 'address', 'zip', 'town', 'state_code', 'country_code', 'idprof1', 'idprof2', 'idprof3', 'idprof4', 'idprof5', 'idprof6', 'phone', 'fax', 'email', 'barcode', 'tva_intra', 'localtax1_assuj', 'localtax1_value', 'localtax2_assuj', 'localtax2_value', 'managers', 'capital', 'typent_code', 'forme_juridique_code', 'code_client', 'code_fournisseur'))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:3251elseif(($vdc[0] == '/') AND ($vdc[1] == 'Predictor') AND (isset($decpar[($kdc + 1)]) AND ($decpar[($kdc + 1)][0] == 'numeric'))) { /**/ }
/htdocs/blockedlog/class/blockedlog.class.php:4823if(!in_array($key, array('name', 'name_alias', 'ref_ext', 'address', 'zip', 'town', 'state_code', 'country_code', 'idprof1', 'idprof2', 'idprof3', 'idprof4', 'idprof5', 'idprof6', 'phone', 'fax', 'email', 'barcode', 'tva_intra', 'localtax1_assuj', 'localtax1_value', 'localtax2_assuj', 'localtax2_value', 'managers', 'capital', 'typent_code', 'forme_juridique_code', 'code_client', 'code_fournisseur'))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:3231if(($vdc[0] == '/') AND ($vdc[1] == 'Columns') AND (isset($decpar[($kdc + 1)]) AND ($decpar[($kdc + 1)][0] == 'numeric'))) { /**/ } elseif(($vdc[0] == '/') AND ($vdc[1] == 'Predictor') AND (isset($decpar[($kdc + 1)]) AND ($decpar[($kdc + 1)][0] == 'numeric'))) { /**/ }
/htdocs/blockedlog/class/blockedlog.class.php:4623if(!in_array($key, array('name', 'name_alias', 'ref_ext', 'address', 'zip', 'town', 'state_code', 'country_code', 'idprof1', 'idprof2', 'idprof3', 'idprof4', 'idprof5', 'idprof6', 'phone', 'fax', 'email', 'barcode', 'tva_intra', 'localtax1_assuj', 'localtax1_value', 'localtax2_assuj', 'localtax2_value', 'managers', 'capital', 'typent_code', 'forme_juridique_code', 'code_client', 'code_fournisseur'))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:3111elseif(($v[0] == '/') AND ($v[1] == 'Prev') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'numeric'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'W') AND (isset($sarr[($k + 1)]))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'DecodeParms') AND (isset($sarr[($k + 1)][1]))) { /**/ } elseif($filltrailer) { /**/ }
/htdocs/categories/viewcat.php:1751if($elemid && $action == 'addintocategory' && (($type == Categorie::TYPE_PRODUCT && ($user->hasRight('produit', 'creer') || $user->hasRight('service', 'creer'))) || ($type == Categorie::TYPE_CUSTOMER && $user->hasRight('societe', 'creer')) || ($type == Categorie::TYPE_SUPPLIER && $user->hasRight('societe', 'creer')) || ($type == Categorie::TYPE_TICKET && $user->hasRight('ticket', 'write')) || ($type == Categorie::TYPE_PROJECT && $user->hasRight('projet', 'creer')) || ($type == Categorie::TYPE_MEMBER && $user->hasRight('adherent', 'creer')) || ($type == Categorie::TYPE_CONTACT && $user->hasRight('societe', 'creer')) || ($type == Categorie::TYPE_USER && $user->hasRight('user', 'user', 'creer')) || ($type == Categorie::TYPE_ACCOUNT && $user->hasRight('banque', 'configurer')))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:63141if(($c != 160) AND (($c == 173) OR preg_match($this->re_spaces, TCPDF_FONTS::unichr($c, $this->isunicode)) OR (($c == 45) AND ($i > 0) AND ($i < ($length - 1)) AND @preg_match('/[\p{L}]/' . $this->re_space['m'], TCPDF_FONTS::unichr($chars[($i - 1)], $this->isunicode)) AND @preg_match('/[\p{L}]/' . $this->re_space['m'], TCPDF_FONTS::unichr($chars[($i + 1)], $this->isunicode))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:49461if((($opt['Subtype'] == 'FileAttachment') OR ($opt['Subtype'] == 'Sound')) AND (!TCPDF_STATIC::empty_string($opt['FS'])) AND (@TCPDF_STATIC::file_exists($opt['FS']) OR TCPDF_STATIC::isValidURL($opt['FS'])) AND (!isset($this->embeddedfiles[basename($opt['FS'])]))) { /**/ }
/dev/translation/strip_language_file.php:3181if((!empty($aSecondary[$key]) && $aSecondary[$key] != $aPrimary[$key] && !empty($aEnglish[$key]) && $aSecondary[$key] != $aEnglish[$key]) || in_array($key, $arrayofkeytoalwayskeep) || preg_match('/^FormatDate/', $key) || preg_match('/^FormatHour/', $key)) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:22931if((abs($this->pagedim[$this->page]['MediaBox']['urx'] - $this->hPt) < $this->feps) AND (abs($this->pagedim[$this->page]['MediaBox']['ury'] - $this->wPt) < $this->feps)) { /**/ }
/dev/tools/dolibarr-postgres2mysql.php:1651if(strlen($instr) > 3 && ($instr[$len - 3] == ")" && $instr[$len - 2] == ";" && $instr[$len - 1] == "\n") && $inquotes == false) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:22071if(((($format['trans']['Di'] == 90) OR ($format['trans']['Di'] == 180)) AND ($format['trans']['S'] == 'Wipe')) OR (($format['trans']['Di'] == 315) AND ($format['trans']['S'] == 'Glitter')) OR (($format['trans']['Di'] == 0) OR ($format['trans']['Di'] == 270))) { /**/ }
/scripts/cron/cron_run_jobs.php:2431if($forcequalified || (($line->datenextrun < $now) && (empty($line->datestart) || $line->datestart <= $now) && (empty($line->dateend) || $line->dateend >= $now))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_barcodes_1d.php:12161if(($seq[2] == 1) AND ($key > 0) AND ($sequence[($key - 1)][0] == 'A') AND (!isset($sequence[($key - 1)][3]))) { /**/ } elseif(!isset($sequence[($key - 1)][3])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_barcodes_1d.php:11961if(($seq[2] == 1) AND ($tmpchr >= 241) AND ($tmpchr <= 244) AND isset($sequence[($key + 1)]) AND ($sequence[($key + 1)][0] != 'B')) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_barcodes_1d.php:11731if(($seq[2] == 1) AND ($key > 0) AND ($sequence[($key - 1)][0] == 'B') AND (!isset($sequence[($key - 1)][3]))) { /**/ } elseif(!isset($sequence[($key - 1)][3])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_barcodes_2d.php:2771if(isset($mode[3]) AND ($mode[3] !== '') AND isset($mode[4]) AND ($mode[4] !== '') AND isset($mode[5]) AND ($mode[5] !== '')) { /**/ }
/htdocs/expensereport/list.php:29445if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/api/index.php:2222if(!empty($reg[1]) && $reg[1] == 'explorer' && ($reg[2] == '/swagger.json' || $reg[2] == '/swagger.json/root' || $reg[2] == '/resources.json' || $reg[2] == '/resources.json/root')) { /**/ }
/htdocs/includes/sabre/sabre/http/lib/functions.php:1731if(($proposal['quality'] > $lastQuality) || ($proposal['quality'] === $lastQuality && $specificity > $lastSpecificity) || ($proposal['quality'] === $lastQuality && $specificity === $lastSpecificity && $optionIndex < $lastOptionIndex)) { /**/ }
/htdocs/api/index.php:3101if(!empty($reg[1]) && ($reg[1] != 'explorer' || ($reg[2] != '/swagger.json' && $reg[2] != '/resources.json' && preg_match('/^\/(swagger|resources)\.json\/(.+)$/', $reg[2], $regbis) && $regbis[2] != 'root'))) { /**/ }
/htdocs/expensereport/card.php:2701if((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !$user->hasRight('expensereport', 'creer')) || (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && !$user->hasRight('expensereport', 'creer') && !$user->hasRight('expensereport', 'writeall_advance'))) { /**/ }
/htdocs/ticket/list.php:99234if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/expensereport/card.php:28031if($user->hasRight('expensereport', 'creer') && ($user->id == $object->fk_user_author || $user->id == $object->fk_user_valid) && $object->status == ExpenseReport::STATUS_APPROVED) { /**/ }
/htdocs/api/index.php:1662if(!empty($reg[1]) && $reg[1] == 'explorer' && ($reg[2] == '/swagger.json' || $reg[2] == '/swagger.json/root' || $reg[2] == '/resources.json' || $reg[2] == '/resources.json/root')) { /**/ }
/htdocs/mrp/mo_list.php:59734if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/webportal/class/html.formlistwebportal.class.php:32030if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/takepos/admin/terminal.php:4445if(!class_exists($classname) && is_readable($dir . $filebis) && (preg_match('/mod_/', $filebis) || preg_match('/mod_/', $classname)) && substr($filebis, dol_strlen($filebis) - 3, 3) == 'php') { /**/ }
/htdocs/webportal/class/html.formlistwebportal.class.php:3211if($search[$key] == "$emptyValueKey" || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/mrp/mo_list.php:27230if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/webportal/class/html.formcardwebportal.class.php:5414if(abs($val['visible']) != 1 && abs($val['visible']) != 3 && abs($val['visible']) != 4 && abs($val['visible']) != 5) { /**/ }
/htdocs/mrp/mo_list.php:27328if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/webportal/class/webportalmember.class.php:4842if(!empty($this->phone) || !empty($this->phone_pro) || !empty($this->phone_mobile) || !empty($this->phone_perso) || !empty($this->fax) || !empty($this->office_phone) || !empty($this->user_mobile) || !empty($this->office_fax)) { /**/ }
/htdocs/includes/tcpdi/fpdf_tpl.php:4092if(isset($this->_res['tpl'][$tplidx]['images']) && count($this->_res['tpl'][$tplidx]['images']) || isset($this->_res['tpl'][$tplidx]['tpls']) && count($this->_res['tpl'][$tplidx]['tpls'])) { /**/ }
/htdocs/margin/tabs/thirdpartyMargins.php:1333if(((isModEnabled("fournisseur") && $user->hasRight('fournisseur', 'lire') && !getDolGlobalString('MAIN_USE_NEW_SUPPLIERMOD')) || (isModEnabled("supplier_order") && $user->hasRight('supplier_order', 'lire')) || (isModEnabled("supplier_invoice") && $user->hasRight('supplier_invoice', 'lire'))) && $object->fournisseur) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf_parser.php:3041if(($v[0] == '/') AND ($v[1] == 'Type') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == '/') AND ($sarr[($k + 1)][1] == 'XRef'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'Index') AND (isset($sarr[($k + 1)]))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'Prev') AND (isset($sarr[($k + 1)]) AND ($sarr[($k + 1)][0] == 'numeric'))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'W') AND (isset($sarr[($k + 1)]))) { /**/ } elseif(($v[0] == '/') AND ($v[1] == 'DecodeParms') AND (isset($sarr[($k + 1)][1]))) { /**/ } elseif($filltrailer) { /**/ }
/htdocs/resource/list.php:26545if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/includes/tcpdi/tcpdi_parser.php:9461if(($i > 0) AND (isset($objdata[($i - 1)][0])) AND ($objdata[($i - 1)][0] == PDF_TYPE_DICTIONARY) AND array_key_exists('/Length', $objdata[($i - 1)][1])) { /**/ } else { /**/ }
/htdocs/webportal/controllers/document.controller.class.php:1511if(getDolGlobalInt('WEBPORTAL_' . $moduleNameUpperEn . '_LIST_ACCESS') && in_array($type, array('application/pdf')) && ($context->logged_thirdparty && $context->logged_thirdparty->id > 0) && $context->logged_thirdparty->id == $socId) { /**/ }
/htdocs/includes/tcpdi/tcpdi_parser.php:9621if($decoding AND ($element[0] == PDF_TYPE_STREAM) AND (isset($objdata[($i - 1)][0])) AND ($objdata[($i - 1)][0] == PDF_TYPE_DICTIONARY)) { /**/ }
/htdocs/dav/dav.class.php:2501if($calid != $this->user->id && (!isset($this->user->rights->agenda->allactions->read) || !$this->user->rights->agenda->allactions->read)) { /**/ }
/htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/DateAndOrTime.php:2551if(($d('year') || $d('month') || $d('date')) && (!$d('hour') && !$d('minute') && !$d('second') && !$d('timezone'))) { /**/ } elseif((!$d('year') && !$d('month') && !$d('date')) && ($d('hour') || $d('minute') || $d('second'))) { /**/ } elseif($d('date') && $d('hour')) { /**/ }
/htdocs/partnership/partnership_list.php:33345if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/includes/tcpdi/tcpdi.php:3632if(isset($this->_res['tpl'][$tplidx]['images']) && count($this->_res['tpl'][$tplidx]['images']) || isset($this->_res['tpl'][$tplidx]['tpls']) && count($this->_res['tpl'][$tplidx]['tpls'])) { /**/ }
/htdocs/partnership/partnership_list.php:36830if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/includes/sabre/sabre/dav/lib/DAV/Locks/Backend/File.php:621if($lock->uri === $uri || (0 != $lock->depth && 0 === strpos($uri, $lock->uri . '/')) || ($returnChildLocks && (0 === strpos($lock->uri, $uri . '/')))) { /**/ }
/htdocs/resource/class/html.formresource.class.php:1281if((isset($selected[0]) && is_object($selected[0]) && $selected[0]->id == $resourcestat->lines[$i]->id) || ((!isset($selected[0]) || !is_object($selected[0])) && !empty($selected) && in_array($resourcestat->lines[$i]->id, $selected))) { /**/ } else { /**/ }
/htdocs/includes/sabre/sabre/vobject/lib/Recur/RRuleIterator.php:3561do { /**/ } while(($this->byDay && !in_array($currentDay, $recurrenceDays)) || ($this->byHour && !in_array($currentHour, $recurrenceHours)) || ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)))
/htdocs/partnership/partnership_card.php:6211if($object->status != $object::STATUS_DRAFT && $object->status != $object::STATUS_APPROVED && $object->status != $object::STATUS_CANCELED && $object->status != $object::STATUS_REFUSED) { /**/ }
/htdocs/recruitment/recruitmentjobposition_list.php:24028if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/hrm/skill_list.php:25145if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/recruitment/recruitmentjobposition_list.php:23930if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/hrm/position_list.php:59434if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/recruitment/recruitmentcandidature_list.php:24045if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/hrm/skill_list.php:27028if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/recruitment/recruitmentjobposition_list.php:56634if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/hrm/skill_list.php:26930if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/bookcal/calendar_list.php:27928if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/hrm/skill_list.php:57340elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/bookcal/calendar_list.php:27830if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/hrm/skill_list.php:51240elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/recruitment/recruitmentjobposition_list.php:22145if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/fichinter/card.php:16551if($object->statut == Fichinter::STATUS_VALIDATED && ((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight('ficheinter', 'creer')) || (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight('ficheinter', 'ficheinter_advance', 'unvalidate')))) { /**/ }
/htdocs/bookcal/calendar_list.php:61934if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/hrm/skill_list.php:59834if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/website/index.php:21881if($usercanedit && (($action == 'updatesource' || $action == 'updatecontent' || $action == 'confirm_createfromclone' || $action == 'confirm_createpagefromclone') || ($action == 'preview' && (GETPOST('refreshsite') || GETPOST('refreshpage') || GETPOST('preview'))))) { /**/ }
/htdocs/delivery/card.php:1371elseif($action == 'confirm_valid' && $confirm == 'yes' && ((!getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight('expedition', 'delivery', 'creer')) || (getDolGlobalString('MAIN_USE_ADVANCED_PERMS') && $user->hasRight('expedition', 'delivery_advance', 'validate')))) { /**/ }
/htdocs/recruitment/recruitmentcandidature_list.php:72034if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/fichinter/list.php:28645if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/mrp/mo_list.php:23945if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/ticket/card.php:8201elseif(empty($action) || in_array($action, ['builddoc', 'view', 'addlink', 'dellink', 'presend', 'presend_addmessage', 'close', 'abandon', 'delete', 'editcustomer', 'progression', 'categories', 'reopen', 'edit_contrat', 'editsubject', 'edit_extras', 'update_extras', 'edit_extrafields', 'set_extrafields', 'classify', 'sel_contract', 'edit_message_init', 'set_status', 'dellink'])) { /**/ }
/htdocs/mrp/mo_movements.php:4451if(!empty($extrafields->attributes[$objectlist->table_element]) && is_array($extrafields->attributes[$objectlist->table_element]['label']) && count($extrafields->attributes[$objectlist->table_element]['label'])) { /**/ }
/htdocs/delivery/class/delivery.class.php:2311if(!$this->create_line($origin_id, $this->lines[$i]->qty, $this->lines[$i]->fk_product, $this->lines[$i]->description, $this->lines[$i]->array_options)) { /**/ }
/htdocs/recruitment/recruitmentcandidature_list.php:25928if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/ticket/list.php:36245if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/recruitment/recruitmentcandidature_list.php:25830if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/ticket/card.php:14911if(!$user->socid && (isset($object->status) && ($object->status == Ticket::STATUS_CLOSED || $object->status == Ticket::STATUS_CANCELED)) && !$user->socid) { /**/ }
/htdocs/recruitment/recruitmentcandidature_list.php:69540elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/ticket/list.php:96840elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/recruitment/recruitmentcandidature_list.php:63540elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/ticket/list.php:84940elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/compta/cashcontrol/cashcontrol_list.php:55234if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/hrm/job_list.php:25430if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/compta/prelevement/card.php:3781if(empty($object->date_trans) && (($user->hasRight('prelevement', 'bons', 'send') && $object->type != 'bank-transfer') || ($user->hasRight('paymentbybanktransfer', 'send') && $object->type == 'bank-transfer')) && $action == 'settransmitted') { /**/ }
/htdocs/hrm/job_list.php:25528if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/compta/prelevement/card.php:3971if($object->status == BonPrelevement::STATUS_TRANSFERED && (($user->hasRight('prelevement', 'bons', 'credit') && $object->type != 'bank-transfer') || ($user->hasRight('paymentbybanktransfer', 'debit') && $object->type == 'bank-transfer')) && $action == 'setcredited') { /**/ }
/htdocs/hrm/job_list.php:49940elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/compta/paiement/list.php:57834if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/hrm/job_list.php:55840elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/compta/cashcontrol/cashcontrol_list.php:22045if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/hrm/job_list.php:58334if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/compta/cashcontrol/cashcontrol_list.php:23830if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/hrm/evaluation_list.php:24545if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/compta/cashcontrol/cashcontrol_list.php:23928if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/hrm/evaluation_list.php:26330if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/compta/cashcontrol/cashcontrol_list.php:47040elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/hrm/evaluation_list.php:26428if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/bookcal/availabilities_list.php:28230if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/hrm/evaluation_list.php:52340elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/bookcal/availabilities_list.php:28328if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/hrm/evaluation_list.php:58440elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/bookcal/availabilities_list.php:63934if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/hrm/evaluation_list.php:60934if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/bookcal/calendar_list.php:26045if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/hrm/position_list.php:24245if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/salaries/card.php:11281if($object->paye == 0 && ((price2num($object->amount) < 0 && $resteapayer < 0) || (price2num($object->amount) > 0 && $resteapayer > 0)) && $permissiontoadd) { /**/ }
/htdocs/hrm/position_list.php:26130if((strpos($object->fields[$key]['type'], 'integer:') === 0) || (strpos($object->fields[$key]['type'], 'sellist:') === 0) || !empty($object->fields[$key]['arrayofkeyval'])) { /**/ }
/htdocs/salaries/list.php:70034if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/hrm/position_list.php:26228if($search[$key] == '-1' || ($search[$key] === '0' && (empty($object->fields[$key]['arrayofkeyval']) || !array_key_exists('0', $object->fields[$key]['arrayofkeyval'])))) { /**/ }
/htdocs/salaries/payments.php:56734if(isset($extrafields->attributes[$object->table_element]['computed']) && is_array($extrafields->attributes[$object->table_element]['computed']) && count($extrafields->attributes[$object->table_element]['computed']) > 0) { /**/ }
/htdocs/hrm/position_list.php:51040elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/bookcal/availabilities_list.php:26445if(isset($extrafields->attributes[$object->table_element]['label']) && is_array($extrafields->attributes[$object->table_element]['label']) && count($extrafields->attributes[$object->table_element]['label'])) { /**/ }
/htdocs/hrm/position_list.php:56940elseif(in_array($val['type'], array('double(24,8)', 'double(6,3)', 'integer', 'real', 'price')) && !in_array($key, array('id', 'rowid', 'ref', 'status')) && $val['label'] != 'TechnicalID' && empty($val['arrayofkeyval'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:23001elseif(($chardata[$i]['type'] == 'CS') AND ($chardata[($i - 1)]['type'] == 'AN') AND ($chardata[($i + 1)]['type'] == 'AN')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:22981elseif(($chardata[$i]['type'] == 'CS') AND ($chardata[($i - 1)]['type'] == 'EN') AND ($chardata[($i + 1)]['type'] == 'EN')) { /**/ } elseif(($chardata[$i]['type'] == 'CS') AND ($chardata[($i - 1)]['type'] == 'AN') AND ($chardata[($i + 1)]['type'] == 'AN')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:22961if(($chardata[$i]['type'] == 'ES') AND ($chardata[($i - 1)]['type'] == 'EN') AND ($chardata[($i + 1)]['type'] == 'EN')) { /**/ } elseif(($chardata[$i]['type'] == 'CS') AND ($chardata[($i - 1)]['type'] == 'EN') AND ($chardata[($i + 1)]['type'] == 'EN')) { /**/ } elseif(($chardata[$i]['type'] == 'CS') AND ($chardata[($i - 1)]['type'] == 'AN') AND ($chardata[($i + 1)]['type'] == 'AN')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:22131elseif(($ta[$i] != TCPDF_FONT_DATA::$uni_RLE) AND ($ta[$i] != TCPDF_FONT_DATA::$uni_LRE) AND ($ta[$i] != TCPDF_FONT_DATA::$uni_RLO) AND ($ta[$i] != TCPDF_FONT_DATA::$uni_LRO) AND ($ta[$i] != TCPDF_FONT_DATA::$uni_PDF)) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:24031elseif(($levcount > 0) AND ((($i + 1) == $numchars) OR (($i + 1) < $numchars) AND ($chardata[($i + 1)]['level'] != $prevlevel))) { /**/ } elseif($chardata[$i]['type'] == 'N') { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:23951elseif(($chardata[$i]['type'] == 'N') AND (($chardata[$i]['sor'] == 'R') OR ($chardata[$i]['sor'] == 'EN') OR ($chardata[$i]['sor'] == 'AN')) AND (($chardata[($i + 1)]['type'] == 'R') OR ($chardata[($i + 1)]['type'] == 'EN') OR ($chardata[($i + 1)]['type'] == 'AN'))) { /**/ } elseif($chardata[$i]['type'] == 'N') { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:23831elseif(($chardata[$i]['type'] == 'N') AND (($chardata[($i - 1)]['type'] == 'R') OR ($chardata[($i - 1)]['type'] == 'EN') OR ($chardata[($i - 1)]['type'] == 'AN')) AND (($chardata[($i + 1)]['type'] == 'R') OR ($chardata[($i + 1)]['type'] == 'EN') OR ($chardata[($i + 1)]['type'] == 'AN'))) { /**/ } elseif($chardata[$i]['type'] == 'N') { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:23811if(($chardata[$i]['type'] == 'N') AND ($chardata[($i - 1)]['type'] == 'L') AND ($chardata[($i + 1)]['type'] == 'L')) { /**/ } elseif(($chardata[$i]['type'] == 'N') AND (($chardata[($i - 1)]['type'] == 'R') OR ($chardata[($i - 1)]['type'] == 'EN') OR ($chardata[($i - 1)]['type'] == 'AN')) AND (($chardata[($i + 1)]['type'] == 'R') OR ($chardata[($i + 1)]['type'] == 'EN') OR ($chardata[($i + 1)]['type'] == 'AN'))) { /**/ } elseif($chardata[$i]['type'] == 'N') { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:25401elseif(($nextchar !== false) AND ((TCPDF_FONT_DATA::$uni_type[$nextchar['char']] == 'AL') OR (TCPDF_FONT_DATA::$uni_type[$nextchar['char']] == 'NSM')) AND ($nextchar['type'] == $thischar['type']) AND ($nextchar['char'] != 1567)) { /**/ } elseif((($prevchar !== false) AND ((TCPDF_FONT_DATA::$uni_type[$prevchar['char']] == 'AL') OR (TCPDF_FONT_DATA::$uni_type[$prevchar['char']] == 'NSM')) AND ($prevchar['type'] == $thischar['type'])) OR (($nextchar !== false) AND ($nextchar['char'] == 1567))) { /**/ } elseif(isset($arabicarr[$thischar['char']][0])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:25231if(($prevchar !== false) AND ($nextchar !== false) AND ((TCPDF_FONT_DATA::$uni_type[$prevchar['char']] == 'AL') OR (TCPDF_FONT_DATA::$uni_type[$prevchar['char']] == 'NSM')) AND ((TCPDF_FONT_DATA::$uni_type[$nextchar['char']] == 'AL') OR (TCPDF_FONT_DATA::$uni_type[$nextchar['char']] == 'NSM')) AND ($prevchar['type'] == $thischar['type']) AND ($nextchar['type'] == $thischar['type']) AND ($nextchar['char'] != 1567)) { /**/ } elseif(($nextchar !== false) AND ((TCPDF_FONT_DATA::$uni_type[$nextchar['char']] == 'AL') OR (TCPDF_FONT_DATA::$uni_type[$nextchar['char']] == 'NSM')) AND ($nextchar['type'] == $thischar['type']) AND ($nextchar['char'] != 1567)) { /**/ } elseif((($prevchar !== false) AND ((TCPDF_FONT_DATA::$uni_type[$prevchar['char']] == 'AL') OR (TCPDF_FONT_DATA::$uni_type[$prevchar['char']] == 'NSM')) AND ($prevchar['type'] == $thischar['type'])) OR (($nextchar !== false) AND ($nextchar['char'] == 1567))) { /**/ } elseif(isset($arabicarr[$thischar['char']][0])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:24561if((($chardata[$j]['type'] == 'B') OR ($chardata[$j]['type'] == 'S')) OR (($j == ($numchars - 1)) AND ($chardata[$j]['type'] == 'WS'))) { /**/ } elseif($chardata[$j]['type'] != 'WS') { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:24071elseif(($chardata[$i]['type'] == 'N') AND (($chardata[($i - 1)]['type'] == 'R') OR ($chardata[($i - 1)]['type'] == 'EN') OR ($chardata[($i - 1)]['type'] == 'AN')) AND (($chardata[$i]['eor'] == 'R') OR ($chardata[$i]['eor'] == 'EN') OR ($chardata[$i]['eor'] == 'AN'))) { /**/ } elseif($chardata[$i]['type'] == 'N') { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/barcodes/qrcode.php:11371if(($this->runLength[$i - 2] == $fact) AND ($this->runLength[$i - 1] == $fact) AND ($this->runLength[$i + 1] == $fact) AND ($this->runLength[$i + 2] == $fact)) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_images.php:2251if((ord($icc[36]) != 0x61) OR (ord($icc[37]) != 0x63) OR (ord($icc[38]) != 0x73) OR (ord($icc[39]) != 0x70)) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:177571if(($imgw <= ($this->w - $this->lMargin - $this->rMargin - $this->cell_padding['L'] - $this->cell_padding['R'])) AND ((($this->rtl) AND (($this->x - $imgw) < ($this->lMargin + $this->cell_padding['L']))) OR ((!$this->rtl) AND (($this->x + $imgw) > ($this->w - $this->rMargin - $this->cell_padding['R']))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:177511if((!$this->newline) AND ($dom[$key]['value'] == 'img') AND (isset($dom[$key]['height'])) AND ($dom[$key]['height'] > 0)) { /**/ } elseif(isset($dom[$key]['fontname']) OR isset($dom[$key]['fontstyle']) OR isset($dom[$key]['fontsize']) OR isset($dom[$key]['line-height'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:177401while (($key < $maxel) AND (!(($dom[$key]['tag'] AND $dom[$key]['opening'] AND ($dom[$key]['value'] == 'tr') AND (!isset($dom[$key]['thead']) OR !$dom[$key]['thead'])) OR ($dom[$key]['tag'] AND (!$dom[$key]['opening']) AND ($dom[$key]['value'] == 'table'))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:176951if(isset($dom[$key]['parent']) AND isset($dom[$dom[$key]['parent']]['thead']) AND !TCPDF_STATIC::empty_string($dom[$dom[$key]['parent']]['thead'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:176431if($dom[$key]['tag'] AND $dom[$key]['opening'] AND isset($dom[$key]['attribute']['nobr']) AND ($dom[$key]['attribute']['nobr'] == 'true')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:176361if((($dom[$key]['attribute']['pagebreak'] == 'left') AND (((!$this->rtl) AND (($this->page % 2) == 0)) OR (($this->rtl) AND (($this->page % 2) != 0)))) OR (($dom[$key]['attribute']['pagebreak'] == 'right') AND (((!$this->rtl) AND (($this->page % 2) != 0)) OR (($this->rtl) AND (($this->page % 2) == 0))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:176311if(($dom[$key]['attribute']['pagebreak'] == 'true') OR ($dom[$key]['attribute']['pagebreak'] == 'left') OR ($dom[$key]['attribute']['pagebreak'] == 'right')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:173631if(isset($dom[$key]['attribute']['align']) AND (!TCPDF_STATIC::empty_string($dom[$key]['attribute']['align'])) AND ($dom[$key]['value'] !== 'img')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:172991if(!empty($dom[$key]['value']) AND ($dom[$key]['value'][0] == 'h') AND (intval($dom[$key]['value'][1]) > 0) AND (intval($dom[$key]['value'][1]) < 7)) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:172681if((($dom[$key]['value'] == 'ul') OR ($dom[$key]['value'] == 'ol') OR ($dom[$key]['value'] == 'dl')) AND (!isset($dom[$key]['align']) OR TCPDF_STATIC::empty_string($dom[$key]['align']) OR ($dom[$key]['align'] != 'J'))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:159051if(($arrcode === false) OR empty($arrcode) OR !isset($arrcode['num_rows']) OR ($arrcode['num_rows'] == 0) OR !isset($arrcode['num_cols']) OR ($arrcode['num_cols'] == 0)) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:87891if(isset($pl['opt']['mk']['if']['a']) AND (is_array($pl['opt']['mk']['if']['a'])) AND !empty($pl['opt']['mk']['if']['a'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:75271if(($this->num_columns > 1) AND ($this->y == $this->columns[$this->current_column]['y']) AND isset($this->columns[$this->current_column]['x']) AND ($this->x == $this->columns[$this->current_column]['x'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:71911if(($ismask === false) AND ($imgmask === false) AND (strpos($file, '__tcpdf_' . $this->file_id . '_imgmask_') === false) AND (($info === 'pngalpha') OR (isset($info['trns']) AND !empty($info['trns'])))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:66251if(($this->rtl AND ($this->x <= ($this->w - $this->rMargin - $this->cell_padding['R'] - $margin['R'] - $chrwidth))) OR ((!$this->rtl) AND ($this->x >= ($this->lMargin + $this->cell_padding['L'] + $margin['L'] + $chrwidth)))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:65811if(($c != 160) AND (($c == 173) OR preg_match($this->re_spaces, TCPDF_FONTS::unichr($c, $this->isunicode)) OR (($c == 45) AND ($i < ($nb - 1)) AND @preg_match('/[\p{L}]/' . $this->re_space['m'], TCPDF_FONTS::unichr($pc, $this->isunicode)) AND @preg_match('/[\p{L}]/' . $this->re_space['m'], TCPDF_FONTS::unichr($chars[($i + 1)], $this->isunicode))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:188841if(isset($dom[$key]['tag']) AND $dom[$key]['tag'] AND (!isset($dom[$key]['opening']) OR !$dom[$key]['opening']) AND isset($dom[($dom[$key]['parent'])]['attribute']['nobr']) AND ($dom[($dom[$key]['parent'])]['attribute']['nobr'] == 'true')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:188861if((!$undo) AND (($this->y < $this->start_transaction_y) OR (($dom[$key]['value'] == 'tr') AND ($dom[($dom[$key]['parent'])]['endy'] < $this->start_transaction_y)))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:185621if(($trwsp['rowspan'] == 1) AND (isset($dom[$trid]['endy'])) AND (isset($dom[$trid]['endpage'])) AND (isset($dom[$trid]['endcolumn'])) AND ($trwsp['endpage'] == $dom[$trid]['endpage']) AND ($trwsp['endcolumn'] == $dom[$trid]['endcolumn'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:187851if(($strlinelen < $cwa) AND (isset($dom[($key + 1)])) AND ($dom[($key + 1)]['tag']) AND (!$dom[($key + 1)]['block'])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:185021while (($key < $maxel) AND (!(($dom[$key]['tag']) AND (!$dom[$key]['opening']) AND ($dom[$key]['value'] == $tagtype) AND ($dom[$key]['parent'] == $parentid)))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:185541if(($trwsp['rowspan'] > 0) AND ($rsstartx > ($this->x - $cellspacing['H'] - $current_cell_padding['L'] - $this->feps)) AND ($rsstartx < ($this->x + $cellspacing['H'] + $current_cell_padding['R'] + $this->feps)) AND (($trwsp['starty'] < ($this->y - $this->feps)) OR ($trwsp['startpage'] < $this->page) OR ($trwsp['startcolumn'] < $this->current_column))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:182692if(($pac['y'] >= $minstartliney) AND (($pac['x'] * $this->k) >= ($currentxpos - $this->feps)) AND (($pac['x'] * $this->k) <= ($currentxpos + $this->feps))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:184001if(!($dom[$key]['tag'] AND !$dom[$key]['opening'] AND ($dom[$key]['value'] == 'table') AND (isset($this->emptypagemrk[$this->page])) AND ($this->emptypagemrk[$this->page] == $this->pagelen[$this->page]))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:182401if(preg_match('/(' . $xmatches[1] . ')[\s](' . $xmatches[2] . ')[\s](' . $xmatches[3] . ')[\s](' . $xmatches[4] . ')[\s](' . $xmatches[5] . ')[\s](' . $strpiece[1][0] . ')[\s](c)([\s]*)/x', $pmid, $pmatch) == 1) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:182572if(($pac['y'] >= $minstartliney) AND (($pac['x'] * $this->k) >= ($currentxpos - $this->feps)) AND (($pac['x'] * $this->k) <= ($currentxpos + $this->feps))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:179541if($this->newline AND (strlen($dom[$key]['value']) > 0) AND ($dom[$key]['value'] != 'td') AND ($dom[$key]['value'] != 'th')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:180021if((isset($plalign) AND ((($plalign == 'C') OR ($plalign == 'J') OR (($plalign == 'R') AND (!$this->rtl)) OR (($plalign == 'L') AND ($this->rtl)))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:178901if(!(isset($dom[($key + 1)]) AND $dom[($key + 1)]['tag'] AND (!$dom[($key + 1)]['opening']) AND ($dom[($key + 1)]['value'] != 'li') AND $dom[$key]['tag'] AND (!$dom[$key]['opening']))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:178951if(isset($line_align_data) AND (($line_align_data[0] == ($key - 1)) OR (($line_align_data[0] == ($key - 2)) AND (isset($dom[($key - 1)])) AND (preg_match('/^([\s]+)$/', $dom[($key - 1)]['value']) > 0)))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:178361if(($fontname != $curfontname) OR ($fontstyle != $curfontstyle) OR ($fontsize != $curfontsize) OR ($this->cell_height_ratio != $dom[$key]['line-height']) OR ($dom[$key]['tag'] AND $dom[$key]['opening'] AND ($dom[$key]['value'] == 'li'))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:178391if(($key < ($maxel - 1)) AND (($dom[$key]['tag'] AND $dom[$key]['opening'] AND ($dom[$key]['value'] == 'li')) OR ($this->cell_height_ratio != $dom[$key]['line-height']) OR (!$this->newline AND is_numeric($fontsize) AND is_numeric($curfontsize) AND ($fontsize >= 0) AND ($curfontsize >= 0) AND (($fontsize != $curfontsize) OR ($fontstyle != $curfontstyle) OR ($fontname != $curfontname))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:244631if(((!isset($attribs['cx'])) AND (!isset($attribs['cy']))) OR ((isset($attribs['cx']) AND (substr($attribs['cx'], -1) == '%')) OR (isset($attribs['cy']) AND (substr($attribs['cy'], -1) == '%')))) { /**/ } elseif(isset($attribs['r']) AND is_numeric($attribs['r']) AND ($attribs['r']) <= 1) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:244231if(((!isset($attribs['x1'])) AND (!isset($attribs['y1'])) AND (!isset($attribs['x2'])) AND (!isset($attribs['y2']))) OR ((isset($attribs['x1']) AND (substr($attribs['x1'], -1) == '%')) OR (isset($attribs['y1']) AND (substr($attribs['y1'], -1) == '%')) OR (isset($attribs['x2']) AND (substr($attribs['x2'], -1) == '%')) OR (isset($attribs['y2']) AND (substr($attribs['y2'], -1) == '%')))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:22021if(($remember[$last]['num'] == TCPDF_FONT_DATA::$uni_RLE) OR ($remember[$last]['num'] == TCPDF_FONT_DATA::$uni_LRE) OR ($remember[$last]['num'] == TCPDF_FONT_DATA::$uni_RLO) OR ($remember[$last]['num'] == TCPDF_FONT_DATA::$uni_LRO)) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_static.php:19361if((strlen($file) > 1) && ($file[0] === '/') && ($file[1] !== '/') && !empty($_SERVER['DOCUMENT_ROOT']) && ($_SERVER['DOCUMENT_ROOT'] !== '/')) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:236681if(($gradient['type'] == 2) AND ($gradient['coords'][0] == $gradient['coords'][2]) AND ($gradient['coords'][1] == $gradient['coords'][3])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:230421if(isset($region['xt']) AND isset($region['xb']) AND ($region['xt'] > 0) AND ($region['xb'] > 0) AND isset($region['yt']) AND isset($region['yb']) AND ($region['yt'] >= 0) AND ($region['yt'] < $region['yb']) AND isset($region['side']) AND (($region['side'] == 'L') OR ($region['side'] == 'R'))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:240601if(($key > 0) AND ((strtoupper($paths[($key - 1)][1]) == 'Q') OR (strtoupper($paths[($key - 1)][1]) == 'T'))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:240061if(($key > 0) AND ((strtoupper($paths[($key - 1)][1]) == 'C') OR (strtoupper($paths[($key - 1)][1]) == 'S'))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:198791if(($prev_page < $this->page) AND ((($this->current_column == 0) AND ($dom[($dom[$key]['parent'])]['endcolumn'] == ($this->num_columns - 1))) OR ($this->current_column == $dom[($dom[$key]['parent'])]['endcolumn']))) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:198012if(isset($this->tagvspaces[$tag['value']][1]['h']) && !empty($this->tagvspaces[$tag['value']][1]['h']) && ($this->tagvspaces[$tag['value']][1]['h'] >= 0)) { /**/ } elseif(isset($parent['fontsize'])) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:222291if(($this->page > $this->maxselcol['page']) OR (($this->page == $this->maxselcol['page']) AND ($col > $this->maxselcol['column']))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:203142if((($pba == 'left') AND (((!$this->rtl) AND (($this->page % 2) == 0)) OR (($this->rtl) AND (($this->page % 2) != 0)))) OR (($pba == 'right') AND (((!$this->rtl) AND (($this->page % 2) != 0)) OR (($this->rtl) AND (($this->page % 2) == 0))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:190941if(isset($this->tagvspaces[$tag['value']][0]['h']) && !empty($this->tagvspaces[$tag['value']][0]['h']) && ($this->tagvspaces[$tag['value']][0]['h'] >= 0)) { /**/ } elseif(isset($tag['fontsize'])) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:189531if((isset($plalign) AND ((($plalign == 'C') OR (($plalign == 'R') AND (!$this->rtl)) OR (($plalign == 'L') AND ($this->rtl)))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:197672if((($pba == 'left') AND (((!$this->rtl) AND (($this->page % 2) == 0)) OR (($this->rtl) AND (($this->page % 2) != 0)))) OR (($pba == 'right') AND (((!$this->rtl) AND (($this->page % 2) != 0)) OR (($this->rtl) AND (($this->page % 2) == 0))))) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/tcpdf.php:191262if(isset($this->tagvspaces[$tag['value']][1]['h']) && !empty($this->tagvspaces[$tag['value']][1]['h']) && ($this->tagvspaces[$tag['value']][1]['h'] >= 0)) { /**/ } elseif(isset($parent['fontsize'])) { /**/ } else { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:25481elseif((($prevchar !== false) AND ((TCPDF_FONT_DATA::$uni_type[$prevchar['char']] == 'AL') OR (TCPDF_FONT_DATA::$uni_type[$prevchar['char']] == 'NSM')) AND ($prevchar['type'] == $thischar['type'])) OR (($nextchar !== false) AND ($nextchar['char'] == 1567))) { /**/ } elseif(isset($arabicarr[$thischar['char']][0])) { /**/ }
/htdocs/includes/tecnickcom/tcpdf/include/tcpdf_fonts.php:25531if(($i > 1) AND ($thischar['char'] == 1607) AND ($chardata[$i - 1]['char'] == 1604) AND ($chardata[$i - 2]['char'] == 1604)) { /**/ } else { /**/ }