NoteExtension Class

Class for Note model methods.

Definition

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

Methods

GetPropertyDocumentType Indicates the type of owner (NoteType).
HasCustomer Indicates whether the note type (NoteType) saves the client code.
HasSupplier Indicates whether the note type (NoteType) saves the supplier code.
IsAccepted Indicates whether the document is accepted.
IsBillable Indicates whether the note type (NoteType) is a billable note.
IsCertification Indicates whether the note type (NoteType) is a certification.
IsClosed Indicates whether the document is closed.
IsDeliveryOrder Identifies whether the document is a delivery note (sale or purchase).
IsDispatches Identifies whether the document is a sales or warehouse shipment.
IsInput(NoteType) Indicates whether the note type (NoteType) is an input note.
IsInput(NoteType, Decimal) Indicates whether the line, the type of note (NoteType) and the quantity is an entry movement.
IsInput(NoteType, Object) Indicates whether the line, the type of note (NoteType) and the quantity is an entry movement.
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 Indicates whether the type of note (NoteType) is a purchase or sale order.
IsOutput(NoteType) Indicates whether the note type (NoteType) is an output note.
IsOutput(NoteType, Decimal) Indicates whether the line, the type of note (NoteType) and the quantity is an output movement.
IsOutput(NoteType, Object) Indicates whether the line, the type of note (NoteType) and the quantity is an output movement.
IsPurchase Indicates whether the note type (NoteType) is a purchase note.
IsPurchaseOrSale Indicates whether the type of note (NoteType) sales or purchase document.
IsQuotation Identifies whether the document is a sales or purchase estimate, or inventory.
IsReservesChange Indicates whether the note type (NoteType) generates stock reserves.
IsSale Indicates whether the note type (NoteType) is a sales note.
IsStatusTemplateOrDraft Indicates whether the note is in Template or Draft status.
IsStockChange Indicates whether the note type (NoteType) generates outbound or inbound stock movement.
IsStockInput(NoteType) Indicates whether the note type (NoteType) generates input stock movement.
IsStockInput(NoteType, Decimal) Indicates whether the line, the type of note (NoteType) and the quantity is an entry stock movement.
IsStockInput(NoteType, Object) Indicates whether the line, the type of note (NoteType) and the quantity is an entry stock movement.
IsStockOutput(NoteType) Indicates whether the note type (NoteType) generates outbound stock movement.
IsStockOutput(NoteType, Decimal) Indicates whether the line of the note type (NoteType) and the quantity of the movement generates movement of outgoing stock.
IsStockOutput(NoteType, Object) Indicates whether the line of the note type (NoteType) and the quantity of the movement generates movement of outgoing stock.
IsTransferStorage Indicates whether the type of note (NoteType) is a forecast or warehouse transfer note.
NoteWithOutVAT Indicates whether the type of note (NoteType) is a non-tax document.
StatusIsValid Indicates whether the note status is a valid type.
SubCategory Get the value of the subcategory to which the document belongs.
WithTaxTreatment Indicates whether the note should have VAT Treatment.

See Also