From 82f97ad5e6911679c8218081607814ec4b89409b Mon Sep 17 00:00:00 2001 From: Prathamesh Jadhav <63591334+PrathameshJadhav33@users.noreply.github.com> Date: Tue, 12 Jul 2022 19:10:00 +0530 Subject: [PATCH] added ReadMe version 1.1 --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c52262b --- /dev/null +++ b/README.md @@ -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: