27require
'../../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
29require_once DOL_DOCUMENT_ROOT.
'/intracommreport/lib/intracommreport.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formother.class.php';
33$langs->loadLangs(array(
"admin",
"intracommreport"));
41$action =
GETPOST(
'action',
'aZ09');
45 'INTRACOMMREPORT_NUM_AGREMENT',
49 'INTRACOMMREPORT_NUM_DECLARATION',
52if ($action ==
'update') {
56 foreach ($list_DEB as $constname) {
57 $constvalue =
GETPOST($constname,
'alpha');
59 if (!
dolibarr_set_const($db, $constname, $constvalue,
'chaine', 0,
'', $conf->entity)) {
64 foreach ($list_DES as $constname) {
65 $constvalue =
GETPOST($constname,
'alpha');
67 if (!
dolibarr_set_const($db, $constname, $constvalue,
'chaine', 0,
'', $conf->entity)) {
72 dolibarr_set_const($db,
"INTRACOMMREPORT_TYPE_ACTEUR",
GETPOST(
"INTRACOMMREPORT_TYPE_ACTEUR",
'alpha'),
'chaine', 0,
'', $conf->entity);
73 dolibarr_set_const($db,
"INTRACOMMREPORT_ROLE_ACTEUR",
GETPOST(
"INTRACOMMREPORT_ROLE_ACTEUR",
'alpha'),
'chaine', 0,
'', $conf->entity);
74 dolibarr_set_const($db,
"INTRACOMMREPORT_NIV_OBLIGATION_INTRODUCTION",
GETPOST(
"INTRACOMMREPORT_NIV_OBLIGATION_INTRODUCTION",
'alpha'),
'chaine', 0,
'', $conf->entity);
75 dolibarr_set_const($db,
"INTRACOMMREPORT_NIV_OBLIGATION_EXPEDITION",
GETPOST(
"INTRACOMMREPORT_NIV_OBLIGATION_EXPEDITION",
'alpha'),
'chaine', 0,
'', $conf->entity);
76 dolibarr_set_const($db,
"INTRACOMMREPORT_CATEG_FRAISDEPORT",
GETPOST(
"INTRACOMMREPORT_CATEG_FRAISDEPORT",
'alpha'),
'chaine', 0,
'', $conf->entity);
96llxHeader(
'', $langs->trans(
"IntracommReportSetup"),
'',
'', 0, 0,
'',
'',
'',
'mod-intracommreport page-admin_intracommreport');
98$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
99print
load_fiche_titre($langs->trans(
"IntracommReportSetup"), $linkback,
'title_setup');
103print
dol_get_fiche_head($head,
'general', $langs->trans(
"IntracommReport"), -1,
"intracommreport");
105print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
106print
'<input type="hidden" name="token" value="'.newToken().
'">';
107print
'<input type="hidden" name="action" value="update">';
111print
'<table class="noborder" width="100%">';
112print
'<tr class="liste_titre">';
113print
'<td>'.$langs->trans(
"Description").
'</td>';
114print
'<td>'.$langs->trans(
"Value").
'</td>';
117foreach ($list_DEB as $key) {
118 print
'<tr class="oddeven value">';
121 $label = $langs->trans($key);
122 print
'<td>'.$label.
'</td>';
124 print
'<td class="left">';
125 print
'<input type="text" class="maxwidth100" id="'.$key.
'" name="'.$key.
'" value="'.
getDolGlobalString($key).
'">';
131print
'<tr class="oddeven">';
132print
'<td>'.$langs->trans(
"INTRACOMMREPORT_TYPE_ACTEUR").
'</td>';
133$arraychoices = array(
'' => $langs->trans(
"None"),
'PSI' =>
'Déclarant pour son compte',
'TDP' =>
'Tiers déclarant');
135print $form->selectarray(
'INTRACOMMREPORT_TYPE_ACTEUR', $arraychoices, $conf->global->INTRACOMMREPORT_TYPE_ACTEUR, 0);
139print
'<tr class="oddeven">';
140print
'<td>'.$langs->trans(
"INTRACOMMREPORT_ROLE_ACTEUR").
'</td>';
141$arraychoices = array(
'' => $langs->trans(
"None"),
'sender' =>
'Emetteur',
'PSI' =>
'Déclarant');
143print $form->selectarray(
'INTRACOMMREPORT_ROLE_ACTEUR', $arraychoices, $conf->global->INTRACOMMREPORT_ROLE_ACTEUR, 0);
147print
'<tr class="oddeven">';
148print
'<td>'.$langs->trans(
"INTRACOMMREPORT_NIV_OBLIGATION_INTRODUCTION").
'</td>';
149$arraychoices = array(1 =>
'Seuil de 460 000 €', 2 =>
'En dessous de 460 000 €');
151print $form->selectarray(
'INTRACOMMREPORT_NIV_OBLIGATION_INTRODUCTION', $arraychoices, $conf->global->INTRACOMMREPORT_NIV_OBLIGATION_INTRODUCTION, 0);
155print
'<tr class="oddeven">';
156print
'<td>'.$langs->trans(
"INTRACOMMREPORT_NIV_OBLIGATION_EXPEDITION").
'</td>';
157$arraychoices = array(3 =>
'Seuil de 460 000 €', 4 =>
'En dessous de 460 000 €');
159print $form->selectarray(
'INTRACOMMREPORT_NIV_OBLIGATION_EXPEDITION', $arraychoices, $conf->global->INTRACOMMREPORT_NIV_OBLIGATION_EXPEDITION, 0);
163print
'<tr class="oddeven">';
164print
'<td>'.$langs->trans(
"INTRACOMMREPORT_CATEG_FRAISDEPORT").
'</td>';
166print $formother->select_categories(
'product', $conf->global->INTRACOMMREPORT_CATEG_FRAISDEPORT,
'INTRACOMMREPORT_CATEG_FRAISDEPORT');
175print
'<table class="noborder" width="100%">';
176print
'<tr class="liste_titre">';
177print
'<td>'.$langs->trans(
"Description").
'</td>';
178print
'<td>'.$langs->trans(
"Value").
'</td>';
181foreach ($list_DES as $key) {
182 print
'<tr class="oddeven value">';
185 $label = $langs->trans($key);
186 print
'<td>'.$label.
'</td>';
188 print
'<td class="left">';
189 print
'<input type="text" class="maxwidth100" id="'.$key.
'" name="'.$key.
'" value="'.
getDolGlobalString($key).
'">';
197print
'<div class="center">';
198print
'<input type="submit" name="bt_save" class="butAction button-save" value="'.$langs->trans(
"Update").
'" />';
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($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
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.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
intracommreportAdminPrepareHead()
Prepare admin pages header.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.