Machine, component, and status tracking for IT shops and their customers.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Skylar Ittner 20648e642e Put package=1 in public tracking URL to specify it's a package not a machine il y a 3 ans
api Add API to get machine form fields without looking up machine il y a 4 ans
client-scripts Add machine ID label without 'property of' il y a 4 ans
custom Put package=1 in public tracking URL to specify it's a package not a machine il y a 3 ans
langs Remove duplicate HTML code by making reusable functions do the work il y a 4 ans
lib Add API to get machine form fields without looking up machine il y a 4 ans
mobile Add more permissions checks il y a 5 ans
nbproject Add some basic core features il y a 5 ans
pages Remove duplicate HTML code by making reusable functions do the work il y a 4 ans
print Fix label barcode il y a 4 ans
public Put package=1 in public tracking URL to specify it's a package not a machine il y a 3 ans
static Make event types configurable (JSON file) with categories, some other half-finished features il y a 4 ans
tests Rewrite to use classes, aligning with AccountHub 2.0 il y a 6 ans
.gitignore Get more than 15 clients from InvoiceNinja il y a 4 ans
.gitmodules Convert material-color CSS to submodule il y a 7 ans
LICENSE.md Add public API endpoint il y a 4 ans
README.md Merge ../AppTemplate il y a 4 ans
action.php Add unlink component il y a 4 ans
api.php Add comment il y a 5 ans
app.php Use FontAwesome CSS+webfont instead of JS, upgrade 5.7.2 to 5.8.1 il y a 5 ans
composer.json Merge ../AppTemplate il y a 4 ans
composer.lock Merge ../AppTemplate il y a 4 ans
database.mwb Add printer device type il y a 4 ans
index.php Nicer access denied message il y a 5 ans
pages.php Make event types configurable (JSON file) with categories, some other half-finished features il y a 4 ans
required.php Got tired of logging in all the time il y a 4 ans
settings.template.php Add large id label il y a 4 ans
types.sql Add printer device type il y a 4 ans
update.sql Allow components to be "floating" and not assigned to a machine il y a 4 ans

README.md

MachineManager

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).

Features

  • 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)

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.