2025-05-23 21:02:11 +02:00
2025-05-23 20:42:19 +02:00
2025-05-23 20:42:19 +02:00
2025-05-23 20:42:19 +02:00
2025-05-23 21:02:11 +02:00

SoftwareHeld_Xrechnung

This addon provides the possibility to create XRechnung xml files from the order overview and order details views.

For now, this implementation is in an early stage, quite basic and taylored for my specific use case, but maybe it already helps others.

Feel free to use it at your own risk as long as you don't blame me for anything :)

Install

If you choose to use it, adjust your composer.json

(...)
"repositories": [
	{
		"type": "vcs",
		"url": "https://work.software-held.com/OpenMage/SoftwareHeld_Xrechnung.git"
	}
],
(...)

Then run composer require alexh-swdev/softwareheld_xrechnung --minimal-changes --optimize-autoloader -vvv or similar.

To update, run composer update alexh-swdev/softwareheld_xrechnung --update-no-dev --minimal-changes --optimize-autoloader -vvv or similar.

Support

This is a semi-privat self hosted git server, so account creation is disabled, hence you can't create issues here. For support, please write an email to info@software-held.com

Credits

This module is based on horstoeko/zugferd: https://github.com/horstoeko/zugferd

Description
No description provided
Readme MIT 49 KiB
Languages
HTML 56.1%
PHP 43.9%