invoice status

The status of an invoice, drawn from the open InvoiceStatus value vocabulary. Non-functional: an invoice may progress through several statuses over time.

Structure

Property shape: object property; gmeow:Invoice -> gmeow:InvoiceStatus

Practical Pattern

Use gmeow:invoiceStatus from gmeow:Invoice to gmeow:InvoiceStatus when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Double Entry

# --- The invoice and its amount, in an explicit currency frame (P11).
ex:invoice a gmeow:Invoice ;
    gmeow:invoiceIssuer    ex:acme ;
    gmeow:invoiceRecipient ex:client ;
    gmeow:invoiceAmount    ex:amount ;
    gmeow:invoiceStatus    gmeow:invoiceStatusSent .

Common Companion Terms

gmeow:Invoice, gmeow:InvoiceStatus