## Links - [[!wikipedia Frontaccounting]] - Wikipedia - - Project homepage - Source Code Clone: hg clone http://hg.code.sf.net/p/frontaccounting/mercurial frontaccounting-mercurial (Found only by chasing [Wiki](http://frontaccounting.com/fawiki/) link from homepage, which 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.