InvoiceAccountingEntrySettings Class

Setting up the posting of invoice accounting entries.

Definition

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

Constructors

InvoiceAccountingEntrySettingsInitializes a new instance of the InvoiceAccountingEntrySettings class

Properties

IncludeAnalytical Indicates whether the analysis is included.
IncludeProjects Indicates whether the project of the document is included in the accounting notes of the invoice, if so it will be included in the notes as an external document.
TaxHandling Indicates the type of management of the tax accounting accounts.

Extension Methods

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

See Also