Created
January 28, 2016 18:23
-
-
Save simonmichael/986a65106a9db1f8bd68 to your computer and use it in GitHub Desktop.
invoicing entries
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; accrual basis accounting | |
2016/2/1 * (201602ab) ab client invoice | |
revenues:business:consulting:ab $-1000 | |
assets:business:accounts receivable:ab $1000 | |
; or, | |
; cash basis accounting doesn't include invoices, but use an unbalanced posting to track it anyway | |
2016/2/1 * (201602ab) ab client invoice | |
(assets:business:accounts receivable:ab) $1000 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment