The Personal Registry is the foundation of the system. Every other module — vacation scheduling, rescheduling, and administration — depends on the employee records stored here. Use this module to create and maintain the master list of staff members. Navigate to this module atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/CKoldo/Vacaciones-front/llms.txt
Use this file to discover all available pages before exploring further.
/registro-personal.
Employee fields
Each employee record contains the following fields:| Field | Description |
|---|---|
| Nombre | Employee’s first name |
| Apellido | Employee’s last name |
| Work email address | |
| Puesto | Job title or position |
| Fecha de Ingreso | Official hire date (used to calculate the vacation period) |
The vacation period for an employee begins exactly one year after their hire date. For example, an employee hired on 15 March 2024 becomes eligible for their first vacation period starting 15 March 2025.
How to add an employee
Open the Personal Registry
Navigate to
/registro-personal. The registration form appears on the left side of the page.Fill in the employee details
Complete all five fields: Nombre, Apellido, Email, Puesto, and Fecha de Ingreso. All fields are required — the form will not submit if any are empty.
How to delete an employee
In the registered employees table, locate the employee row and click the trash icon on the right side of the row. The record is permanently removed from the system.Importing employees from Excel
You can bulk-import employees from an Excel spreadsheet instead of entering them one by one.Prepare your spreadsheet
Create an
Each subsequent row represents one employee.
.xlsx or .xls file where the first row contains column headers. The importer recognises the following header names for each field:| Field | Accepted column headers |
|---|---|
| First name | nombre, Nombre, NOMBRE, firstName, FirstName |
| Last name | apellido, Apellido, APELLIDO, lastName, LastName |
| Hire date | fechaIngreso, fecha_ingreso, FechaIngreso, Fecha de Ingreso, fecha de ingreso |
email, Email, EMAIL | |
| Job title | puesto, Puesto, cargo, Cargo |
Exporting employees to JSON
To create a backup of the employee list, click Exp. (JSON) in the page header. The system downloads a.json file named SISTEMA_DIGC_Personal_<date>.json containing all registered employee records.
The export includes all fields for each employee, including internal IDs. You can use this file to restore or migrate data.
Related modules
Vacation Scheduling
Schedule vacation ranges for registered employees.
Vacation Overview
View vacation usage summaries per employee.
