AccountingEntry Class

Accounting seat class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class AccountingEntry : BindableCore
Inheritance
Object    BindableCore    AccountingEntry

Constructors

AccountingEntryInitializes a new instance of the AccountingEntry class

Properties

EntryDate Entry date [Fecha].
EntryReversal Cancellation entry [Anulacion].
InvoiceId Invoice identifier [IdFacturaCliente / IdFacturaProveedor].
JournalCode Journal code [CodDiario].
Lines Lines of accounting notes.
PorfolioOrigin Origin of accounting portfolio [CodOrigenMovCartera].
Reference Reference [Referencia].
SourceType Type of provenance [TipoProcedencia].
TaxTreatmentCode Tax treatment code [CodTratamientoImpuesto].
TaxTreatmentType Tax treatment type [CodTipoTratamientoImpuesto].

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also