dolibarr/htdocs/blockedlog
2019-01-27 17:54:06 +01:00
..
admin PSR2 usage of else if is discouraged 2019-01-27 10:49:34 +01:00
ajax Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose 2018-10-24 23:04:26 +02:00
class Merge branch 'develop' into elseif 2019-01-27 17:54:06 +01:00
lib Sync transifex 2018-11-17 23:14:12 +01:00
index.html loadlangs 2018-05-27 09:58:23 +02:00
README-fr.md Fix length of month too large 2017-12-08 16:15:41 +01:00
README.md Work on blockedlog 2017-11-30 10:45:55 +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 Fincance 2016 - Norme NF535).

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.