Machine, component, and status tracking for IT shops and their customers.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Skylar Ittner 20648e642e Put package=1 in public tracking URL to specify it's a package not a machine hace 3 años
api Add API to get machine form fields without looking up machine hace 4 años
client-scripts Add machine ID label without 'property of' hace 4 años
custom Put package=1 in public tracking URL to specify it's a package not a machine hace 3 años
langs Remove duplicate HTML code by making reusable functions do the work hace 4 años
lib Add API to get machine form fields without looking up machine hace 4 años
mobile Add more permissions checks hace 5 años
nbproject Add some basic core features hace 5 años
pages Remove duplicate HTML code by making reusable functions do the work hace 4 años
print Fix label barcode hace 4 años
public Put package=1 in public tracking URL to specify it's a package not a machine hace 3 años
static Make event types configurable (JSON file) with categories, some other half-finished features hace 4 años
tests Rewrite to use classes, aligning with AccountHub 2.0 hace 6 años
.gitignore Get more than 15 clients from InvoiceNinja hace 4 años
.gitmodules Convert material-color CSS to submodule hace 7 años
LICENSE.md Add public API endpoint hace 4 años
README.md Merge ../AppTemplate hace 4 años
action.php Add unlink component hace 4 años
api.php Add comment hace 5 años
app.php Use FontAwesome CSS+webfont instead of JS, upgrade 5.7.2 to 5.8.1 hace 5 años
composer.json Merge ../AppTemplate hace 4 años
composer.lock Merge ../AppTemplate hace 4 años
database.mwb Add printer device type hace 4 años
index.php Nicer access denied message hace 5 años
pages.php Make event types configurable (JSON file) with categories, some other half-finished features hace 4 años
required.php Got tired of logging in all the time hace 4 años
settings.template.php Add large id label hace 4 años
types.sql Add printer device type hace 4 años
update.sql Allow components to be "floating" and not assigned to a machine hace 4 años

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.