debit
- CURIE:
gmeow:postingDirectionDebit - IRI: https://blackcatinformatics.ca/gmeow/postingDirectionDebit
- Category: individual
- Defined by:
gmeow:slices/finance - Box roles: ABox role (What is this?)
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
- Source:
slices/extensions/finance/examples/double-entry.ttl - Examples catalog: open in catalog#example-slices-extensions-finance-examples-double-entry
ex:debitAR a gmeow:Posting ;
gmeow:postingJournalEntry ex:journal ;
gmeow:postingAccount ex:accountsReceivable ;
gmeow:postingDirection gmeow:postingDirectionDebit ;
gmeow:postingAmount ex:amount .