Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 499 Bytes

Manufacturer Module for InvoiceNinja

This module adds manufacturer data such as part number, UPC, etc to products data entry and a CRUD for maintaining the manufacturers list.

This module depends on the develop branch of Invoice Ninja due to some custom module improvements in the code base.

Install via Composer

php artisan module:install dicarlosystems/manufacturer --type=github-https

After installing, run the migrations:

php artisan module:migrate Manufacturer