dolibarr/htdocs/blockedlog
MDW b72cf193c4
Fix some cases of PhanTypeSuspiciousStringExpression (#28751)
* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

* Fix PhanTypeSuspiciousStringExpression

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-03-11 14:01:28 +01:00
..
admin Fix warning 2024-03-01 01:52:40 +01:00
ajax Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
class Fix some cases of PhanTypeSuspiciousStringExpression (#28751) 2024-03-11 14:01:28 +01:00
lib Fix php8.2 warnings 2023-11-27 11:39:32 +01:00
README-fr.md Qual: Spelling for htdocs/[a-b]* (#27422) 2024-01-12 20:58:09 +01:00
README.md fix loi de finance 525 2023-02-13 16:19:00 +01: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 2016 - Norme NF525).

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.