npo-accounting-ikiwiki/ExistingProjects/Frontaccounting.mdwn
http://wandborg.se/ 58204ad1f4
2013-10-23 21:18:07 +02:00

25 lines
705 B
Markdown

## Links
- [[!wikipedia Frontaccounting]] - Wikipedia
- <http://frontaccounting.com> - Project homepage
## 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.