agregado procesos y bd clases
This commit is contained in:
14
guia/Extensiones/regularizacionespagosagentes.vb
Normal file
14
guia/Extensiones/regularizacionespagosagentes.vb
Normal file
@@ -0,0 +1,14 @@
|
||||
Public Class regularizacionespagosagentes
|
||||
Public Enum TipoRegularizacion
|
||||
DESCOBRO_RECIBO = 1
|
||||
DEVOLUCION_PAGO_AL_AGENTE = 2
|
||||
RECALCULO_COMISION = 3
|
||||
CAMBIADO_DE_AGENTE = 4
|
||||
End Enum
|
||||
Public ReadOnly Property DescripcionTipo As String
|
||||
Get
|
||||
Return DirectCast(Tipo, TipoRegularizacion).ToString.Replace("_", " ")
|
||||
End Get
|
||||
End Property
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user