More information: http://www.aliquo.software/wiki/api-NoteStatus-Enum
public enum NoteStatus
Public Enumeration NoteStatus
None | 0 | Draft [null]. |
Pending | 1 | Pending [P]. |
Accepted | 2 | Accepted [A]. |
Rejected | 3 | Rejected [R]. |
Completed | 4 | Budget Completed/Finalized [T]. |
ReadyToInvoice | 6 | Delivery note prepared for invoice [PF]. |
Closed | 7 | Closed [C]. |
PendingClosed | 11 | Pending closed [PC]. |
AcceptedClosed | 21 | Accepted closed [AC]. |
AcceptedInPreparation | 22 | Accepted in preparation [AE]. |
AcceptedReadyDeliver | 23 | Accepted ready to deliver [AD]. |
RejectedClosed | 31 | Rejected order closed [RC]. |
Billable | 61 | Billable delivery note (without reference value). |
NotBillable | 62 | NOT billable delivery note (without reference value). |
StockInventory | 81 | Stock inventory [IS]. |
CostInventory | 82 | Cost inventory [IC]. |
AllInventory | 83 | Stock inventory and costs [IT]. |
Draft | 98 | Draft [-z]. |
Template | 99 | Template [-w]. |