Skip to content

lalithpraveen/dockerproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docket Management System

Welcome to the Docket Management System! This web application allows you to upload and manage docket data efficiently. Below are the instructions to set up and run the project along with screenshots of different views.

Prerequisites

  • Python 3.x
  • Django (install dependencies using pip install -r requirements.txt)

Instructions to Run the Project

  1. Clone the repository:

    git clone <repository_url>
    cd dockerproject
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Run the Development Server:

    python manage.py runserver
  4. Access the Application:

    • Go to http://127.0.0.1:8000/ in your web browser.
    • Use the superuser credentials to access the admin panel (http://127.0.0.1:8000/admin/).

Sample Excel File for Testing

You can use the sample Excel file export29913.xlsx located in the sample_data_excel directory to test the application. To obtain the Excel file, simply follow this link. This file contains example docket data for upload, enabling you to evaluate the application's functionality.

Screenshots

  1. Home Page - Upload Excel: docket1

  2. Uploaded Docket Data (Partial View): docket2

  3. Pagination of Docket Data Table: docket3

  4. Created Dockets View (Empty State): docket4

  5. Create Docket Entry Form (Select Supplier):
    docket5

  6. Select Purchase Order (Show Description):
    docket6

  7. Created Dockets View (After Entries): docket7

Project Overview

The Docket Management System is a web application developed using Django, allowing users to upload docket data from Excel files. The application provides the following features:

  • File Upload: Users can upload Excel files containing docket data.
  • Docket List: View and paginate the uploaded docket data.
  • Create Docket Entry: Users can create new docket entries, selecting suppliers and associated purchase orders.
  • Display Descriptions: Descriptions of selected purchase orders are dynamically displayed on the form.
  • View Created Dockets: Users can view the created dockets with details like start time, end time, hours worked, rate per hour, supplier, purchase order, and description.

This application offers a user-friendly interface for managing docket data efficiently.

For any issues or queries, please contact the project maintainers. Happy docket managing!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published