summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBradley M. Kuhn <bkuhn@ebb.org>2013-05-10 11:37:15 -0400
committerBradley M. Kuhn <bkuhn@ebb.org>2013-05-10 12:16:07 -0400
commita2ab6a8a60aaf5b95b798605f8a1cb5633765b48 (patch)
treecbf883630efb11691a10185c013ddb39c582c1e0 /contrib
parent3d531c08cde61ef1f1f0ce5c3c1a54d18bf3f019 (diff)
downloadfork-ledger-a2ab6a8a60aaf5b95b798605f8a1cb5633765b48.tar.gz
fork-ledger-a2ab6a8a60aaf5b95b798605f8a1cb5633765b48.tar.bz2
fork-ledger-a2ab6a8a60aaf5b95b798605f8a1cb5633765b48.zip
Chart of accounts change s/Enforcement/Compliance/, but make backwards compatible.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/non-profit-audit-reports/summary-reports.plx4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/non-profit-audit-reports/summary-reports.plx b/contrib/non-profit-audit-reports/summary-reports.plx
index 5caef4f0..d4dd8bb1 100755
--- a/contrib/non-profit-audit-reports/summary-reports.plx
+++ b/contrib/non-profit-audit-reports/summary-reports.plx
@@ -216,7 +216,7 @@ my %incomeGroups = ('INTEREST INCOME' => { args => ['/^Income.*Interest/' ] },
{ args => [ '/^Income.*(Royalt|Affilate)/' ] },
'CONFERENCES, REGISTRATION' => {args => [ '/^Income.*Reg/' ] },
'CONFERENCES, RELATED BUSINESS INCOME' => { args => [ '/^Income.*(Conferences?:.*Sponsor|Booth|RBI)/'] },
- 'LICENSE ENFORCEMENT' => { args => [ '/^Income.*Enforce/' ]},
+ 'LICENSE COMPLIANCE' => { args => [ '/^Income.*(Enforce|Compliance)/' ]},
'TRADEMARKS' => {args => [ '/^Income.*Trademark/' ]},
'ADVERSITING' => {args => [ '/^Income.*Advertising/' ]});
@@ -288,7 +288,7 @@ my %expenseGroups = ('BANKING FEES' => { regex => '^Expenses.*(Banking Fees|Curr
'COMPUTING, HOSTING AND EQUIPMENT' => { regex => '^Expenses.*(Hosting|Computer Equipment)' },
'CONFERENCES' => { regex => '^Expenses.*(Conferences|Sprint)' },
'DEVELOPER MENTORING' => {regex => '^Expenses.*Mentor' },
- 'LICENSE ENFORCEMENT' => { regex => '^Expenses.*Enforce' },
+ 'LICENSE COMPLIANCE' => { regex => '^Expenses.*(Enforce|Compliance)' },
'ACCOUNTING' => { regex => '^Expenses.*(Accounting|Annual Audit)' },
'PAYROLL' => { regex => '^Expenses.*Payroll' },
'OFFICE' => { regex => '^Expenses.*(Office|Phones)' },