dolibarr/htdocs/blockedlog
MDW 099dbd9c1e
Qual: Fix notices for htdocs/admin/* (#30982)
* Fix (Possibly)UndeclaredGlobalVariable

* Update phan baseline

* Fix (Possibly)UndeclaredGlobalVariable (2)

* Qual: Fix notices for htdocs/admin/*

# Qual: Fix notices for htdocs/admin/*

Fixes most phan/phpstan noticies for files under htdocs/admin/* and ai.
2024-09-18 03:27:25 +02:00
..
admin Qual: Fix notices for htdocs/admin/* (#30982) 2024-09-18 03:27:25 +02:00
ajax Qual: Fix notices for htdocs/admin/* (#30982) 2024-09-18 03:27:25 +02:00
class fix ignored phpstan (most of expects string, int given) (#30649) 2024-09-05 16:05:37 +02:00
lib Qual: Fix notices for htdocs/admin/* (#30982) 2024-09-18 03:27:25 +02: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.