Files @ 45904d4a25a2
Branch filter:

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

bkuhn
Don't put any text in the <a> with only id so that the class isn't need in CSS.

<joar> you should change it to <a id="foo"></a>Generating reports
<joar> so, just create an empty <a> tag before the anchor target
<bkuhn> is that really the "right way" to do it?
<joar> it's the generally accepted way
<bkuhn> oh, ok.
<joar> it's the way sphinx does it, for example
<joar> I think wikipedia does the same
# Tracking Income Type

As a 501(c)(3) non-profit manager, I need to track various income types.
Specifically, there are three types of income that can be generated:

  * Grants and donations
  * Related Business Income (RBI)
  * [Unrelated Business Taxable Income (UBTI)](http://www.irs.gov/Charities-&-Non-Profits/Unrelated-Business-Income-Defined)

Sometimes, these income types may go to the same account.  For example, a
conference sponsorship may generate some amount of UBTI if some amount of
advertising was part of the sponsorship.  Thus, this categorization should
not be encoded into the account name, but is rather meta-data about specific
transactions.