- Project Goal
- Scope of the Project
- Features
- Technologies Used
- Learnings
- Installation
- Usage
- Contributing
- License
The goal of this project is to develop a comprehensive ERP system tailored for jewellery shops. The system enables shop owners to manage their products, create invoices, track inventory, and maintain purchase history efficiently. This tool aims to automate and streamline the business processes, reducing manual work and enhancing productivity.
The Jewellery Management ERP System covers the following aspects:
- Product management: Adding, editing, and deleting products.
- Invoice generation: Creating and managing customer invoices.
- Inventory tracking: Monitoring stock levels and inventory movements.
- Purchase history: Recording and viewing purchase transactions.
- User management: Role-based access control for different users.
-
Product Management:
- Add new products with details such as name, category, price, and quantity.
- Edit or delete existing products.
- View all products in a list or grid format.
-
Invoice Management:
- Generate invoices for customer purchases.
- Print or email invoices directly from the system.
- Track paid and unpaid invoices.
-
Inventory Tracking:
- Real-time updates on inventory levels.
- Alerts for low stock levels.
- Detailed inventory reports.
-
Purchase History:
- Record all purchase transactions.
- View detailed purchase history with dates and amounts.
- Filter and search through purchase records.
-
User Management:
- Admin and user roles with different access permissions.
- Secure login and authentication system.
- Frontend: ReactJS
- Backend: Django
- Database: PostgreSQL
- Hosting: AWS
- Other: AWS RDS for database hosting
Through the development of this ERP system, I gained valuable insights and hands-on experience in:
- Integrating frontend (ReactJS) with backend (Django).
- Designing and implementing RESTful APIs.
- Managing and querying a PostgreSQL database.
- Deploying applications on AWS and using AWS RDS for database management.
- Implementing role-based access control and authentication.
- Enhancing UI/UX for better user experience.