This StreamlineERP is designed to streamline the operations of multiple business units under a single corporate umbrella. It integrates core functionalities such as inventory management, sales tracking, financial reporting, and HR management across different workspaces. Each workspace operates independently with its data secured and isolated.
Link to Deployed Site: Deployed Application Final Project Blog Article: Blog Post Author LinkedIn: LinkedIn Profile
Follow these steps to install and run the project locally:
git clone https://github.com/yourusername/StreamlineERP.git
cd StreamlineERP
# Install dependencies
pip install -r requirements.txt
# Run the application
python manage.py runserverAfter installation, you can use the system to:
- Manage products, categories, and suppliers across multiple workspaces.
- Track and analyze sales and purchase orders.
- Generate financial and stock reports.
- Manage employee records and payroll in a secure environment.
Interested in contributing? Great! Here's how you can help:
- Fork the repo on GitHub.
- Clone your forked repo locally.
- Create a new branch (
git checkout -b your-branch-name). - Make your changes and commit them (
git commit -am 'Add some feature'). - Push to the branch (
git push origin your-branch-name). - Create a new Pull Request.
- Project Name: Description of related project.
This project is licensed under the MIT License - see the LICENSE.md file for details.