Simplified documentation.

This commit is contained in:
Franco Masotti 2021-12-21 17:38:07 +01:00
parent c9a9fd4c30
commit 0ee3708a48
Signed by: frnmst
GPG Key ID: 24116ED85666780A
1 changed files with 8 additions and 29 deletions

View File

@ -2,41 +2,20 @@ Assets
======
fattura-elettronica-reader needs to download some files from the
*Agenzia delle Entrate* website.
Files cannot be included in this repository because of the website copyright.
See https://www.fatturapa.gov.it/it/copyright/index.html
For sake of completeness, the current supported versions
and the SHA-512 and SHA-256 checksums are reported in the following table:
====================================================== ================================================================================================================ ==================================================================================================================================== ====================================================================
Name URL SHA-512 SHA-256
====================================================== ================================================================================================================ ==================================================================================================================================== ====================================================================
XML schema for FatturaPA version 1.2 https://www.fatturapa.gov.it/export/documenti/fatturapa/v1.2.1/Schema_del_file_xml_FatturaPA_versione_1.2.xsd ``e1deab535099bfe9aef798c7d75a992f562c2ffa7648e446a8e1c6b894691feecba0cc9dceb02eba02243a951e1423adcac043a49bb8ab255a88b5b3ecf013d2`` ``fecdf8122fa86d80d4ab6901149a4e5390d9880c00de9987d180a2959d54c842``
XML schema for FatturaPA version 1.2.1 https://www.fatturapa.gov.it/export/documenti/fatturapa/v1.2.1/Schema_del_file_xml_FatturaPA_versione_1.2.1a.xsd ``2a7c3f2913ee390c167e41ae5618c303b481f548f9b2a8d60dddc36804ddd3ebf7cb5003e5cc6996480c67d085b82b438aff7cc0f74d7c104225449785cb575b`` ``1a14ecdc867a01f447052ff1613688deef6f88bbee522f120be060f68d251976``
XML stylesheet for Fattura Ordinaria version 1.2.1 https://www.fatturapa.gov.it/export/documenti/fatturapa/v1.2.1/Foglio_di_stile_fatturaordinaria_v1.2.1.xsl ``849c4b50956b9e9eaccbbbffb04c1f345ff4abdc0dd191a14c54d48092c661984b1fcdb910c4c92291e158a62ecbb1c588d94e6bd6479e61ff6376746154df6c`` ``7e781d58f301055d3caa55aed2d1a8993185c60369004b418aec03a00ec2835a``
XML stylesheet for FatturaPA version 1.2.1 https://www.fatturapa.gov.it/export/documenti/fatturapa/v1.2.1/Foglio_di_stile_fatturaPA_v1.2.1.xsl ``301db9da3c0715c0ab5db22c561bfb2812fea3cef150ff4a2124fe6141ebb3cb1c898d7ca3c931f716eff3b7b1946ebc86ca8bdd6d7561979f2f3a0cb95ff560`` ``ac278f980b84ae59a428544adf3eb52fc1685e381e441f5b8302cfffe902fc7d``
Public keys file https://eidas.agid.gov.it/TL/TSL-IT.xml ``8a0bca4f55b13a1ac0683d99b5656733cba9cff5c79eee348eb06e86631312f1a8640d799a78b36ee395bfebd7b786d1380e13a715038f2e915656a45d0dc1e6`` ``014c16bf7d6f810132b6049282d3f9435f310a5f063a865baae06dc8361d915e``
====================================================== ================================================================================================================ ==================================================================================================================================== ====================================================================
.. warning:: fattura-elettronica-reader is guaranteed to work with these file versions only!
.. important:: The XML schema file for FatturaPA version 1.2.1 needs to be patched. fattura_elettronica_reader
runs the SHA-512 checksum on the patched version of that file which corresponds to:
::
a1b02818f81ac91f35358260dd12e1bf4480e1545bb457caffa0d434200a1bd05bedd88df2d897969485a989dda78922850ebe978b92524778a37cb0afacba27
*Agenzia delle Entrate* website. These files cannot be included in this
repository because of copyright. See
https://www.fatturapa.gov.it/it/copyright/index.html
Have a look at the
`fattura-elettronica-reader-assets-checksums <https://software.franco.net.eu.org/frnmst/fattura-elettronica-reader-assets-checksums>`_
repository that tracks their checksum.
Some of these file are checked in the pipeline:
if the checksum does not match the ones present in the source code an exception is raised.
You can use the ``--ignore-assets-checksum`` option to override this behaviour.
Relevant Updates
----------------
Historical Updates
------------------
October 2020
````````````