FrontAccountingERP / FA

Official FrontAccounting mirror repository
91 stars 95 forks source link

FrontAccounting ERP

FrontAccounting ERP is open source, web-based accounting software for small and medium enterprises. It supports double entry accounting providing both low level journal entry and user friendly, document based interface for everyday business activity with automatic GL postings generation. This is multicurrency, multilanguage system with active worldwide users community:

This project is developed as cooperative effort by FrontAccounting team and available under GPL v.3 license

Requirements

To use FrontAccounting application you should have already installed:

Installation

1. PHP configuration checks

2. Download application files

Master branch contains all the latest bugfixes made atop the last stable release.

3. Installation

FrontAccounting should NOT be used via unsecure http protocol. If you really need this - change SECURE_ONLY constant in /includes/session.inc to false (comment in the file added). Unfortunately this option cannot be added in sysprefs/config.php because the settings are not available before session is started.

Use your browser to open page at URL related to chosen installation folder. As an example, if you plan to use application locally and in previous step you have put files on your Linux box in /var/www/html/frontaccounting subfolder, just select http://localhost/frontaccounting url in your browser, and you will see start page of installation wizard. Follow instructions displayed during the process.

During installation you will need to provide data server credentials with permissions to create new database, or you will have to provide existing database name and credentials for user with valid usage permissions to access it. You will have to chose also a couple of other options including installation language, optimal encoding for database data etc. Keep in mind that some options (like additional translations and charts of accounts) presented during installation process could be installed also later, when FrontAccounting is already in use.

After successful installation please remove or rename your install directory for safety reasons. You won't need it any more.

4. Logging In For the First Time

Open a browser and enter the URL for the web server directory where FrontAccounting is installed. Enter the user name admin and use password declared during install process to login as company administrator. Now you can proceed with configuration process setting up additional user accounts, creating fiscal years, defining additional currencies, GL accounts etc. All configuration options available in application are described in FrontAccounting Wiki available directly from Help links on every application page under Help icon.

Troubleshooting

If you encountered any problems with FrontAccounting configuration or usage, please consult your case with other users on Frontaccounting forum. If you think you have encountered a bug in application and after consulting other community members you still are sure this is really a bug, please fill in a report in project Mantis bugtracker with all details which allow development team reproduce the problem, and hopefully fix it. Keep in mind, that GitHub page is mainly passive mirror for project based on SorceForge, so posting bug reports here is at least suboptimal.