DBErp V1.0 Beta release Invoicing System

DBErp

Introduction

DBErp system, a large Dr Long Beijing Science and Technology Co. based  ZendFramework  3 +  Doctrine  set Invoicing System 2 development.

dashboard

The system operating environment requirements:

  • Server system: Linux (recommended), Unix, Windows
  • Web services software: Apache (recommended), Nginx
  • PHP Version: 7.1 and above
  • MySQL Version: 5.7 and above

Web services software requirements to open rewrite (Rewrite), using the Apache rewrite function is turned on by default

PHP extensions need to open:

  1. Curl
  2. fileinfo
  3. openssl
  4. PDO

DBErp system installation process:

Downloaded from the cloud program code required to run composer update locally, you can  https://bbs.dbshop.net/forum.php?mod=viewthread&tid=2191  download the complete system package

  1. Use database management software, database establishment DBErp need, then dberp.sql in the sql directory into the database.
  2. Provided database connection config / autoload / local.php, the main line 40, 41 is provided.
  3. Two php files in the deleted data / cache directory.
  4. Access to, access by ip address or domain name is the domain name (ip) / public If you use a domain name, when you set up the domain name, the domain name to point directly to the public directory, which can be accessed directly through the domain name, without the need to add back the public directory.
  5. The default login account is admin and the password is 111111

Special note: If you do not set a good situation under the database connection information, access the system through a browser, then the connection is set up, please repeat the operation 3

DBErp system support website:

Official Website: https://www.dberp.com.cn
official forum: https://bbs.dbshop.net
demo DEMO: http://demo.dberp.com.cn

DBErp System Contact:

E-mail: [email protected]

Cloud code Address: https://gitee.com/Loongdom/DBErp

Guess you like

Origin www.oschina.net/news/107876/dberp-1-0-beta
Recommended