Machine, component, and status tracking for IT shops and their customers.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Skylar Ittner 20648e642e Put package=1 in public tracking URL to specify it's a package not a machine před 3 roky
api Add API to get machine form fields without looking up machine před 4 roky
client-scripts Add machine ID label without 'property of' před 4 roky
custom Put package=1 in public tracking URL to specify it's a package not a machine před 3 roky
langs Remove duplicate HTML code by making reusable functions do the work před 4 roky
lib Add API to get machine form fields without looking up machine před 4 roky
mobile Add more permissions checks před 5 roky
nbproject Add some basic core features před 5 roky
pages Remove duplicate HTML code by making reusable functions do the work před 4 roky
print Fix label barcode před 4 roky
public Put package=1 in public tracking URL to specify it's a package not a machine před 3 roky
static Make event types configurable (JSON file) with categories, some other half-finished features před 4 roky
tests Rewrite to use classes, aligning with AccountHub 2.0 před 6 roky
.gitignore Get more than 15 clients from InvoiceNinja před 4 roky
.gitmodules Convert material-color CSS to submodule před 7 roky
LICENSE.md Add public API endpoint před 4 roky
README.md Merge ../AppTemplate před 4 roky
action.php Add unlink component před 4 roky
api.php Add comment před 5 roky
app.php Use FontAwesome CSS+webfont instead of JS, upgrade 5.7.2 to 5.8.1 před 5 roky
composer.json Merge ../AppTemplate před 4 roky
composer.lock Merge ../AppTemplate před 4 roky
database.mwb Add printer device type před 4 roky
index.php Nicer access denied message před 5 roky
pages.php Make event types configurable (JSON file) with categories, some other half-finished features před 4 roky
required.php Got tired of logging in all the time před 4 roky
settings.template.php Add large id label před 4 roky
types.sql Add printer device type před 4 roky
update.sql Allow components to be "floating" and not assigned to a machine před 4 roky

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.