Files
dolibarr/htdocs/blockedlog
MDW 84e509394c Fix: CI (#37324)
* Fix: key is never 'PAYMENT_CUSTOMER_CREATE'

* Fix: Update include path and formatting

- Update include path for versionmod.inc.php
- Apply code formatting

* Qual: Ignore phpstan notice

# Qual: Ignore phpstan notice

- Country code is already FR, but test can be useful in the future, so ignoring the notice.
- Code formatting

* Qual: Try exact match to suppress phpstan notice

# Qual: Try exact match to suppress phpstan notice
2026-02-24 17:35:35 +01:00
..
2026-02-24 17:35:35 +01:00
2026-02-24 17:35:35 +01:00
2026-02-24 14:16:34 +01:00
2026-01-07 19:01:54 +01:00
2025-12-02 20:29:20 +01:00
2026-02-21 22:34:37 +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 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.