Machine, component, and status tracking for IT shops and their customers.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Skylar Ittner 20648e642e Put package=1 in public tracking URL to specify it's a package not a machine pirms 3 gadiem
api Add API to get machine form fields without looking up machine pirms 4 gadiem
client-scripts Add machine ID label without 'property of' pirms 4 gadiem
custom Put package=1 in public tracking URL to specify it's a package not a machine pirms 3 gadiem
langs Remove duplicate HTML code by making reusable functions do the work pirms 4 gadiem
lib Add API to get machine form fields without looking up machine pirms 4 gadiem
mobile Add more permissions checks pirms 5 gadiem
nbproject Add some basic core features pirms 5 gadiem
pages Remove duplicate HTML code by making reusable functions do the work pirms 4 gadiem
print Fix label barcode pirms 4 gadiem
public Put package=1 in public tracking URL to specify it's a package not a machine pirms 3 gadiem
static Make event types configurable (JSON file) with categories, some other half-finished features pirms 4 gadiem
tests Rewrite to use classes, aligning with AccountHub 2.0 pirms 6 gadiem
.gitignore Get more than 15 clients from InvoiceNinja pirms 4 gadiem
.gitmodules Convert material-color CSS to submodule pirms 7 gadiem
LICENSE.md Add public API endpoint pirms 4 gadiem
README.md Merge ../AppTemplate pirms 4 gadiem
action.php Add unlink component pirms 4 gadiem
api.php Add comment pirms 5 gadiem
app.php Use FontAwesome CSS+webfont instead of JS, upgrade 5.7.2 to 5.8.1 pirms 5 gadiem
composer.json Merge ../AppTemplate pirms 4 gadiem
composer.lock Merge ../AppTemplate pirms 4 gadiem
database.mwb Add printer device type pirms 4 gadiem
index.php Nicer access denied message pirms 5 gadiem
pages.php Make event types configurable (JSON file) with categories, some other half-finished features pirms 4 gadiem
required.php Got tired of logging in all the time pirms 4 gadiem
settings.template.php Add large id label pirms 4 gadiem
types.sql Add printer device type pirms 4 gadiem
update.sql Allow components to be "floating" and not assigned to a machine pirms 4 gadiem

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.