December 28, 2015 · Server ·

Sponsored Link
webERP is a complete web based accounting and business management system that requires only a web-browser and pdf reader to use. It has a wide range of features suitable for many businesses particularly distributed businesses in wholesale, distribution and manufacturing. When combined with a 3rd party interactive desktop Point Of Sale system it can also form the hub of a dispersed multi-branch retail management system. A fully integrated webSHOP is also available as a 3rd party add-on. webERP is as an open-source application and is available as a free download to use with all the PHP code written in an accessible way for you to add your own features as needed.

WebERP Features

Entirely web-based
Sales Orders
Accounts Receivable
Purchase Orders
Accounts Payable
General Ledger
Contract Costing
Shipment Costing
MRP
Multi-Currency -- auto updated exchange rates
Standard Costing
Weighted Average Costing
Multi-Inventory Location
Multiple Invoice Taxes
Serial Numbered Inventory and Lot Tracking
Fixed Asset Register
Manufacturing
Multi-level Bills of Material
Ghost Bills
Kitsets and Assemblies
Expense Claims
Sales Analysis
Multi-Language -- utf8 support
PDF reports
Readable PHP code so allowing business people to understand scripts
Low foot-print, fast, simple code

First you need to make sure you have Ubuntu 15.10 LAMP server installed.

Preparing your server

Make sure you have installed the following package

sudo apt-get install php5-gd

After the above command you need to restart the apache2 service

sudo service apache2 restart

Install WebERP On Ubuntu 15.10 Server

Download the latest WebERP package from here to /var/www/html/

cd /var/www/html/

Unzip the webERP zip file and you should have webERP directory

unzip webERP_4.12.3.zip

Change permissions

sudo chmod -R 755 webERP

Now you need to go to http://serverip/webERP/

You should see similar to the following screen select your language and click on NEXT STEP

1

Enter Database Settings and click on NEXT STEP

2

Select time zone and adminpassword and click on INSTALL

3

After completing the installation you should see login screen and here enter the login details click on login

4

5

You can check the webERP manual and familiar with the product.

Sponsored Link

Leave a Reply

  • Recent comments