28 require
'../../main.inc.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
30 require_once DOL_DOCUMENT_ROOT.
'/product/class/html.formproduct.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/core/lib/pdf.lib.php';
32 require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
33 require_once DOL_DOCUMENT_ROOT.
"/core/lib/takepos.lib.php";
34 require_once DOL_DOCUMENT_ROOT.
'/stripe/class/stripe.class.php';
36 $terminal =
GETPOST(
'terminal',
'int');
38 if (!empty($_REQUEST[
'CASHDESK_ID_THIRDPARTY'.$terminal.
'_id'])) {
39 $_GET[
'CASHDESK_ID_THIRDPARTY'.$terminal] =
GETPOST(
'CASHDESK_ID_THIRDPARTY'.$terminal.
'_id',
'alpha');
40 $_POST[
'CASHDESK_ID_THIRDPARTY'.$terminal] =
GETPOST(
'CASHDESK_ID_THIRDPARTY'.$terminal.
'_id',
'alpha');
41 $_REQUEST[
'CASHDESK_ID_THIRDPARTY'.$terminal] =
GETPOST(
'CASHDESK_ID_THIRDPARTY'.$terminal.
'_id',
'alpha');
49 $langs->loadLangs(array(
"admin",
"cashdesk",
"printing",
"receiptprinter"));
53 $sql =
"SELECT code, libelle as label FROM ".MAIN_DB_PREFIX.
"c_paiement";
54 $sql .=
" WHERE entity IN (".getEntity(
'c_paiement').
")";
55 $sql .=
" AND active = 1";
56 $sql .=
" ORDER BY libelle";
60 while ($obj = $db->fetch_object(
$resql)) {
61 array_push($paiements, $obj);
65 $terminaltouse = $terminal;
72 if (
GETPOST(
'action',
'alpha') ==
'set') {
75 $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);
77 $res =
dolibarr_set_const($db,
"CASHDESK_ID_THIRDPARTY".$terminaltouse, (
GETPOST(
'socid',
'int') > 0 ?
GETPOST(
'socid',
'int') :
''),
'chaine', 0,
'', $conf->entity);
79 $res =
dolibarr_set_const($db,
"CASHDESK_ID_BANKACCOUNT_CASH".$terminaltouse, (
GETPOST(
'CASHDESK_ID_BANKACCOUNT_CASH'.$terminaltouse,
'alpha') > 0 ?
GETPOST(
'CASHDESK_ID_BANKACCOUNT_CASH'.$terminaltouse,
'alpha') :
''),
'chaine', 0,
'', $conf->entity);
80 $res =
dolibarr_set_const($db,
"CASHDESK_ID_BANKACCOUNT_CHEQUE".$terminaltouse, (
GETPOST(
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse,
'alpha') > 0 ?
GETPOST(
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse,
'alpha') :
''),
'chaine', 0,
'', $conf->entity);
81 $res =
dolibarr_set_const($db,
"CASHDESK_ID_BANKACCOUNT_CB".$terminaltouse, (
GETPOST(
'CASHDESK_ID_BANKACCOUNT_CB'.$terminaltouse,
'alpha') > 0 ?
GETPOST(
'CASHDESK_ID_BANKACCOUNT_CB'.$terminaltouse,
'alpha') :
''),
'chaine', 0,
'', $conf->entity);
82 if (
isModEnabled(
'stripe') && !empty($conf->global->STRIPE_CARD_PRESENT)) {
83 $res =
dolibarr_set_const($db,
"CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL".$terminaltouse,
GETPOST(
'CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
86 $res =
dolibarr_set_const($db,
"CASHDESK_ID_BANKACCOUNT_SUMUP".$terminaltouse, (
GETPOST(
'CASHDESK_ID_BANKACCOUNT_SUMUP'.$terminaltouse,
'alpha') > 0 ?
GETPOST(
'CASHDESK_ID_BANKACCOUNT_SUMUP'.$terminaltouse,
'alpha') :
''),
'chaine', 0,
'', $conf->entity);
88 foreach ($paiements as $modep) {
89 if (in_array($modep->code, array(
'LIQ',
'CB',
'CHQ'))) {
92 $name =
"CASHDESK_ID_BANKACCOUNT_".$modep->code.$terminaltouse;
95 $res =
dolibarr_set_const($db,
"CASHDESK_ID_WAREHOUSE".$terminaltouse, (
GETPOST(
'CASHDESK_ID_WAREHOUSE'.$terminaltouse,
'alpha') > 0 ?
GETPOST(
'CASHDESK_ID_WAREHOUSE'.$terminaltouse,
'alpha') :
''),
'chaine', 0,
'', $conf->entity);
96 $res =
dolibarr_set_const($db,
"CASHDESK_NO_DECREASE_STOCK".$terminaltouse,
GETPOST(
'CASHDESK_NO_DECREASE_STOCK'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
97 $res =
dolibarr_set_const($db,
"TAKEPOS_PRINTER_TO_USE".$terminaltouse,
GETPOST(
'TAKEPOS_PRINTER_TO_USE'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
98 $res =
dolibarr_set_const($db,
"TAKEPOS_ORDER_PRINTER1_TO_USE".$terminaltouse,
GETPOST(
'TAKEPOS_ORDER_PRINTER1_TO_USE'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
99 $res =
dolibarr_set_const($db,
"TAKEPOS_ORDER_PRINTER2_TO_USE".$terminaltouse,
GETPOST(
'TAKEPOS_ORDER_PRINTER2_TO_USE'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
100 $res =
dolibarr_set_const($db,
"TAKEPOS_ORDER_PRINTER3_TO_USE".$terminaltouse,
GETPOST(
'TAKEPOS_ORDER_PRINTER3_TO_USE'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
101 $res =
dolibarr_set_const($db,
"TAKEPOS_TEMPLATE_TO_USE_FOR_INVOICES".$terminaltouse,
GETPOST(
'TAKEPOS_TEMPLATE_TO_USE_FOR_INVOICES'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
102 $res =
dolibarr_set_const($db,
"TAKEPOS_TEMPLATE_TO_USE_FOR_ORDERS".$terminaltouse,
GETPOST(
'TAKEPOS_TEMPLATE_TO_USE_FOR_ORDERS'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
104 $res =
dolibarr_set_const($db,
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse, (
GETPOST(
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse,
'int') > 0 ?
GETPOST(
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse,
'int') :
''),
'chaine', 0,
'', $conf->entity);
106 $res =
dolibarr_set_const($db,
"TAKEPOS_ADDON".$terminaltouse,
GETPOST(
'TAKEPOS_ADDON'.$terminaltouse,
'alpha'),
'chaine', 0,
'', $conf->entity);
109 $res =
dolibarr_set_const($db,
'TAKEPOS_HEADER'.$terminaltouse,
GETPOST(
'TAKEPOS_HEADER'.$terminaltouse,
'restricthtml'),
'chaine', 0,
'', $conf->entity);
110 $res =
dolibarr_set_const($db,
'TAKEPOS_FOOTER'.$terminaltouse,
GETPOST(
'TAKEPOS_FOOTER'.$terminaltouse,
'restricthtml'),
'chaine', 0,
'', $conf->entity);
135 llxHeader(
'', $langs->trans(
"CashDeskSetup"));
137 $linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php">'.$langs->trans(
"BackToModuleList").
'</a>';
138 print
load_fiche_titre($langs->trans(
"CashDeskSetup").
' (TakePOS)', $linkback,
'title_setup');
140 print
dol_get_fiche_head($head,
'terminal'.$terminal,
'TakePOS', -1,
'cash-register');
145 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'?terminal='.(empty($terminal) ? 1 : $terminal).
'" method="post">';
146 print
'<input type="hidden" name="token" value="'.newToken().
'">';
147 print
'<input type="hidden" name="action" value="set">';
149 print
'<div class="div-table-responsive">';
150 print
'<table class="noborder centpercent">';
151 print
'<tr class="liste_titre">';
152 print
'<td>'.$langs->trans(
"Parameters").
'</td><td>'.$langs->trans(
"Value").
'</td>';
155 print
'<tr class="oddeven"><td class="fieldrequired">'.$langs->trans(
"TerminalNameDesc").
'</td>';
157 print
'<input type="text" name="terminalname'.$terminal.
'" value="'.
getDolGlobalString(
"TAKEPOS_TERMINAL_NAME_".$terminal, $langs->trans(
"TerminalName", $terminal)).
'" >';
160 print
'<tr class="oddeven"><td class="fieldrequired">'.$langs->trans(
"CashDeskThirdPartyForSell").
'</td>';
162 print
$form->select_company(
getDolGlobalInt(
'CASHDESK_ID_THIRDPARTY'.$terminaltouse),
'socid',
'(s.client IN (1, 3) AND s.status = 1)', 1, 0, 0, array(), 0);
165 $atleastonefound = 0;
167 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForSell").
'</td>';
169 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
170 $form->select_comptes(
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_CASH'.$terminaltouse),
'CASHDESK_ID_BANKACCOUNT_CASH'.$terminaltouse, 0,
"courant=2", 1);
175 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForCheque").
'</td>';
177 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
178 $form->select_comptes(
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse),
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse, 0,
"courant=1", 1);
179 if (
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse)) {
183 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForCB").
'</td>';
185 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
186 $form->select_comptes(
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_CB'.$terminaltouse),
'CASHDESK_ID_BANKACCOUNT_CB'.$terminaltouse, 0,
"courant=1", 1);
192 if (
isModEnabled(
'stripe') && !empty($conf->global->STRIPE_CARD_PRESENT)) {
193 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForStripeTerminal").
'</td>';
195 $service =
'StripeTest';
197 if (!empty($conf->global->STRIPE_LIVE) && !
GETPOST(
'forcesandbox',
'alpha')) {
198 $service =
'StripeLive';
201 global $stripearrayofkeysbyenv;
202 $site_account = $stripearrayofkeysbyenv[$servicestatus][
'secret_key'];
203 \Stripe\Stripe::setApiKey($site_account);
204 if (
isModEnabled(
'stripe') && (empty($conf->global->STRIPE_LIVE) ||
GETPOST(
'forcesandbox',
'alpha'))) {
205 $service =
'StripeTest';
206 $servicestatus =
'0';
207 dol_htmloutput_mesg($langs->trans(
'YouAreCurrentlyInSandboxMode',
'Stripe'),
'',
'warning');
209 $service =
'StripeLive';
210 $servicestatus =
'1';
212 $stripe =
new Stripe($db);
213 $stripeacc = $stripe->getStripeAccount($service);
215 $readers = \Stripe\Terminal\Reader::all(
'', array(
"location" => $conf->global->STRIPE_LOCATION,
"stripe_account" => $stripeacc));
217 $readers = \Stripe\Terminal\Reader::all(
'', array(
"location" => $conf->global->STRIPE_LOCATION));
221 $reader[
""] = $langs->trans(
"NoReader");
222 foreach ($readers as $tmpreader) {
223 $reader[$tmpreader->id] = $tmpreader->label.
' ('.$tmpreader->status.
')';
225 print
$form->selectarray(
'CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL'.$terminaltouse, $reader, $conf->global->{
'CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL'.$terminaltouse});
230 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForSumup").
'</td>';
232 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
233 $form->select_comptes(
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_SUMUP'.$terminaltouse),
'CASHDESK_ID_BANKACCOUNT_SUMUP'.$terminaltouse, 0,
"courant=1", 1);
240 foreach ($paiements as $modep) {
241 if (in_array($modep->code, array(
'LIQ',
'CB',
'CHQ'))) {
244 $name =
"CASHDESK_ID_BANKACCOUNT_".$modep->code.$terminaltouse;
245 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountFor").
' '.$langs->trans($modep->label).
'</td>';
247 if (!empty($conf->global->$name)) {
250 $cour = preg_match(
'/^LIQ.*/', $modep->code) ? 2 : 1;
251 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
258 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskDoNotDecreaseStock").
'</td>';
261 print
$form->selectyesno(
'CASHDESK_NO_DECREASE_STOCK'.$terminal,
getDolGlobalInt(
'CASHDESK_NO_DECREASE_STOCK'.$terminal), 1);
264 $res =
dolibarr_set_const($db,
"CASHDESK_NO_DECREASE_STOCK".$terminal, 1,
'chaine', 0,
'', $conf->entity);
266 print $langs->trans(
"Yes").
'<br>';
267 print
'<span class="opacitymedium">'.$langs->trans(
'StockDecreaseForPointOfSaleDisabledbyBatch').
'</span>';
274 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskIdWareHouse").
'</td>';
275 print
'<td class="minwidth300">';
277 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
278 print $formproduct->selectWarehouses($conf->global->{
'CASHDESK_ID_WAREHOUSE'.$terminal},
'CASHDESK_ID_WAREHOUSE'.$terminal,
'', 1, $disabled, 0,
'', 0, 0, array(),
'maxwidth250');
279 print
' <a href="'.DOL_URL_ROOT.
'/product/stock/card.php?action=create&backtopage='.urlencode($_SERVER[
"PHP_SELF"].
'?&terminal='.$terminal).
'"><span class="fa fa-plus-circle valignmiddle"></span></a>';
281 print
'<span class="opacitymedium">'.$langs->trans(
"StockDecreaseForPointOfSaleDisabled").
'</span>';
285 if (
isModEnabled(
'productbatch') && !empty($conf->global->CASHDESK_FORCE_DECREASE_STOCK) && !$conf->global->{
'CASHDESK_NO_DECREASE_STOCK'.$terminal}) {
286 print
'<tr class="oddeven"><td>'.$langs->trans(
'CashDeskForceDecreaseStockLabel').
'</td>';
288 print
'<span class="opacitymedium">'.$langs->trans(
'CashDeskForceDecreaseStockDesc').
'</span>';
295 require_once DOL_DOCUMENT_ROOT.
'/core/class/dolreceiptprinter.class.php';
298 $printer->listprinters();
300 foreach ($printer->listprinters as $key => $value) {
301 $printers[$value[
'rowid']] = $value[
'name'];
303 print
'<tr class="oddeven"><td>'.$langs->trans(
"MainPrinterToUse").
'</td>';
305 print
$form->selectarray(
'TAKEPOS_PRINTER_TO_USE'.$terminal, $printers,
getDolGlobalInt(
'TAKEPOS_PRINTER_TO_USE'.$terminal), 1);
308 print
'<tr class="oddeven"><td>'.$langs->trans(
"OrderPrinterToUse").
' - '.$langs->trans(
"Printer").
' 1</td>';
310 print
$form->selectarray(
'TAKEPOS_ORDER_PRINTER1_TO_USE'.$terminal, $printers,
getDolGlobalInt(
'TAKEPOS_ORDER_PRINTER1_TO_USE'.$terminal), 1);
312 print
'<tr class="oddeven"><td>'.$langs->trans(
"OrderPrinterToUse").
' - '.$langs->trans(
"Printer").
' 2</td>';
314 print
$form->selectarray(
'TAKEPOS_ORDER_PRINTER2_TO_USE'.$terminal, $printers,
getDolGlobalInt(
'TAKEPOS_ORDER_PRINTER2_TO_USE'.$terminal), 1);
316 print
'<tr class="oddeven"><td>'.$langs->trans(
"OrderPrinterToUse").
' - '.$langs->trans(
"Printer").
' 3</td>';
318 print
$form->selectarray(
'TAKEPOS_ORDER_PRINTER3_TO_USE'.$terminal, $printers,
getDolGlobalInt(
'TAKEPOS_ORDER_PRINTER3_TO_USE'.$terminal), 1);
322 $printer->listPrintersTemplates();
323 $templates = array();
324 foreach ($printer->listprinterstemplates as $key => $value) {
325 $templates[$value[
'rowid']] = $value[
'name'];
327 print
'<tr class="oddeven"><td>'.$langs->trans(
"MainTemplateToUse").
' (<a href="'.DOL_URL_ROOT.
'/admin/receiptprinter.php?mode=template">'.$langs->trans(
"SetupReceiptTemplate").
'</a>)</td>';
329 print
$form->selectarray(
'TAKEPOS_TEMPLATE_TO_USE_FOR_INVOICES'.$terminal, $templates,
getDolGlobalInt(
'TAKEPOS_TEMPLATE_TO_USE_FOR_INVOICES'.$terminal), 1);
332 print
'<tr class="oddeven"><td>'.$langs->trans(
"OrderTemplateToUse").
'</td>';
334 print
$form->selectarray(
'TAKEPOS_TEMPLATE_TO_USE_FOR_ORDERS'.$terminal, $templates,
getDolGlobalInt(
'TAKEPOS_TEMPLATE_TO_USE_FOR_ORDERS'.$terminal), 1);
339 print
'<tr class="oddeven"><td>'.$langs->trans(
'CashDeskReaderKeyCodeForEnter').
'</td>';
341 print
'<input type="text" class="width50" name="CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse.
'" value="'.
getDolGlobalString(
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse).
'" />';
346 print
'<tr class="oddeven"><td>';
347 print $langs->trans(
"BillsNumberingModule");
348 print
'<td colspan="2">';
349 $array = array(0=>$langs->trans(
"Default"));
350 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
351 foreach ($dirmodels as $reldir) {
354 $handle = opendir($dir);
355 if (is_resource($handle)) {
356 while (($file = readdir($handle)) !==
false) {
357 if (!is_dir($dir.$file) || (substr($file, 0, 1) <>
'.' && substr($file, 0, 3) <>
'CVS')) {
359 $classname = preg_replace(
'/\.php$/',
'', $file);
361 if (!is_file($dir.$filebis)) {
362 $filebis = $file.
"/".$file.
".modules.php";
363 $classname =
"mod_facture_".$file;
366 preg_match(
'/\-(.*)_(.*)$/', $classname, $reg);
367 if (!empty($reg[2]) && $reg[2] != strtoupper($mysoc->country_code)) {
371 $classname = preg_replace(
'/\-.*$/',
'', $classname);
372 if (!class_exists($classname) && is_readable($dir.$filebis) && (preg_match(
'/mod_/', $filebis) || preg_match(
'/mod_/', $classname)) && substr($filebis,
dol_strlen($filebis) - 3, 3) ==
'php') {
374 require_once $dir.$filebis;
376 $module =
new $classname($db);
379 if ($module->version ==
'development' && $conf->global->MAIN_FEATURES_LEVEL < 2) {
382 if ($module->version ==
'experimental' && $conf->global->MAIN_FEATURES_LEVEL < 1) {
386 if ($module->isEnabled()) {
387 $array[preg_replace(
'/\-.*$/',
'', preg_replace(
'/\.php$/',
'', $file))] = preg_replace(
'/\-.*$/',
'', preg_replace(
'/mod_facture_/',
'', preg_replace(
'/\.php$/',
'', $file)));
396 print
$form->selectarray(
'TAKEPOS_ADDON'.$terminaltouse, $array, (empty($conf->global->{
'TAKEPOS_ADDON'.$terminaltouse}) ?
'0' : $conf->global->{
'TAKEPOS_ADDON'.$terminaltouse}), 0);
397 print
"</td></tr>\n";
407 $substitutionarray[
'__(AnyTranslationKey)__'] = $langs->trans(
'Translation');
408 $htmltext =
'<i>'.$langs->trans(
'AvailableVariables').
':<br>';
409 foreach ($substitutionarray as $key => $val) {
410 $htmltext .= $key.
'<br>';
417 print
'<div class="div-table-responsive-no-min">';
418 print
'<table class="noborder centpercent">';
419 print
'<tr class="liste_titre">';
420 print
'<td>'.$langs->trans(
"Parameters").
'</td><td>'.$langs->trans(
'Value').
'</td>';
424 print
'<tr class="oddeven">';
426 print
$form->textwithpicto($langs->trans(
'Header'), $htmltext, 1,
'help',
'', 0, 2,
'freetexttooltip').
'<br>';
429 $variablename =
'TAKEPOS_HEADER'.$terminaltouse;
431 print
'<textarea name="'.$variablename.
'" class="flat" cols="120">'.$conf->global->{$variablename}.
'</textarea>';
433 include_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
435 print $doleditor->Create();
440 print
'<tr class="oddeven">';
442 print
$form->textwithpicto($langs->trans(
'Footer'), $htmltext, 1,
'help',
'', 0, 2,
'freetexttooltip').
'<br>';
445 $variablename =
'TAKEPOS_FOOTER'.$terminaltouse;
447 print
'<textarea name="'.$variablename.
'" class="flat" cols="120">'.$conf->global->{$variablename}.
'</textarea>';
449 include_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
451 print $doleditor->Create();
459 print
info_admin($langs->trans(
"AtLeastOneDefaultBankAccountMandatory"), 0, 0,
'error');
464 print
$form->buttonsSaveCancel(
"Save",
'');
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage a WYSIWYG editor.
Class to manage Receipt Printers.
if(isModEnabled('facture') &&!empty($user->rights->facture->lire)) if((isModEnabled('fournisseur') &&empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD) && $user->hasRight("fournisseur", "facture", "lire"))||(isModEnabled('supplier_invoice') && $user->hasRight("supplier_invoice", "lire"))) if(isModEnabled('don') &&!empty($user->rights->don->lire)) if(isModEnabled('tax') &&!empty($user->rights->tax->charges->lire)) if(isModEnabled('facture') &&isModEnabled('commande') && $user->hasRight("commande", "lire") &&empty($conf->global->WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER)) $resql
Social contributions to pay.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='')
Show tabs of a record.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
getDolGlobalInt($key, $default=0)
Return dolibarr global constant int value.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='')
Show information for admin users or standard users.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
if(!function_exists('utf8_encode')) if(!function_exists('utf8_decode')) getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
dol_htmloutput_mesg($mesgstring='', $mesgarray=array(), $style='ok', $keepembedded=0)
Print formated messages to output (Used to show messages on html output).
isModEnabled($module)
Is Dolibarr module enabled.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
pdf_getSubstitutionArray($outputlangs, $exclude=null, $object=null, $onlykey=0)
Return array of possible substitutions for PDF content (without external module substitutions).
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.
takepos_admin_prepare_head()
Prepare array with list of tabs.