2026-01-30 v5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user