MachineManager/README.md

21 lines
703 B
Markdown
Raw Normal View History

2019-09-29 22:38:10 -06:00
MachineManager
==============
2017-04-26 00:46:49 -06:00
2019-09-29 22:38:10 -06:00
A simple tool for repair shops and IT service providers to manage client devices,
including scheduled services (such as updates) and repair status
(with client-viewable tracking, similar to package tracking).
2017-04-26 00:46:49 -06:00
2019-09-29 22:38:10 -06:00
Features
--------
2017-05-07 00:35:12 -06:00
2019-09-29 22:38:10 -06:00
* Integrates with InvoiceNinja to autofill clients
* Reminds for upcoming scheduled services (such as remote updates)
* Public machine status tracking (client can view their repair status, machine info, and history using a serial number)
2018-09-22 22:43:56 -06:00
Setup Tips
----------
* Run composer install (or composer.phar install) to install dependency libraries
* If you don't have any color in the navbar, run `git submodule init` and `git submodule update`.