Browse by Window¶
This index maps the most important ADempiere application windows to their underlying tables, Java models and engineering documentation.
Use this page whenever development starts from a Window in the ERP user interface.
Engineering Workflow¶
- Identify the ERP Window.
- Review the underlying tables.
- Identify the related Java models.
- Review the engineering documentation.
- Follow the corresponding Playbook.
- Implement and validate.
Master Data¶
| Window | Main Table | Related Objects | Purpose | Documentation | Status |
|---|---|---|---|---|---|
| Business Partner | C_BPartner |
MBPartner • MBPartnerLocation |
Customer, Vendor and Employee management. | Business Partner API (KB-301 planned) | ✅ Certified |
| Product | M_Product |
MProduct |
Product master data. | CFDI Architecture (KB-302 planned) | ✅ Certified |
| Price List | M_PriceList |
MPriceList |
Product pricing. | Functional Documentation (planned) | 📋 Planned |
| Tax | C_Tax |
MTax |
Tax configuration. | 📖 Account Resolution Engine | ✅ Certified |
Sales¶
| Window | Main Table | Related Objects | Purpose | Documentation | Status |
|---|---|---|---|---|---|
| Sales Order | C_Order |
MOrder • Doc_Order |
Sales order lifecycle. | 📖 Document Posting Patterns | 📋 Planned |
| Customer Invoice | C_Invoice |
MInvoice • Doc_Invoice |
Customer invoices. | 📖 Document Posting Patterns | ✅ Certified |
| Shipment | M_InOut |
MInOut • Doc_InOut |
Customer shipment processing. | 📖 Runtime Architecture | 📋 Planned |
Purchasing¶
| Window | Main Table | Related Objects | Purpose | Documentation | Status |
|---|---|---|---|---|---|
| Purchase Order | C_Order |
MOrder • Doc_Order |
Vendor purchase orders. | 📖 Document Posting Patterns | 📋 Planned |
| Vendor Invoice | C_Invoice |
MInvoice • Doc_Invoice |
Vendor invoices. | 📖 Document Posting Patterns | ✅ Certified |
| Material Receipt | M_InOut |
MInOut |
Vendor receipts. | 📖 Runtime Architecture | 📋 Planned |
Projects¶
| Window | Main Table | Related Objects | Purpose | Documentation | Status |
|---|---|---|---|---|---|
| Project | C_Project |
MProject |
Project management. | Projects API (KB-301 planned) | ✅ Certified |
| Project Phase | C_ProjectPhase |
MProjectPhase |
Phase management. | Functional Documentation (planned) | 📋 Planned |
System¶
| Window | Main Table | Related Objects | Purpose | Documentation | Status |
|---|---|---|---|---|---|
| Organization | AD_Org |
MOrg |
Organization management. | Functional Documentation (planned) | ✅ Certified |
| Role | AD_Role |
MRole |
Security roles. | Security Documentation (planned) | 📋 Planned |
| User | AD_User |
MUser |
User administration. | API Architecture (KB-301 planned) | ✅ Certified |
BLACK ERP Engineering Notes¶
Use this Explorer whenever implementation starts from an ERP window instead of a Java class or database table.
Typical navigation:
Window
↓
Database Table
↓
Java Model
↓
Knowledge Base
↓
Playbook
↓
Implementation