Download the PHP package netcore/module-invoice without Composer
On this page you can find all versions of the php package netcore/module-invoice. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download netcore/module-invoice
More information about netcore/module-invoice
Files in netcore/module-invoice
Download netcore/module-invoice
More information about netcore/module-invoice
Files in netcore/module-invoice
Vendor netcore
Package module-invoice
Short Description Module for generating invoices.
License MIT
Homepage http://netcore.lv
Package module-invoice
Short Description Module for generating invoices.
License MIT
Homepage http://netcore.lv
Please rate this library. Is it a good library?
Informations about the package module-invoice
Module for creating invoices
This module was made for easy invoices creating.
Features
- Translatable invoice items
- Invoice can be attached to user, order or any other related stuff
- Custom PDF templates
Pre-installation
This module is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:
- https://github.com/netcore/netcore
- https://github.com/netcore/module-admin
- https://github.com/netcore/module-translate
Installation
-
Require this package using composer
-
Publish assets/configuration/migrations
-
Important - Configure relations before migrating
- Run the migrations and seeder
Configuration
- Configuration file is available at config/netcore/module-invoice.php
Relations
- Relations will be loaded from config
User relation
- To use ->forUser() method, you should implement getInvoiceReceiverData() method in your User model
Creating invoice
- To create invoice, you can use invoice() helper method
All versions of module-invoice with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
barryvdh/laravel-snappy Version ^0.4.0
h4cc/wkhtmltoimage-amd64 Version 0.12.x
h4cc/wkhtmltopdf-amd64 Version 0.12.x
barryvdh/laravel-snappy Version ^0.4.0
h4cc/wkhtmltoimage-amd64 Version 0.12.x
h4cc/wkhtmltopdf-amd64 Version 0.12.x
The package netcore/module-invoice contains the following files
Loading the files please wait ....