Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxxorsid/stock-management-system
An Introductory Stock Management System built on PHP, jQuery with AJAX in MVC pattern.
https://github.com/haxxorsid/stock-management-system
ajax bootstrap css employee html inventory management management-system merchants mvc php php56 products record stock stock-management transaction university-course university-project xampp
Last synced: about 1 month ago
JSON representation
An Introductory Stock Management System built on PHP, jQuery with AJAX in MVC pattern.
- Host: GitHub
- URL: https://github.com/haxxorsid/stock-management-system
- Owner: haxxorsid
- Archived: true
- Created: 2017-11-07T14:53:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T20:05:56.000Z (almost 7 years ago)
- Last Synced: 2024-09-25T19:59:39.996Z (about 1 month ago)
- Topics: ajax, bootstrap, css, employee, html, inventory, management, management-system, merchants, mvc, php, php56, products, record, stock, stock-management, transaction, university-course, university-project, xampp
- Language: PHP
- Homepage:
- Size: 1.47 MB
- Stars: 178
- Watchers: 13
- Forks: 88
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock-Management-System
## Screenshots
### Login
![Login](https://image.prntscr.com/image/KDvSfkUlRf6rX5_PMpJ5OQ.jpg)
### Dashboard
![Dashboard](https://image.prntscr.com/image/XoYw81I1RG2WokJEN-kx6Q.jpg)
### Profile
![Profile](https://image.prntscr.com/image/rf6toHFzSBqv_zqmCg7TLg.jpg)
### Records
![Records](https://image.prntscr.com/image/7wAvaTW3QHOsmWJbfixPhg.jpg)
### Modifying Records
![Modifying Records](https://image.prntscr.com/image/z9Aj8Iw_TUyJSZoc5mt9WQ.jpg)## How to install
1. Add this lines in path/to/xampp/apache/conf/extra/httpd-vhosts.conf:
```DocumentRoot "path/to/xampp/htdocs"
ServerName localhostDocumentRoot "path/to/project/public"
ServerName project.dev```
2. Add this in C:\Windows\System32\drivers\etc\hosts file:
```
127.0.0.1 localhost
127.0.0.1 project.dev
```
3. Make sure you restart xampp after following step 1 & 2.
4. Import database "project5.6" from sql file present in sql folder.
5. Get your CurrencyLayer API Key from [here](https://currencylayer.com/) and replace it in *path/to/project/public/dist/js/page.js* line number 1439. This is for receiving live commodity rates in dashboard. Don't forget to clear cache of browser after editing.
6. Enter "project.dev" in browser to visit the app, make sure your XAMPP(Apache, MySQL) is running.
7. Done### Note
If incase you're receiving alert that Editor Datatables trial has expired, download the editor-datatable's JS/CSS files from [Editor](http://editor.datatables.net/download) and replace the content in css & js folder present in *path/to/project/public/vendor/datatables-editor*. Don't forget to clear cache after replacing files.
If you are recieving some bugs in editing tables, maybe the project's js file handling the editor-datatables has became out of date.