|
2 years ago | |
---|---|---|
api | 2 years ago | |
assets | 2 years ago | |
nbproject | 2 years ago | |
routes | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
composer.json | 2 years ago | |
composer.lock | 2 years ago | |
database.mwb | 2 years ago | |
index.php | 2 years ago | |
machine.php | 2 years ago | |
required.php | 2 years ago | |
roles.php | 2 years ago | |
routes.php | 2 years ago | |
settings.template.php | 2 years ago |
A customer-facing web tool to view detailed information about a computer. Designed for use by computer repair shops and electronics refurbishers.
PC Info is similar to Dell’s “service tag” system, where simply typing a service tag into Dell’s website allows viewing various pieces of information about a machine.
This application works by providing a read-only web UI to the customer, and a JSON API to authorized applications (using an API key).
Flexible: Attach any number of components and history entries to a machine, and add free-form notes to each
Simple: Customers simply type in a unique ID number (usually on a sticker) to instantly view all information
Secure: API keys can be assigned roles to restrict usage
Custom Branding: Supply your own logo and favicon URLs with a config setting
composer install
to get dependenciessettings.template.php
to settings.php
and fill in with correct
values