Download the PHP package psys/order-invoice-manager-bundle without Composer
On this page you can find all versions of the php package psys/order-invoice-manager-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download psys/order-invoice-manager-bundle
More information about psys/order-invoice-manager-bundle
Files in psys/order-invoice-manager-bundle
Download psys/order-invoice-manager-bundle
More information about psys/order-invoice-manager-bundle
Files in psys/order-invoice-manager-bundle
Vendor psys
Package order-invoice-manager-bundle
Short Description Create and save orders and their invoices. Export invoices using custom library.
License MIT
Package order-invoice-manager-bundle
Short Description Create and save orders and their invoices. Export invoices using custom library.
License MIT
Please rate this library. Is it a good library?
Informations about the package order-invoice-manager-bundle
Use case
When you need to create and manage orders and create and export invoices, but you're not running a typical online store, so libraries like Shopify, WooCommerce, etc. would be an overkill.
Installation
composer require psys/order-invoice-manager-bundle
1. add to config/bundles.php
Psys\OrderInvoiceManagerBundle\PsysOrderInvoiceManagerBundle::class => ['all' => true],
2. Add contents from config files (see config folder) to your config files.
3. Run
4. Initiate DB settings by running
5. Define your method for exporting invoices (optional)
You can use whatever library you want. This example uses Mpdf.
6. Define your own category for Order (mandatory) or Product (optional)
Example usage
Creating a new order a and its proforma invoice:
Reseting sequential numbers:
All versions of order-invoice-manager-bundle with dependencies
PHP Build Version
Package Version
Requires
doctrine/orm Version
>=2.17
doctrine/doctrine-bundle Version >=2.11
twig/twig Version >=3.10
psys/utils Version >=1.0.6
doctrine/doctrine-bundle Version >=2.11
twig/twig Version >=3.10
psys/utils Version >=1.0.6
The package psys/order-invoice-manager-bundle contains the following files
Loading the files please wait ....