Keep track of the tools you need to do your job. https://netsyms.com/apps/binstack
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Go to file
Skylar Ittner 81ed0d9323 Update readme il y a 4 ans
api API: Check for user permission il y a 5 ans
database_upgrade Update DB schema il y a 6 ans
images Add image uploading for items (close #8) il y a 6 ans
langs Merge ../BusinessAppTemplate il y a 5 ans
lib Merge ../BusinessAppTemplate il y a 5 ans
mobile Merge ../BusinessAppTemplate il y a 5 ans
nbproject Update project metadata il y a 6 ans
pages Merge ../BusinessAppTemplate il y a 5 ans
static Merge AppTemplate il y a 4 ans
.gitignore Add image uploading for items (close #8) il y a 6 ans
.gitmodules Convert material-color CSS to submodule il y a 7 ans
LICENSE.md Update readme il y a 4 ans
README.md Update readme il y a 4 ans
action.php Merge ../BusinessAppTemplate il y a 5 ans
api.php Merge ../BusinessAppTemplate il y a 5 ans
app.php Merge AppTemplate il y a 4 ans
composer.json Merge AppTemplate il y a 4 ans
composer.lock Merge AppTemplate il y a 4 ans
database.mwb Fix database.mwb il y a 5 ans
database.sql Update readme il y a 4 ans
image.php Merge ../BusinessAppTemplate il y a 5 ans
index.php Merge ../BusinessAppTemplate il y a 5 ans
pages.php Merge ../BusinessAppTemplate il y a 5 ans
required.php Merge AppTemplate il y a 4 ans
settings.template.php Merge ../BusinessAppTemplate il y a 5 ans

README.md

BinStack

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

Features

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.

Installing

  1. Follow the installation directions for AccountHub, then download this app somewhere.
  2. Copy settings.template.php to settings.php
  3. Create an empty database.
  4. Import database.sql into your database.
  5. Edit settings.php and fill in your DB info
  6. Set the location of the AccountHub API and home page URL in settings.php
  7. Run composer install (or composer.phar install) to install dependency libraries
  8. Run git submodule update --init to install other dependencies via git.