agregado procesos y bd clases
This commit is contained in:
20
guia/Extensiones/vf_liquidacionesrecibosextendidas.vb
Normal file
20
guia/Extensiones/vf_liquidacionesrecibosextendidas.vb
Normal file
@@ -0,0 +1,20 @@
|
||||
Public Class vf_liquidacionesrecibosextendidas
|
||||
Public ReadOnly Property EsDescobro
|
||||
Get
|
||||
Return Me.DescripcionTipoLiquidacion = "DESCOBRO"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property LiquidoCia As Double
|
||||
Get
|
||||
Return Math.Round(Me.TotalRecibo.Value - Me.TotalComision.Value, 2, MidpointRounding.AwayFromZero)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property LiquidacionTipo As String
|
||||
Get
|
||||
Return Me.idLiquidacionCia.ToString & " " & Me.DescripcionTipoLiquidacion
|
||||
End Get
|
||||
End Property
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user