Rebrand from SimpleInventory to BinStack

master
Skylar Ittner 7 years ago
parent 3595a1b91f
commit 7b99761f11

@ -1,10 +1,10 @@
SimpleInventory
=========
BinStack
========
SimpleInventory is the easy way to keep track of your business assets.
BinStack is the easy way to keep track of your business assets.
Never wander in search of the stapler again.
https://biz.netsyms.com/simpleinventory
https://biz.netsyms.com/binstack
Features
--------
@ -19,8 +19,8 @@ only a few. Sorting also built in.
**Autofill**
You don't need to remember category codes or usernames. Just start typing and
SimpleInventory will figure out what you're looking for.
BinStack will figure out what you're looking for.
**Mobile-ready**
Take inventory or find what you need on the go. SimpleInventory looks and works
Take inventory or find what you need on the go. BinStack looks and works
great on modern smartphones and tablets.

@ -1,12 +1,12 @@
{
"name": "netsyms/business-app-template",
"description": "Template for a webapp integrated with a Portal server for authentication.",
"name": "netsyms/binstack",
"description": "Inventory management app.",
"type": "project",
"require": {
"catfan/medoo": "^1.2",
"guzzlehttp/guzzle": "^6.2"
},
"license": "MIT",
"license": "OTHER",
"authors": [
{
"name": "Skylar Ittner",

@ -3,7 +3,7 @@
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>SimpleInventory</name>
<name>BinStack</name>
</data>
</configuration>
</project>

@ -14,7 +14,7 @@ define("DB_PASS", "");
define("DB_CHARSET", "utf8");
// Name of the app.
define("SITE_TITLE", "SimpleInventory");
define("SITE_TITLE", "BinStack");
// Which pages to show the app icon on:
// index, app, both, none

Loading…
Cancel
Save