cambio de proceso polizas vencidas

This commit is contained in:
2026-05-11 13:03:57 +02:00
parent ed81d8d5a6
commit 4e7f72cdb9
4 changed files with 29 additions and 22 deletions

View File

@@ -333,7 +333,7 @@ namespace bdAsegasa.db
}
}
}
public string CiaNumeroPolizaSuplemento
public string CiaNumeroPolizaSuplemento
{
get
{

View File

@@ -3,6 +3,7 @@ using bdAsegasa.Informes;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.IO;
using System.Linq;
using tsEFCore8;
@@ -18,6 +19,7 @@ namespace bdAsegasa.db
// Revisado
#region Contabilidad
[NotMapped]
public string Tomador
{
@@ -33,6 +35,7 @@ namespace bdAsegasa.db
}
}
}
[NotMapped]
public double LiquidoCia
{
@@ -43,6 +46,7 @@ namespace bdAsegasa.db
return Math.Round(total - comision, 2, MidpointRounding.AwayFromZero);
}
}
[NotMapped]
public int NumeroDiasRemesaPago
{
@@ -504,7 +508,7 @@ namespace bdAsegasa.db
#region Comisiones
[NotMapped]
public bool BloquearFacturacion
{
get
@@ -541,6 +545,8 @@ namespace bdAsegasa.db
}
}
}
[NotMapped]
public int? idAgente_Nulable
{
get
@@ -669,6 +675,8 @@ namespace bdAsegasa.db
tsUtilidades.TsNotificacionesClient.RegistrarAsync( "En GuardandoCambios", ex.Message + sListaCambios, tsUtilidades.TsNotificacionesClient.TipoNotificacionEnum.ERROR);
}
}
[NotMapped]
public string NombreSubAgente
{
get
@@ -1043,6 +1051,7 @@ namespace bdAsegasa.db
}
}
[NotMapped]
public string DescripcionSuplemento
{
@@ -1261,7 +1270,8 @@ namespace bdAsegasa.db
}
}
[NotMapped]
public FormaComunicacionEnum FormaComunicacionTMP { get; set; }