npo-accounting-ikiwiki/ExistingProjects/Frontaccounting.mdwn

26 lines
705 B
Text
Raw Normal View History

2013-10-23 19:08:45 +00:00
## Links
- [[!wikipedia Frontaccounting]] - Wikipedia
- <http://frontaccounting.com> - Project homepage
## Technical
- PHP
2013-10-23 19:10:15 +00:00
- MySQL
2013-10-23 19:16:56 +00:00
- GPLv3 or later
2013-10-23 19:08:45 +00:00
## Preliminary evaluation
### Positive
- [Most recent release 2013-09-05](http://frontaccounting.com/wb3/pages/posts/release-2.3.18193.php)
- Themable
2013-10-23 19:10:15 +00:00
- Seemingly easy to deploy (Looking at their source release, structure looks similar to wordpress, for good or worse)
2013-10-23 19:08:45 +00:00
### Negative
2013-10-23 19:16:56 +00:00
- 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.
2013-10-23 19:18:07 +00:00
- Uses the [deprecated](http://php.net/manual/en/function.mysql-connect.php) PHP `mysql_*` functions.