Changeset - c8439f10dd08
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 10 years ago 2013-11-13 15:59:35
bkuhn@ebb.org
I ended up making the page singular rather than plural.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
UseCases.mdwn
Show inline comments
...
 
@@ -17,9 +17,9 @@ You should add your use case as a subpage of the [[UseCases]] page, to create a
 
- [[Collaborating]]
 
- [[Fund Accounting|UseCases/FundAccounting]]
 
- [[Double-entry Accounting|UseCases/DoubleEntryAccounting]]
 
- [[API|UseCases/API]]
 
- [[TrackingIncomeType|UseCases/TrackingIncomeType]]
 
- [[TrackingDocumentation|UseCases/TrackingDocumentation]]
 
- [[Handling expense reports and reimbursement requests|UseCases/ReimbursementRequests]]
 
- [[Handling expense reports and reimbursement requests|UseCases/ReimbursementRequest]]
 
- [[Handling contractors and contracts|UseCases/ContractorsAndContracts]]
 
- [[Handling multiple currencies|UseCases/MultiCurrency]]
UseCases/TrackingDocumentation.mdwn
Show inline comments
...
 
@@ -5,24 +5,24 @@ are the heart of any accounting system, auditors and managers need the
 
ability to dig down and determine what contracts, invoices, receipts or other
 
backup documentation relate to a given accounting document.
 

	
 
An adequate accounting system should provide easy link-up between
 
double-entry accounting transactions and the documentation that relates to
 
the transactions.  For example,
 
[[expense reports and reimbursement requests|UseCases/ReimbursementRequests]]
 
[[expense reports and reimbursement requests|UseCases/ReimbursementRequest]]
 
often have a myriad of receipts and invoices associated with them.
 
[[Handling contractors|UseCases/ContractorsAndContracts]] has similar types
 
of backup documentation.
 

	
 
Ideally, the system should allow the exploration of and linkage to
 
documentation in both directions.  It should be trivial to answer questions
 
such as:
 

	
 
   * I have this receipt/invoice from our document repository.  Which
 
     accounting transactions relate to this receipt?  Has the transaction
 
     been [[reimbursed|UseCases/ReimbursementRequests]]?
 
     been [[reimbursed|UseCases/ReimbursementRequest]]?
 

	
 
   * Looking at this invoice, can I see the transaction where it was accrued
 
     and paid?
 

	
 
   * Show me a list of invoices that haven't been paid, with links to those
 
     invoices.
0 comments (0 inline, 0 general)