Added Visa Credit Card to list of declared accounts.
This commit is contained in:
parent
8f1f957cab
commit
746a998ba3
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@ account Asset:Checking
|
||||||
note Checking account for entire organization
|
note Checking account for entire organization
|
||||||
assert commodity == "$"
|
assert commodity == "$"
|
||||||
|
|
||||||
|
; Shared Liabilities Accounts
|
||||||
|
|
||||||
|
account Liabilities:Credit Card:Visa
|
||||||
|
note Visa Credit Card account for entire organization
|
||||||
|
assert commodity == "$"
|
||||||
|
|
||||||
|
|
||||||
; Organizational accrual accounts
|
; Organizational accrual accounts
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue