dicarlosystems/manufacturer

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 4

Forks: 7

Open Issues: 0

Type:invoiceninja-module

v1.0.4 2019-12-13 17:14 UTC

This package is auto-updated.

Last update: 2024-05-14 03:09:16 UTC


README

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