dicarlosystems/workorder

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

v1.0.0 2019-12-13 17:16 UTC

This package is auto-updated.

Last update: 2024-09-13 01:26:14 UTC


README

This module adds work orders functionality to Invoice Ninja.

Features

  • Note history tracking
  • Ability to create a custom intake form

Installation

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

After installing, run the migrations:

php artisan module:migrate WorkOrder