2026-01-30 v5

This commit is contained in:
2026-01-30 13:44:23 +01:00
parent 50d248a73f
commit 2a67fffa00
4 changed files with 121 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
using FluentFTP.Helpers;
using Microsoft.VisualBasic;
using System;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data;
using System.Linq;
@@ -14,7 +15,7 @@ namespace bdGrupoSanchoToro.db
APERTURA = 1,
REGULARIZACION = 2
}
[NotMapped]
public string Cuentas
{
get
@@ -30,6 +31,7 @@ namespace bdGrupoSanchoToro.db
}
}
}
[NotMapped]
public string Documentos
{
get
@@ -40,6 +42,7 @@ namespace bdGrupoSanchoToro.db
return sDocumentos.Trim();
}
}
[NotMapped]
public string Conceptos
{
get
@@ -50,6 +53,7 @@ namespace bdGrupoSanchoToro.db
return sDocumentos.Trim();
}
}
[NotMapped]
public int? idAsiento_Nulable
{
get
@@ -87,6 +91,7 @@ namespace bdGrupoSanchoToro.db
}
return cuenta;
}
[NotMapped]
public bool Punteado
{
get
@@ -106,8 +111,9 @@ namespace bdGrupoSanchoToro.db
OnPropertyChanged("Punteado");
}
}
[NotMapped]
private string _Ejercicio;
[NotMapped]
public string EjercicioTmp
{
get