Files @ e3c4e7ced733
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/UseCases/FundAccounting.mdwn

bkuhn
Ensure user freedom for Javascript.

The fundamental point here probably goes without saying given who the
project leader is. ;)

The LibreJS thing may end up to be nice-to-have. LibreJS has some
serious problems -- I've had difficulty getting websites to work with
the plugin because the LibreJS plugin makes overly simplistic
assumptions about how Javascript is often deployed on a website.

But, we should try to be compatible if it's possible.
# Fund Accounting

Many non-profits, in particular a
[fiscal sponsor](http://en.wikipedia.org/wiki/Fiscal_sponsorship), use some
form of [fund accounting](http://en.wikipedia.org/wiki/Fund_accounting) to
handle accounting tracking of income and expenses for specific projects, or
funds.

In fiscal sponsors, these funds are typically classified by auditors and/or
accountants as "temporarily restricted assets", and spending of the assets
are governed by a fiscal sponsorship agreement
([[see examples below|FundAccounting#Other_Resources]]).

## Fund Report

The "fund report" is a shorthand name for a Temporarily Restricted Net Assets
Report.  This report shows the temporarily restricted income, expenses and
assets.  (An example of such a report can be found on page 6 of
[Conservancy's FY 2011 Audited Financial statement](http://sfconservancy.org/docs/conservancy_independent-audit_fy-2011.pdf).)

## Subset of the Books

Ultimately, any account system that truly supports fiscal sponsorship must
provide all functions, reports, editing, interaction and viewing to allow a
user to view a "subset" of the books that are specific to any given fund.  In
essence, the books of a fiscal sponsoring org are proper superset of all the
books of its projects.

Thus, an individual project contributor wants to:
<a id="fund-view"></a>
- View the books for that project as an independent set, unencumbered by
  transactions for other projects.

- [[Generate reports|GeneratingReports]] for that project's financial
  data, and have those reports only include data specific to that project.

The non-profit administrators want to:

<a id="fundless-view"></a>
- View the entire set of books for the organization, treating all income,
  expenses, and assets as belonging to the entire org, and only seeing the
  differences treating the project funds merely as "temporarily restricted
  assets".

<a id="fundless-operation"></a>
- Be able to perform operations that span the entire books, such as
  reconciling bank accounts that are contain funds temporarily restricted for
  different projects.

## Other Resources

### Examples of Fiscal Sponsorship Agreements

- [Software Freedom Conservancy's fiscal sponsorship agreement template](http://sfconservancy.org/members/apply/ConservancyFSATemplate.pdf)
- [Insight Center for Community Economic Development fiscal sponsorship agreement](http://www.google.com/url?q=http://www.insightcced.org/uploads/publications/legal/721.pdf&sa=U&ei=4UR6UuCONNSrkQfz5YDYCw&ved=0CCAQFjAC&usg=AFQjCNG8usFKh8jSdMM9cG1SAOVUb2Neig)

More about [fiscal sponsors from the National Council of Non-Profits](http://www.councilofnonprofits.org/resources/resources-topic/fundraising/fiscal-sponsors).