Actions
Feature #1574
openTask 13897: Información para calendario
Status:
In Progress
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
04/10/2026
Due date:
% Done:
0%
Estimated time:
150:00 h (Total: 400:00 h)
Description
Se implementará un calendario integral que permita gestionar y visualizar, de forma centralizada, las vistas, reuniones y otros
eventos importantes. Como parte de esta tarea, se configurarán notificaciones a las partes mediante correo electrónico, que
incluirán enlaces para confirmar citaciones y/o puntos importantes, y se habilitará la confirmación desde dichos enlaces
Updated by Estefany Santiago Trinidad about 2 months ago
- Estimated time set to 150:00 h
Updated by Estefany Santiago Trinidad about 2 months ago
- Assignee set to Jorge Pacheco
- Target version changed from TS | Propuesta | Jun-10-2026 to TS | Propuesta | Jun- 03-2026
Discutir con Edwin y Raul antes de empezar.
Updated by Jorge Pacheco about 2 months ago
- Status changed from Not Started to In Progress
Updated by Kenneth Williams Garcia 14 days ago
sql
INSERT INTO catalogValues
(
catalogValueCode,
catalogValueDescription,
catalogTypeCode,
catalogTypeDescription,
dateCreated,
isDeleted,
isLocked
)
VALUES
(
dbo.getNewCatalogValueCode(),
'Eventos Especiales',
42,
'privilegeCategory',
GETDATE(),
0,
1
);
Updated by Kenneth Williams Garcia 14 days ago
INSERT INTO catalogValues
(
catalogValueCode,
catalogValueDescription,
catalogTypeCode,
catalogTypeDescription,
dateCreated,
isDeleted,
isLocked
)
VALUES
(
dbo.getNewCatalogValueCode(),
'Eventos Especiales',
42,
'privilegeCategory',
GETDATE(),
0,
1
);
Updated by Kenneth Williams Garcia 14 days ago
INSERT INTO [privileges]
(categoryCode, actionCode, privilegeCode, dateCreated)
VALUES
(
888,
253,
125,
GETDATE()
),
(
888,
217,
126,
GETDATE()
),
(
888,
216,
127,
GETDATE()
),
(
888,
215,
128,
GETDATE()
);
Updated by Estefany Santiago Trinidad 4 days ago
- Target version changed from TS | Propuesta | Jun- 03-2026 to TS | Propuesta | Jun-10-2026
Actions