Machine, component, and status tracking for IT shops and their customers.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Skylar Ittner 20648e642e Put package=1 in public tracking URL to specify it's a package not a machine 3 år sedan
api Add API to get machine form fields without looking up machine 4 år sedan
client-scripts Add machine ID label without 'property of' 4 år sedan
custom Put package=1 in public tracking URL to specify it's a package not a machine 3 år sedan
langs Remove duplicate HTML code by making reusable functions do the work 4 år sedan
lib Add API to get machine form fields without looking up machine 4 år sedan
mobile Add more permissions checks 5 år sedan
nbproject Add some basic core features 5 år sedan
pages Remove duplicate HTML code by making reusable functions do the work 4 år sedan
print Fix label barcode 4 år sedan
public Put package=1 in public tracking URL to specify it's a package not a machine 3 år sedan
static Make event types configurable (JSON file) with categories, some other half-finished features 4 år sedan
tests Rewrite to use classes, aligning with AccountHub 2.0 6 år sedan
.gitignore Get more than 15 clients from InvoiceNinja 4 år sedan
.gitmodules Convert material-color CSS to submodule 7 år sedan
LICENSE.md Add public API endpoint 4 år sedan
README.md Merge ../AppTemplate 4 år sedan
action.php Add unlink component 4 år sedan
api.php Add comment 5 år sedan
app.php Use FontAwesome CSS+webfont instead of JS, upgrade 5.7.2 to 5.8.1 5 år sedan
composer.json Merge ../AppTemplate 4 år sedan
composer.lock Merge ../AppTemplate 4 år sedan
database.mwb Add printer device type 4 år sedan
index.php Nicer access denied message 5 år sedan
pages.php Make event types configurable (JSON file) with categories, some other half-finished features 4 år sedan
required.php Got tired of logging in all the time 4 år sedan
settings.template.php Add large id label 4 år sedan
types.sql Add printer device type 4 år sedan
update.sql Allow components to be "floating" and not assigned to a machine 4 år sedan

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.