Keep track of the tools you need to do your job.
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
jandrade d72c192294 Merge pull request 'Add stock management (#14)' (#1) from stock_management into master
Business/BinStack#14
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 Fix some labels il y a 4 ans
lib Fix some labels il y a 4 ans
mobile Merge ../BusinessAppTemplate il y a 5 ans
nbproject Update project metadata il y a 6 ans
pages Add stock movements report il y a 4 ans
static UI tweaks 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 license and readme il y a 5 ans
README.md Update license and readme il y a 5 ans
action.php Add basic stock management il y a 4 ans
api.php Merge ../BusinessAppTemplate il y a 5 ans
app.php Merge ../BusinessAppTemplate il y a 5 ans
composer.json Update dependencies il y a 6 ans
composer.lock Add image uploading for items (close #8) il y a 6 ans
database.mwb Fix item deletion il y a 4 ans
database.sql Fix item deletion 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 UI tweaks il y a 4 ans
required.php Merge ../BusinessAppTemplate il y a 5 ans
settings.template.php Add stock management mode setting il y a 4 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. Import database.sql into your database server
  4. Edit settings.php and fill in your DB info
  5. Set the location of the AccountHub API in settings.php (see "PORTAL_API") and enter an API key ("PORTAL_KEY")
  6. Set the location of the AccountHub home page ("PORTAL_URL")
  7. Set the URL of this app ("URL")
  8. Run composer install (or composer.phar install) to install dependency libraries
  9. Run git submodule init and git submodule update to install other dependencies via git.