Changeset - 310547a6a93b
[Not reviewed]
0 1 0
http://wandborg.se/ Joar@web - 10 years ago 2013-11-15 13:54:08

Fixed links
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ExistingProjects/Frontaccounting.mdwn
Show inline comments
...
 
@@ -8,59 +8,59 @@
 
   led to [Sourceforge page](http://sourceforge.net/p/frontaccounting/mercurial/ci/default/tree/)
 

	
 
## Technical
 

	
 
- PHP
 
- MySQL
 
- GPLv3 or later
 

	
 
## Preliminary evaluation
 

	
 
### Positive
 

	
 
- [Most recent release 2013-09-05](http://frontaccounting.com/wb3/pages/posts/release-2.3.18193.php)
 
- Themable
 
- Seemingly easy to deploy (Looking at their source release, structure looks similar to wordpress, for good or worse)
 

	
 
### Negative
 

	
 
- It seems to be built from scratch and not leverage any frameworks.
 
- Seems like a messy codebase: Table-based design. No templating, HTML is `echo`-ed to stdout.
 
- Uses the [deprecated](http://php.net/manual/en/function.mysql-connect.php) PHP `mysql_*` functions.
 

	
 
## Detailed Evaluation
 

	
 
## Evaluation of [Reporting|UseCases/GeneratingReports] UseCases
 
## Evaluation of [[Reporting|UseCases/GeneratingReports]] UseCases
 
- [[Trial Balance Report|UseCases/GeneratingReports#trial-balance]]: Yes
 
- [[Bank Reconciliation Report|UseCases/GeneratingReports#bank-reconcilation]]: Yes, seems ok
 
- [[Chart of Accounts|UseCases/GeneratingReports#chart-of-accounts]]: Yes
 
- [[Cash Disbursements Journal|UseCases/GeneratingReports#cash-disbursements]]: Yes, looks like GL Account Transactions works for this
 
- [[Income Report|UseCases/GeneratingReports#income-report]]: Not obviously
 
  there, but should be easy given the number of reports available.
 
- [[Expense Report|UseCases/GeneratingReports#expense-report]]: Not obviously
 
  there, but should be easy given the number of reports available.
 

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

	
 
It seems FrontAccounting's "Dimension" feature likely can do all of these,
 
since it seems you can limit any of the above reports by "Dimension".
 

	
 
## Evaluation of [[Fund Accounting|UseCases/FundAccounting]] UseCases
 

	
 
- [[Fund-only View|UseCases/FundAccounting#fund-view]]: No, seems to be no way to
 
restrict a user to a specific Dimension.
 
- [[Funds as part of whole org View|UseCases/FundAccounting#fundless-view]]:
 
  Yes, dimensions appear to be purely informative.
 
- [[Ignore Funds for operations|UseCases/FundAccounting#fundless-view]]:
 
  Yes, dimensions appear to be purely informative.
 

	
 
# Evaluation of [[Double-entry Accounting|UseCases/DoubleEntryAccounting]] UseCases
 

	
 
- Does the system implement pure double-entry accounting?  Yes, it appears to
 
  do so.
 

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

	
 
- Does the system
 
  [[link up to external documentation|UseCases/TrackingDocumentation#document-link-up]]?
 
  Not that I can find.  It doesn't seem to allow addition links to external documents.
 

	
0 comments (0 inline, 0 general)