This module adds work orders functionality to Invoice Ninja.
- Note history tracking
- Ability to create a custom intake form
php artisan module:install dicarlosystems/workorder --type=github-https
After installing, run the migrations:
php artisan module:migrate WorkOrder