NoteType Enumeration

Note type available

More information: http://www.aliquo.software/wiki/api-NoteType-Enum

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public enum NoteType

Members

SalesQuotation0Sales quotation document [T]
SalesOrder1Sales order document [X]
SalesDeliveryNote2Sales delivery document [C]
PurchaseQuotation4Purchase quotation document [O]
PurchaseOrder5Purchase order document [Q]
PurchaseDeliveryNote6Purchase delivery document [P]
NonStandardOutput8Non standard output document [AS]
NonStandardInput9Non standard input document [AE]
SalesCertification10Sales certification document [CTF]
Inventory11Inventory document [TIN]
InventoryClosed12Inventory closed document [CIN],
TransferStorage13Transfer storage document [XM]
TransferStorageDelivery14Transfer storage delivery document [CM]
ManufacturingOutput17Manufacturing output document [FS]
ManufacturingOutputAuto18Manufacturing output autogenerate document [AFS]
ManufacturingInput19Manufacturing input document [FE]
ManufacturingInputAuto20Manufacturing input autogenerate document [AFE]
SalesDispatches21Sales dispatches document [EXPC]
TransferStorageDispatches22Transfer storage dispatches document [EXPM]

See Also