agregado procesos y bd clases
This commit is contained in:
41
bdAsegasa/Enums.cs
Normal file
41
bdAsegasa/Enums.cs
Normal file
@@ -0,0 +1,41 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace bdAsegasa
|
||||
{
|
||||
public class Enums
|
||||
{
|
||||
|
||||
public enum TipoImpresionAlbaranEntregaEnum
|
||||
{
|
||||
IMPRIMIR_CONTRATO = 0,
|
||||
IMPRIMIR_ALBARAN_NO_VALORADO = 1,
|
||||
IMPRIMIR_ALBARAN_VALORADO = 2
|
||||
}
|
||||
public enum TarifasEnum
|
||||
{
|
||||
A,
|
||||
B,
|
||||
C,
|
||||
D
|
||||
}
|
||||
public enum TipoCajaEnum
|
||||
{
|
||||
CONTADO = 0,
|
||||
TPV = 1,
|
||||
BANCO = 2
|
||||
}
|
||||
|
||||
public enum TipoAplicacionAsientoEnum
|
||||
{
|
||||
RECIBO_CONTABILIZACION_PAGO_CONTADO = 20,
|
||||
RECIBO_BAJA_TIPO_PAGO_PE = 21,
|
||||
RECIBO_PAGADO_EN_CIA = 22
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user