cambio de proceso polizas vencidas
This commit is contained in:
@@ -333,7 +333,7 @@ namespace bdAsegasa.db
|
||||
}
|
||||
}
|
||||
}
|
||||
public string CiaNumeroPolizaSuplemento
|
||||
public string CiaNumeroPolizaSuplemento
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user