dolibarr/htdocs/blockedlog
MDW aa49419e8f
Qual: Fix/initial type cannot be inferred (#30591)
* Update baseline

* Add/update phpdoc typings

* Fix type for AssetDepreciationOptions as is

* Fix typing for Asset->depreciation_lines

* $card is used in derived classes, add it back to ActionsAdherentCardCommon

* Adjust code with typing/corrections for defined types

* Fix typos, code update to match typing, extra typing

* Add type cast for numeric operation

* Phpdoc/cast adjustments detected because of new phpdoc hints
2024-08-10 23:21:46 +02:00
..
admin Add css bodylist on list (#30334) 2024-07-11 00:45:05 +02:00
ajax FIX: Must add a test on permission and return a text to help debug 2024-05-13 17:43:01 +02:00
class Qual: Fix/initial type cannot be inferred (#30591) 2024-08-10 23:21:46 +02:00
lib
README-fr.md Qual: Spelling for htdocs/[a-b]* (#27422) 2024-01-12 20:58:09 +01:00
README.md

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.