I keep forgetting <a /> doesn't work.
This commit is contained in:
parent
39d912af34
commit
6256f0b305
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Generating Draft Transactions
|
# Generating Draft Transactions
|
||||||
|
|
||||||
<a id="draft-general"/>
|
<a id="draft-general"></a>
|
||||||
|
|
||||||
As a manager at a nonprofit, I need the ability to have staff propose draft
|
As a manager at a nonprofit, I need the ability to have staff propose draft
|
||||||
transactions that are not added to the books official until approved.
|
transactions that are not added to the books official until approved.
|
||||||
|
|
|
@ -9,7 +9,7 @@ There are roughly two operating modes that I've observed in use by non-profit
|
||||||
organizations.
|
organizations.
|
||||||
|
|
||||||
## A "One Native Currency" Organization
|
## A "One Native Currency" Organization
|
||||||
<a id="functional-currency"/>
|
<a id="functional-currency"></a>
|
||||||
In the USA at least, and perhaps elsewhere, the native currency to the
|
In the USA at least, and perhaps elsewhere, the native currency to the
|
||||||
location of the entity is treated as the "one true currency" (which the USA
|
location of the entity is treated as the "one true currency" (which the USA
|
||||||
IRS calls your "functional currency") of the organization. Specifically in
|
IRS calls your "functional currency") of the organization. Specifically in
|
||||||
|
|
|
@ -16,7 +16,7 @@ of backup documentation.
|
||||||
|
|
||||||
Ideally, the system should allow the exploration of and linkage to
|
Ideally, the system should allow the exploration of and linkage to
|
||||||
documentation in both directions. It should be trivial to answer questions
|
documentation in both directions. It should be trivial to answer questions
|
||||||
such as:<a id="document-link-explore"/>
|
such as:<a id="document-link-explore"></a>
|
||||||
|
|
||||||
* I have this receipt/invoice from our document repository. Which
|
* I have this receipt/invoice from our document repository. Which
|
||||||
accounting transactions relate to this receipt? Has the transaction
|
accounting transactions relate to this receipt? Has the transaction
|
||||||
|
|
Loading…
Reference in a new issue