https://github.com/bitsandbots/inventory
Inventory Management System
https://github.com/bitsandbots/inventory
bootstrap database inventory inventory-app inventory-control inventory-management inventory-manager inventory-system mariadb mysql php stock stock-management
Last synced: 7 months ago
JSON representation
Inventory Management System
- Host: GitHub
- URL: https://github.com/bitsandbots/inventory
- Owner: bitsandbots
- Created: 2020-12-05T22:22:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T11:41:45.000Z (over 2 years ago)
- Last Synced: 2023-02-23T13:15:35.982Z (over 2 years ago)
- Topics: bootstrap, database, inventory, inventory-app, inventory-control, inventory-management, inventory-manager, inventory-system, mariadb, mysql, php, stock, stock-management
- Language: PHP
- Homepage: http://www.coreconduit.com
- Size: 494 KB
- Stars: 44
- Watchers: 7
- Forks: 17
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inventory
Inventory Management System with invoices and picklists.# Documentation
-[Install L.A.M.P. stack](https://projects.raspberrypi.org/en/projects/lamp-web-server-with-wordpress/) ( MySQL is now MariaDB ) ~ optionally install Wordpress* Download the latest version.
* Not sure how this works? Start with a clean ( empty ) database, then import **demo_inv.sql** and you've got some basic data to get started! OR, try a clean database: import/load **inventory.sql** into your mysql database. This should set up the basic structure of the database system.
* Modify the includes/config.php and change the variables to match your host, database, username and passwords.
* Change all Folder permission inside uploads folder either add them to group call `www-data` if available or `777`.
* Then logging in by typing **username** and **password**:
Administrator | Special User | Default User
---------------------| -----------------------| -------------------
**Username** : admin | **Username** : special | **Username** : user
**Password** : admin | **Password** : special | **Password** : user
****
-Additional documentation and configuration for your Inventory Management System:-[Hackster.io](https://www.hackster.io/bitsandbots/serving-your-own-inventory-management-system-6e8b53)
-[Blog](https://coreconduit.com/2019/02/07/using-a-raspberry-pi-for-your-own-inventory-management-system/)# [Support](https://coreconduit.com/contact/)
Contact Cory:
****
If you find this project useful...
[Donate](https://www.paypal.com/biz/fund?id=ZDR2NTBSKK7JE)
****Enhanced by Cory J. Potter aka CoreConduit Consulting Services 2018 - 2020
The application was initially created by Siamon Hasan, using [php](http:php.net),
[mysql](https://www.mysql.com) and [bootstrap](http://getbootstrap.com).
****