dolibarr/htdocs/blockedlog
MDW dd5df7d121
Qual: Rename $from as $from_line (filecheck_diff.php) (#39319)
# Qual: Rename $from as $from_line (filecheck_diff.php)

SqlInjectionPlugin is configured to consider that '$from' is an SQL expression
and requires that assignments to it are protected from Sql Injection.

Renaming '$from' fixes false positives.
2026-07-30 17:05:49 +02:00
..
admin Qual: Rename $from as $from_line (filecheck_diff.php) (#39319) 2026-07-30 17:05:49 +02:00
ajax Fix showing duplicata 2026-06-06 19:33:41 +02:00
class Qual: Fix 'SqlInjection' notices (#39203) 2026-07-19 15:53:14 +02:00
lib Try to fix bad decoding of encrypted key with accents (utf8 keys) 2026-07-24 16:21:18 +02:00
README-fr.md Clean files 2026-01-07 19:01:54 +01:00
README.md WIP Loi finance 2025-12-02 20:29:20 +01:00
versionmod.inc.php version 2026-07-16 01:39:10 +02:00

BLOCKED LOG

Feature

This module tracks, in real time, some events into a non reversible log (that you can't modify once recorded) into a block chain. This module provides compatibility with requirements of laws of some countries (like France with the Law Finance or Spain with VeriFactu).

The tracked events are:

  • Invoices creation
  • Payments record
  • Invoice printing

You can also read and search into this dedicated log.

All record in the log are linked with the previous one in a blockchain, and content of the record is part of the signature included into the link, so, once the module is activated, it is no more possible to erase or modify a record without corrupting all the chain.