Changeset - 19dc97526d69
[Not reviewed]
0 3 0
Bradley Kuhn (bkuhn) - 10 years ago 2013-11-14 17:37:52
bkuhn@ebb.org
Fix problematic <a id=""> tags.
3 files changed with 10 insertions and 10 deletions:
0 comments (0 inline, 0 general)
UseCases/Collaborating.mdwn
Show inline comments
...
 
@@ -2,4 +2,4 @@ As an accountant that collaborates with other accountants I need:
 

	
 
<a id="simultaneous-ledger-edits"/>
 
- Simultaneous editing of the same ledger
 

	
 
- <a id="simultaneous-ledger-edits">Simultaneous editing of the same ledger</a>
 
- FIXME: this should probably be stated differently: In the case of decentralized ledgers, such as ledger-cli files shared via DVCS
UseCases/GeneratingReports.mdwn
Show inline comments
...
 
@@ -7,9 +7,9 @@ The usual reports an NPO is expected to generate, and all of these should be gen
 

	
 
- <a id="trial-balance"/> [Trial balance](http://en.wikipedia.org/wiki/Trial_balance)
 
- <a id="bank-reconciliation"/> [Bank Reconciliation Report](http://en.wikipedia.org/wiki/Bank_reconciliation)
 
- <a id="trial-balance"></a>[Trial balance](http://en.wikipedia.org/wiki/Trial_balance)
 
- <a id="bank-reconciliation"></a> [Bank Reconciliation Report](http://en.wikipedia.org/wiki/Bank_reconciliation)
 
    + This report often needs to be generated with input from the user, since [the subset sum problem](http://en.wikipedia.org/wiki/Subset_sum_problem) is [NP-complete](http://en.wikipedia.org/wiki/NP-complete), human intervention is often needed to identify the specific transactions to show on this report.
 
-  <a id="chart-of-accounts"/> [Chart of accounts](http://en.wikipedia.org/wiki/Chart_of_accounts)
 
-  <a id="cash-disbursements"/> Cash Disbursements Journal
 
- <a id="income-report"/> Income Report (just a list/sum of all Income accounts for a period)
 
- <a id="expenses-report"/> Expenses Report  (just a list/sum of all Expenses accounts for a period)
 
-  <a id="chart-of-accounts"></a> [Chart of accounts](http://en.wikipedia.org/wiki/Chart_of_accounts)
 
-  <a id="cash-disbursements">Cash Disbursements Journal</a>
 
- <a id="income-report">Income Report</a> (just a list/sum of all Income accounts for a period)
 
- <a id="expenses-report">Expenses Report</a>  (just a list/sum of all Expenses accounts for a period)
 
- [[Fund Report|UseCases/FundAccounting#FundReport]]
UseCases/WorkFlow.mdwn
Show inline comments
...
 
@@ -7,4 +7,4 @@ workflow), the  workflow should not be dictated.
 

	
 
## The "Unaccrued Invoice" Example
 
<a id="unaccrued-invoice"/>
 
## <a id="unaccrued-invoice">The "Unaccrued Invoice" Example</a>
 

	
 

	
0 comments (0 inline, 0 general)