debit

A debit posting — an entry on the left side of a ledger account.

Structure

Types: gmeow:PostingDirection

Practical Pattern

Use gmeow:postingDirectionDebit as a controlled value typed as gmeow:PostingDirection.

Example Snippets

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

Double Entry

ex:debitAR a gmeow:Posting ;
    gmeow:postingJournalEntry ex:journal ;
    gmeow:postingAccount   ex:accountsReceivable ;
    gmeow:postingDirection gmeow:postingDirectionDebit ;
    gmeow:postingAmount    ex:amount .

Common Companion Terms

gmeow:PostingDirection