Changeset - 2890d9cba5b6
[Not reviewed]
0 1 0
http://wandborg.se/ Joar@web - 10 years ago 2013-12-04 21:38:32

1 file changed with 16 insertions and 8 deletions:
0 comments (0 inline, 0 general)
ExistingProjects/Ledger.mdwn
Show inline comments
...
 
@@ -15,19 +15,27 @@ Links:
 
- Version controllable file format
 

	
 
### Negative
 

	
 
- You should preferably have the discipline of a programmer to use it
 

	
 
<a id="evaluation"></a>
 
## Evaluation
 

	
 
**Note**: Due to the simplistic philosophy and architecture of ledger-cli, the sky, development ability and time are the limits to what ledger can achieve.
 

	
 
### Evaluation of [[Reporting|UseCases/GeneratingReports]] UseCases
 
- [[Trial Balance Report|UseCases/GeneratingReports#trial-balance]]: FIXME
 
- [[Bank Reconciliation Report|UseCases/GeneratingReports#bank-reconcilation]]: FIXME
 
- [[Chart of Accounts|UseCases/GeneratingReports#chart-of-accounts]]: FIXME
 
- [[Cash Disbursements Journal|UseCases/GeneratingReports#cash-disbursements]]: FIXME
 
- [[Income Report|UseCases/GeneratingReports#income-report]]: FIXME
 
- [[Expense Report|UseCases/GeneratingReports#expense-report]]: FIXME
 

	
 
Conservancy has contributed a few scripts regarding reporting: <https://github.com/ledger/ledger/tree/master/contrib/non-profit-audit-reports>.
 

	
 
- [[Trial Balance Report|UseCases/GeneratingReports#trial-balance]]: Yes, 
 
- [[Bank Reconciliation Report|UseCases/GeneratingReports#bank-reconcilation]]: Yes, [if you're a hacker](https://github.com/ledger/ledger/wiki/Reconciling). Can also be found in ledger/contrib/non-profit-audit-reports mentioned above.
 
- [[Chart of Accounts|UseCases/GeneratingReports#chart-of-accounts]]: The trial balance report shows the chart of accounts during the selected period.
 
- [[Cash Disbursements Journal|UseCases/GeneratingReports#cash-disbursements]]: Can be found in ledger/contrib/non-profit-audit-reports mentioned above.
 
- [[Income Report|UseCases/GeneratingReports#income-report]]: Yes
 
- [[Expense Report|UseCases/GeneratingReports#expense-report]]: Yes
 

	
 
### Evaluation of [[Reporting|UseCases/GeneratingReports]] UseCases for Fund Accounting
 

	
 
Can each of these reports be generated, confined to a specific temporarily
 
restricted asset type?
 
   
...
 
@@ -51,15 +59,15 @@ restricted asset type?
 
### Evaluation of [[Double-entry Accounting|UseCases/DoubleEntryAccounting]] UseCases
 

	
 
- Does the system implement pure double-entry accounting?
 

	
 
### Evaluation of [[TrackingDocumentation|UseCases/TrackingDocumentation]] UseCases
 

	
 
- Does the system [[link up to external documentation|UseCases/TrackingDocumentation#document-link-up]]?
 
- Does the system [[link up to external documentation|UseCases/TrackingDocumentation#document-link-up]]? Not by default.
 

	
 
- Does it have a [[the ability to explore transactions via documentation linkage|UseCases/TrackingDocumentation#document-link-explore]]?
 
- Does it have a [[the ability to explore transactions via documentation linkage|UseCases/TrackingDocumentation#document-link-explore]]? Not by default.
 

	
 
### Evaluation of [[Handling multiple currencies|UseCases/MultiCurrency]] UseCases
 

	
 
- Does it support the concept of
 
  [[a single functional currency|UseCases/MultiCurrency]], while still
 
  permitting multi-currency entries?
0 comments (0 inline, 0 general)