Note Class

It contains all the information to store a note [Notas]

Definition

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

Constructors

NoteConstructor of class

Properties

Agent1CodeIndicates the commercial agent code 1 [CodAgente1]
Agent2CodeIndicates the commercial agent code 2 [CodAgente2]
Agent3CodeIndicates the commercial agent code 3 [CodAgente3]
BusinessOpportunityCodeBusiness opportunity code [CodOportunidadComercial]
ClassificationCodeClassification code [CodTipoClasificacion]
CommercialSourceCodeCommercial source code [CodOrigenComercial]
CommittedDateCommitted date of an assignment [FechaComprometida]
ContactCodeContact code [CodContacto]
CurrencyCodeCurrency code [CodDivisa]
CurrencyExchangeCurrency exchange factor [CambioDivisa]
CurrencyTotalAmountTotal currency amount, THIS FIELD IS LIKE READ ONLY [ImporteNETODivisa]
CurrencyTotalBasesVATTotal bases currency VAT note, THIS FIELD IS LIKE READ ONLY [TotalBasesImponiblesDivisa]
DateNote date
DeliveryAddressDelivery address [DireccionEntrega]
DeliveryCityDelivery city [PoblacionEntrega]
DeliveryCodeCountryDelivery code of country [CodPaisEntrega]
DeliveryDateCollectionIndicates when the transport agency will collect packages [FechaEntregaAgencia]
DeliveryDateExpectedDate expected delivery products [FechaEntregaPrevista]
DeliveryEmailContact email delivery [EmailEntrega]
DeliveryFaxDelivery fax [FaxEntrega]
DeliveryNameName or company making the delivery [NombreEntrega]
DeliveryNickNameNick Name the delivery [SobreNombreEntrega]
DeliveryObservationsDescription observations delivery of note [ObservacionesEntrega]
DeliveryPersonContact person for delivery [ContactoEntrega]
DeliveryPhoneDelivery phone [TelefonoEntrega]
DeliveryStateDelivery state [ProvinciaEntrega]
DeliveryVATNumberTax identification number to delivery [NIFEntrega]
DeliveryZipCodeDelivery ZIP code [CodigoPostalEntrega]
DeliveryZoneDelivery Zone [CodZonaEntrega]
DescriptionDescription text of note [Descripcion]
FieldsList of extended fields and values, DataField
GenerateAllocationGenerate allocation in a project [GeneraImputacion]
GroupRateCodeRate code [CodGrupoTarifa]
IdNote identifier [Id]
IncotermsCodeIncorterms code [CodIncoterms]
InvoiceToCodeCustomer who will go run the bill [CodFacturarA]
LinesStores the information of the Line of the note
ManagerCodeCode of responsible employee [CodResponsable]
MethodPaymentCodeMethod payment code [CodMedioPago]
NotBillableNot billable [NoFacturar]
NumberNumber of note
ObservationsObservations of note [Observaciones]
Others1AmountOthers 1 amount [ImporteOtrosImp1]
Others1CodeOthers 1 code [CodOtrosImp1]
Others1CodeVATCode of tax [CodTipoImpuestoOtrosImp1]
Others1IncludedOthers 1 included amount [InfluyeOtrosImp1]
Others1NameOthers 1 name [NombreOtrosImp1]
Others1PercentOthers 1 percent [PorcOtrosImp1]
Others1PercentVATOthers 1 percent VAT [PorcIVAOtrosImp1]
Others2AmountOthers 2 amount [ImporteOtrosImp2]
Others2CodeOthers 2 code [CodOtrosImp2]
Others2CodeVATCode of tax [CodTipoImpuestoOtrosImp2]
Others2IncludedOthers 1 included amount [InfluyeOtrosImp2]
Others2NameOthers 2 name [NombreOtrosImp2]
Others2PercentOthers 2 percent [PorcOtrosImp2]
Others2PercentVATOthers 2 percent VAT [PorcIVAOtrosImp2]
PaymentsCollect the NotePayment forms of the note
PercentCashDiscountPercent cash discount [PorcDtoPPago]
PercentNormalDiscountPercent normal discount [PorcDtoHabitual]
PercentSpecialDiscountPercent special discount [PorcDtoEspecial]
PortCodePort code [CodPuerto]
PricesIncludedVATIndicates whether the note should be calculated with the price amounts included [PreciosImpuestoIncluido]
ProjectCodeSet the code of project to which is attached [CodProyecto]
PropertyCodeCode note owner, supplier or customer, according to the Type [CodCliente],[CodClientePotencial],[CodProveedor]
ProspectCustomerIndicates if note owner is a prospect customer
ReferenceIt indicates a free text [Referencia]
RouteCodeRoute code [CodRuta]
SerialCodeSeries code note
SituationCodeSituation code [CodSituacion]
StatusStatus of note [Estado], NoteStatus
StoreCodeWarehouse code [CodAlmacen]
StoreDestinationCodeWarehouse destination code [CodAlmacenDestino]
TaxTreatmentCodeTreatment tax code [CodTratamientoImpuesto]
TermPaymentCodeTerm payment code [CodTerminoPago]
TotalAmountTotal amount note, THIS FIELD IS LIKE READ ONLY [ImporteNETO]
TotalBasesVATTotal bases VAT note, THIS FIELD IS LIKE READ ONLY [TotalBasesImponibles]
TotalSpecialVATTotal special VAT, THIS FIELD IS LIKE READ ONLY [TotalImporteRE]
TotalVATTotal VAT, THIS FIELD IS LIKE READ ONLY [TotalImporteIVA]
TransportAmountAmount of transport [ImportePortes]
TransportCodeCode of transport agency [CodAgencia]
TransportCodeVATCode of transport tax [CodTipoImpuestoPortes]
TransportPaidIf transportation is paid [PortesPagados]
TransportPercentVATPercent of tax rate [PorcIVAPortes]
TransportTrailerNumberPlateTrailer registration ID [MatriculaRemolque]
TransportTruckDriverDriver Name [Conductor]
TransportTruckDriverVATNumberDriver identification number [NIFConductor]
TransportTruckNumberPlateTruck registration ID [Matricula]
TransportTypeCodeTransport type code [CodTipoTransporte]
TransportWayDelivery method [FormaEnvio]
TypeType of note [CodTipoNota], NoteType
VersionVersion of note, only for saleQuotation
VolumeVolume [Volumen]
WeightWeight [Peso]
WeightGrossGross weight [PesoBruto]
WorkOrderCodeIndicates the code of work order which is adhered [CodParteTrabajo]

Extension Methods

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

See Also