diff --git a/src/ARSoftware.Contpaqi.Comercial.Sdk.Abstractions/ARSoftware.Contpaqi.Comercial.Sdk.Abstractions.csproj b/src/ARSoftware.Contpaqi.Comercial.Sdk.Abstractions/ARSoftware.Contpaqi.Comercial.Sdk.Abstractions.csproj index 36bac3a..33f8fe0 100644 --- a/src/ARSoftware.Contpaqi.Comercial.Sdk.Abstractions/ARSoftware.Contpaqi.Comercial.Sdk.Abstractions.csproj +++ b/src/ARSoftware.Contpaqi.Comercial.Sdk.Abstractions/ARSoftware.Contpaqi.Comercial.Sdk.Abstractions.csproj @@ -3,7 +3,7 @@ net8.0 enable - 6.1.1 + 6.2.0 AR Software Esta libreria contiene las interfaces usadas por los poryectos de SDK y SQL. Copyright © AR Software 2024 diff --git a/src/ARSoftware.Contpaqi.Comercial.Sdk.Extras/ARSoftware.Contpaqi.Comercial.Sdk.Extras.csproj b/src/ARSoftware.Contpaqi.Comercial.Sdk.Extras/ARSoftware.Contpaqi.Comercial.Sdk.Extras.csproj index c331caa..70fe021 100644 --- a/src/ARSoftware.Contpaqi.Comercial.Sdk.Extras/ARSoftware.Contpaqi.Comercial.Sdk.Extras.csproj +++ b/src/ARSoftware.Contpaqi.Comercial.Sdk.Extras/ARSoftware.Contpaqi.Comercial.Sdk.Extras.csproj @@ -3,7 +3,7 @@ net8.0-windows enable - 6.1.1 + 6.2.0 AR Software Este proyecto extiende el proyecto ARSoftware.Contpaqi.Comercial.Sdk y dispone de varios repositorios y servicios que implementan las diferentes funcionalidades del SDK. Copyright © AR Software 2024 @@ -26,10 +26,6 @@ - - - - diff --git a/src/ARSoftware.Contpaqi.Comercial.Sdk/ARSoftware.Contpaqi.Comercial.Sdk.csproj b/src/ARSoftware.Contpaqi.Comercial.Sdk/ARSoftware.Contpaqi.Comercial.Sdk.csproj index d4afc09..f2c80b1 100644 --- a/src/ARSoftware.Contpaqi.Comercial.Sdk/ARSoftware.Contpaqi.Comercial.Sdk.csproj +++ b/src/ARSoftware.Contpaqi.Comercial.Sdk/ARSoftware.Contpaqi.Comercial.Sdk.csproj @@ -3,7 +3,7 @@ net8.0 enable - 6.1.1 + 6.2.0 AR Software Este proyecto tiene declaradas todas las funciones y clases utilizadas por el SDK de CONTPAQi Comercial, CONTPAQi Adminpaq, y CONTPAQi Factura Electronica. Copyright © AR Software 2024 diff --git a/src/ARSoftware.Contpaqi.Comercial.Sql.Models/ARSoftware.Contpaqi.Comercial.Sql.Models.csproj b/src/ARSoftware.Contpaqi.Comercial.Sql.Models/ARSoftware.Contpaqi.Comercial.Sql.Models.csproj index c4920dc..a76574a 100644 --- a/src/ARSoftware.Contpaqi.Comercial.Sql.Models/ARSoftware.Contpaqi.Comercial.Sql.Models.csproj +++ b/src/ARSoftware.Contpaqi.Comercial.Sql.Models/ARSoftware.Contpaqi.Comercial.Sql.Models.csproj @@ -3,9 +3,9 @@ net8.0 enable - 6.1.1 + 6.2.0 AR Software - Modelo de las bases de datos de CONTPAQi Comercial v9.1.1 Service Pack 1 + Modelo de las bases de datos de CONTPAQi Comercial v9.2.1 Copyright © AR Software 2024 https://github.com/AndresRamos/ARSoftware.Contpaqi.Comercial https://github.com/AndresRamos/ARSoftware.Contpaqi.Comercial diff --git a/src/ARSoftware.Contpaqi.Comercial.Sql.Models/Empresa/admParametros.cs b/src/ARSoftware.Contpaqi.Comercial.Sql.Models/Empresa/admParametros.cs index a0d201a..30bfa0a 100644 --- a/src/ARSoftware.Contpaqi.Comercial.Sql.Models/Empresa/admParametros.cs +++ b/src/ARSoftware.Contpaqi.Comercial.Sql.Models/Empresa/admParametros.cs @@ -426,4 +426,6 @@ public partial class admParametros public string? CREFRESHTOKENCN { get; set; } public string? CURLWSTORE { get; set; } + + public string CLEYENDON { get; set; } = null!; } diff --git a/src/ARSoftware.Contpaqi.Comercial.Sql/ARSoftware.Contpaqi.Comercial.Sql.csproj b/src/ARSoftware.Contpaqi.Comercial.Sql/ARSoftware.Contpaqi.Comercial.Sql.csproj index 90d32b9..c72f453 100644 --- a/src/ARSoftware.Contpaqi.Comercial.Sql/ARSoftware.Contpaqi.Comercial.Sql.csproj +++ b/src/ARSoftware.Contpaqi.Comercial.Sql/ARSoftware.Contpaqi.Comercial.Sql.csproj @@ -3,9 +3,9 @@ net8.0 enable - 6.1.1 + 6.2.0 AR Software - Entity Framework DbContexts para hacer query las bases de datos de CONTPAQi Comercial v9.1.1 Service Pack 1 + Entity Framework DbContexts para hacer query las bases de datos de CONTPAQi Comercial v9.2.1 Copyright © AR Software 2024 https://github.com/AndresRamos/ARSoftware.Contpaqi.Comercial https://github.com/AndresRamos/ARSoftware.Contpaqi.Comercial @@ -28,7 +28,7 @@ - + diff --git a/src/ARSoftware.Contpaqi.Comercial.Sql/Contexts/ContpaqiComercialEmpresaDbContext.cs b/src/ARSoftware.Contpaqi.Comercial.Sql/Contexts/ContpaqiComercialEmpresaDbContext.cs index 1315e7e..39924fc 100644 --- a/src/ARSoftware.Contpaqi.Comercial.Sql/Contexts/ContpaqiComercialEmpresaDbContext.cs +++ b/src/ARSoftware.Contpaqi.Comercial.Sql/Contexts/ContpaqiComercialEmpresaDbContext.cs @@ -2246,6 +2246,9 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) .HasMaxLength(60) .IsUnicode(false) .HasDefaultValue(""); + entity.Property(e => e.CLEYENDON) + .IsUnicode(false) + .HasDefaultValue(""); entity.Property(e => e.CLEYENDON1) .HasMaxLength(253) .IsUnicode(false) diff --git a/src/Sql.MigrationsStartupProject/Sql.MigrationsStartupProject.csproj b/src/Sql.MigrationsStartupProject/Sql.MigrationsStartupProject.csproj index ee09f71..0e9f4ff 100644 --- a/src/Sql.MigrationsStartupProject/Sql.MigrationsStartupProject.csproj +++ b/src/Sql.MigrationsStartupProject/Sql.MigrationsStartupProject.csproj @@ -7,8 +7,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive