Fix spacing for bullet list.
This commit is contained in:
parent
c8439f10dd
commit
b05001ca25
1 changed files with 24 additions and 26 deletions
|
@ -10,16 +10,14 @@ accounting system.
|
||||||
The organization has to be able to easily:
|
The organization has to be able to easily:
|
||||||
|
|
||||||
* Receive and store receipts.
|
* Receive and store receipts.
|
||||||
[[Track those receipts|UseCases/TrackingDocumentation]] in the context
|
[[Track those receipts|UseCases/TrackingDocumentation]] in the context of
|
||||||
of the
|
the [[double entry accounting entries|UseCases/DoubleEntryAccounting]]
|
||||||
[[double entry accounting entries|UseCases/DoubleEntryAccounting]] that
|
that relate to those receipts.
|
||||||
relate to those receipts.
|
|
||||||
* Track the reimbursement request as an invoice.
|
* Track the reimbursement request as an invoice.
|
||||||
* Handle any [[currency conversion|UseCases/MultiCurrency]] related to
|
* Handle any [[currency conversion|UseCases/MultiCurrency]] related to the
|
||||||
the receipts, both from the point of view of international travel, and
|
receipts, both from the point of view of international travel, and also
|
||||||
also considering the fact that the person reimbursed may seek
|
considering the fact that the person reimbursed may seek reimbursement in
|
||||||
reimbursement in a different currency than the native currency of the
|
a different currency than the native currency of the organization's.
|
||||||
organization's.
|
|
||||||
* Track approvals of the expenses by multiple parties. (For example,
|
* Track approvals of the expenses by multiple parties. (For example,
|
||||||
perhaps a volunteer project leader must approve, and then later by with
|
perhaps a volunteer project leader must approve, and then later by with
|
||||||
fiduciary duty to the organization itself).
|
fiduciary duty to the organization itself).
|
||||||
|
|
Loading…
Reference in a new issue