Download the PHP package fresh-advance/electronic-invoice without Composer
On this page you can find all versions of the php package fresh-advance/electronic-invoice. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fresh-advance/electronic-invoice
More information about fresh-advance/electronic-invoice
Files in fresh-advance/electronic-invoice
Package electronic-invoice
Short Description Extension for PDF Invoice module to support electronic invoices.
License proprietary
Informations about the package electronic-invoice
Electronic Invoice module for OXID eShop
Features
- Extends the PDF Invoice module to generate ZUGFeRD compliant PDF invoices
Requirements
Please read this section carefully before using the module. Everything here is very important to make the invoice valid.
- The PDF Invoice Module is required to be installed and active
- Seller information is taken from the shop information settings (Master Settings -> Core Settings) and should be filled in correctly
- Company Name
- Tax number (Valid Tax ID)
- VAT number (Valid Sales Tax ID)
- Company address (Street, City, ZIP).
- Responsible person information (Name, Surnname, Phone, Fax, Email - info email in settings)
- Email (info email in settings)
- The country ISO2 code should be configured in the Electronic Invoice module settings
- The invoice will be valid only if your Net and VAT totals are correct (item lines should sum up to correct totals)
- The default shop functionality may lead to not matching totals in some cases.
- The module which changes how the total VAT is calculated might help - https://github.com/Fresh-Advance/OXID-Per-Line-VAT
Limitations
- Tested with:
- Shop 7.1 - PHP 8.1, 8.2, MySQL 5.7 and 8.0
- Shop 7.2 - PHP 8.2, 8.3, MySQL 5.7 and 8.0
Branch compatibility
- Branch b-7.1.x is compatible with OXID Shop compilation 7.1.0 and up
Note: Not all latest features are available in the older branches.
What to expect in next versions
- Factur-X support
- Possibility to create electronic invoice as a separate document
Installation
Module is available on packagist and installable via composer
Development installation
To be able running the tests and other preconfigured quality tools, please install the module as a root package.
The next section shows how to install the module as a root package by using the Fresh Advance Development Base.
In case of different environment usage, please adjust by your own needs.
Development installation on Fresh Advance Development Base
The installation instructions below are shown for the current Fresh Advance Development Base for shop 7.1. Make sure your system meets the requirements of the Development Base.
-
Ensure all docker containers are down to avoid port conflicts
-
Clone the SDK for the new project
-
Clone the repository to the source directory
- Run the recipe to setup the development environment
You should be able to access the shop with http://localhost.local and the admin panel with http://localhost.local/admin (credentials: [email protected] / admin)
Running the tests and quality tools
Check the "scripts" section in the composer.json file for the available commands. Those commands can be executed
by connecting to the php container and running the command from there, example:
Commands can be also triggered directly on the container with docker compose, example:
License
Please ensure that you have reviewed the licensing requirements before using this module. License subscriptions are available for purchase through the Fresh Advance website.