Notes Class

Notes utilities class.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class Notes
Inheritance
Object    Notes

Constructors

NotesInitializes a new instance of the Notes class

Methods

CheckCurrencyDecimals(Int16) Checks the number of decimal places in the currency.
CheckCurrencyDecimals(Object) Checks the number of decimal places in the currency.
CheckTotalCurrencyDecimals(Int16) Check the number of decimal places in currency totals.
CheckTotalCurrencyDecimals(Object) Checks the number of decimal places in the currency totals.
GetPropertyDocumentType Indicates the type of owner (PropertyDocumentType).
GetStatusValid Get a valid status for the note type.
HasCustomer Indicates whether the note type (NoteType) saves the client code.
HasSupplier Indicates whether the note type (NoteType) saves the supplier code.
IsAccepted(NoteStatus) Indicates whether the document is accepted.
IsAccepted(Object) Indicates whether the document is accepted.
IsBillable(NoteType) Indicates whether the note type (NoteType) is a billable note.
IsBillable(Object) Indicates whether the type of note is a billable note.
IsCertification Indicates whether the note type (NoteType) is a certification.
IsClosed(NoteStatus) Indicates whether the document is closed.
IsClosed(Object) Indicates whether the document is closed.
IsDeliveryOrder(NoteType) Identifies whether the document is a delivery note (sale or purchase).
IsDeliveryOrder(Object) Identifies whether the document is a delivery note (sale or purchase).
IsDispatches Identifies whether the document is an expedition.
IsInput Indicates whether the note type (NoteType) is an input note.
IsInventory Indicates whether the note type (NoteType) is a pending or closed inventory note.
IsManufacturing Indicates whether the note type (NoteType) is a manufacturing note.
IsOnWayChange Indicates whether the type of note (NoteType) generates stock on the way.
IsOrder(NoteType) Indicates whether the type of note (NoteType) is a purchase or sale order.
IsOrder(Object) Indicates whether the type of note is a purchase or sale order.
IsOutput Indicates whether the note type (NoteType) is an output note.
IsPurchase(NoteType) Indicates whether the note type (NoteType) is a purchase note.
IsPurchase(Object) Indicates whether the type of note is a purchase note.
IsPurchaseOrSale Indicates whether the type of note (NoteType) sales or purchase document.
IsQuotation(NoteType) Identifies whether the document is a sales or purchase estimate, or inventory.
IsQuotation(Object) Identifies whether the document is a sales or purchase estimate, or inventory.
IsReservesChange(NoteType) Indicates whether the note type (NoteType) generates stock reserves.
IsReservesChange(Object) Indicates whether the note type (NoteType) generates stock reserves.
IsSale(NoteType) Indicates whether the note type (NoteType) is a sales note.
IsSale(Object) Indicates whether the type of note is a sales note.
IsStatusTemplateOrDraft(NoteStatus) Indicates whether the note is in Template or Draft status.
IsStatusTemplateOrDraft(Object) Indicates whether the note is in Template or Draft status.
IsStockChange Indicates whether the note type (NoteType) generates outbound or inbound stock movement.
IsStockInput Indicates whether the note type (NoteType) generates input stock movement.
IsStockOutput Indicates whether the note type (NoteType) generates outbound stock movement.
IsTransferStorage Indicates whether the note type (NoteType) is a warehouse transfer note.
NoteWithOutVAT Indicates whether the type of note (NoteType) is a non-tax document.
Status(NoteStatus) Indicates the status code according to the type of status (NoteStatus) indicated.
Status(Object) Indicates the type of status (NoteStatus) according to the indicated status code.
StatusIsValid(NoteStatus) Indicates whether the note status (NoteStatus) is a valid type.
StatusIsValid(Object) Indicates whether the note status is a valid type.
SubCategory(NoteType) Get the value of the subcategory to which the document belongs.
SubCategory(Object) Get the value of the subcategory to which the document belongs.
Type(NoteType) Indicates the status of the note of the indicated (NoteType) note type.
Type(Object) Indicates the note type (NoteType) of the indicated note situation.
TypeIsValid Indicates whether the note type (NoteType) is a valid type.
WithTaxTreatment Indicates whether the note should have VAT Treatment.

Extension Methods

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

See Also