Skip to content

A really simple inventory system.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
THEME_LICENSE
Notifications You must be signed in to change notification settings

Netsyms/SimpleInventory

Repository files navigation

SimpleInventory

A simple inventory system.

Items have categories and locations, and also some barcodes and notes if you want.

Setup

Copy settings.template.php to settings.php and configure.

By default, it connects to an LDAP server for authentication using php-ldap.
See the authenticate_user function in required.php to change or replace that.
You'll probably want to edit the search filter at minimum.

The database was created with MySQL Workbench. Open databasemodel.mwb to and forward-engineer the SQL create code.

Label Printing

This app has the ability to print inventory labels on a Brother QL-series printer loaded with standard address labels. Tested with a QL-500.
Basically, it creates an image and runs a shell command to print. Edit the command in settings.php. To adjust the image generation, go and open api/printlabel.php.

License

MIT

About

A really simple inventory system.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
THEME_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published