First draft of configuration template for NPO accounts.
This commit is contained in:
parent
0ac63aea76
commit
4d319df867
1 changed files with 33 additions and 0 deletions
33
accounts/config/config-npo.ledger
Normal file
33
accounts/config/config-npo.ledger
Normal file
|
@ -0,0 +1,33 @@
|
|||
; -*- ledger -*-
|
||||
; -*- coding: utf-8 -*-
|
||||
;
|
||||
; Copyright © 2013, Bradley M. Kuhn.
|
||||
;
|
||||
; The copyright holders wish that this document could be placed into the
|
||||
; public domain. However, should such a public domain dedication not be
|
||||
; possible, the copyright holders grant a waiver and/or license under the
|
||||
; terms of CC0-1.0, as published by Creative Commons, Inc. A copy of CC0-1.0
|
||||
; can be found in the same repository as this README.md file under the
|
||||
; filename CC0-1.0.txt. If this document has been separated from the
|
||||
; repository, a [copy of CC0-1.0 can be found on Creative Commons' website at
|
||||
; http://creativecommons.org/publicdomain/zero/1.0/legalcode
|
||||
|
||||
; ############################## COMMODITIES #############################
|
||||
|
||||
commodity $
|
||||
note USD
|
||||
format $1,000.00
|
||||
nomarket
|
||||
|
||||
|
||||
; ################ GENERAL/SHARED ACCOUNTS ################################
|
||||
|
||||
; Shared Asset Accounts
|
||||
|
||||
account Asset:Checking
|
||||
note Checking account for entire organization
|
||||
assert commodity == "$"
|
||||
|
||||
; Organizational accrual accounts
|
||||
|
||||
|
Loading…
Reference in a new issue