Project

General

Profile

Actions

Bug #1367

open

Task 21581: Copias Certificadas: Notificación OAT 1812

Added by Estefany Santiago Trinidad about 1 month ago. Updated 3 days ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
-
Start date:
02/24/2026
Due date:
% Done:

0%

Estimated time:

Actions #1

Updated by Estefany Santiago Trinidad 19 days ago

  • Target version changed from TPI Admin | Asuntos PROD | Abr-2026 to TPI Admin | Bugs | april-2026
Actions #2

Updated by Jorge Pacheco 16 days ago

  • Assignee set to Jorge Pacheco
Actions #3

Updated by Estefany Santiago Trinidad 11 days ago

  • Target version changed from TPI Admin | Bugs | april-2026 to Copias Certificadas | Asuntos Adicionales | apr-2026
Actions #4

Updated by Jorge Pacheco 9 days ago

  • Status changed from Not Started to In Progress
Actions #5

Updated by Jorge Pacheco 3 days ago

  • Status changed from In Progress to Closed
Actions #6

Updated by Jorge Pacheco 3 days ago

  • Status changed from Closed to Paused
Actions #7

Updated by Jorge Pacheco 3 days ago

  • Status changed from Paused to In Progress
Actions #8

Updated by Jorge Pacheco 3 days ago

Para añadir tipo notificación

INSERT INTO SUMACCertifiedCopyDocumentType(
		Code,
		DescriptionEN,
		DescriptionES,
		CreateDate,
		CreatedBy,
		ModifiedDate,
		ModifiedBy
	)
VALUES (
		3,
		'Notification',
		'Notificación',
		'2026-03-27 14:11:57.310',
		'BA188E4A-E2B5-45F3-9835-32C94121C00E',
		'2026-03-27 14:11:57.310',
		'BA188E4A-E2B5-45F3-9835-32C94121C00E'
	)
Actions #9

Updated by Jorge Pacheco 3 days ago

Para añadir columna de NotificationId

ALTER TABLE SUMACCertifiedCopyDocument
ADD NotificationId INT
ADD CONSTRAINT fk_NotificationId 
FOREIGN KEY (NotificationId) 
REFERENCES SUMACNotification(NotificationId);
Actions

Also available in: Atom PDF