Skip to content

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

  1. Identify the ERP Window.
  2. Review the underlying tables.
  3. Identify the related Java models.
  4. Review the engineering documentation.
  5. Follow the corresponding Playbook.
  6. Implement and validate.

Master Data

Window Main Table Related Objects Purpose Documentation Status
Business Partner C_BPartner MBPartnerMBPartnerLocation 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 MOrderDoc_Order Sales order lifecycle. 📖 Document Posting Patterns 📋 Planned
Customer Invoice C_Invoice MInvoiceDoc_Invoice Customer invoices. 📖 Document Posting Patterns ✅ Certified
Shipment M_InOut MInOutDoc_InOut Customer shipment processing. 📖 Runtime Architecture 📋 Planned

Purchasing

Window Main Table Related Objects Purpose Documentation Status
Purchase Order C_Order MOrderDoc_Order Vendor purchase orders. 📖 Document Posting Patterns 📋 Planned
Vendor Invoice C_Invoice MInvoiceDoc_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