Skip to content

This project aims to provide a foundation for managing employee and department information within an organization, offering basic CRUD (Create, Read, Update, Delete) operations

Notifications You must be signed in to change notification settings

AtlasKeeper/Django-Based-Enterprise-Resource-Planning-ERP-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key Features

1. Employee Management:
  • View a list of employees with their names and email addresses.
  • Access detailed information about each employee.
  • 2. Department Management:
  • Explore a list of departments with their names and descriptions.
  • Dive into specific details for each department.
  • How to Use

    1.Access the Employee List
  • Navigate to /erp/employees/ to view a list of all employees.
  • Click on individual employees to access detailed information.
  • 2.Explore Departments
  • Visit /erp/departments/ to see a list of all departments.
  • Click on specific departments to learn more about each one.
  • 3.Administrator Access
  • Administer the system by accessing the Django Admin interface at /admin/.
  • Create, update, or delete employee and department records.
  • Customization

    The project provides a foundation that can be customized and extended based on specific organizational requirements. Developers can add authentication, permissions, and additional features to tailor the ERP system to meet unique business needs.

    Technology Stack

    Python Django HTML CSS

    Getting Started

    1. Set up a virtual environment.
    2. Install Django (pip install django).
    3. Create Django project and app.
    4. Define models for employees and departments.
    5. Implement views, templates, and URLs for CRUD operations.
    6. Run migrations and create a superuser.
    7. Start the development server and explore ERP!

    About

    This project aims to provide a foundation for managing employee and department information within an organization, offering basic CRUD (Create, Read, Update, Delete) operations

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published