feyst/invoicedesignexport

There is no license information available for the latest version (1.1) of this package.

Upload or download an invoice pdf design for InvoiceNinja

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 2

Open Issues: 1

Type:invoiceninja-module

1.1 2020-04-13 18:22 UTC

This package is auto-updated.

Last update: 2024-05-14 03:59:52 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.