28 global $_Avery_Labels;
35 $sql =
"SELECT rowid, code, name, paper_size, orientation, metric, leftmargin, topmargin, nx, ny, spacex, spacey, width, height, font_size, custom_x, custom_y, active FROM ".MAIN_DB_PREFIX.
"c_format_cards WHERE active=1 ORDER BY code ASC";
39 while ($row = $db->fetch_array(
$resql))
41 $_Avery_Labels[$row[
'code']][
'name'] = $row[
'name'];
42 $_Avery_Labels[$row[
'code']][
'paper-size'] = $row[
'paper_size'];
43 $_Avery_Labels[$row[
'code']][
'orientation'] = $row[
'orientation'];
44 $_Avery_Labels[$row[
'code']][
'metric'] = $row[
'metric'];
45 $_Avery_Labels[$row[
'code']][
'marginLeft'] = $row[
'leftmargin'];
46 $_Avery_Labels[$row[
'code']][
'marginTop'] = $row[
'topmargin'];
47 $_Avery_Labels[$row[
'code']][
'marginTop'] = $row[
'topmargin'];
48 $_Avery_Labels[$row[
'code']][
'NX'] = $row[
'nx'];
49 $_Avery_Labels[$row[
'code']][
'NY'] = $row[
'ny'];
50 $_Avery_Labels[$row[
'code']][
'SpaceX'] = $row[
'spacex'];
51 $_Avery_Labels[$row[
'code']][
'SpaceY'] = $row[
'spacey'];
52 $_Avery_Labels[$row[
'code']][
'width'] = $row[
'width'];
53 $_Avery_Labels[$row[
'code']][
'height'] = $row[
'height'];
54 $_Avery_Labels[$row[
'code']][
'font-size'] = $row[
'font_size'];
55 $_Avery_Labels[$row[
'code']][
'custom_x'] = $row[
'custom_x'];
56 $_Avery_Labels[$row[
'code']][
'custom_y'] = $row[
'custom_y'];
63 foreach ($_Avery_Labels as $key => $val)
65 $_Avery_Labels[$key][
'name'] .=
' ('.$_Avery_Labels[$key][
'paper-size'].
' - '.$_Avery_Labels[$key][
'NX'].
'x'.$_Avery_Labels[$key][
'NY'].
')';
if(!empty($conf->facture->enabled)&&$user->rights->facture->lire) if((!empty($conf->fournisseur->enabled)&&empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)||!empty($conf->supplier_invoice->enabled))&&$user->rights->fournisseur->facture->lire) if(!empty($conf->don->enabled)&&$user->rights->don->lire) if(!empty($conf->tax->enabled)&&$user->rights->tax->charges->lire) if(!empty($conf->facture->enabled)&&!empty($conf->commande->enabled)&&$user->rights->commande->lire &&empty($conf->global->WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER)) if(!empty($conf->facture->enabled)&&$user->rights->facture->lire) if((!empty($conf->fournisseur->enabled)&&empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)||!empty($conf->supplier_invoice->enabled))&&$user->rights->fournisseur->facture->lire) $resql
Social contributions to pay.
dol_print_error($db= '', $error= '', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...