BinStack is the easy way to keep track of your business assets. Never wander in search of the stapler again.
https://netsyms.biz/apps/binstack
Asset Tracking Easily manage locations, tag numbers, assigned users, and other important item properties.
Fully Searchable Start typing in the search box to instantly filter hundreds of results down to only a few. Sorting also built in.
Autofill You don't need to remember category codes or usernames. Just start typing and BinStack will figure out what you're looking for.
Mobile-ready Take inventory or find what you need on the go. BinStack looks and works great on modern smartphones and tablets.
- Follow the installation directions for AccountHub, then download this app somewhere.
- Copy
settings.template.php
tosettings.php
- Create an empty database.
- Import
database.sql
into your database. - Edit
settings.php
and fill in your DB info - Set the location of the AccountHub API and home page URL in
settings.php
- Run
composer install
(orcomposer.phar install
) to install dependency libraries - Run
git submodule update --init
to install other dependencies via git.