PrintMaster
PrintMaster is a quick and easy-to-use web-based printer and consumable management system for IT departments.
Licensed under GPLv3.
Features
- List all printers (linkable to web IP interface)
- Manage consumable stock levels
- Log consumable installations
- Log consumable orders
Screenshot
Requirements
- Web server (Apache, IIS etc)
- PHP 5.1+
- MySQL
Installation (1.4.0+)
- Create directory on webserver to store files (configure as virtual host or subdir)
- Copy all PrintMaster files to the folder you just created
- Change the permissions on the
sessionfolder to be writeable - Create a new username and database in MySQL
- Import the
printmaster.sqlfile into the new database - Copy
inc/config/config.default.phptoinc/config/config.php. - Edit
inc/config/config.phpand add your database details. - Access upgrade.php in a browser to update the database to the latest version. E.g. http://server/printmaster/upgrade.php
- Invent your own security (.htaccess, integrated Windows authentication...)
Getting started
- Add manufacturers (or import printmaster-manufacturers.sql for most common)
- Add printer models
- Add consuambles
- Add printers
TODO
Development takes place on the PrintMaster Trello board.
