NoteStatus Enumeration

Note status available

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

Definition

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

Members

None0 Draft [null].
Pending1 Pending [P].
Accepted2 Accepted [A].
Rejected3 Rejected [R].
Completed4 Budget Completed/Finalized [T].
ReadyToInvoice6 Delivery note prepared for invoice [PF].
Closed7 Closed [C].
PendingClosed11 Pending closed [PC].
AcceptedClosed21 Accepted closed [AC].
AcceptedInPreparation22 Accepted in preparation [AE].
AcceptedReadyDeliver23 Accepted ready to deliver [AD].
RejectedClosed31 Rejected order closed [RC].
Billable61 Billable delivery note (without reference value).
NotBillable62 NOT billable delivery note (without reference value).
StockInventory81 Stock inventory [IS].
CostInventory82 Cost inventory [IC].
AllInventory83 Stock inventory and costs [IT].
Draft98 Draft [-z].
Template99 Template [-w].

See Also