abivia / ledger

General Ledger and Journal Accounting Package and API for Laravel
MIT License
102 stars 23 forks source link

suggestion for docs correction #17

Closed epogrebnyak closed 5 months ago

epogrebnyak commented 11 months ago

If the business purchases a box of paper for $100 with cash (a debit account), then the account representing cash decreases by $100 and the account representing office expenses (a credit account) increases by $100.

Saw this in your docs, and thought your starting accounting example can be refined:

instancezero commented 5 months ago

Thanks for pointing this out.

I've corrected the office expense account to make it a debit, but I've left the transaction going straight to an expense. In part because the purpose is to illustrate the double-entry accounting mechanism, which it does. There are far better resources out there to learn correct bookkeeping procedures. In part because it's customary here to send office expenses under $200 direct to expense. None of the businesses I've worked in inventory their office expenses unless they have a significant "shrinkage" (theft) problem.