credit

A credit posting — an entry on the right side of a ledger account.

Structure

Types: gmeow:PostingDirection

Practical Pattern

Use gmeow:postingDirectionCredit 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:creditRevenue a gmeow:Posting ;
    gmeow:postingJournalEntry ex:journal ;
    gmeow:postingAccount   ex:revenue ;
    gmeow:postingDirection gmeow:postingDirectionCredit ;
    gmeow:postingAmount    ex:amount .

Common Companion Terms

gmeow:PostingDirection