sent

An invoice that has been sent to the recipient.

Structure

Types: gmeow:InvoiceStatus

Practical Pattern

Use gmeow:invoiceStatusSent as a controlled value typed as gmeow:InvoiceStatus.

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:InvoiceStatus