Rebrand from SimpleInventory to BinStack
This commit is contained in:
parent
3595a1b91f
commit
7b99761f11
12
README.md
12
README.md
@ -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.
|
Never wander in search of the stapler again.
|
||||||
|
|
||||||
https://biz.netsyms.com/simpleinventory
|
https://biz.netsyms.com/binstack
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
@ -19,8 +19,8 @@ only a few. Sorting also built in.
|
|||||||
|
|
||||||
**Autofill**
|
**Autofill**
|
||||||
You don't need to remember category codes or usernames. Just start typing and
|
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**
|
**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.
|
great on modern smartphones and tablets.
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "netsyms/business-app-template",
|
"name": "netsyms/binstack",
|
||||||
"description": "Template for a webapp integrated with a Portal server for authentication.",
|
"description": "Inventory management app.",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"catfan/medoo": "^1.2",
|
"catfan/medoo": "^1.2",
|
||||||
"guzzlehttp/guzzle": "^6.2"
|
"guzzlehttp/guzzle": "^6.2"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "OTHER",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Skylar Ittner",
|
"name": "Skylar Ittner",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<type>org.netbeans.modules.php.project</type>
|
<type>org.netbeans.modules.php.project</type>
|
||||||
<configuration>
|
<configuration>
|
||||||
<data xmlns="http://www.netbeans.org/ns/php-project/1">
|
<data xmlns="http://www.netbeans.org/ns/php-project/1">
|
||||||
<name>SimpleInventory</name>
|
<name>BinStack</name>
|
||||||
</data>
|
</data>
|
||||||
</configuration>
|
</configuration>
|
||||||
</project>
|
</project>
|
||||||
|
@ -14,7 +14,7 @@ define("DB_PASS", "");
|
|||||||
define("DB_CHARSET", "utf8");
|
define("DB_CHARSET", "utf8");
|
||||||
|
|
||||||
// Name of the app.
|
// Name of the app.
|
||||||
define("SITE_TITLE", "SimpleInventory");
|
define("SITE_TITLE", "BinStack");
|
||||||
|
|
||||||
// Which pages to show the app icon on:
|
// Which pages to show the app icon on:
|
||||||
// index, app, both, none
|
// index, app, both, none
|
||||||
|
Loading…
x
Reference in New Issue
Block a user