Add tracking income type Use Case.
This commit is contained in:
parent
18a609a16b
commit
fffc59b58c
2 changed files with 15 additions and 0 deletions
|
@ -18,3 +18,4 @@ You should add your use case as a subpage of the [[UseCases]] page, to create a
|
|||
- [[Fund Accounting|UseCases/FundAccounting]]
|
||||
- [[Double-entry Accounting|UseCases/DoubleEntryAccounting]]
|
||||
- [[API|UseCases/API]]
|
||||
- [[TrackingIncomeType|UseCases/TrackingIncomeType]]
|
||||
|
|
14
UseCases/TrackingIncomeType.mdwn
Normal file
14
UseCases/TrackingIncomeType.mdwn
Normal 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.
|
Loading…
Reference in a new issue