File diff 9f9ba87e529b → 3569620d0f5e
accounts/config/config-accounts.ledger
Show inline comments
...
 
@@ -18,7 +18,10 @@
 

	
 
; Shared Asset Accounts
 

	
 
define assetChecker(amt) = (amt > -10.00 or (tag("TaxImplication") !~ /^\s*$/ and tag("Entity") !~ /^\s*$/))
 

	
 
account Asset:Checking
 
   assert assetChecker(amount)
 
   note Checking account for entire organization
 
   assert commodity == "$"