30require
'../../main.inc.php';
39require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
40require_once DOL_DOCUMENT_ROOT.
'/product/class/html.formproduct.class.php';
41require_once DOL_DOCUMENT_ROOT.
'/core/lib/pdf.lib.php';
42require_once DOL_DOCUMENT_ROOT.
'/blockedlog/lib/blockedlog.lib.php';
43require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
44require_once DOL_DOCUMENT_ROOT.
"/core/lib/takepos.lib.php";
45require_once DOL_DOCUMENT_ROOT.
'/stripe/class/stripe.class.php';
49if (
GETPOST(
'CASHDESK_ID_THIRDPARTY'.$terminal.
'_id',
'alpha')) {
50 $_GET[
'CASHDESK_ID_THIRDPARTY'.$terminal] =
GETPOST(
'CASHDESK_ID_THIRDPARTY'.$terminal.
'_id',
'alpha');
51 $_POST[
'CASHDESK_ID_THIRDPARTY'.$terminal] =
GETPOST(
'CASHDESK_ID_THIRDPARTY'.$terminal.
'_id',
'alpha');
52 $_REQUEST[
'CASHDESK_ID_THIRDPARTY'.$terminal] =
GETPOST(
'CASHDESK_ID_THIRDPARTY'.$terminal.
'_id',
'alpha');
60$langs->loadLangs(array(
"admin",
"cashdesk",
"printing",
"receiptprinter"));
62$sql =
"SELECT code, libelle as label FROM ".MAIN_DB_PREFIX.
"c_paiement";
63$sql .=
" WHERE entity IN (".getEntity(
'c_paiement').
")";
64$sql .=
" AND active = 1";
65$sql .=
" ORDER BY libelle";
66$resql =
$db->query($sql);
69 while ($obj =
$db->fetch_object($resql)) {
70 array_push($paiements, $obj);
74$terminaltouse = $terminal;
83if (
GETPOST(
'action',
'alpha') ==
'set') {
86 $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);
90 if (GETPOSTISSET(
'projectid')) {
93 if (GETPOSTISSET(
'CASHDESK_ID_BANKACCOUNT_CASH'.$terminaltouse)) {
94 $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);
96 if (GETPOSTISSET(
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse)) {
97 $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);
99 if (GETPOSTISSET(
'CASHDESK_ID_BANKACCOUNT_CB'.$terminaltouse)) {
100 $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);
102 if (GETPOSTISSET(
'CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL'.$terminaltouse)) {
103 $res =
dolibarr_set_const(
$db,
"CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL".$terminaltouse,
GETPOST(
'CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL'.$terminaltouse,
'alpha'),
'chaine', 0,
'',
$conf->entity);
105 if (GETPOSTISSET(
'CASHDESK_ID_BANKACCOUNT_SUMUP'.$terminaltouse)) {
106 $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);
108 foreach ($paiements as $modep) {
109 if (in_array($modep->code, array(
'LIQ',
'CB',
'CHQ'))) {
112 $name =
"CASHDESK_ID_BANKACCOUNT_".$modep->code.$terminaltouse;
113 if (GETPOSTISSET($name)) {
117 if (GETPOSTISSET(
'CASHDESK_ID_WAREHOUSE'.$terminaltouse)) {
118 $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);
120 if (GETPOSTISSET(
'CASHDESK_NO_DECREASE_STOCK'.$terminaltouse)) {
121 $res =
dolibarr_set_const(
$db,
"CASHDESK_NO_DECREASE_STOCK".$terminaltouse,
GETPOST(
'CASHDESK_NO_DECREASE_STOCK'.$terminaltouse,
'alpha'),
'chaine', 0,
'',
$conf->entity);
123 if (GETPOSTISSET(
'TAKEPOS_PRINTER_TO_USE'.$terminaltouse)) {
124 $res =
dolibarr_set_const(
$db,
"TAKEPOS_PRINTER_TO_USE".$terminaltouse,
GETPOST(
'TAKEPOS_PRINTER_TO_USE'.$terminaltouse,
'alpha'),
'chaine', 0,
'',
$conf->entity);
126 if (GETPOSTISSET(
'TAKEPOS_ORDER_PRINTER1_TO_USE'.$terminaltouse)) {
127 $res =
dolibarr_set_const(
$db,
"TAKEPOS_ORDER_PRINTER1_TO_USE".$terminaltouse,
GETPOST(
'TAKEPOS_ORDER_PRINTER1_TO_USE'.$terminaltouse,
'alpha'),
'chaine', 0,
'',
$conf->entity);
129 if (GETPOSTISSET(
'TAKEPOS_ORDER_PRINTER2_TO_USE'.$terminaltouse)) {
130 $res =
dolibarr_set_const(
$db,
"TAKEPOS_ORDER_PRINTER2_TO_USE".$terminaltouse,
GETPOST(
'TAKEPOS_ORDER_PRINTER2_TO_USE'.$terminaltouse,
'alpha'),
'chaine', 0,
'',
$conf->entity);
132 if (GETPOSTISSET(
'TAKEPOS_ORDER_PRINTER3_TO_USE'.$terminaltouse)) {
133 $res =
dolibarr_set_const(
$db,
"TAKEPOS_ORDER_PRINTER3_TO_USE".$terminaltouse,
GETPOST(
'TAKEPOS_ORDER_PRINTER3_TO_USE'.$terminaltouse,
'alpha'),
'chaine', 0,
'',
$conf->entity);
135 if (GETPOSTISSET(
'TAKEPOS_TEMPLATE_TO_USE_FOR_INVOICES'.$terminaltouse)) {
136 $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);
138 if (GETPOSTISSET(
'TAKEPOS_TEMPLATE_TO_USE_FOR_ORDERS'.$terminaltouse)) {
139 $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);
142 if (GETPOSTISSET(
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse)) {
143 $res =
dolibarr_set_const(
$db,
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse, (
GETPOSTINT(
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse) > 0 ?
GETPOSTINT(
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse) :
''),
'chaine', 0,
'',
$conf->entity);
146 if (GETPOSTISSET(
'TAKEPOS_ADDON'.$terminaltouse)) {
151 if (GETPOSTISSET(
'TAKEPOS_HEADER'.$terminaltouse)) {
154 if (GETPOSTISSET(
'TAKEPOS_FOOTER'.$terminaltouse)) {
181llxHeader(
'', $langs->trans(
"CashDeskSetup"),
'',
'', 0, 0,
'',
'',
'',
'mod-takepos page-admin_terminal');
183$linkback =
'<a href="'.dolBuildUrl(DOL_URL_ROOT.
'/admin/modules.php', [
'restore_lastsearch_values' => 1]).
'">'.
img_picto($langs->trans(
"BackToModuleList"),
'back',
'class="pictofixedwidth"').
'<span class="hideonsmartphone">'.$langs->trans(
"BackToModuleList").
'</span></a>';
185print
load_fiche_titre($langs->trans(
"CashDeskSetup").
' (TakePOS)', $linkback,
'title_setup');
192print
'<form action="'.$_SERVER[
"PHP_SELF"].
'?terminal='.(empty($terminal) ? 1 : $terminal).
'" method="post">';
193print
'<input type="hidden" name="token" value="'.newToken().
'">';
194print
'<input type="hidden" name="action" value="set">';
196print
'<div class="div-table-responsive">';
197print
'<table class="noborder centpercent">';
198print
'<tr class="liste_titre">';
199print
'<td>'.$langs->trans(
"Parameters").
'</td><td></td>';
202print
'<tr class="oddeven"><td class="fieldrequired">'.$langs->trans(
"TerminalNameDesc").
'</td>';
204print
'<input type="text" name="terminalname'.$terminal.
'" value="'.
getDolGlobalString(
"TAKEPOS_TERMINAL_NAME_".$terminal, $langs->trans(
"TerminalName", $terminal)).
'" >';
207print
'<tr class="oddeven"><td>'.$langs->trans(
"ForbidSalesToTheDefaultCustomer").
'</td>';
209print ajax_constantonoff(
"TAKEPOS_FORBID_SALES_TO_DEFAULT_CUSTOMER", array(),
$conf->entity, 0, 0, 1, 0);
213 print
'<tr class="oddeven"><td class="fieldrequired">'.$langs->trans(
"CashDeskThirdPartyForSell").
'</td>';
215 print
img_picto(
'',
'company',
'class="pictofixedwidth"');
216 $filter =
'((s.client:IN:1,2,3) AND (s.status:=:1))';
217 print $form->select_company(
getDolGlobalInt(
'CASHDESK_ID_THIRDPARTY'.$terminaltouse),
'socid', $filter, 1, 0, 0, array(), 0,
'maxwidth500 widthcentpercentminusx');
223 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForSell").
'</td>';
225 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
226 print $form->select_comptes(
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_CASH'.$terminaltouse),
'CASHDESK_ID_BANKACCOUNT_CASH'.$terminaltouse, 0,
"(courant:=:2)", 1,
'', 0,
'maxwidth500 widthcentpercentminusxx', 1);
227 print
' <a href="'.DOL_URL_ROOT.
'/compta/bank/card.php?action=create&type=2&backtopage='.urlencode($_SERVER[
"PHP_SELF"].
'?terminal='.$terminal).
'"><span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"NewBankAccount").
'"></span></a>';
232 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForCheque").
'</td>';
234 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
235 print $form->select_comptes(
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse),
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse, 0,
"(courant:=:1)", 1,
'', 0,
'maxwidth500 widthcentpercentminusxx', 1);
236 print
' <a href="'.DOL_URL_ROOT.
'/compta/bank/card.php?action=create&type=1&backtopage='.urlencode($_SERVER[
"PHP_SELF"].
'?terminal='.$terminal).
'"><span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"NewBankAccount").
'"></span></a>';
237 if (
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_CHEQUE'.$terminaltouse)) {
241 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForCB").
'</td>';
243 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
244 print $form->select_comptes(
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_CB'.$terminaltouse),
'CASHDESK_ID_BANKACCOUNT_CB'.$terminaltouse, 0,
"(courant:=:1)", 1,
'', 0,
'maxwidth500 widthcentpercentminusxx', 1);
245 print
' <a href="'.DOL_URL_ROOT.
'/compta/bank/card.php?action=create&type=1&backtopage='.urlencode($_SERVER[
"PHP_SELF"].
'?terminal='.$terminal).
'"><span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"NewBankAccount").
'"></span></a>';
252 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForStripeTerminal").
'</td>';
254 $service =
'StripeTest';
257 $service =
'StripeLive';
260 global $stripearrayofkeysbyenv;
261 $site_account = $stripearrayofkeysbyenv[$servicestatus][
'secret_key'];
262 \Stripe\Stripe::setApiKey($site_account);
264 $service =
'StripeTest';
265 $servicestatus =
'0';
266 dol_htmloutput_mesg($langs->trans(
'YouAreCurrentlyInSandboxMode',
'Stripe'), [],
'warning');
268 $service =
'StripeLive';
269 $servicestatus =
'1';
272 $stripeacc = $stripe->getStripeAccount($service);
274 $readers = \Stripe\Terminal\Reader::all(
null, array(
"location" =>
getDolGlobalString(
'STRIPE_LOCATION'),
"stripe_account" => $stripeacc));
276 $readers = \Stripe\Terminal\Reader::all(
null, array(
"location" =>
getDolGlobalString(
'STRIPE_LOCATION')));
280 $reader[
""] = $langs->trans(
"NoReader");
281 foreach ($readers as $tmpreader) {
282 $reader[$tmpreader->id] = $tmpreader->label.
' ('.$tmpreader->status.
')';
284 print $form->selectarray(
'CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL'.$terminaltouse, $reader,
getDolGlobalString(
'CASHDESK_ID_BANKACCOUNT_STRIPETERMINAL'.$terminaltouse));
289 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountForSumup").
'</td>';
291 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
292 print $form->select_comptes(
getDolGlobalInt(
'CASHDESK_ID_BANKACCOUNT_SUMUP'.$terminaltouse),
'CASHDESK_ID_BANKACCOUNT_SUMUP'.$terminaltouse, 0,
"(courant:=:1)", 1,
'', 0,
'maxwidth500 widthcentpercentminusxx', 1);
293 print
' <a href="'.DOL_URL_ROOT.
'/compta/bank/card.php?action=create&type=1&backtopage='.urlencode($_SERVER[
"PHP_SELF"].
'?terminal='.$terminal).
'"><span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"NewBankAccount").
'"></span></a>';
301 foreach ($paiements as $modep) {
302 if (in_array($modep->code, array(
'LIQ',
'CB',
'CHQ'))) {
305 $name =
"CASHDESK_ID_BANKACCOUNT_".$modep->code.$terminaltouse;
306 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskBankAccountFor").
' '.$langs->trans($modep->label).
'</td>';
311 $cour = preg_match(
'/^LIQ.*/', $modep->code) ? 2 : 1;
313 print
'<span class="opacitymedium">'.$form->textwithpicto($langs->trans(
"NotAvailable"), $langs->trans(
"NotAvailableForCountryWhenModuleIsOn",
$mysoc->country_code, $langs->transnoentitiesnoconv(
'Module3200Name'))).
'</span>';
315 print
img_picto(
'',
'bank_account',
'class="pictofixedwidth"');
316 print $form->select_comptes(
getDolGlobalInt($name), $name, 0,
"(courant:=:".((
int) $cour).
")", 1,
'', 0,
'maxwidth500 widthcentpercentminusxx', 1);
317 print
' <a href="'.DOL_URL_ROOT.
'/compta/bank/card.php?action=create&type=1&backtopage='.urlencode($_SERVER[
"PHP_SELF"].
'?terminal='.$terminal).
'"><span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"NewBankAccount").
'"></span></a>';
324 print
'<tr class="oddeven"><td>';
325 print $form->textwithpicto($langs->trans(
"CashDeskDoNotDecreaseStock"), $langs->trans(
"CashDeskDoNotDecreaseStockHelp"));
329 print ajax_constantonoff(
'CASHDESK_NO_DECREASE_STOCK'.$terminal, array(),
$conf->entity, 0, 0, 1, 0);
336 print
'<tr class="oddeven"><td>';
338 print
'<span class="fieldrequired">';
340 print $langs->trans(
"CashDeskIdWareHouse");
345 print
img_warning($langs->trans(
"DisableStockChange").
' - '.$langs->trans(
"NoWarehouseDefinedForTerminal"));
348 print
'<td class="minwidth300">';
350 print
img_picto(
'',
'stock',
'class="pictofixedwidth"');
351 print $formproduct->selectWarehouses(
getDolGlobalString(
'CASHDESK_ID_WAREHOUSE'.$terminal),
'CASHDESK_ID_WAREHOUSE'.$terminal,
'', 1, $disabled, 0,
'', 0, 0, array(),
'maxwidth500 widthcentpercentminusxx');
352 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>';
354 print
'<span class="opacitymedium">'.$langs->trans(
"StockDecreaseForPointOfSaleDisabled").
'</span>';
360 print
'<tr class="oddeven"><td>'.$langs->trans(
'CashDeskForceDecreaseStockLabel').
'</td>';
362 print
'<span class="opacitymedium">'.$langs->trans(
'CashDeskForceDecreaseStockDesc').
'</span>';
368 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formprojet.class.php';
370 print
'<tr class="oddeven"><td>'.$langs->trans(
"CashDeskDefaultProject").
'</td><td>';
371 print
img_picto(
'',
'project',
'class="pictofixedwidth"');
374 print $formproject->select_projects(-1, (
string) $projectid,
'projectid', 0, 0, 1, 1, 0, 0, 0,
'', 1, 1,
'maxwidth500 widthcentpercentminusxx');
378print
'<tr class="oddeven"><td>'.$langs->trans(
'CashDeskReaderKeyCodeForEnter').
'</td>';
380print
'<input type="text" class="width50" name="CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse.
'" value="'.
getDolGlobalString(
'CASHDESK_READER_KEYCODE_FOR_ENTER'.$terminaltouse).
'" />';
385 print
'<tr class="oddeven"><td>';
386 print $langs->trans(
"BillsNumberingModule");
387 print
'<td colspan="2">';
388 $array = array(0 => $langs->trans(
"Default"));
389 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
390 foreach ($dirmodels as $reldir) {
393 $handle = opendir($dir);
394 if (is_resource($handle)) {
395 while (($file = readdir($handle)) !==
false) {
396 if (!is_dir($dir.$file) || (substr($file, 0, 1) !=
'.' && substr($file, 0, 3) !=
'CVS')) {
398 $classname = preg_replace(
'/\.php$/',
'', $file);
400 if (!is_file($dir.$filebis)) {
401 $filebis = $file.
"/".$file.
".modules.php";
402 $classname =
"mod_facture_".$file;
406 preg_match(
'/\-(.*)_(.*)$/', $classname, $reg);
407 if (!empty($reg[2]) && $reg[2] != strtoupper(
$mysoc->country_code)) {
411 $classname = preg_replace(
'/\-.*$/',
'', $classname);
412 if (!class_exists($classname) && is_readable($dir.$filebis) && (preg_match(
'/mod_/', $filebis) || preg_match(
'/mod_/', $classname)) && substr($filebis,
dol_strlen($filebis) - 3, 3) ==
'php') {
414 require_once $dir.$filebis;
416 $module =
new $classname(
$db);
417 '@phan-var-force ModeleNumRefFactures $module';
420 if ($module->version ==
'development' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 2) {
423 if ($module->version ==
'experimental' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 1) {
427 if ($module->isEnabled()) {
428 $array[preg_replace(
'/\-.*$/',
'', preg_replace(
'/\.php$/',
'', $file))] = preg_replace(
'/\-.*$/',
'', preg_replace(
'/mod_facture_/',
'', preg_replace(
'/\.php$/',
'', $file)));
437 print $form->selectarray(
'TAKEPOS_ADDON'.$terminaltouse, $array,
getDolGlobalString(
'TAKEPOS_ADDON'.$terminaltouse,
'0'), 0);
438 print
"</td></tr>\n";
443$customprinterallowed =
true;
445$customprinttemplateallowed =
true;
446include_once DOL_DOCUMENT_ROOT.
'/blockedlog/lib/blockedlog.lib.php';
448 $customprinterallowed =
false;
449 $customprinttemplateallowed =
false;
454 require_once DOL_DOCUMENT_ROOT.
'/takepos/class/dolreceiptprinter.class.php';
457 $printer->listprinters();
459 foreach ($printer->listprinters as $key => $value) {
460 $printers[$value[
'rowid']] = $value[
'name'];
462 print
'<tr class="oddeven"><td>'.$langs->trans(
"MainPrinterToUse");
463 print
' <span class="opacitymedium">('.$langs->trans(
"MainPrinterToUseMore").
')</span>';
466 if (!$customprinterallowed) {
467 print
'<span class="opacitymedium">'.$form->textwithpicto($langs->trans(
"NotAvailable"), $langs->trans(
"NotAvailableForCountryWhenModuleIsOn",
$mysoc->country_code, $langs->transnoentitiesnoconv(
'Module3200Name'))).
'</span>';
469 print $form->selectarray(
'TAKEPOS_PRINTER_TO_USE'.$terminal, $printers,
getDolGlobalInt(
'TAKEPOS_PRINTER_TO_USE'.$terminal), 1);
474 print
'<tr class="oddeven"><td>'.$langs->trans(
"OrderPrinterToUse").
' - '.$langs->trans(
"KitchenPrinter").
' 1</td>';
476 print $form->selectarray(
'TAKEPOS_ORDER_PRINTER1_TO_USE'.$terminal, $printers,
getDolGlobalInt(
'TAKEPOS_ORDER_PRINTER1_TO_USE'.$terminal), 1);
478 print
'<tr class="oddeven"><td>'.$langs->trans(
"OrderPrinterToUse").
' - '.$langs->trans(
"KitchenPrinter").
' 2</td>';
480 print $form->selectarray(
'TAKEPOS_ORDER_PRINTER2_TO_USE'.$terminal, $printers,
getDolGlobalInt(
'TAKEPOS_ORDER_PRINTER2_TO_USE'.$terminal), 1);
482 print
'<tr class="oddeven"><td>'.$langs->trans(
"OrderPrinterToUse").
' - '.$langs->trans(
"KitchenPrinter").
' 3</td>';
484 print $form->selectarray(
'TAKEPOS_ORDER_PRINTER3_TO_USE'.$terminal, $printers,
getDolGlobalInt(
'TAKEPOS_ORDER_PRINTER3_TO_USE'.$terminal), 1);
491 require_once DOL_DOCUMENT_ROOT.
'/takepos/class/dolreceiptprinter.class.php';
493 $printer->listPrintersTemplates();
494 $templates = array();
495 foreach ($printer->listprinterstemplates as $key => $value) {
496 $templates[$value[
'rowid']] = $value[
'name'];
498 print
'<tr class="oddeven"><td>'.$langs->trans(
"MainTemplateToUse");
499 print
' <span class="opacitymedium">('.$langs->trans(
"MainTemplateToUseMore").
')</span>';
500 if ($customprinttemplateallowed) {
501 print
' (<a href="'.DOL_URL_ROOT.
'/admin/receiptprinter.php?mode=template">'.$langs->trans(
"SetupReceiptTemplate").
'</a>)</td>';
504 if (!$customprinttemplateallowed) {
505 print
'<span class="opacitymedium">'.$form->textwithpicto($langs->trans(
"NotAvailable"), $langs->trans(
"NotAvailableForCountryWhenModuleIsOn",
$mysoc->country_code, $langs->transnoentitiesnoconv(
'Module3200Name'))).
'</span>';
507 print $form->selectarray(
'TAKEPOS_TEMPLATE_TO_USE_FOR_INVOICES'.$terminal, $templates,
getDolGlobalInt(
'TAKEPOS_TEMPLATE_TO_USE_FOR_INVOICES'.$terminal), 1, 0, 0,
'', 0, 0, 0,
'',
'minwidth150');
511 if (
getDolGlobalInt(
'TAKEPOS_ORDER_PRINTERS') && $orderprinterallowed) {
512 print
'<tr class="oddeven"><td>'.$langs->trans(
"OrderTemplateToUse").
'</td>';
514 print $form->selectarray(
'TAKEPOS_TEMPLATE_TO_USE_FOR_ORDERS'.$terminal, $templates,
getDolGlobalInt(
'TAKEPOS_TEMPLATE_TO_USE_FOR_ORDERS'.$terminal), 1, 0, 0,
'', 0, 0, 0,
'',
'minwidth150');
522print $form->buttonsSaveCancel(
"Save",
'');
529$substitutionarray[
'__(AnyTranslationKey)__'] = $langs->trans(
'Translation');
530$htmltext =
'<i>'.$langs->trans(
'AvailableVariables').
':<br>';
531foreach ($substitutionarray as $key => $val) {
532 $htmltext .= $key.
'<br>';
539print
'<div class="div-table-responsive-no-min">';
540print
'<table class="noborder centpercent">';
541print
'<tr class="liste_titre">';
542print
'<td>'.$langs->trans(
"Parameters").
'</td><td>'.$langs->trans(
'Value').
'</td>';
546print
'<tr class="oddeven">';
548print $form->textwithpicto($langs->trans(
'Header'), $htmltext, 1,
'help',
'', 0, 2,
'freetexttooltip').
'<br>';
551$variablename =
'TAKEPOS_HEADER'.$terminaltouse;
553 print
'<textarea name="'.$variablename.
'" class="flat" cols="120">'.
getDolGlobalString($variablename).
'</textarea>';
555 include_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
557 print $doleditor->Create();
562print
'<tr class="oddeven">';
564print $form->textwithpicto($langs->trans(
'Footer'), $htmltext, 1,
'help',
'', 0, 2,
'freetexttooltip').
'<br>';
567$variablename =
'TAKEPOS_FOOTER'.$terminaltouse;
569 print
'<textarea name="'.$variablename.
'" class="flat" cols="120">'.
getDolGlobalString($variablename).
'</textarea>';
571 include_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
573 print $doleditor->Create();
581 print
info_admin($langs->trans(
"AtLeastOneDefaultBankAccountMandatory"), 0, 0,
'error');
584print $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).
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
isALNERunningVersion($blockedlogtestalreadydone=0, $blockedlogmodulealreadydone=0)
Return if the application is executed with the LNE requirements on.
Class to manage a WYSIWYG editor.
Stripe class @TODO No reason to extend CommonObject.
Class to manage Receipt Printers.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='', $picto='', $textonpictotooltip='')
Show information in HTML for admin users or standard users.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0, $morecssdiv='')
Show tabs of a record.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_htmloutput_mesg($mesgstring='', $mesgarray=array(), $style='ok', $keepembedded=0)
Print formatted messages to output (Used to show messages on html output).
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
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, $include=null)
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.