XRechnung als Report auf Aktionsknopf der Rechnung
Find a file
Frederik Jaeckel aa9a5f68d6 Version 6.0.11
2025-05-02 14:56:56 +02:00
locale generate zugferd-pdf 2024-12-10 15:23:25 +01:00
report export ok 2022-10-20 14:43:58 +02:00
tests add iban to tests 2024-12-10 15:23:39 +01:00
view update configuration form 2024-12-10 15:30:54 +01:00
.env update gitignore 2024-12-10 15:20:04 +01:00
.gitignore update configuration form 2024-12-10 15:30:54 +01:00
__init__.py configuration for pdf-invoice 2024-12-10 15:22:36 +01:00
configuration.py configuration - add erechnung default report 2024-12-10 15:23:18 +01:00
configuration.xml configuration for pdf-invoice 2024-12-10 15:22:36 +01:00
COPYRIGHT update copyright 2025-05-02 14:49:41 +02:00
invoice.py merge... 2024-12-10 15:22:17 +01:00
LICENSE add license 2025-01-28 14:09:14 +01:00
MANIFEST.in add license 2025-01-28 14:09:14 +01:00
message.xml generate zugferd-pdf 2024-12-10 15:23:25 +01:00
README.rst Version 6.0.11 2025-05-02 14:56:56 +02:00
setup.py Merge branch 'main' into 6.0 2025-05-02 14:55:59 +02:00
tryton.cfg Version 6.0.11 2025-05-02 14:56:56 +02:00
versiondep.txt Version 6.0.9 2025-01-28 14:23:11 +01:00
wizard_runreport.py Allow the export of paid invoices. 2025-02-11 13:33:50 +01:00
wizard_runreport.xml formatting 2023-06-30 11:29:53 +02:00
xreport.py Correct typo: Use limit instead of count. 2025-01-28 10:36:28 +01:00
xreport.xml formatting 2023-06-30 11:29:53 +02:00

mds-account-invoice-xrechnung
=============================
Tryton module to add xrechnung-export to invoice.

Install
=======

pip install mds-account-invoice-xrechnung

Requires
========
- Tryton 6.0

Changes
=======

*6.8.11 - 02.05.2025*

- update copyright

*6.8.10 - 11.02.2025*

- Allow the export of paid invoices. (Mathias Behrle <mathiasb@m9s.biz>)

*6.0.9 - 28.01.2025*

- fix: select 1st invoice-report (Mathias Behrle <mathiasb@m9s.biz>)

*6.0.8 - 12.12.2024*

- fix: generate pdf if not stored in db
- fix: exception on write to invoice

*6.0.6 - 11.12.2024*

- re-create invoice-report if not pdf and zugferd-export

*6.0.5 - 10.12.2024*

- update tests for iban in xml-export
- add: export formats: factur-x, ZUGFeRD, XRechnung 2.3 + 3.0

*6.0.3 - 30.06.2023*

- add: credit-note

*6.0.2 - 20.10.2022*

- add: msg if invoice is not posted

*6.0.1 - 20.10.2022*

- works

*6.0.0 - 18.10.2022*

- init