-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from PrathameshJadhav33/master
added ReadMe version 1.1
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Inventory Management System | ||
|
||
This software allows you to track your goods throughout your entire supply chain, from purchasing to end sales. | ||
It provides you with simple UI so you can manage the stock easily and efficiently! | ||
|
||
## Table of contents :mag: | ||
* [General info](#summary-clipboard) | ||
* [Technologies](#technologies-hammer) | ||
* [Features](#features-zap) | ||
|
||
## Summary :clipboard: | ||
|
||
Inventory management system is a software system for tracking inventory levels, orders, sales and deliveries. | ||
It can also be used in the manufacturing industry to create sales reports ,track goods and other production-related documents. | ||
Companies use inventory management software to avoid product overstock and outages. | ||
It is a tool for organizing inventory data that before was generally stored in hard-copy form or in spreadsheets. | ||
|
||
|
||
## Technologies :hammer: | ||
Project is created with: | ||
* Visual C++ | ||
* MySQL | ||
|
||
## Features :zap: | ||
* Two Login Levels | ||
* Manager login - With this login manager can manage employee's as well as the stock if needed. | ||
* Employee Login - With this login employee's can only have access to certain functions which are alloted to them at the time of login creation by manager! | ||
* Sales Receipt | ||
* The software generates Sale Receipts once the items are sold or are sent out of store! | ||
* Sales Report | ||
* It automatically generates sales report based on sales data. | ||
* Storage | ||
* Data is stored in a database for easy access and management. | ||
* Along with above it also provide following general features : | ||
* Add and delete products. | ||
* Modify products. | ||
* Employee profile creation and management. | ||
|
||
## Questions & Issues :thinking: | ||
|
||
## Contributing :+1: | ||
|
||
If you found a bug, have an idea how to improve the Contact Diary app or have a question, please create a [new issue](https://github.com/omkarkajarekar/SMIABS/issues/new) or comment an existing one. If you would like to contribute code, fork the repository and send a pull request. | ||
|
||
## License :page_facing_up: |