You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Accounts | Core financial configuration module that defines chart of accounts, journals, ledgers, currencies, and fiscal structures used by other financial plugins |
23
+
| Accounting | Main accounting operations module that handles journal entries, financial reports, period closing, and accounting workflows based on the Accounts setup |
23
24
| Contacts | Contact management for customers and vendors |
24
25
| Employees | Employees management |
25
26
| Inventory | Inventory and warehouse management |
@@ -34,13 +35,38 @@ These plugin can be installed as needed to extend system functionality:
34
35
| Timesheet | Employee work hour tracking |
35
36
| Website | Website for customer |
36
37
37
-
## **Accounts**
38
+
## Accounts vs Accounting
38
39
39
-
-**Purpose**: Manages financial accounts, including ledgers, journals, and chart of accounts.
40
-
-**Key Features**:
41
-
- Supports multi-currency transactions.
42
-
- Integration with invoices and payments.
43
-
- Comprehensive financial reporting and audit trails.
40
+
In Aureus ERP, **Accounts** and **Accounting** are intentionally separated to provide a **flexible, scalable, and extensible financial system**.
41
+
42
+
### **Accounts (Base / Helper Plugin)**
43
+
44
+
***Role**: Foundational financial layer
45
+
***Purpose**: Provides core accounting structures used by other financial modules
46
+
47
+
**Key Responsibilities:**
48
+
49
+
* Chart of Accounts (assets, liabilities, income, expenses)
50
+
* Journals and ledger definitions
51
+
* Currency and fiscal configurations
52
+
* Common accounting utilities shared across modules
53
+
54
+
The **Accounts plugin does not handle business workflows directly**. Instead, it acts as a **shared financial backbone** that ensures consistency across all financial operations.
55
+
56
+
### **Accounting (Main Functional Plugin)**
57
+
58
+
***Role**: Primary accounting engine
59
+
***Purpose**: Handles real-world accounting workflows and financial operations
0 commit comments