From c8439f10dd08bf294e897b4206713a1cdb6fad45 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 13 Nov 2013 10:59:35 -0500 Subject: [PATCH] I ended up making the page singular rather than plural. --- UseCases.mdwn | 2 +- UseCases/TrackingDocumentation.mdwn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UseCases.mdwn b/UseCases.mdwn index 454dbac..9c1f1b7 100644 --- a/UseCases.mdwn +++ b/UseCases.mdwn @@ -20,6 +20,6 @@ You should add your use case as a subpage of the [[UseCases]] page, to create a - [[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]] diff --git a/UseCases/TrackingDocumentation.mdwn b/UseCases/TrackingDocumentation.mdwn index 191c981..f2f3b65 100644 --- a/UseCases/TrackingDocumentation.mdwn +++ b/UseCases/TrackingDocumentation.mdwn @@ -8,7 +8,7 @@ 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. @@ -19,7 +19,7 @@ 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?