Machine, component, and status tracking for IT shops and their customers.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Skylar Ittner 20648e642e Put package=1 in public tracking URL to specify it's a package not a machine 3 yıl önce
api Add API to get machine form fields without looking up machine 4 yıl önce
client-scripts Add machine ID label without 'property of' 4 yıl önce
custom Put package=1 in public tracking URL to specify it's a package not a machine 3 yıl önce
langs Remove duplicate HTML code by making reusable functions do the work 4 yıl önce
lib Add API to get machine form fields without looking up machine 4 yıl önce
mobile Add more permissions checks 5 yıl önce
nbproject Add some basic core features 5 yıl önce
pages Remove duplicate HTML code by making reusable functions do the work 4 yıl önce
print Fix label barcode 4 yıl önce
public Put package=1 in public tracking URL to specify it's a package not a machine 3 yıl önce
static Make event types configurable (JSON file) with categories, some other half-finished features 4 yıl önce
tests Rewrite to use classes, aligning with AccountHub 2.0 6 yıl önce
.gitignore Get more than 15 clients from InvoiceNinja 4 yıl önce
.gitmodules Convert material-color CSS to submodule 7 yıl önce
LICENSE.md Add public API endpoint 4 yıl önce
README.md Merge ../AppTemplate 4 yıl önce
action.php Add unlink component 4 yıl önce
api.php Add comment 5 yıl önce
app.php Use FontAwesome CSS+webfont instead of JS, upgrade 5.7.2 to 5.8.1 5 yıl önce
composer.json Merge ../AppTemplate 4 yıl önce
composer.lock Merge ../AppTemplate 4 yıl önce
database.mwb Add printer device type 4 yıl önce
index.php Nicer access denied message 5 yıl önce
pages.php Make event types configurable (JSON file) with categories, some other half-finished features 4 yıl önce
required.php Got tired of logging in all the time 4 yıl önce
settings.template.php Add large id label 4 yıl önce
types.sql Add printer device type 4 yıl önce
update.sql Allow components to be "floating" and not assigned to a machine 4 yıl önce

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.