Machine, component, and status tracking for IT shops and their customers.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Skylar Ittner 20648e642e Put package=1 in public tracking URL to specify it's a package not a machine преди 3 години
api Add API to get machine form fields without looking up machine преди 4 години
client-scripts Add machine ID label without 'property of' преди 4 години
custom Put package=1 in public tracking URL to specify it's a package not a machine преди 3 години
langs Remove duplicate HTML code by making reusable functions do the work преди 4 години
lib Add API to get machine form fields without looking up machine преди 4 години
mobile Add more permissions checks преди 5 години
nbproject Add some basic core features преди 5 години
pages Remove duplicate HTML code by making reusable functions do the work преди 4 години
print Fix label barcode преди 4 години
public Put package=1 in public tracking URL to specify it's a package not a machine преди 3 години
static Make event types configurable (JSON file) with categories, some other half-finished features преди 4 години
tests Rewrite to use classes, aligning with AccountHub 2.0 преди 6 години
.gitignore Get more than 15 clients from InvoiceNinja преди 4 години
.gitmodules Convert material-color CSS to submodule преди 7 години
LICENSE.md Add public API endpoint преди 4 години
README.md Merge ../AppTemplate преди 4 години
action.php Add unlink component преди 4 години
api.php Add comment преди 5 години
app.php Use FontAwesome CSS+webfont instead of JS, upgrade 5.7.2 to 5.8.1 преди 5 години
composer.json Merge ../AppTemplate преди 4 години
composer.lock Merge ../AppTemplate преди 4 години
database.mwb Add printer device type преди 4 години
index.php Nicer access denied message преди 5 години
pages.php Make event types configurable (JSON file) with categories, some other half-finished features преди 4 години
required.php Got tired of logging in all the time преди 4 години
settings.template.php Add large id label преди 4 години
types.sql Add printer device type преди 4 години
update.sql Allow components to be "floating" and not assigned to a machine преди 4 години

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.