View source | Discuss this page | Page history | Printable version   

ERP/2.50/Developers Guide/Reference/Entity Model


Entity Model

This page is a reference-card like representation of the entity model. The entity model is used by the Data Access Layer and the REST webservices. This Entity Model reference can be useful when creating HQL queries or when executing REST requests.

The table below shows the entities available in standard Openbravo ERP 2.50. The table shows the following information:


Entity Name Table Name Java Class
ADAcctProcess AD_AcctProcess org.openbravo.model.ad.process.AcctProcess
ADAlert AD_Alert org.openbravo.model.ad.alert.Alert
ADAlertRecipient AD_AlertRecipient org.openbravo.model.ad.alert.AlertRecipient
ADAlertRule AD_AlertRule org.openbravo.model.ad.alert.AlertRule
ADAlertRuleTrl AD_AlertRule_Trl org.openbravo.model.ad.alert.AlertRuleTrl
ADAttachment C_File org.openbravo.model.ad.utility.Attachment
ADAuxiliaryInput AD_AuxiliarInput org.openbravo.model.ad.ui.AuxiliaryInput
ADCallout AD_Callout org.openbravo.model.ad.domain.Callout
ADChangeLog AD_ChangeLog org.openbravo.model.ad.system.ADChangeLog
ADClient AD_Client org.openbravo.model.ad.system.Client
ADClientModule AD_ClientModule org.openbravo.model.ad.module.ADClientModule
ADColumn AD_Column org.openbravo.model.ad.datamodel.Column
ADColumnAccess AD_Column_Access org.openbravo.model.ad.access.ColumnAccess
ADEPInstancePara AD_EP_Instance_Para org.openbravo.model.ad.process.ADEPInstancePara
ADEPProcedures AD_EP_Procedures org.openbravo.model.ad.process.Procedures
ADElement AD_Element org.openbravo.model.ad.ui.Element
ADElementTrl AD_Element_Trl org.openbravo.model.ad.ui.ElementTrl
ADErrorLog AD_error_log org.openbravo.model.ad.system.ErrorLog
ADExtensionPoints AD_Extension_Points org.openbravo.model.ad.process.ExtensionPoints
ADField AD_Field org.openbravo.model.ad.ui.Field
ADFieldGroup AD_FieldGroup org.openbravo.model.ad.ui.FieldGroup
ADFieldGroupTrl AD_FieldGroup_Trl org.openbravo.model.ad.ui.FieldGroupTrl
ADFieldTrl AD_Field_Trl org.openbravo.model.ad.ui.FieldTrl
ADFileType AD_DataType org.openbravo.model.ad.utility.FileType
ADForm AD_Form org.openbravo.model.ad.ui.Form
ADFormAccess AD_Form_Access org.openbravo.model.ad.access.FormAccess
ADFormTrl AD_Form_Trl org.openbravo.model.ad.ui.FormTrl
ADHeartbeatLog AD_Heartbeat_Log org.openbravo.model.ad.system.HeartbeatLog
ADHeartbeatLogCustomQuery AD_HB_Log_CQuery org.openbravo.model.ad.system.HeartbeatLogCustomQuery
ADHeartbeatLogCustomQueryRow AD_HB_Log_CQuery_Row org.openbravo.model.ad.access.HeartbeatLogCustomQueryRow
ADImage AD_Image org.openbravo.model.ad.utility.Image
ADLanguage AD_Language org.openbravo.model.ad.system.Language
ADList AD_Ref_List org.openbravo.model.ad.domain.List
ADListTrl AD_Ref_List_Trl org.openbravo.model.ad.domain.ListTrl
ADMenu AD_Menu org.openbravo.model.ad.ui.Menu
ADMenuTrl AD_Menu_Trl org.openbravo.model.ad.ui.MenuTrl
ADMessage AD_Message org.openbravo.model.ad.ui.Message
ADMessageTrl AD_Message_Trl org.openbravo.model.ad.ui.MessageTrl
ADModelImplementation AD_Model_Object org.openbravo.model.ad.domain.ModelImplementation
ADModelImplementationMapping AD_Model_Object_Mapping org.openbravo.model.ad.domain.ModelImplementationMapping
ADModule AD_Module org.openbravo.model.ad.module.Module
ADModuleDBPrefixInstall AD_Module_DBPrefix_Install org.openbravo.model.ad.module.ModuleDBPrefixInstall
ADModuleDependencyInst AD_Module_Dependency_Inst org.openbravo.model.ad.access.ModuleDependencyInst
ADModuleInstall AD_Module_Install org.openbravo.model.ad.module.ModuleInstall
ADModuleMerge AD_Module_Merge org.openbravo.model.ad.module.ModuleMerge
ADMonth AD_Month org.openbravo.model.common.enterprise.ADMonth
ADMonthTrl AD_Month_Trl org.openbravo.model.common.enterprise.ADMonthTrl
ADNote AD_Note org.openbravo.model.ad.utility.ADNote
ADOrgModule AD_OrgModule org.openbravo.model.ad.module.ADOrgModule
ADParameter AD_PInstance_Para org.openbravo.model.ad.process.Parameter
ADPreference AD_Preference org.openbravo.model.ad.domain.Preference
ADProcess AD_Process org.openbravo.model.ad.ui.Process
ADProcessAccess AD_Process_Access org.openbravo.model.ad.access.ProcessAccess
ADProcessInstance AD_PInstance org.openbravo.model.ad.process.ProcessInstance
ADProcessParameter AD_Process_Para org.openbravo.model.ad.ui.ProcessParameter
ADProcessParameterTrl AD_Process_Para_Trl org.openbravo.model.ad.ui.ProcessParameterTrl
ADProcessScheduling AD_Process_Scheduling org.openbravo.model.ad.ui.ProcessScheduling
ADProcessTrl AD_Process_Trl org.openbravo.model.ad.ui.ProcessTrl
ADPropertyConfiguration AD_Property_Configuration org.openbravo.model.ad.system.PropertyConfiguration
ADRecordAccess AD_Record_Access org.openbravo.model.ad.access.RecordAccess
ADReference AD_Reference org.openbravo.model.ad.domain.Reference
ADReferenceTrl AD_Reference_Trl org.openbravo.model.ad.domain.ReferenceTrl
ADReferencedTable AD_Ref_Table org.openbravo.model.ad.domain.ReferencedTable
ADRegistration AD_Registration_Info org.openbravo.model.ad.system.Registration
ADRole AD_Role org.openbravo.model.ad.access.Role
ADRoleOrganization AD_Role_OrgAccess org.openbravo.model.ad.access.RoleOrganization
ADSelector AD_Ref_Search org.openbravo.model.ad.domain.Selector
ADSelectorColumn AD_Ref_Search_Column org.openbravo.model.ad.domain.SelectorColumn
ADSequence AD_Sequence org.openbravo.model.ad.utility.Sequence
ADSession AD_Session org.openbravo.model.ad.access.Session
ADSessionStatus AD_Session_Status org.openbravo.model.ad.access.SessionStatus
ADSessionUsageAudit AD_Session_Usage_Audit org.openbravo.model.ad.access.SessionUsageAudit
ADSystem AD_System org.openbravo.model.ad.system.System
ADSystemInformation AD_System_Info org.openbravo.model.ad.system.SystemInformation
ADTab AD_Tab org.openbravo.model.ad.ui.Tab
ADTabTrl AD_Tab_Trl org.openbravo.model.ad.ui.TabTrl
ADTable AD_Table org.openbravo.model.ad.datamodel.Table
ADTableAccess AD_Table_Access org.openbravo.model.ad.access.TableAccess
ADTablePostV AD_Table_Post_V org.openbravo.model.financialmgmt.accounting.TablePostV
ADTask AD_Task org.openbravo.model.ad.ui.Task
ADTaskAccess AD_Task_Access org.openbravo.model.ad.access.TaskAccess
ADTaskTrl AD_Task_Trl org.openbravo.model.ad.ui.TaskTrl
ADTextInterface AD_TextInterfaces org.openbravo.model.ad.ui.TextInterface
ADTextInterfaceTrl AD_TextInterfaces_Trl org.openbravo.model.ad.ui.TextInterfaceTrl
ADTree AD_Tree org.openbravo.model.ad.utility.Tree
ADTreeBar AD_TreeBar org.openbravo.model.ad.utility.TreeBar
ADTreeNode AD_TreeNode org.openbravo.model.ad.utility.TreeNode
ADTreeNodeMM AD_TreeNodeMM org.openbravo.model.ad.utility.TreeNodeMM
ADUser AD_User org.openbravo.model.ad.access.User
ADUserRoles AD_User_Roles org.openbravo.model.ad.access.UserRoles
ADValidation AD_Val_Rule org.openbravo.model.ad.domain.Validation
ADWFNode AD_WF_Node org.openbravo.model.ad.ui.WFNode
ADWFNodeNext AD_WF_NodeNext org.openbravo.model.ad.ui.WFNodeNext
ADWFNodeTrl AD_WF_Node_Trl org.openbravo.model.ad.ui.WFNodeTrl
ADWindow AD_Window org.openbravo.model.ad.ui.Window
ADWindowAccess AD_Window_Access org.openbravo.model.ad.access.WindowAccess
ADWindowTrl AD_Window_Trl org.openbravo.model.ad.ui.WindowTrl
ADWorkflow AD_Workflow org.openbravo.model.ad.ui.Workflow
ADWorkflowAccess AD_Workflow_Access org.openbravo.model.ad.access.WorkflowAccess
ADWorkflowTrl AD_Workflow_Trl org.openbravo.model.ad.ui.WorkflowTrl
AD_Audit_Trail AD_Audit_Trail_V org.openbravo.model.ad.utility.AuditTrail
AD_Audit_Trail_Raw AD_Audit_Trail org.openbravo.model.ad.access.AuditTrailRaw
AD_CreateFact_template AD_CreateFact_template org.openbravo.model.financialmgmt.accounting.ADCreatefactTemplate
ATTest AT_Test org.openbravo.model.ad.utility.ATTest
AcctSchemaTableDocType C_AcctSchema_Table_DocType org.openbravo.model.common.enterprise.AcctSchemaTableDocType
ActiveProposalV C_Projectproposal_V org.openbravo.model.project.ActiveProposal
ApprovedVendor M_Product_PO org.openbravo.model.common.plm.ApprovedVendor
Attachment AD_Attachment org.openbravo.model.ad.utility.AD_Attachment
Attribute M_Attribute org.openbravo.model.common.plm.Attribute
AttributeInstance M_AttributeInstance org.openbravo.model.common.plm.AttributeInstance
AttributeSet M_AttributeSet org.openbravo.model.common.plm.AttributeSet
AttributeSetInstance M_AttributeSetInstance org.openbravo.model.common.plm.AttributeSetInstance
AttributeUse M_AttributeUse org.openbravo.model.common.plm.AttributeUse
AttributeValue M_AttributeValue org.openbravo.model.common.plm.AttributeValue
Bank C_Bank org.openbravo.model.common.bank.Bank
BankAccount C_BankAccount org.openbravo.model.common.bank.BankAccount
BankAccountAccounts C_BankAccount_Acct org.openbravo.model.common.bank.BankAccountAccounts
BusinessPartner C_BPartner org.openbravo.model.common.businesspartner.BusinessPartner
BusinessPartnerBankAccount C_BP_BankAccount org.openbravo.model.common.businesspartner.BankAccount
BusinessPartnerCategory C_BP_Group org.openbravo.model.common.businesspartner.Category
BusinessPartnerCategoryAccount C_BP_Group_Acct org.openbravo.model.common.businesspartner.CategoryAccounts
BusinessPartnerDiscount C_BPartner_Discount org.openbravo.model.common.businesspartner.Discount
BusinessPartnerLocation C_BPartner_Location org.openbravo.model.common.businesspartner.Location
BusinessPartnerProductTemplate M_Product_Template org.openbravo.model.common.businesspartner.ProductTemplate
BusinessPartnerTaxCategory C_BP_TaxCategory org.openbravo.model.common.businesspartner.TaxCategory
BusinessPartnerTreeNode AD_TreeNodeBP org.openbravo.model.common.businesspartner.BusinessPartnerTreeNode
BusinessPartnerWithholding C_BP_Withholding org.openbravo.model.common.businesspartner.Withholding
CAcctSchemaProcess C_AcctSchema_Process org.openbravo.model.ad.access.AcctSchemaProcess
City C_City org.openbravo.model.common.geography.City
ClientInformation AD_ClientInfo org.openbravo.model.ad.system.ClientInformation
Command AT_Command org.openbravo.model.ad.utility.Command
CommandTrl AT_Command_Trl org.openbravo.model.ad.utility.CommandTrl
ContactEmailInteraction C_POC_EMAIL_USER org.openbravo.model.common.interaction.ContactEmailInteraction
ContactInterest R_ContactInterest org.openbravo.model.common.businesspartner.ContactInterest
Country C_Country org.openbravo.model.common.geography.Country
CountryTrl C_Country_Trl org.openbravo.model.common.geography.CountryTrl
Currency C_Currency org.openbravo.model.common.currency.Currency
CurrencyConversionRate C_Conversion_Rate org.openbravo.model.common.currency.ConversionRate
CurrencyTrl C_Currency_Trl org.openbravo.model.common.currency.CurrencyTrl
CustomerAccounts C_BP_Customer_Acct org.openbravo.model.common.businesspartner.CustomerAccounts
DataImportBankStatement I_BankStatement org.openbravo.model.dataimport.BankStatement
DataImportBudgetLine I_Budgetline org.openbravo.model.dataimport.BudgetLine
DataImportBusinessPartner I_BPartner org.openbravo.model.dataimport.BusinessPartner
DataImportElementValue I_ElementValue org.openbravo.model.dataimport.ElementValue
DataImportFormat AD_ImpFormat org.openbravo.model.dataimport.ImportFormat
DataImportFormatRow AD_ImpFormat_Row org.openbravo.model.dataimport.ImportFormatRow
DataImportGLJournal I_GLJournal org.openbravo.model.dataimport.GLJournal
DataImportInventory I_Inventory org.openbravo.model.dataimport.Inventory
DataImportInvoice I_Invoice org.openbravo.model.dataimport.Invoice
DataImportOrder I_Order org.openbravo.model.dataimport.Order
DataImportProduct I_Product org.openbravo.model.dataimport.Product
DataImportTax I_Tax org.openbravo.model.dataimport.Tax
DataPackage AD_Package org.openbravo.model.ad.module.DataPackage
DataSet AD_Dataset org.openbravo.model.ad.utility.DataSet
DataSetColumn AD_Dataset_Column org.openbravo.model.ad.utility.DataSetColumn
DataSetTable AD_Dataset_Table org.openbravo.model.ad.utility.DataSetTable
DocumentTemplate C_POC_DOCTYPE_TEMPLATE org.openbravo.model.common.enterprise.DocumentTemplate
DocumentType C_DocType org.openbravo.model.common.enterprise.DocumentType
DocumentTypeTrl C_DocType_Trl org.openbravo.model.common.enterprise.DocumentTypeTrl
EmailInteraction C_POC_EMAIL org.openbravo.model.common.interaction.EmailInteraction
EmailServerConfiguration C_POC_CONFIGURATION org.openbravo.model.common.enterprise.EmailServerConfiguration
EmailTemplate C_POC_EMAILDEFINITION org.openbravo.model.common.enterprise.EmailTemplate
EmployeeAccounts C_BP_Employee_Acct org.openbravo.model.common.businesspartner.EmployeeAccounts
EmployeeSalaryCategory C_BP_SALCATEGORY org.openbravo.model.common.businesspartner.EmployeeSalaryCategory
ExpenseType S_ExpenseType org.openbravo.model.timeandexpense.ExpenseType
ExternalPOS C_ExternalPOS org.openbravo.model.pos.ExternalPOS
ExternalPOSCategory C_ExternalPOS_Category org.openbravo.model.pos.ExternalPOSCategory
ExternalPOSProduct C_ExternalPOS_Product org.openbravo.model.pos.ExternalPOSProduct
FIN_BankStatement FIN_BankStatement org.openbravo.model.financialmgmt.payment.FIN_BankStatement
FIN_BankStatementLine FIN_BankStatementLine org.openbravo.model.financialmgmt.payment.FIN_BankStatementLine
FIN_Finacc_Transaction FIN_Finacc_Transaction org.openbravo.model.financialmgmt.payment.FIN_FinaccTransaction
FIN_Financial_Account FIN_Financial_Account org.openbravo.model.financialmgmt.payment.FIN_FinancialAccount
FIN_Financial_Account_Acct FIN_Financial_Account_Acct org.openbravo.model.financialmgmt.accounting.FIN_FinancialAccountAccounting
FIN_Payment FIN_Payment org.openbravo.model.financialmgmt.payment.FIN_Payment
FIN_PaymentMethod FIN_PaymentMethod org.openbravo.model.financialmgmt.payment.FIN_PaymentMethod
FIN_Payment_Detail FIN_Payment_Detail org.openbravo.model.financialmgmt.payment.FIN_PaymentDetail
FIN_Payment_Detail_V FIN_Payment_Detail_V org.openbravo.model.financialmgmt.payment.FIN_PaymentDetailV
FIN_Payment_Priority FIN_Payment_Priority org.openbravo.model.financialmgmt.payment.PaymentPriority
FIN_Payment_Prop_Detail FIN_Payment_Prop_Detail org.openbravo.model.financialmgmt.payment.FIN_PaymentPropDetail
FIN_Payment_Prop_Detail_V FIN_Payment_Prop_Detail_V org.openbravo.model.financialmgmt.payment.FIN_PaymentPropDetailV
FIN_Payment_Proposal FIN_Payment_Proposal org.openbravo.model.financialmgmt.payment.FIN_PaymentProposal
FIN_Payment_Sched_Inv_V FIN_Payment_Sched_Inv_V org.openbravo.model.financialmgmt.payment.FIN_PaymentSchedInvV
FIN_Payment_Sched_Ord_V FIN_Payment_Sched_Ord_V org.openbravo.model.financialmgmt.payment.FIN_PaymentSchedOrdV
FIN_Payment_Schedule FIN_Payment_Schedule org.openbravo.model.financialmgmt.payment.FIN_PaymentSchedule
FIN_Payment_ScheduleDetail FIN_Payment_ScheduleDetail org.openbravo.model.financialmgmt.payment.FIN_PaymentScheduleDetail
FIN_Reconciliation FIN_Reconciliation org.openbravo.model.financialmgmt.payment.FIN_Reconciliation
FIN_ReconciliationLineTemp FIN_RecLine_Temp org.openbravo.model.financialmgmt.payment.FIN_ReconciliationLineTemp
FIN_ReconciliationLine_v FIN_ReconciliationLine_v org.openbravo.model.financialmgmt.payment.FIN_ReconciliationLine_v
FinancialMgmtAccountingCombination C_ValidCombination org.openbravo.model.financialmgmt.accounting.coa.AccountingCombination
FinancialMgmtAccountingFact Fact_Acct org.openbravo.model.financialmgmt.accounting.AccountingFact
FinancialMgmtAccountingReport C_Acct_Rpt org.openbravo.model.financialmgmt.accounting.report.AccountingReport
FinancialMgmtAccountingRptElement AD_AccountingRpt_Element org.openbravo.model.financialmgmt.accounting.report.AccountingRptElement
FinancialMgmtAcctCFS Fact_Acct_CFS org.openbravo.model.financialmgmt.accounting.report.AcctCFS
FinancialMgmtAcctRptGroup C_Acct_Rpt_Group org.openbravo.model.financialmgmt.accounting.report.AcctRptGroup
FinancialMgmtAcctRptNode C_Acct_Rpt_Node org.openbravo.model.financialmgmt.accounting.report.AcctRptNode
FinancialMgmtAcctSchema C_AcctSchema org.openbravo.model.financialmgmt.accounting.coa.AcctSchema
FinancialMgmtAcctSchemaDefault C_AcctSchema_Default org.openbravo.model.financialmgmt.accounting.coa.AcctSchemaDefault
FinancialMgmtAcctSchemaElement C_AcctSchema_Element org.openbravo.model.financialmgmt.accounting.coa.AcctSchemaElement
FinancialMgmtAcctSchemaGL C_AcctSchema_GL org.openbravo.model.financialmgmt.accounting.coa.AcctSchemaGL
FinancialMgmtAcctSchemaTable C_AcctSchema_Table org.openbravo.model.financialmgmt.accounting.coa.AcctSchemaTable
FinancialMgmtAmortization A_Amortization org.openbravo.model.financialmgmt.assetmgmt.Amortization
FinancialMgmtAmortizationLine A_Amortizationline org.openbravo.model.financialmgmt.assetmgmt.AmortizationLine
FinancialMgmtAsset A_Asset org.openbravo.model.financialmgmt.assetmgmt.Asset
FinancialMgmtAssetAccounts A_Asset_Acct org.openbravo.model.financialmgmt.assetmgmt.AssetAccounts
FinancialMgmtAssetAmortization A_Asset_Amortization org.openbravo.model.financialmgmt.assetmgmt.AssetAmortization
FinancialMgmtAssetGroup A_Asset_Group org.openbravo.model.financialmgmt.assetmgmt.AssetGroup
FinancialMgmtAssetGroupAcct A_Asset_Group_Acct org.openbravo.model.financialmgmt.assetmgmt.AssetGroupAcct
FinancialMgmtBankFileFormat FIN_BankFile_Format org.openbravo.model.financialmgmt.payment.BankFileFormat
FinancialMgmtBankStatement C_BankStatement org.openbravo.model.financialmgmt.cashmgmt.BankStatement
FinancialMgmtBankStatementLine C_BankStatementLine org.openbravo.model.financialmgmt.cashmgmt.BankStatementLine
FinancialMgmtBudget C_Budget org.openbravo.model.financialmgmt.accounting.Budget
FinancialMgmtBudgetLine C_BudgetLine org.openbravo.model.financialmgmt.accounting.BudgetLine
FinancialMgmtCalendar C_Calendar org.openbravo.model.financialmgmt.calendar.Calendar
FinancialMgmtCashBook C_CashBook org.openbravo.model.financialmgmt.cashmgmt.CashBook
FinancialMgmtCashBookAccounts C_CashBook_Acct org.openbravo.model.financialmgmt.cashmgmt.CashBookAccounts
FinancialMgmtCashJournal C_Cash org.openbravo.model.financialmgmt.cashmgmt.CashJournal
FinancialMgmtDPManagement C_DP_Management org.openbravo.model.financialmgmt.payment.DPManagement
FinancialMgmtDPManagementLine C_DP_ManagementLine org.openbravo.model.financialmgmt.payment.DPManagementLine
FinancialMgmtDebtPayment C_Debt_Payment org.openbravo.model.financialmgmt.payment.DebtPayment
FinancialMgmtDebtPaymentBalReplace C_Debt_Payment_Bal_Replace org.openbravo.model.financialmgmt.payment.DebtPaymentBalReplace
FinancialMgmtDebtPaymentBalancing C_Debt_Payment_Balancing org.openbravo.model.financialmgmt.payment.DebtPaymentBalancing
FinancialMgmtDebtPaymentCancelV C_Debt_Payment_Cancel org.openbravo.model.financialmgmt.payment.DebtPaymentCancelV
FinancialMgmtDebtPaymentGenerateV C_Debt_Payment_Generate org.openbravo.model.financialmgmt.payment.DebtPaymentGenerateV
FinancialMgmtDimension AD_Dimension org.openbravo.model.financialmgmt.accounting.Dimension
FinancialMgmtElement C_Element org.openbravo.model.financialmgmt.accounting.coa.Element
FinancialMgmtElementValue C_ElementValue org.openbravo.model.financialmgmt.accounting.coa.ElementValue
FinancialMgmtElementValueOperand C_ElementValue_Operand org.openbravo.model.financialmgmt.accounting.coa.ElementValueOperand
FinancialMgmtElementValueTrl C_ElementValue_Trl org.openbravo.model.financialmgmt.accounting.coa.ElementValueTrl
FinancialMgmtFinAccPaymentMethod FIN_FinAcc_PaymentMethod org.openbravo.model.financialmgmt.payment.FinAccPaymentMethod
FinancialMgmtGLBatch GL_JournalBatch org.openbravo.model.financialmgmt.gl.GLBatch
FinancialMgmtGLCategory GL_Category org.openbravo.model.financialmgmt.gl.GLCategory
FinancialMgmtGLCharge C_Charge org.openbravo.model.financialmgmt.gl.GLCharge
FinancialMgmtGLChargeAccounts C_Charge_Acct org.openbravo.model.financialmgmt.gl.GLChargeAccounts
FinancialMgmtGLItem C_Glitem org.openbravo.model.financialmgmt.gl.GLItem
FinancialMgmtGLItemAccounts C_Glitem_Acct org.openbravo.model.financialmgmt.gl.GLItemAccounts
FinancialMgmtGLJournal GL_Journal org.openbravo.model.financialmgmt.gl.GLJournal
FinancialMgmtGLJournalLine GL_JournalLine org.openbravo.model.financialmgmt.gl.GLJournalLine
FinancialMgmtIncoterms C_Incoterms org.openbravo.model.financialmgmt.payment.Incoterms
FinancialMgmtInterOrgAccounts C_InterOrg_Acct org.openbravo.model.financialmgmt.accounting.InterOrgAccounts
FinancialMgmtJournalLine C_CashLine org.openbravo.model.financialmgmt.cashmgmt.CashJournalLine
FinancialMgmtMatchingAlgorithm FIN_Matching_Algorithm org.openbravo.model.financialmgmt.payment.MatchingAlgorithm
FinancialMgmtNonBusinessDay C_NonBusinessDay org.openbravo.model.financialmgmt.calendar.NonBusinessDay
FinancialMgmtPaymentExecutionHistoryV FIN_Payment_Exec_History_V org.openbravo.model.financialmgmt.payment.PaymentExecutionHistoryV
FinancialMgmtPaymentExecutionProcess FIN_Pay_Exec_Process org.openbravo.model.financialmgmt.payment.PaymentExecutionProcess
FinancialMgmtPaymentExecutionProcessParameter FIN_Pay_Exec_Process_Para org.openbravo.model.financialmgmt.payment.PaymentExecutionProcessParameter
FinancialMgmtPaymentRun FIN_Payment_Run org.openbravo.model.financialmgmt.payment.PaymentRun
FinancialMgmtPaymentRunParameter FIN_Payment_Run_Para org.openbravo.model.financialmgmt.payment.PaymentRunParameter
FinancialMgmtPaymentRunPayment FIN_Payment_Run_Payment org.openbravo.model.financialmgmt.payment.PaymentRunPayment
FinancialMgmtPaymentTerm C_PaymentTerm org.openbravo.model.financialmgmt.payment.PaymentTerm
FinancialMgmtPaymentTermLine C_Paymenttermline org.openbravo.model.financialmgmt.payment.PaymentTermLine
FinancialMgmtPaymentTermTrl C_PaymentTerm_Trl org.openbravo.model.financialmgmt.payment.PaymentTermTrl
FinancialMgmtPeriod C_Period org.openbravo.model.financialmgmt.calendar.Period
FinancialMgmtPeriodControl C_PeriodControl org.openbravo.model.financialmgmt.calendar.PeriodControl
FinancialMgmtPeriodControlV C_PeriodControl_V org.openbravo.model.financialmgmt.calendar.PeriodControlV
FinancialMgmtPromissoryFormat C_PromissoryFormat org.openbravo.model.financialmgmt.payment.PromissoryFormat
FinancialMgmtRemittance C_Remittance org.openbravo.model.financialmgmt.payment.Remittance
FinancialMgmtRemittanceLine C_RemittanceLine org.openbravo.model.financialmgmt.payment.RemittanceLine
FinancialMgmtRemittanceParameter C_Remittance_Parameter org.openbravo.model.financialmgmt.payment.RemittanceParameter
FinancialMgmtRemittanceType C_Remittance_Type org.openbravo.model.financialmgmt.payment.RemittanceType
FinancialMgmtSettlement C_Settlement org.openbravo.model.financialmgmt.payment.Settlement
FinancialMgmtTaxCategory C_TaxCategory org.openbravo.model.financialmgmt.tax.TaxCategory
FinancialMgmtTaxCategoryTrl C_TaxCategory_Trl org.openbravo.model.financialmgmt.tax.TaxCategoryTrl
FinancialMgmtTaxPayment C_TaxPayment org.openbravo.model.financialmgmt.tax.TaxPayment
FinancialMgmtTaxRate C_Tax org.openbravo.model.financialmgmt.tax.TaxRate
FinancialMgmtTaxRateAccounts C_Tax_Acct org.openbravo.model.financialmgmt.tax.TaxRateAccounts
FinancialMgmtTaxRegister C_TaxRegister org.openbravo.model.financialmgmt.tax.TaxRegister
FinancialMgmtTaxRegisterType C_TaxRegister_Type org.openbravo.model.financialmgmt.tax.TaxRegisterType
FinancialMgmtTaxRegisterTypeLines C_TaxRegister_Type_Lines org.openbravo.model.financialmgmt.tax.TaxRegisterTypeLines
FinancialMgmtTaxRegisterline C_TaxRegisterline org.openbravo.model.financialmgmt.tax.TaxRegisterline
FinancialMgmtTaxReport C_TAX_REPORT org.openbravo.model.financialmgmt.tax.TaxReport
FinancialMgmtTaxTrl C_Tax_Trl org.openbravo.model.financialmgmt.tax.TaxTrl
FinancialMgmtTaxZone C_Tax_Zone org.openbravo.model.financialmgmt.tax.TaxZone
FinancialMgmtWithholding C_Withholding org.openbravo.model.financialmgmt.tax.Withholding
FinancialMgmtWithholdingAccounts C_Withholding_Acct org.openbravo.model.financialmgmt.tax.WithholdingAccounts
FinancialMgmtYear C_Year org.openbravo.model.financialmgmt.calendar.Year
Greeting C_Greeting org.openbravo.model.common.businesspartner.Greeting
GreetingTrl C_Greeting_Trl org.openbravo.model.common.businesspartner.GreetingTrl
InterestArea R_InterestArea org.openbravo.model.common.businesspartner.InterestArea
Invoice C_Invoice org.openbravo.model.common.invoice.Invoice
InvoiceDiscount C_Invoice_Discount org.openbravo.model.common.invoice.InvoiceDiscount
InvoiceLine C_InvoiceLine org.openbravo.model.common.invoice.InvoiceLine
InvoiceLineAccountingDimension C_InvoiceLine_AcctDimension org.openbravo.model.common.invoice.InvoiceLineAccountingDimension
InvoiceLineOffer C_InvoiceLine_Offer org.openbravo.model.common.invoice.InvoiceLineOffer
InvoiceLineTax C_InvoiceLineTax org.openbravo.model.ad.access.InvoiceLineTax
InvoiceLineTaxV C_Invoice_LineTax_V org.openbravo.model.common.invoice.InvoiceLineTaxV
InvoiceSchedule C_InvoiceSchedule org.openbravo.model.common.invoice.InvoiceSchedule
InvoiceTax C_InvoiceTax org.openbravo.model.common.invoice.InvoiceTax
Line AT_Line org.openbravo.model.ad.utility.Line
Location C_Location org.openbravo.model.common.geography.Location
Locator M_Locator org.openbravo.model.common.enterprise.Locator
LocatorType M_Locator_Type org.openbravo.model.common.enterprise.LocatorType
Lot M_Lot org.openbravo.model.common.plm.Lot
LotControl M_LotCtl org.openbravo.model.common.plm.LotControl
MRPPlanner MRP_Planner org.openbravo.model.mrp.Planner
MRPPlanningMethod MRP_PlanningMethod org.openbravo.model.mrp.PlanningMethod
MRPPlanningMethodLine MRP_PlanningMethodLine org.openbravo.model.mrp.PlanningMethodLine
MRPProductionRun MRP_Run_Production org.openbravo.model.mrp.ProductionRun
MRPProductionRunLine MRP_Run_ProductionLine org.openbravo.model.mrp.ProductionRunLine
MRPPurchasingRun MRP_Run_Purchase org.openbravo.model.mrp.PurchasingRun
MRPPurchasingRunLine MRP_Run_PurchaseLine org.openbravo.model.mrp.PurchasingRunLine
MRPSalesForecast MRP_SalesForecast org.openbravo.model.mrp.SalesForecast
MRPSalesForecastLine MRP_SalesForecastLine org.openbravo.model.mrp.SalesForecastLine
ManufacturingActivity MA_Process org.openbravo.model.manufacturing.transaction.Activity
ManufacturingActivityToolset MA_ToolsetProcess org.openbravo.model.manufacturing.transaction.ActivityToolset
ManufacturingCase MA_PC_Case org.openbravo.model.manufacturing.quality.Case
ManufacturingCheckPoint MA_CCP org.openbravo.model.manufacturing.quality.CheckPoint
ManufacturingCheckPointSet MA_CCP_Group org.openbravo.model.manufacturing.quality.CheckPointSet
ManufacturingCheckPointShift MA_CCP_Shift org.openbravo.model.manufacturing.quality.CheckPointShift
ManufacturingCostCenter MA_CostCenter org.openbravo.model.manufacturing.cost.CostCenter
ManufacturingCostCenterMachine MA_CostCenter_Machine org.openbravo.model.manufacturing.cost.CostCenterMachine
ManufacturingCostcenterEmployee MA_Costcenter_Employee org.openbravo.model.manufacturing.cost.CostcenterEmployee
ManufacturingCostcenterIC MA_Costcenter_IC org.openbravo.model.manufacturing.cost.CostcenterIC
ManufacturingCostcenterVersion MA_Costcenter_Version org.openbravo.model.manufacturing.cost.CostcenterVersion
ManufacturingGlobalUse MA_GlobalUse org.openbravo.model.manufacturing.transaction.GlobalUse
ManufacturingIncidence MA_Incidence org.openbravo.model.manufacturing.transaction.Incidence
ManufacturingIndirectCost MA_Indirect_Cost org.openbravo.model.manufacturing.cost.IndirectCost
ManufacturingIndirectCostValue MA_Indirect_Cost_Value org.openbravo.model.manufacturing.cost.IndirectCostValue
ManufacturingMachine MA_Machine org.openbravo.model.manufacturing.floorshop.Machine
ManufacturingMachineCost MA_Machine_Cost org.openbravo.model.manufacturing.floorshop.MachineCost
ManufacturingMachineStation MA_Machinestation org.openbravo.model.manufacturing.floorshop.WorkCenterMachine
ManufacturingMachineType MA_Machine_Type org.openbravo.model.manufacturing.floorshop.MachineType
ManufacturingMainteanceOrder MA_Maint_Part org.openbravo.model.manufacturing.maintenance.MainteanceOrder
ManufacturingMaintenance MA_Maintenance org.openbravo.model.manufacturing.maintenance.Maintenance
ManufacturingMaintenancePeriodicity MA_Maint_Periodicity org.openbravo.model.manufacturing.maintenance.Periodicity
ManufacturingMaintenanceSchedule MA_Maint_Scheduled org.openbravo.model.manufacturing.maintenance.MaintenanceSchedule
ManufacturingMaintenanceTask MA_Maint_Operation org.openbravo.model.manufacturing.maintenance.Task
ManufacturingMaintenanceWorker MA_Maint_Worker org.openbravo.model.manufacturing.maintenance.Worker
ManufacturingMeasureGroup MA_Measure_Group org.openbravo.model.manufacturing.quality.MeasureGroup
ManufacturingMeasureShift MA_Measure_Shift org.openbravo.model.manufacturing.quality.MeasureShift
ManufacturingMeasureTime MA_Measure_Time org.openbravo.model.manufacturing.quality.MeasureTime
ManufacturingMeasureValues MA_Measure_Values org.openbravo.model.manufacturing.quality.MeasureValues
ManufacturingOperation MA_Sequence org.openbravo.model.manufacturing.processplan.Operation
ManufacturingOperationEmployee MA_Sequence_Employee org.openbravo.model.manufacturing.processplan.OperationEmployee
ManufacturingOperationIndirectCost MA_Sequence_IC org.openbravo.model.manufacturing.processplan.OperationIndirectCost
ManufacturingOperationMachine MA_Sequence_Machine org.openbravo.model.manufacturing.processplan.OperationMachine
ManufacturingOperationProduct MA_SequenceProduct org.openbravo.model.manufacturing.processplan.OperationProduct
ManufacturingPeriodicControl MA_Periodic_Control org.openbravo.model.manufacturing.quality.PeriodicControl
ManufacturingProcessPlan MA_ProcessPlan org.openbravo.model.manufacturing.processplan.ProcessPlan
ManufacturingProductionLine M_ProductionLine org.openbravo.model.materialmgmt.transaction.ProductionLine
ManufacturingProductionRunEmployee MA_PL_Employee org.openbravo.model.manufacturing.transaction.ProductionRunEmployee
ManufacturingProductionRunIndirectCosts MA_PL_IC org.openbravo.model.manufacturing.transaction.ProductionRunIndirectCosts
ManufacturingProductionRunInvoiceLine MA_PL_InvoiceLine org.openbravo.model.manufacturing.transaction.ProductionRunInvoiceLine
ManufacturingProductionRunMachine MA_PL_Machine org.openbravo.model.manufacturing.transaction.ProductionRunMachine
ManufacturingProductionRunToolset MA_ToolsetUsed org.openbravo.model.manufacturing.transaction.ProductionRunToolset
ManufacturingSection MA_Section org.openbravo.model.manufacturing.floorshop.Section
ManufacturingTest MA_PC_Test org.openbravo.model.manufacturing.quality.Test
ManufacturingToolset MA_Toolset org.openbravo.model.manufacturing.floorshop.Toolset
ManufacturingToolsetType MA_Toolset_Type org.openbravo.model.manufacturing.floorshop.ToolsetType
ManufacturingValue MA_PC_Value org.openbravo.model.manufacturing.quality.Value
ManufacturingVersion MA_ProcessPlan_Version org.openbravo.model.manufacturing.processplan.Version
ManufacturingWorkCenter MA_Workstation org.openbravo.model.manufacturing.floorshop.WorkCenter
ManufacturingWorkEffortEmployee MA_WEEmployee org.openbravo.model.manufacturing.transaction.WorkEffortEmployee
ManufacturingWorkEffortIncidence MA_WEIncidence org.openbravo.model.manufacturing.transaction.WorkEffortIncidence
ManufacturingWorkRequirement MA_WorkRequirement org.openbravo.model.manufacturing.transaction.WorkRequirement
ManufacturingWorkRequirementOperation MA_WRPhase org.openbravo.model.manufacturing.transaction.WorkRequirementOperation
ManufacturingWorkRequirementProduct MA_WRPhaseProduct org.openbravo.model.manufacturing.transaction.WorkRequirementProduct
MarketingCampaign C_Campaign org.openbravo.model.marketing.Campaign
MarketingChannel C_Channel org.openbravo.model.marketing.Channel
MarketingMailText R_MailText org.openbravo.model.marketing.MailText
MaterialMgmtABCActivity C_Activity org.openbravo.model.materialmgmt.cost.ABCActivity
MaterialMgmtCosting M_Costing org.openbravo.model.materialmgmt.cost.Costing
MaterialMgmtInternalConsumption M_Internal_Consumption org.openbravo.model.materialmgmt.transaction.InternalConsumption
MaterialMgmtInternalConsumptionLine M_Internal_ConsumptionLine org.openbravo.model.materialmgmt.transaction.InternalConsumptionLine
MaterialMgmtInternalMovement M_Movement org.openbravo.model.materialmgmt.transaction.InternalMovement
MaterialMgmtInternalMovementLine M_MovementLine org.openbravo.model.materialmgmt.transaction.InternalMovementLine
MaterialMgmtInventoryCount M_Inventory org.openbravo.model.materialmgmt.transaction.InventoryCount
MaterialMgmtInventoryCountLine M_InventoryLine org.openbravo.model.materialmgmt.transaction.InventoryCountLine
MaterialMgmtMaterialTransaction M_Transaction org.openbravo.model.materialmgmt.transaction.MaterialTransaction
MaterialMgmtProductionPlan M_ProductionPlan org.openbravo.model.materialmgmt.transaction.ProductionPlan
MaterialMgmtProductionTransaction M_Production org.openbravo.model.materialmgmt.transaction.ProductionTransaction
MaterialMgmtShipmentInOut M_InOut org.openbravo.model.materialmgmt.transaction.ShipmentInOut
MaterialMgmtShipmentInOutLine M_InOutLine org.openbravo.model.materialmgmt.transaction.ShipmentInOutLine
MaterialMgmtShipmentInOutLineV M_InOut_Line_V org.openbravo.model.materialmgmt.transaction.ShipmentInOutLineV
MaterialMgmtStorageDetail M_Storage_Detail org.openbravo.model.materialmgmt.onhandquantity.StorageDetail
MaterialMgmtStoragePending M_Storage_Pending org.openbravo.model.materialmgmt.onhandquantity.StoragePending
ModelImplementationParameter AD_Model_Object_Para org.openbravo.model.ad.domain.ModelImplementationParameter
ModuleDBPrefix AD_Module_Dbprefix org.openbravo.model.ad.module.ModuleDBPrefix
ModuleDependency AD_Module_Dependency org.openbravo.model.ad.module.ModuleDependency
ModuleLog AD_Module_Log org.openbravo.model.ad.module.ModuleLog
ModuleTrl AD_Module_Trl org.openbravo.model.ad.module.ModuleTrl
NamingException AD_Exceptions org.openbravo.model.ad.system.NamingException
Order C_Order org.openbravo.model.common.order.Order
OrderDiscount C_Order_Discount org.openbravo.model.common.order.OrderDiscount
OrderHeaderV C_Order_Header_V org.openbravo.model.common.order.OrderHeaderV
OrderLine C_OrderLine org.openbravo.model.common.order.OrderLine
OrderLineOffer C_OrderLine_Offer org.openbravo.model.common.order.OrderLineOffer
OrderLineTax C_OrderLineTax org.openbravo.model.ad.access.OrderLineTax
OrderLineTaxV C_Order_LineTax_V org.openbravo.model.common.order.OrderLineTaxV
OrderTax C_OrderTax org.openbravo.model.common.order.OrderTax
Organization AD_Org org.openbravo.model.common.enterprise.Organization
OrganizationAcctSchema AD_Org_AcctSchema org.openbravo.model.common.enterprise.OrganizationAcctSchema
OrganizationAssignment C_OrgAssignment org.openbravo.model.common.enterprise.OrganizationAssignment
OrganizationClosing AD_Org_Closing org.openbravo.model.financialmgmt.accounting.OrganizationClosing
OrganizationInformation AD_OrgInfo org.openbravo.model.common.enterprise.OrganizationInformation
OrganizationModuleV AD_OrgModule_V org.openbravo.model.common.enterprise.OrganizationModuleV
OrganizationType AD_OrgType org.openbravo.model.common.enterprise.OrganizationType
PeriodControlLog C_PeriodControl_Log org.openbravo.model.financialmgmt.calendar.PeriodControlLog
PerpetualInv M_PerpetualInv org.openbravo.model.common.plm.PerpetualInv
PricingAdjustment M_Offer org.openbravo.model.pricing.priceadjustment.PriceAdjustment
PricingAdjustmentBusinessPartner M_Offer_BPartner org.openbravo.model.pricing.priceadjustment.BusinessPartner
PricingAdjustmentBusinessPartnerGroup M_Offer_BP_Group org.openbravo.model.pricing.priceadjustment.BusinessPartnerGroup
PricingAdjustmentPriceList M_Offer_PriceList org.openbravo.model.pricing.priceadjustment.PriceList
PricingAdjustmentProduct M_Offer_Product org.openbravo.model.pricing.priceadjustment.Product
PricingAdjustmentProductCategory M_Offer_Prod_Cat org.openbravo.model.pricing.priceadjustment.ProductCategory
PricingDiscount C_Discount org.openbravo.model.pricing.discount.Discount
PricingPriceList M_PriceList org.openbravo.model.pricing.pricelist.PriceList
PricingPriceListSchema M_DiscountSchema org.openbravo.model.pricing.pricelist.PriceListSchema
PricingPriceListSchemeLine M_DiscountSchemaLine org.openbravo.model.pricing.pricelist.PriceListSchemeLine
PricingPriceListVersion M_PriceList_Version org.openbravo.model.pricing.pricelist.PriceListVersion
PricingProductPrice M_ProductPrice org.openbravo.model.pricing.pricelist.ProductPrice
PricingVolumeDiscount M_Rappel org.openbravo.model.pricing.volumediscount.VolumeDiscount
PricingVolumeDiscountBusinessPartner M_Rappel_Bpartner org.openbravo.model.pricing.volumediscount.BusinessPartner
PricingVolumeDiscountInvoice M_Rappel_Invoice org.openbravo.model.pricing.volumediscount.DiscountInvoice
PricingVolumeDiscountProduct M_Rappel_Product org.openbravo.model.pricing.volumediscount.Product
PricingVolumeDiscountProductCategory M_Rappel_Productcategory org.openbravo.model.pricing.volumediscount.ProductCategory
PricingVolumeDiscountScale M_Rappel_Scale org.openbravo.model.pricing.volumediscount.DiscountScale
ProcessExecution AD_Process_Execution_V org.openbravo.model.ad.ui.ProcessExecution
ProcessRequest AD_Process_Request org.openbravo.model.ad.ui.ProcessRequest
ProcessRun AD_Process_Run org.openbravo.model.ad.ui.ProcessRun
ProcurementPOInvoiceMatch M_MatchPO org.openbravo.model.procurement.POInvoiceMatch
ProcurementReceiptInvoiceMatch M_MatchInv org.openbravo.model.procurement.ReceiptInvoiceMatch
ProcurementRequisition M_Requisition org.openbravo.model.procurement.Requisition
ProcurementRequisitionLine M_RequisitionLine org.openbravo.model.procurement.RequisitionLine
ProcurementRequisitionPOMatch M_RequisitionOrder org.openbravo.model.procurement.RequisitionPOMatch
Product M_Product org.openbravo.model.common.plm.Product
ProductAccounts M_Product_Acct org.openbravo.model.common.plm.ProductAccounts
ProductBOM M_Product_BOM org.openbravo.model.common.plm.ProductBOM
ProductCategory M_Product_Category org.openbravo.model.common.plm.ProductCategory
ProductCategoryAccounts M_Product_Category_Acct org.openbravo.model.common.plm.CategoryAccounts
ProductCustomer M_Product_Customer org.openbravo.model.common.plm.ProductCustomer
ProductOrg M_Product_Org org.openbravo.model.common.plm.ProductOrg
ProductSubstitute M_Substitute org.openbravo.model.common.plm.ProductSubstitute
ProductTreeNode AD_TreeNodePR org.openbravo.model.common.plm.ProductTreeNode
ProductTrl M_Product_Trl org.openbravo.model.common.plm.ProductTrl
ProductUOM M_Product_UOM org.openbravo.model.common.plm.ProductUOM
Project C_Project org.openbravo.model.project.Project
ProjectAccounts C_Project_Acct org.openbravo.model.project.ProjectAccounts
ProjectDetailsV C_Project_Details_V org.openbravo.model.project.ProjectDetailsV
ProjectHeaderV C_Project_Header_V org.openbravo.model.project.ProjectHeaderV
ProjectIssue C_ProjectIssue org.openbravo.model.project.ProjectIssue
ProjectLine C_ProjectLine org.openbravo.model.project.ProjectLine
ProjectPhase C_ProjectPhase org.openbravo.model.project.ProjectPhase
ProjectProjectProposalTask C_ProjectProposalTask org.openbravo.model.project.ProjectProposalTask
ProjectProposal C_ProjectProposal org.openbravo.model.project.ProjectProposal
ProjectProposalLine C_ProjectProposalLine org.openbravo.model.project.ProjectProposalLine
ProjectStandardPhase C_Phase org.openbravo.model.project.StandardPhase
ProjectStandardTask C_Task org.openbravo.model.project.StandardTask
ProjectTask C_ProjectTask org.openbravo.model.project.ProjectTask
ProjectType C_ProjectType org.openbravo.model.project.ProjectType
ProjectVendor C_Project_Vendor org.openbravo.model.project.ProjectVendor
ReferenceDataStore AD_Ref_Data_Loaded org.openbravo.model.ad.utility.ReferenceDataStore
Region C_Region org.openbravo.model.common.geography.Region
Replenish M_Replenish org.openbravo.model.common.plm.Replenish
Request R_Request org.openbravo.model.common.interaction.Request
RequestProcessor R_RequestProcessor org.openbravo.model.common.interaction.RequestProcessor
RequestProcessorRoute R_RequestProcessor_Route org.openbravo.model.common.interaction.RequestProcessorRoute
RequestType R_RequestType org.openbravo.model.common.interaction.RequestType
RequestionAction R_RequestAction org.openbravo.model.common.interaction.RequestionAction
Resource S_Resource org.openbravo.model.timeandexpense.Resource
ResourceAssignment S_ResourceAssignment org.openbravo.model.timeandexpense.ResourceAssignment
ResourcePlanCost R_ResourcePlanCost org.openbravo.model.timeandexpense.ResourcePlanCost
ResourceType S_ResourceType org.openbravo.model.timeandexpense.ResourceType
ResourceUnAvailable S_ResourceUnAvailable org.openbravo.model.timeandexpense.ResourceUnAvailable
RevenueRecognition C_RevenueRecognition org.openbravo.model.financialmgmt.accounting.RevenueRecognition
RevenueRecognitionPlan C_RevenueRecognition_Plan org.openbravo.model.financialmgmt.accounting.RevenueRecognitionPlan
RevenueRecognitionRun C_RevenueRecognition_Run org.openbravo.model.financialmgmt.accounting.RevenueRecognitionRun
ReversedInvoices C_Invoice_Reverse org.openbravo.model.common.invoice.ReversedInvoice
RolLogin AT_Rollogin org.openbravo.model.ad.utility.RolLogin
SQLScript AD_Script_SQL org.openbravo.model.ad.utility.SQLScript
SalaryCategory C_Salary_Category org.openbravo.model.common.hcm.SalaryCategory
SalaryCategoryCost C_Salary_Category_Cost org.openbravo.model.common.hcm.SalaryCategoryCost
SalesCommission C_Commission org.openbravo.model.sales.Commission
SalesCommissionAmount C_CommissionAmt org.openbravo.model.sales.CommissionAmount
SalesCommissionDetail C_CommissionDetail org.openbravo.model.sales.CommissionDetail
SalesCommissionLine C_CommissionLine org.openbravo.model.sales.CommissionLine
SalesCommissionRun C_CommissionRun org.openbravo.model.sales.CommissionRun
SalesRegion C_SalesRegion org.openbravo.model.sales.SalesRegion
SerialNumberControl M_SerNoCtl org.openbravo.model.common.plm.SerialNumberControl
ServiceLevel C_ServiceLevel org.openbravo.model.common.plm.ServiceLevel
ServiceLevelLine C_ServiceLevelLine org.openbravo.model.common.plm.ServiceLevelLine
ShippingFreightCategory M_FreightCategory org.openbravo.model.shipping.FreightCategory
ShippingShippingCompany M_Shipper org.openbravo.model.shipping.ShippingCompany
ShippingShippingCompanyFreight M_Freight org.openbravo.model.shipping.ShippingCompanyFreight
Test AD_Test org.openbravo.model.ad.utility.Test
TestDocument AT_TestDocument org.openbravo.model.ad.utility.TestDocument
TestDocumentLine AT_TestDocumentLine org.openbravo.model.ad.utility.TestDocumentLine
TimeAndExpenseSheet S_TimeExpense org.openbravo.model.timeandexpense.Sheet
TimeAndExpenseSheetLine S_TimeExpenseLine org.openbravo.model.timeandexpense.SheetLine
TimeAndExpenseSheetLineV S_TimeExpenseLine_V org.openbravo.model.timeandexpense.SheetLineV
TimeType S_TimeType org.openbravo.model.timeandexpense.TimeType
UOM C_UOM org.openbravo.model.common.uom.UOM
UOMConversion C_UOM_Conversion org.openbravo.model.common.uom.UOMConversion
UOMTrl C_UOM_Trl org.openbravo.model.common.uom.UOMTrl
VendorAccounts C_BP_Vendor_Acct org.openbravo.model.common.businesspartner.VendorAccounts
Warehouse M_Warehouse org.openbravo.model.common.enterprise.Warehouse
WarehouseAccounts M_Warehouse_Acct org.openbravo.model.common.enterprise.WarehouseAccounts
WarehousePeriod M_WH_Period org.openbravo.model.materialmgmt.transaction.WarehousePeriod
WarehousePeriodInvoiced M_WH_Period_Invoiced org.openbravo.model.materialmgmt.transaction.WarehousePeriodInvoiced
WarehouseSchedule M_WH_Schedule org.openbravo.model.materialmgmt.transaction.WarehouseSchedule
WarehouseScheduleProduct M_WH_Schedule_Product org.openbravo.model.materialmgmt.transaction.WarehouseScheduleProduct
WarehouseShipper M_Warehouse_Shipper org.openbravo.model.common.enterprise.WarehouseShipper

Retrieved from "http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Reference/Entity_Model"

This page has been accessed 42,390 times. This page was last modified on 2 July 2011, at 21:13. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.