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.
- Python 3.x
- Django (install dependencies using
pip install -r requirements.txt)
-
Clone the repository:
git clone <repository_url> cd dockerproject
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Development Server:
python manage.py runserver
-
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/).
- Go to
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.
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!






