Skip to content

Baig-fatema/Django-Costume-Biz-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Costume-Biz-Manager

Django-Costume-Biz-Manager is a comprehensive Costume Business Management System built with Django. It provides an admin panel for managing vendors, customers, costume categories, products, purchases, sales, available stocks, and inventory tables.

home view

Features

  • Vendor Management: Manage and track vendors.
  • Customer Management: Manage customer details and interactions.
  • Costume Categories: Define and manage different costume categories.
  • Product Management: Add and manage costume products.
  • Purchase Management: Track and manage purchases.
  • Sales Management: Handle sales transactions and records.
  • Available Stocks: Monitor stock levels and availability.
  • Inventory Management: Oversee inventory data and updates.

Prerequisites

Before running the application, ensure you have the following installed:

  • Python 3.x
  • pip (Python package installer)

Installation

Follow these steps to set up and run the Django-Costume-Biz-Manager project on your local machine:

  1. Clone the Repository

    git clone https://github.com/Baig-fatema/Django-Costume-Biz-Manager.git
  2. Navigate to the Project Directory

    cd Django-Costume-Biz-Manager
  3. Create a Virtual Environment

    python -m venv venv
  4. Activate the Virtual Environment

    • On Windows:
    venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  5. Install the Required Packages

    pip install -r requirements.txt
  6. Create the Superuser

    python manage.py createsuperuser
  7. Make Migrations

    python manage.py makemigrations
  8. Apply Migrations

    python manage.py migrate
  9. Run the Development Server

    python manage.py runserver

Usage

  1. Access the Admin Panel

    Open your web browser and navigate to http://127.0.0.1:8000 Log in using the superuser credentials you created.

  2. Manage Vendors

    Use the admin panel to add, edit, or delete vendor information.

  3. Manage Customers

    Add and manage customer details and records through the admin interface.

  4. Define Costume Categories

    Create and organize costume categories for better product management.

  5. Manage Products

    Add new products, update existing ones, and manage product details.

  6. Track Purchases

    Record and monitor purchases from vendors to keep track of inventory.

  7. Record Sales

    Manage sales transactions and update sales records.

8.Monitor Available Stocks

Check and update the availability of stock for each product.

  1. Oversee Inventory

    Use inventory tables to manage and update inventory information.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or feedback, reach out to [email protected].

Author

Baig-Fatem

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages