The Stock Dispensary Management System is a web application developed using Django. It provides a comprehensive solution for managing Stock inventory, tracking customer transactions, forecasting sales, and facilitating communication within the dispensary.
- Add and manage Stock with details like name, quantity, price, and supplier information.
- Record customer transactions including Stock purchased, quantity, payment method, and total amount.
- Generate sales forecasts based on historical data and projected revenue.
- Receive stock alerts when the Stock stock reaches a predefined threshold.
- Enable communication between staff and management through messages.
- Clone the repository:
git clone https://github.com/your-username/Stock-dispensary-management-system.git
- Install the required dependencies:
pip install -r requirements.txt
- Run database migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the application by visiting
http://localhost:8000
in your web browser. - Use the provided login credentials to access the system.
- Navigate through the different features to manage Stock stock, record transactions, view sales forecasts, and communicate with other users.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.