Add tracking income type Use Case.

This commit is contained in:
Bradley M. Kuhn 2013-11-13 09:33:23 -05:00
parent 18a609a16b
commit fffc59b58c
2 changed files with 15 additions and 0 deletions

View file

@ -18,3 +18,4 @@ You should add your use case as a subpage of the [[UseCases]] page, to create a
- [[Fund Accounting|UseCases/FundAccounting]] - [[Fund Accounting|UseCases/FundAccounting]]
- [[Double-entry Accounting|UseCases/DoubleEntryAccounting]] - [[Double-entry Accounting|UseCases/DoubleEntryAccounting]]
- [[API|UseCases/API]] - [[API|UseCases/API]]
- [[TrackingIncomeType|UseCases/TrackingIncomeType]]

View file

@ -0,0 +1,14 @@
# 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.