Aureus ERP is a comprehensive, open-source Enterprise Resource Planning (ERP) solution designed for Small and Medium Enterprises (SMEs) and large-scale enterprises. Built on Laravel, the most popular PHP framework, and FilamentPHP, a dynamic resource management library, Aureus ERP offers an extensible and developer-friendly platform for managing every aspect of your business operations.
Key Features
Why Choose Aureus ERP?
To run and develop Aureus ERP, ensure your environment meets the following requirements:
Installing and setting up Aureus ERP is quick and straightforward. Follow the steps below to get started:
Run the Installation Command
Simply execute the following command in your terminal:
php artisan erp:install
What Happens During Installation:
Filament Shield
package automatically generates roles and permissions for the application.Admin Account Setup
Installation Complete
Once the above steps are finished, the installation process is complete, and you can start using Aureus ERP.
That’s it! With just one command, your Aureus ERP environment is ready to use.
AureusERP plugin are divided into two categories:
These plugin are essential components of the system and are installed by default:
Module | Description |
---|---|
Analytics | Business intelligence and reporting tools |
Chatter | Internal communication and collaboration platform |
Fields | Customizable data structure management |
Security | Role-based access control and authentication |
Support | Help desk and documentation |
Table View | Customizable data presentation framework |
These plugin can be installed as needed to extend system functionality:
Module | Description |
---|---|
Blogs | Manage blogs |
Accounts | Financial accounting and reporting |
Contacts | Contact management for customers and vendors |
Employees | Employees management |
Inventories | Inventory and warehouse management |
Invoices | Invoice generation and management |
Partners | Partner relationship management |
Payments | Payment processing and tracking |
Products | Product catalog and management |
Projects | Project planning and management |
Purchases | Procurement and purchase order management |
Recruitments | Applicant tracking and hiring |
Sales | Sales pipeline and opportunity management |
Timeoffs | Leave management and tracking |
Timesheet | Employee work hour tracking |
Website | Website for customer |
To install a plugin, use the following command syntax:
php artisan <plugin-name>:install
For example, to install the Inventories plugin:
php artisan inventories:install
During installation, the system will check for dependencies and prompt you if there are any conflicts or prerequisites:
This package products is already installed. What would you like to do? [Skip]:
[0] Reseed
[1] Skip
[2] Show Seeders
Options:
To remove a plugin, use the following command syntax:
php artisan <plugin-name>:uninstall
For example, to uninstall the Inventories plugin:
php artisan inventories:uninstall
Some plugins require other plugin to function properly. The system will automatically inform you of these dependencies during the installation process and guide you through installing any required components.
AureusERP is designed to be highly customizable, allowing you to:
Aureus ERP is a truly opensource ERP framework which will always be free under the MIT License.
Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Aureus ERP then please email us: [email protected].