Welcome to the Clock-In/Out System! β°β¨ This project combines a Django backend with a React.js frontend, allowing users to create accounts, clock in and out of their shifts, leave descriptions, view previous shifts, and generate PDF invoices summarizing their hours worked. πΌπ°
- User Registration: Sign up and manage your account easily! π
- Clock In/Out: Start your shift with a clock-in and end it with a clock-out, leaving a description for each shift. β³βοΈ
- Shift History: Keep track of all your previous shifts, including clock-in/out times and descriptions. π π
- Invoice Generation: Generate a PDF invoice summarizing all your shifts with calculated earnings based on your salary! ππ΅
- Frontend: React.js βοΈ
- Backend: Django π
- Database: SQLite (or any preferred database) ποΈ
- PDF Generation: ReportLab π
- Styling: CSS/Bootstrap (or any preferred styling library) π¨
- Create an Account: Navigate to the registration page to create a new user account. π
- Clock In/Out: Use the clock-in button to start your shift and the clock-out button to end it. Don't forget to leave a description when clocking out! ππ
- View Shifts: Check the previous shifts section to see all your clocked-in and clocked-out records. π
- Generate Invoice: Click the invoice button to generate a PDF summarizing your shifts and earnings. π§Ύβ¨
This project uses the ReportLab library to generate PDF invoices, including:
- Total hours worked β²οΈ
- Breakdown of shifts π
- Total earnings based on the specified hourly rate π°