Changeset - 746a998ba333
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-04-29 20:01:36
bkuhn@ebb.org
Added Visa Credit Card to list of declared accounts.
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
accounts/config/config-npo.ledger
Show inline comments
...
 
@@ -19,24 +19,31 @@ commodity $
 
   format $1,000.00
 
   nomarket
 

	
 

	
 
; ##############################  GENERAL/SHARED ACCOUNTS #######################
 

	
 
; Shared Asset Accounts
 

	
 
account Asset:Checking
 
   note Checking account for entire organization
 
   assert commodity == "$"
 

	
 
; Shared Liabilities Accounts
 

	
 
account Liabilities:Credit Card:Visa
 
    note Visa Credit Card account for entire organization
 
   assert commodity == "$"
 

	
 

	
 
; Organizational accrual accounts
 

	
 

	
 
; Organization Expense Accounts
 

	
 
; NOTE: the payee =~ test is *not* included herein and must be cut-and-pasted
 
;       to the assert in ever Expense account because of the following bug:
 
;               http://bugs.ledger-cli.org/show_bug.cgi?id=953
 

	
 
define expenseChecker() = (tag("Receipt") !~ /^\s*$/ or tag("Invoice") !~ /^\s*$/ or tag("Statement") !~ /^\s*$/)
 
; or payee =~ /NEVER CHARGED/
 

	
0 comments (0 inline, 0 general)