feyst / invoicedesignexport
Upload or download an invoice pdf design for InvoiceNinja
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 2
Open Issues: 1
Type:invoiceninja-module
This package is auto-updated.
Last update: 2025-07-14 06:25:56 UTC
README
This module adds the ability to import and export the invoice design.
Installation
Install the module like any other Invoice Ninja module:
php artisan module:install feyst/invoicedesignexport --type=github-https
It might be possible that you get an error that the service provider is not found. In that case please run the following in the root of Invoice Ninja:
composer dump-autoload --quiet
After the installation is complete, you must run the Artisan command to inject the view into the relevant Invoice Ninja views:
php artisan invoicedesignexport:insert-buttons
To remove the scanner from the page(s), run the following command:
php artisan invoicedesignexport:remove-buttons
Issues / Feedback
All feedback or issues are welcome! Feel free to open an issue for any bugs or feature requests.