28require
'../../main.inc.php';
37require_once DOL_DOCUMENT_ROOT.
'/blockedlog/lib/blockedlog.lib.php';
38require_once DOL_DOCUMENT_ROOT.
'/blockedlog/class/blockedlog.class.php';
39require_once DOL_DOCUMENT_ROOT.
'/core/modules/modBlockedLog.class.php';
40require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
41require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
42require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formsetup.class.php';
45$langs->loadLangs(array(
'admin',
'blockedlog',
'other'));
48$action =
GETPOST(
'action',
'aZ09');
49$backtopage =
GETPOST(
'backtopage',
'alpha');
52$withtab = GETPOSTISSET(
'withtab') ?
GETPOSTINT(
'withtab') : 1;
77$block_static->loadTrackedEvents();
80 $title = $langs->trans(
"ModuleSetup").
' '.$langs->trans(
'BlockedLog');
82 $title = $langs->trans(
"BrowseBlockedLog");
85$help_url=
"EN:Module_Unalterable_Archives_-_Logs|FR:Module_Archives_-_Logs_Inaltérable";
87llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-blockedlog page-admin_blockedlog');
90 $linkback =
'<a href="'.dolBuildUrl($backtopage ? $backtopage : 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>';
100 $texttop =
'<small class="opacitymedium">'.$langs->trans(
"RegistrationNumber").
':</small> <small>'.
dol_trunc($registrationnumber, 10).
'</small>';
106print
load_fiche_titre($title.
'<br>'.$texttop, $linkback,
'blockedlog', 0,
'',
'', $morehtmlcenter);
116 print
'<span class="opacitymedium">'.$langs->trans(
"BlockedLogDesc").
"</span><br>\n";
120$versionbadge =
'<span class="badge-text badge-secondary">'.getBlockedLogVersionToShow().
'</span>';
125if (
$mysoc->country_code ==
'FR') {
130 $infotoshow = $langs->trans(
"LNECandidateVersionForCertificationFR", $versionbadge);
132 $infotoshow = $langs->trans(
"LNECertifiedVersionFR", $versionbadge);
135 $infotoshow = $langs->trans(
"NotCertifiedVersionFR", $versionbadge);
138 $infotoshow .=
' - <a href="'.DOL_URL_ROOT.
'/blockedlog/admin/filecheck.php">'.
img_picto(
'',
'url',
'class="pictofixedwidth"').$langs->trans(
"FileCheck").
'</a>';
143 $organization_for_ping =
getDolGlobalString(
'MAIN_ORGANIZATION_FOR_PING',
"Association Dolibarr");
144 $dataprivacy_url =
getDolGlobalString(
'MAIN_ORGANIZATION_URL_PRIVACY',
"https://www.dolibarr.org/legal-privacy-gdpr.php");
152 print
'<center><span class="error"><br>'.$langs->trans(
"RegistrationRequired").
'<br><br></span></center>';
156 $htmltext .= $langs->trans(
"UnalterableLogToolRegistrationFR").
'<br>';
157 $htmltext .= $langs->trans(
"InformationWillBePublishedTo");
158 $htmltext .=
'<br>'.$langs->trans(
"InformationWillBePublishedTo2", $organization_for_ping, $dataprivacy_url);
160 $htmltext .=
'<br>'.$langs->trans(
"InformationWillBePublishedTo3");
169 print
'<center><span class="ok"><br>'.$langs->trans(
"ApplicationHasBeenRegistered").
'<br><br></span></center>';
172 $htmltext = ($infotoshow ? $infotoshow.
'<br>' :
'');
173 $htmltext .= $langs->trans(
"ApplicationHasBeenRegistered");
174 $htmltext .=
' '.$langs->trans(
"RegistrationNumber").
': <span class="badge-text badge-secondary" title="Flag stored into MAIN_FIRST_REGISTRATION_OK_DATE. Registered data saved into BLOCKEDLOG_REGISTRATION_...">'.
dol_trunc($registrationnumber, 10).
'</span>';
176 $htmltext .= $langs->trans(
"LastRegistrationDate").
' : ';
183 $htmltext = $langs->trans(
"UnalterableLogTool1FR", $langs->transnoentitiesnoconv(
"Archives")).
'<br>';
192print $langs->trans(
"YouMayFindDocumentOn").
'<br>';
194print
img_picto(
'',
'url').
' <a href="https://www.dolibarr.org/certifications-lf" target="_blank">https://www.dolibarr.org/certifications-lf</a>';
195if (
$mysoc->country_code ==
'FR') {
196 print
'<br><br>'.$langs->trans(
"ApplicationUpdateResponsibilityFR");
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.
getBlockedLogVersionToShow()
Define head array for tabs of blockedlog tools setup pages.
isALNEQualifiedVersion($ignoredev=0, $ignoremodule=0)
Return if the version is a candidate version to get the LNE certification and if the prerequisites ar...
userIsTaxAuditor()
Call remote API service to push the last counter and signature.
blockedlogadmin_prepare_head($withtabsetup)
Define head array for tabs of blockedlog tools setup pages.
isRegistrationDataSavedAndPushed()
Return if the KYC mandatory parameters are set AND pushed/registered centralized server.
getHashUniqueIdOfRegistration($algo='sha256')
Return a hash unique identifier of the registration (used to identify the registration of instance wi...
Class to manage Blocked Log.
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)
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_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.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
dol_trunc($string, $size=40, $trunc='right', $stringencoding='UTF-8', $nodot=0, $display=0)
Truncate a string to a particular length adding '…' if string larger than length.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
isModEnabled($module)
Is Dolibarr module enabled.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.