Overview
The Schedule Management module allows you to view, edit, and manage employee work schedules across different months and years. This guide covers all essential workflows for working with schedules.Viewing Schedules
Access the Schedule View
Navigate to the schedules section where you’ll see a calendar-style grid displaying all employees and their assigned shifts.
Select Month and Year
Use the month and year dropdowns at the top of the page to navigate to the desired time period. The system defaults to the current month and year.
Shift Color Coding
The system automatically applies colors to shifts based on their configuration in Firebase:- Background Color: Retrieved from
ColorFfield in theTurnostable - Text Color: Retrieved from
ColorTfield in theTurnostable - Rest Days (D): Counted separately in the rest days counter
- Special Dates: Holidays appear with red background
Editing Schedules
Enter Password
To edit schedules, you need to authenticate:
- Click on any editable cell
- Enter your password when prompted
- Your password is validated against the
agentesdatabase
Modify Schedule Cells
- Click on any cell to edit it
- Type the shift code directly into the cell
- Colors update automatically based on shift configuration
- Empty cells default to white background
Import/Export Features
Importing from Clipboard
Exporting Schedules
The system supports multiple export formats:Excel Export
PNG Export
Calendar Export (ICS)
Text Export
Click Text Export
Click the “Export to Text” button to copy a formatted text version to your clipboard.
Automated Features
Week Borders
The system automatically highlights week boundaries:- Detects Sundays in the calendar
- Draws borders at the end of each week
- Updates when you change months
Holiday Highlighting
Hours Calculation
The system automatically calculates total hours for each employee:Automatic Counting
When schedules load, the system:
- Reads shift hour values from the
Turnostable - Multiplies by the number of times each shift appears
- Displays totals in the summary row
Weekly Summary View
The system includes a special weekly view that groups schedules by week:Understanding Week Ranges
- Weeks run from Monday to Sunday
- The system calculates complete weeks that overlap with the selected month
- Week headers show date ranges (e.g., “Semana 1 (1-7 Ene)”)
Best Practices
Regular Backups
Export schedules regularly to Excel or PNG for backup purposes.
Double-Check Before Saving
Review all changes carefully before clicking Save, as changes are permanent.
Use Import for Bulk Changes
When updating multiple cells, prepare data in Excel and use the Import feature.
Monitor History
The system logs all meaningful changes to the
Historial node for auditing.Troubleshooting
Colors not appearing correctly
Colors not appearing correctly
Solution: The system preloads colors when the page loads. Try refreshing the page to reload the color cache.If colors are still incorrect, verify that:
- The
Turnostable hasColorFandColorTfields - Color values are in hex format without the
#prefix
Changes not saving
Changes not saving
Solution: Check that:
- You entered the correct password
- You have internet connectivity
- The Firebase database is accessible
Hours calculation is incorrect
Hours calculation is incorrect
Solution: Verify that:
- Each shift code in the schedule exists in the
Turnostable - The
Cantidadfield contains the correct hour value - The cache has been refreshed (reload the page)
Import not working
Import not working
Solution: Ensure that:
- Data is copied as tab-delimited text
- The number of columns matches the schedule grid
- You confirmed the import dialog
Related Resources
Creating Templates
Learn how to create shift templates
Working with Procedures
Access documented procedures
