All Projects → haxxorsid → Stock Management System

haxxorsid / Stock Management System

An Introductory Stock Management System built on PHP, jQuery with AJAX in MVC pattern.

Projects that are alternatives of or similar to Stock Management System

application
✨ Extra contrib to nette/application (@nette)
Stars: ✭ 23 (-75.79%)
Mutual labels:  mvc, ajax
Qt Client
This repository contains the source code for the Desktop client. The Desktop client is built using the Qt framework for C++. The client can be extended or customized using JavaScript. This client is used by all editions of xTuple ERP.
Stars: ✭ 93 (-2.11%)
Mutual labels:  management, inventory
Document Management System
OpenKM is a Open Source Document Management System
Stars: ✭ 373 (+292.63%)
Mutual labels:  management, record
storaji-ui
Storaji frontend. Built with Electron and Angular 4.
Stars: ✭ 23 (-75.79%)
Mutual labels:  management, inventory
Ai qi
智能量化投资平台
Stars: ✭ 47 (-50.53%)
Mutual labels:  transaction, stock
sqstorage
A easy to use and quick way to organize your inventory, storages and storage areas
Stars: ✭ 18 (-81.05%)
Mutual labels:  management, inventory
Istock
👉一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你❤️请⭐️ . V2升级版正在开发中!
Stars: ✭ 622 (+554.74%)
Mutual labels:  stock, bootstrap
Xtuple
This repository contains the source code for the database schema for the PostBooks edition of xTuple ERP and xTuple's REST API server. The REST API server is written in JavaScript running on Node.js. The database schema for PostBooks runs on a PostgreSQL database server.
Stars: ✭ 247 (+160%)
Mutual labels:  management, inventory
Mtgdesktopcompanion
Cards manager for magic the gathering
Stars: ✭ 44 (-53.68%)
Mutual labels:  inventory, stock
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-57.89%)
Mutual labels:  ajax, bootstrap
sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (-58.95%)
Mutual labels:  ajax, management-system
Laravelinventry
Stock management application using Laravel 5.4
Stars: ✭ 60 (-36.84%)
Mutual labels:  inventory, stock
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-81.05%)
Mutual labels:  mvc, ajax
web trader
📊 Python Flask game that consolidates data from Nasdaq, allowing the user to practice buying and selling stocks.
Stars: ✭ 21 (-77.89%)
Mutual labels:  transaction, stock
softn-cms
Sistema de gestión de contenidos
Stars: ✭ 22 (-76.84%)
Mutual labels:  mvc, ajax
Web
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://demo.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
Stars: ✭ 414 (+335.79%)
Mutual labels:  ajax, bootstrap
Food Ordering System
Food or Item Order Management System
Stars: ✭ 161 (+69.47%)
Mutual labels:  management, management-system
Storaji
📒 The light/responsive inventory management system available on Windows, macOS and Linux.
Stars: ✭ 222 (+133.68%)
Mutual labels:  management, inventory
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+931.58%)
Mutual labels:  ajax, bootstrap
Student Management System
This is a simple web-based student management software written in PHP and Javascript. This was specifically written for school or educational organization.
Stars: ✭ 58 (-38.95%)
Mutual labels:  ajax, bootstrap

Stock-Management-System

Screenshots

Login

Login

Dashboard

Dashboard

Profile

Profile

Records

Records

Modifying Records

Modifying Records

How to install

  1. Add this lines in path/to/xampp/apache/conf/extra/httpd-vhosts.conf:
<VirtualHost *:80>
    DocumentRoot "path/to/xampp/htdocs"
    ServerName localhost
</VirtualHost>


<VirtualHost *:80>
    DocumentRoot "path/to/project/public"
    ServerName project.dev
</VirtualHost>
  1. Add this in C:\Windows\System32\drivers\etc\hosts file:
127.0.0.1 localhost
127.0.0.1 project.dev 
  1. Make sure you restart xampp after following step 1 & 2.
  2. Import database "project5.6" from sql file present in sql folder.
  3. Get your CurrencyLayer API Key from here 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.
  4. Enter "project.dev" in browser to visit the app, make sure your XAMPP(Apache, MySQL) is running.
  5. Done

Note

If incase you're receiving alert that Editor Datatables trial has expired, download the editor-datatable's JS/CSS files from Editor 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].