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

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.