Neriyam
Open App

Status Reference

Every status code and label Neriyam uses, in one place.

Status Reference#

Neriyam uses status codes across every transactional document. This page is the full list — the short code (what the API returns and what shows in URLs), the user-facing label, and what it means.

Every transactional document has a lifecycle status (approval state). Most also have a fulfillment status (how much has been delivered / received / ordered). Stock entries have a simpler two/three-state lifecycle. Master data shares the lifecycle codes with transactional documents.

For the full story, see Lifecycle and fulfillment status.

Lifecycle status (all approval-driven records)#

Used by: Items, Customers, Suppliers, Purchase Requisitions, Purchase Orders, Sales Orders.

CodeLabelMeaningEditable?
DDraftBeing created or editedYes
PPending ApprovalSubmitted; awaiting approverNo (except recall)
AApprovedReviewed and approved; ready for downstream actionLimited
RRejectedSent back by the approver with a reasonYes
SNSent(PO only) Formally communicated to supplierLimited
CNCancelledVoided; no further action possibleNo

Fulfillment status — by document#

Purchase Requisition — Order Status#

Tracks how much of the requested quantity has been converted into purchase orders.

CodeLabel
NONot Ordered
POPartially Ordered
FOFully Ordered
CLClosed

Purchase Order — Receipt Status#

Tracks how much of the ordered quantity has actually been received via GRNs.

CodeLabel
NRNot Received
PRPartially Received
FRFully Received
SCShort Closed

Sales Order — Delivery Status#

Tracks how much of the ordered quantity has been delivered via sales delivery notes.

CodeLabel
NDNot Delivered
PDPartially Delivered
FDFully Delivered
SCShort Closed

PR / PO / SO line status (row-level fulfillment)#

Shown against individual lines in the line-items grid.

CodeLabelApplies to
NOT_ORDEREDNot OrderedPR line
PARTIALLY_ORDEREDPartially OrderedPR line
FULLY_ORDEREDFully OrderedPR line
NOT_RECEIVEDNot ReceivedPO line
PARTIALPartialPO / SO line
FULLFullPO / SO line
CLOSEDClosedPO / SO line (short-closed)
NOT_DELIVEREDNot DeliveredSO line
FULLY_DELIVEREDFully DeliveredSO line

Stock entry lifecycle (all transaction types)#

Used by: Opening Stock, Stock Adjustment, Stock Transfer, Goods Receipt, Purchase Return, Sales Delivery, Sales Return, Production Entry, Scrap Entry.

CodeLabelMeaning
DDraftEditable, no stock impact
SSubmittedPosted to the stock ledger; read-only
CCancelledReversed with a mirror ledger entry

Stock entries do not go through Pending Approval. They are Draft or Submitted. Authorisation is enforced by the MANAGE_* permission on submit.

Party (customer/supplier) status filter values#

On the Customers and Suppliers list pages, the status filter exposes these values. Most map directly to the lifecycle codes above, with one addition for suppliers:

CodeLabelNotes
DDraft
PPending Approval
AApprovedSometimes shown as "Active" on the supplier list
RRejected
IInactiveDeactivated approved party (supplier list filter)

Adherence labels (Purchase Dashboard detailed report)#

Shown against PO lines on the Purchase Dashboard to indicate on-time delivery.

CodeLabelMeaning
EARLYEarlyDelivered before the required-by date
SLIGHT_DELAYSlight DelayWithin a small tolerance past the date
LATELateWell past the date
DUEDueExpected within the window
SLIGHT_OVERDUESlight OverduePast due by a small margin
OVERDUEOverdueWell past due, nothing received

Summary status (Purchase Dashboard summary report)#

Summary-level rollup on the Purchase Dashboard.

CodeLabel
NOT_ORDEREDNot Ordered
ORDEREDOrdered
PARTIALPartial
COMPLETEComplete
CLOSEDClosed

Badge colour key#

Neriyam colour-codes badges consistently. Where you see:

ColourTypical meaning
GrayNeutral / starting state (Draft, Not Delivered)
AmberAwaiting action (Pending, Partial received/delivered)
GreenComplete / approved (Approved, Fully Received, Fully Delivered)
BlueSignalled / sent (Sent)
PurpleMid-flight fulfillment (Partially Delivered, Partially Ordered)
EmeraldFully complete fulfillment (Fully Delivered, Fully Received)
SlateSoft close (Short Closed, Closed)
RedProblem state (Rejected, Cancelled, Overdue)

Last updated