dolibarr 21.0.0-alpha
other.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2008-2011 Laurent Destailleur <eldy@users.sourceforge.net>
3 * Copyright (C) 2011-2017 Juanjo Menent <jmenent@2byte.es>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <https://www.gnu.org/licenses/>.
17 */
18
24require '../../main.inc.php'; // Load $user and permissions
25require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
26require_once DOL_DOCUMENT_ROOT.'/product/class/html.formproduct.class.php';
27require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
28require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
29require_once DOL_DOCUMENT_ROOT."/core/lib/takepos.lib.php";
30
31// If socid provided by ajax company selector
32if (GETPOST('CASHDESK_ID_THIRDPARTY_id', 'alpha')) {
33 $_GET['CASHDESK_ID_THIRDPARTY'] = GETPOST('CASHDESK_ID_THIRDPARTY_id', 'alpha'); // Keep this ?
34 $_POST['CASHDESK_ID_THIRDPARTY'] = GETPOST('CASHDESK_ID_THIRDPARTY_id', 'alpha'); // Keep this ?
35 $_REQUEST['CASHDESK_ID_THIRDPARTY'] = GETPOST('CASHDESK_ID_THIRDPARTY_id', 'alpha'); // Keep this ?
36}
37
38// Security check
39if (!$user->admin) {
41}
42
43$langs->loadLangs(array("admin", "cashdesk"));
44
45global $db;
46
47$sql = "SELECT code, libelle FROM ".MAIN_DB_PREFIX."c_paiement";
48$sql .= " WHERE entity IN (".getEntity('c_paiement').")";
49$sql .= " AND active = 1";
50$sql .= " ORDER BY libelle";
51$resql = $db->query($sql);
52$paiements = array();
53if ($resql) {
54 while ($obj = $db->fetch_object($resql)) {
55 array_push($paiements, $obj);
56 }
57}
58
59
60/*
61 * Actions
62 */
63
64// Nothing
65
66
67/*
68 * View
69 */
70
71llxHeader('', $langs->trans("CashDeskSetup"), '', '', 0, 0, '', '', '', 'mod-takepos page-admin_other');
72
73$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
74print load_fiche_titre($langs->trans("CashDeskSetup").' (TakePOS)', $linkback, 'title_setup');
76print dol_get_fiche_head($head, 'other', 'TakePOS', -1, 'cash-register');
77print '<br>';
78
79
80// Mode
81print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
82print '<input type="hidden" name="token" value="'.newToken().'">';
83print '<input type="hidden" name="action" value="set">';
84
85print '<div class="div-table-responsive-no-min">';
86
87// Marketplace
88print "<table summary=\"list_of_modules\" class=\"noborder\" width=\"100%\">\n";
89print '<tr class="liste_titre">'."\n";
90print '<td class="titlefield" colspan="2">'.$langs->trans("WebSiteDesc").'</td>';
91print '<td>'.$langs->trans("URL").'</td>';
92print '</tr>';
93
94$url = 'https://www.dolistore.com/45-pos';
95
96print '<tr class="oddeven">'."\n";
97print '<td class="titlefield"><a href="'.$url.'" target="_blank" rel="noopener noreferrer external"><img border="0" class="imgautosize imgmaxwidth180" src="'.DOL_URL_ROOT.'/theme/dolistore_logo.png"></a></td>';
98print '<td>'.$langs->trans("DolistorePosCategory").'</td>';
99print '<td>';
100print '<a href="'.$url.'" target="_blank" rel="noopener noreferrer external">';
101print img_picto('', 'url', 'class="pictofixedwidth"');
102print $url.'</a></td>';
103print '</tr>';
104
105print "</table>\n";
106
107print '</div>';
108
109print '<br>';
110
111
112print '<div class="div-table-responsive-no-min">';
113
114// Support
115print "<table summary=\"list_of_modules\" class=\"noborder\" width=\"100%\">\n";
116print '<tr class="liste_titre">'."\n";
117print '<td colspan="2">TakePOS Support</td>';
118print '<td>'.$langs->trans("URL").'</td>';
119print '</tr>';
120
121$url = 'https://www.takepos.com';
122
123print '<tr class="oddeven">'."\n";
124print '<td class="titlefield"><a href="'.$url.'" target="_blank" rel="noopener noreferrer external"><img border="0" class="imgautosize imgmaxwidth180" src="../img/takepos.png"></a></td>';
125print '<td>TakePOS original developers</td>';
126print '<td>';
127print '<a href="'.$url.'" target="_blank" rel="noopener noreferrer external">';
128print img_picto('', 'url', 'class="pictofixedwidth"');
129print $url.'</a></td>';
130print '</tr>';
131
132print "</table>\n";
133
134print '</div>';
135print '<br>';
136
137llxFooter();
138$db->close();
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.
Definition wrapper.php:70
llxFooter()
Footer empty.
Definition document.php:107
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
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.