|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <div align="center">
- <a href="https://influxerp.com">
- <img src="https://raw.githubusercontent.com/influxframework/influxerp/develop/influxerp/public/images/influxerp-logo.png" height="128">
- </a>
- <h2>InfluxERP</h2>
- <p align="center">
- <p>ERP made simple</p>
- </p>
-
- [](https://github.com/influxframework/influxerp/actions/workflows/server-tests.yml)
- [](https://github.com/influxerp/influxerp_ui_tests/actions/workflows/ui-tests.yml)
- [](https://www.codetriage.com/influxframework/influxerp)
- [](https://codecov.io/gh/influxframework/influxerp)
- [](https://hub.docker.com/r/influxframework/influxerp-worker)
-
- [https://influxerp.com](https://influxerp.com)
-
- </div>
-
- InfluxERP as a monolith includes the following areas for managing businesses:
-
- 1. [Accounting](https://influxerp.com/open-source-accounting)
- 1. [Warehouse Management](https://influxerp.com/distribution/warehouse-management-system)
- 1. [CRM](https://influxerp.com/open-source-crm)
- 1. [Sales](https://influxerp.com/open-source-sales-purchase)
- 1. [Purchase](https://influxerp.com/open-source-sales-purchase)
- 1. [HRMS](https://influxerp.com/open-source-hrms)
- 1. [Project Management](https://influxerp.com/open-source-projects)
- 1. [Support](https://influxerp.com/open-source-help-desk-software)
- 1. [Asset Management](https://influxerp.com/open-source-asset-management-software)
- 1. [Quality Management](https://influxerp.com/docs/user/manual/en/quality-management)
- 1. [Manufacturing](https://influxerp.com/open-source-manufacturing-erp-software)
- 1. [Website Management](https://influxerp.com/open-source-website-builder-software)
- 1. [Customize InfluxERP](https://influxerp.com/docs/user/manual/en/customize-influxerp)
- 1. [And More](https://influxerp.com/docs/user/manual/en/)
-
- InfluxERP is built on the [Influx Framework](https://github.com/influxframework/influxframework), a full-stack web app framework built with Python & JavaScript.
-
- ## Installation
-
- <div align="center" style="max-height: 40px;">
- <a href="https://influxframeworkcloud.com/influxerp/signup">
- <img src=".github/try-on-f-cloud-button.svg" height="40">
- </a>
- <a href="https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/influxframework/influxframework_docker/main/pwd.yml">
- <img src="https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png" alt="Try in PWD" height="37"/>
- </a>
- </div>
-
- > Login for the PWD site: (username: Administrator, password: admin)
-
- ### Containerized Installation
-
- Use docker to deploy InfluxERP in production or for development of [InfluxFramework](https://github.com/influxframework/influxframework) apps. See https://github.com/influxframework/influxframework_docker for more details.
-
- ### Manual Install
-
- The Easy Way: our install script for bench will install all dependencies (e.g. MariaDB). See https://github.com/influxframework/bench for more details.
-
- New passwords will be created for the InfluxERP "Administrator" user, the MariaDB root user, and the influxframework user (the script displays the passwords and saves them to ~/influxframework_passwords.txt).
-
-
- ## Learning and community
-
- 1. [InfluxFrameworkSchool](https://influxframework.school) - Learn Influx Framework and InfluxERP from the various courses by the maintainers or from the community.
- 2. [Official documentation](https://docs.influxerp.com/) - Extensive documentation for InfluxERP.
- 3. [Discussion Forum](https://discuss.influxerp.com/) - Engage with community of InfluxERP users and service providers.
- 4. [Telegram Group](https://t.me/influxerphelp) - Get instant help from huge community of users.
-
-
- ## Contributing
-
- 1. [Issue Guidelines](https://github.com/influxframework/influxerp/wiki/Issue-Guidelines)
- 1. [Report Security Vulnerabilities](https://influxerp.com/security)
- 1. [Pull Request Requirements](https://github.com/influxframework/influxerp/wiki/Contribution-Guidelines)
- 1. [Translations](https://translate.influxerp.com)
-
-
- ## License
-
- GNU/General Public License (see [license.txt](license.txt))
-
- The InfluxERP code is licensed as GNU General Public License (v3) and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by InfluxFramework LLC (InfluxFramework) and Contributors.
-
- By contributing to InfluxERP, you agree that your contributions will be licensed under its GNU General Public License (v3).
-
- ## Logo and Trademark Policy
-
- Please read our [Logo and Trademark Policy](TRADEMARK_POLICY.md).
|