From 9818c70a48e65d80cb6e5edc786bdeffad1921d3 Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Wed, 20 Nov 2013 21:20:45 +0100 Subject: [PATCH] --- ExistingProjects/ERPNext.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ExistingProjects/ERPNext.mdwn b/ExistingProjects/ERPNext.mdwn index 5aa96b7..7f8d960 100644 --- a/ExistingProjects/ERPNext.mdwn +++ b/ExistingProjects/ERPNext.mdwn @@ -69,18 +69,18 @@ restricted asset type? - Does it support the concept of [[a single functional currency|UseCases/MultiCurrency]], while still - permitting multi-currency entries? + permitting multi-currency entries? I have a good faith belief that it does. ### Evaluation of [[draft transaction|UseCases/DraftTransactions]] UseCases - Does the system allow [[generally for draft transactions|UseCases/DraftTransactions#draft-general]] - that can be later approved before officially being posted to the books? + that can be later approved before officially being posted to the books? No ### Evaluation of WorkFlow UseCases -- Is a [[specific workflow dictated by the system|UseCases/WorkFlow#workflow-dictated]] ? -- Is a [[the workflow configurable|UseCases/WorkFlow#workflow-configurable]] ? -- [[Unaccrued Invoice|UseCases/WorkFlow#unaccrued-invioice]] ? +- Is a [[specific workflow dictated by the system|UseCases/WorkFlow#workflow-dictated]] ? Yes +- Is a [[the workflow configurable|UseCases/WorkFlow#workflow-configurable]] ? No +- [[Unaccrued Invoice|UseCases/WorkFlow#unaccrued-invioice]] ? No ### Evaluation of the [[Reading and Reporting API|UseCases/ReadingAPI]]