XML-converters for document-incoming
Find a file
2025-01-29 11:39:29 +01:00
locale Explain the reason for evtl. tax mismatch. 2025-01-29 11:39:29 +01:00
tests round incoming unit_price and quantity to match digits of fields 2025-01-29 11:39:29 +01:00
view confugation: add 'accept_incomplete_tax' 2025-01-23 11:40:39 +01:00
xsd xsd for factir-x minimum 2024-12-19 15:28:18 +01:00
.gitignore gitignore 2024-12-19 15:29:16 +01:00
__init__.py configuration: add setting for product-categories 2025-01-10 15:01:40 +01:00
configuration.py configuration: add filter to 'product_category' 2025-01-27 10:55:17 +01:00
configuration.xml add configuration 2025-01-07 15:32:19 +01:00
COPYRIGHT formatting, infos 2025-01-23 11:47:41 +01:00
document.py Explain the reason for evtl. tax mismatch. 2025-01-29 11:39:29 +01:00
document.xml read some fields 2025-01-06 17:52:48 +01:00
LICENSE init 2024-12-19 11:15:10 +01:00
MANIFEST.in init 2024-12-19 11:15:10 +01:00
message.xml Explain the reason for evtl. tax mismatch. 2025-01-29 11:39:29 +01:00
README.rst Version 7.0.4 2025-01-29 11:39:29 +01:00
setup.py update setup.py 2025-01-23 11:58:18 +01:00
tryton.cfg Version 7.0.4 2025-01-29 11:39:29 +01:00
versiondep.txt Version 7.0.3 2025-01-27 13:04:56 +01:00

mds-document-incoming-invoice-xml
=================================
Tryton module to add xml-converters to document-incoming.

Install
=======

pip install mds-document-incoming-invoice-xml

Requires
========
- Tryton 7.0


Changes
=======

*7.0.4 - 29.01.2025*

- add: Round unit_price + quantity to match the decimal places of the fields.

*7.0.3 - 27.01.2025*

- filter product-categories in configuration

*7.0.2 - 24.01.2025*

- fix: limit content-check to supplier-invoices

*7.0.1 - 23.01.2025*

- import of Factur-X (Basic, EN16931, Extended), CrossIndustryInvoice-D22
- with/without PDF-Container

*7.0.0 - 19.12.2024*

- init