{"id":"concept:double-entry-bookkeeping","kind":"concept","label":"Double-Entry Bookkeeping","synonyms":["double entry accounting","double-entry system"],"definition":"Double-entry bookkeeping is the discipline of recording every transaction as balanced debits and credits across two or more accounts, so money is always shown moving from somewhere to somewhere rather than simply appearing or vanishing.","summary":"Every transaction touches at least two accounts, and the amounts always net to zero. A $500 rent payment debits Rent and credits Checking by the same amount — one event, recorded from both sides. That mutual dependency is what makes a large class of one-sided mistakes mathematically visible instead of invisible.","explanation":["A single-entry record, like a checkbook register, only ever tells you one number: how much you have right now. Double-entry bookkeeping is built on a stronger rule — every transaction affects at least two accounts, and the amounts across all of them always sum to zero. Spend $120.50 at a hardware store, paid from checking, and two things happen at once: Materials goes up $120.50, and Checking goes down $120.50. The record names both where the money came from and where it went, every time.","That mutual dependency is the entire point. If every entry must balance, then the sum of every account's balance across the whole chart of accounts must also balance — that is what a trial balance actually checks. A mistake that only touches one side of a transaction doesn't just look sloppy; it becomes mathematically visible, because the totals stop agreeing. In BalanceMCP this isn't a convention someone has to remember to follow — an entry that doesn't net to exactly zero is rejected by the database itself before it is ever stored, even against a write that bypasses the application entirely.","It is worth being precise about what a balanced entry does and doesn't prove. Posting a $500 rent payment to the wrong expense account still balances perfectly — Checking goes down $500, some expense account goes up $500 — even though it is the wrong account. Double-entry catches missing or duplicated dollars; it does not catch a human or an AI choosing the wrong bucket. That is a separate problem, and it is what careful categorization is for.","The two sides of an entry are labeled with a specific vocabulary — debit and credit — and every account type sits on one side or the other by default. Understanding that one rule is most of what there is to know about how double-entry actually works day to day."],"commonMistakes":["Assuming a balanced entry proves the categorization is correct — it only proves the arithmetic is sound. The wrong account can still balance perfectly.","Trying to record a transaction that \"only affects one account.\" Every real financial event moves value from somewhere to somewhere; if you can only name one side, you haven't finished describing it.","Confusing \"double entry\" with entering a number twice for redundancy — it means recording both sides of one event, not duplicating a figure."],"category":"fundamentals","questions":[{"question":"Do I have to type every transaction twice?","answer":"No — you describe the transaction once, and the system applies the two-sided rule for you, debiting one account and crediting another. The double-entry part is a property of the record, not extra work for you."},{"question":"Is a balanced trial balance proof my books are correct?","answer":"It proves the arithmetic is correct — every debit has a matching credit somewhere. It doesn't mean every transaction landed in the right account; a miscategorized entry balances just as perfectly as a correct one."}],"url":"/glossary/double-entry-bookkeeping","relatedTo":[{"id":"concept:debit","relationship":"related","weight":0.9,"api":"/api/knowledge/concept%3Adebit"},{"id":"concept:credit","relationship":"related","weight":0.9,"api":"/api/knowledge/concept%3Acredit"},{"id":"concept:journal-entry","relationship":"related","weight":0.9,"api":"/api/knowledge/concept%3Ajournal-entry"},{"id":"concept:accounting-equation","relationship":"related","weight":0.9,"api":"/api/knowledge/concept%3Aaccounting-equation"},{"id":"concept:normal-balance","relationship":"related","weight":0.9,"api":"/api/knowledge/concept%3Anormal-balance"},{"id":"concept:general-ledger","relationship":"related","weight":0.9,"api":"/api/knowledge/concept%3Ageneral-ledger"},{"id":"concept:audit-trail","relationship":"related","weight":0.9,"api":"/api/knowledge/concept%3Aaudit-trail"},{"id":"guide:what-is-double-entry-bookkeeping","relationship":"references","weight":0.7,"api":"/api/knowledge/guide%3Awhat-is-double-entry-bookkeeping"},{"id":"tool:post_journal_entry","relationship":"references","weight":0.7,"api":"/api/knowledge/tool%3Apost_journal_entry"}],"referencedBy":[{"id":"concept:debit","label":"Debit","url":"/glossary/debit"},{"id":"concept:journal-entry","label":"Journal Entry","url":"/glossary/journal-entry"},{"id":"concept:accounting-equation","label":"Accounting Equation","url":"/glossary/accounting-equation"},{"id":"concept:trial-balance","label":"Trial Balance","url":"/glossary/trial-balance"},{"id":"guide:what-is-double-entry-bookkeeping","label":"What Double-Entry Bookkeeping Actually Is","url":"/guides/what-is-double-entry-bookkeeping"}],"license":"https://creativecommons.org/licenses/by/4.0/","attribution":"BalanceMCP — https://balancemcp.com"}